function random_imglink()
{  
  var myimages=new Array();
  myimages[0]='images/flimage1.jpg';
  myimages[1]='images/flimage2.jpg';
  myimages[2]='images/flimage3.jpg';
  var ry=Math.floor(Math.random()*myimages.length);
  document.write('<img src="'+myimages[ry]+'" border=0>');
}
 random_imglink();
 document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="258" height="191" id="noble1" align="top">');
 document.write('<param name="allowScriptAccess" value="sameDomain" />');
 document.write('<param name="movie" value="images/noble1.swf" />');
 document.write('<param name="menu" value="false" />');
 document.write('<param name="quality" value="high" />');
 document.write('<param name="wmode" value="opaque" />');
 document.write('<param name="bgcolor" value="#000000" />');
 document.write('<embed src="images/noble1.swf" menu="false" quality="high" wmode="opaque" bgcolor="#000000" width="258" height="191" name="noble1" align="top" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
 document.write('</object>');