var flashurl = ["index01.swf","index02.swf"];
		flashurl = flashurl[Math.floor(Math.random() * flashurl.length)];
		document.write('<object data="' + flashurl + '" type="application/x-shockwave-flash" width=795 height=98>');
		document.write('<param value="' + flashurl + '" name="movie" /></object>');