var randomnumber = Math.round(Math.random()*8);
if (randomnumber == 1)
{movie1();}
else if (randomnumber == 2)
{movie2();}
else if (randomnumber == 3)
{movie3();}
else if (randomnumber == 4)
{movie4();}
else if (randomnumber == 5)
{movie5();}
else if (randomnumber == 6)
{movie6();}
else if (randomnumber == 7)
{movie7();}
else {movie8();}

function movie1(){
document.write("<object type=\"application/x-shockwave-flash\" data=\"swf/cloudinversion.swf\" width=\"530\" height=\"160\"><param name=movie value=\"swf/cloudinversion.swf\"><img src=\"i/cloud_inversion_header_small.jpg\" width=\"530\" height=\"160\" alt=\"Oban\"/></object>")
}
function movie2(){
document.write ("<object type=\"application/x-shockwave-flash\" data=\"swf/canoe_loch.swf\" width=\"530\" height=\"160\"><param name=movie value=\"swf/canoe_loch.swf\"><img src=\"i/canoe_loch_header_small.jpg\" width=\"530\" height=\"160\" alt=\"Oban\"/></object>")
}
function movie3(){
document.write("<object type=\"application/x-shockwave-flash\" data=\"swf/kayak.swf\" width=\"530\" height=\"160\"><param name=movie value=\"swf/kayak.swf\"><img src=\"i/kayaks_small.jpg\" width=\"530\" height=\"160\" alt=\"Oban\"/></object>")
}
function movie4(){
document.write("<object type=\"application/x-shockwave-flash\" data=\"swf/benlawers.swf\" width=\"530\" height=\"160\"><param name=movie value=\"swf/benlawers.swf\"><img src=\"i/benlawers_small.jpg\" width=\"530\" height=\"160\" alt=\"Oban\"/></object>")
}
function movie5(){
document.write("<object type=\"application/x-shockwave-flash\" data=\"swf/skitour.swf\" width=\"530\" height=\"160\"><param name=movie value=\"swf/skitour.swf\"><img src=\"i/skitour_small.jpg\" width=\"530\" height=\"160\" alt=\"Oban\"/></object>")
}
function movie6(){
document.write("<object type=\"application/x-shockwave-flash\" data=\"swf/skye.swf\" width=\"530\" height=\"160\"><param name=movie value=\"swf/skye.swf\"><img src=\"i/sky_small.jpg\" width=\"530\" height=\"160\" alt=\"Oban\"/></object>")
}
function movie7(){
document.write("<object type=\"application/x-shockwave-flash\" data=\"swf/benlui.swf\" width=\"530\" height=\"160\"><param name=movie value=\"swf/benlui.swf\"><img src=\"i/benlui_small.jpg\" width=\"530\" height=\"160\" alt=\"Oban\"/></object>")
}
function movie8(){
document.write("<object type=\"application/x-shockwave-flash\" data=\"swf/benmore.swf\" width=\"530\" height=\"160\"><param name=movie value=\"swf/benmore.swf\"><img src=\"i/benmore_small.jpg\" width=\"530\" height=\"160\" alt=\"Oban\"/></object>")
}




