function writeFlash(name,width,height){
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"   codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" WIDTH="'+width+'" HEIGHT="'+height+'" id="ShockwaveFlash1" align="center" style="float:left;z-index:-10;border:0;">');
document.write('<param NAME="wmode" value="transparent">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param NAME="movie" VALUE="'+name+'.swf">');
document.write('<param NAME="quality" VALUE="best">');
document.write('<param NAME="bgcolor" VALUE="#0000ee">');
document.write('<embed src="'+name+'.swf" quality="best" wmode="transparent" bgcolor="#000000" WIDTH="'+width+'" HEIGHT="'+height+'" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
document.write('</object>');
}

function rand ( n )
{
  return ( Math.floor ( Math.random ( ) * n + 1 ) );
}

// Store some random quotations

var random_file = new Array ( );
random_file[0] = "Kflash";
random_file[1] = "Kflash2";
random_file[2] = "Kflash3";
random_file[3] = "Kflash4";