swfFiles= new Array();

// START EDIT
swfFolder='../flash/flash_client';
swfFiles[0]='Idea2.swf';
swfFiles[1]='Idea3.swf';
swfFiles[2]='Idea4.swf';
swfFiles[3]='Idea5.swf';
swfFiles[4]='Idea9.swf';
swfFiles[5]='Idea10.swf';
// END EDIT

// DON'T EDIT BELOW THIS POINT!


fname=swfFolder+'/'+swfFiles[Math.floor((Math.random() % 1) * swfFiles.length)];
document.write('\
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="760" height="210">\
<param name=movie value="'+fname+'">\
<param name=quality value=high>\
<param name=wmode value="opaque">\
<embed src="'+fname+'" quality=high wmode=opaque pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="760" height="210">\
</embed>\
</object>\
');

