var i=Math.floor(Math.random()*5)+1;

function flash1(){
	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=\"150\" height=\"370\">");
	document.write("<param name=\"movie\" value=\"flash"+i+"a.swf\">");
	document.write("<param name=\"quality\" value=\"high\">");
	document.write("<param name=\"bgcolor\" value=\"#ffffff\">");
	document.write("<param name=\"wmode\" value=\"transparent\">");
	document.write("<embed src=\"flash"+i+"a.swf\" type=\"application/x-shockwave-flash\" wmode=\"opaque\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash\" quality=\"high\" bgcolor=\"#ffffff\" width=\"150\" height=\"370\">");
	document.write("</embed>");
	document.write("</object>");
}

function flash2() {
	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=\"150\" height=\"40\">");
	document.write("<param name=\"movie\" value=\"flash"+i+"b.swf\">");
	document.write("<param name=\"quality\" value=\"high\">");
	document.write("<param name=\"bgcolor\" value=\"#ffffff\">");
	document.write("<param name=\"wmode\" value=\"transparent\">");
	document.write("<embed src=\"flash"+i+"b.swf\" type=\"application/x-shockwave-flash\" wmode=\"opaque\" pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash\" quality=\"high\" bgcolor=\"#ffffff\" width=\"150\" height=\"40\">");
	document.write("</embed>");
	document.write("</object>");
}
