var forx = "";
var img = "";
forx += Math.floor(Math.random()*5);
img = forx;

var flashwidth		= "700"	
var flashheight		= "300"	
var color		= "green"
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="imagearea"><tr>');

if (img == "0") {document.write('<td align="center" background="picts/intro-1.jpg">');}
if (img == "1") {document.write('<td align="center" background="picts/intro-2.jpg">');}
if (img == "2") {document.write('<td align="center" background="picts/intro-3.jpg">');}
if (img == "3") {document.write('<td align="center" background="picts/intro-4.jpg">');}
if (img == "4") {document.write('<td align="center" background="picts/intro-5.jpg">');}

document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" id="intro">');
document.write('<PARAM NAME="movie" VALUE="intro.swf">');
document.write('<PARAM NAME="quality" VALUE="high">');
document.write('<PARAM NAME="wmode" VALUE="transparent">');
document.write('<PARAM NAME="bgcolor" VALUE="#'+color+'">');
document.write('<EMBED src="intro.swf" quality="high" wmode="transparent" bgcolor="#'+color+'"  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="intro" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');

document.write('</td></tr></table>');