// JavaScript Document
function randInt(min,max)
{
     var div = (max - min) + 1
     var randNum = Math.random()
     for (var i = 0; i <= div - 1; i++)
     {
          if (randNum >= i / div && randNum < (i+1) / div)
          {return i + min}
     }
}
var abc = randInt(1,5);

if (abc == 1) {
     document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="740" height="180" title="Living Waters Church">');
     document.write('<param name="movie" value="flash/home/LW_header1.swf" />');
     document.write('<param name="quality" value="high" />');
     document.write('<embed src="flash/home/LW_header1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="740" height="180"></embed>');
     document.write('</object>');
}
if (abc == 2) {
     document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="740" height="180" title="Living Waters Church">');
     document.write('<param name="movie" value="flash/home/LW_header2.swf" />');
     document.write('<param name="quality" value="high" />');
     document.write('<embed src="flash/home/LW_header2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="740" height="180"></embed>');
     document.write('</object>');
}
if (abc == 3) {
     document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="740" height="180" title="Living Waters Church">');
document.write('<param name="movie" value="flash/home/LW_header3.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<embed src="flash/home/LW_header3.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="740" height="180"></embed>');
document.write('</object>');
}
if (abc == 4) {
     document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="740" height="180" title="Living Waters Church">');
     document.write('<param name="movie" value="flash/home/LW_header4.swf" />');
     document.write('<param name="quality" value="high" />');
     document.write('<embed src="flash/home/LW_header4.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="740" height="180"></embed>');
     document.write('</object>');
}
if (abc == 5) {
     document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="740" height="180" title="Living Waters Church">');
     document.write('<param name="movie" value="flash/home/LW_header5.swf" />');
     document.write('<param name="quality" value="high" />');
     document.write('<embed src="flash/home/LW_header5.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="740" height="180"></embed>');
     document.write('</object>');
}
