// Generate a Random Number
var randomnumber = Math.round(Math.random()*4);

// Select a movie and execute the corresponding function
if (randomnumber == 1)

{movie1();}

else if (randomnumber == 2)

{movie2();}

else if (randomnumber == 3)

{movie3();}

else {movie4();}

//Functions to write out the correct flash movie resource.

function movie1(){
document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\"350\" height=\"280\" id=\"SixTop-360-View\"><param name=\"movie\" value=\"http://www.wellie-boots.com/test-1.swf\"><PARAM NAME=\"quality\" VALUE=\"high\"><PARAM NAME=\"wmode\" VALUE=\"transparent\"><PARAM NAME=\"bgcolor\" VALUE=\"#31696B\"><!--[if !IE]>--><object type=\"application/x-shockwave-flash\" data=\"http://www.wellie-boots.com/test-1.swf\" width=\"350\" height=\"280\"><PARAM NAME=\"quality\" VALUE=\"high\"><PARAM NAME=\"wmode\" VALUE=\"transparent\"><PARAM NAME=\"bgcolor\" VALUE=\"#31696B\"><!--<![endif]--><a href=\"http://www.wellie-boots.com/hunter-leisure-wellington-boots.html\"><img src=\"http://www.wellie-boots.com/1.gif\" BORDER=\"0\" WIDTH=\"338\" HEIGHT=\"270\" ALIGN=\"TOP\" alt=\"Welcome to our World of Hunter Wellingtons!\" /></a><!--[if !IE]>--></object><!--<![endif]--></object>")
}

function movie2(){
document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\"350\" height=\"280\" id=\"SixTop-360-View\"><param name=\"movie\" value=\"http://www.wellie-boots.com/test-2.swf\"><PARAM NAME=\"quality\" VALUE=\"high\"><PARAM NAME=\"wmode\" VALUE=\"transparent\"><PARAM NAME=\"bgcolor\" VALUE=\"#31696B\"><!--[if !IE]>--><object type=\"application/x-shockwave-flash\" data=\"http://www.wellie-boots.com/test-2.swf\" width=\"350\" height=\"280\"><PARAM NAME=\"quality\" VALUE=\"high\"><PARAM NAME=\"wmode\" VALUE=\"transparent\"><PARAM NAME=\"bgcolor\" VALUE=\"#31696B\"><!--<![endif]--><a href=\"http://www.wellie-boots.com/hunter-leisure-wellington-boots.html\"><img src=\"http://www.wellie-boots.com/1.gif\" BORDER=\"0\" WIDTH=\"338\" HEIGHT=\"270\" ALIGN=\"TOP\" alt=\"Welcome to our World of Hunter Wellingtons!\" /></a><!--[if !IE]>--></object><!--<![endif]--></object>")
}

function movie3(){
document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\"350\" height=\"280\" id=\"SixTop-360-View\"><param name=\"movie\" value=\"http://www.wellie-boots.com/test-3.swf\"><PARAM NAME=\"quality\" VALUE=\"high\"><PARAM NAME=\"wmode\" VALUE=\"transparent\"><PARAM NAME=\"bgcolor\" VALUE=\"#31696B\"><!--[if !IE]>--><object type=\"application/x-shockwave-flash\" data=\"http://www.wellie-boots.com/test-3.swf\" width=\"350\" height=\"280\"><PARAM NAME=\"quality\" VALUE=\"high\"><PARAM NAME=\"wmode\" VALUE=\"transparent\"><PARAM NAME=\"bgcolor\" VALUE=\"#31696B\"><!--<![endif]--><a href=\"http://www.wellie-boots.com/hunter-leisure-wellington-boots.html\"><img src=\"http://www.wellie-boots.com/1.gif\" BORDER=\"0\" WIDTH=\"338\" HEIGHT=\"270\" ALIGN=\"TOP\" alt=\"Welcome to our World of Hunter Wellingtons!\" /></a><!--[if !IE]>--></object><!--<![endif]--></object>")
}

function movie4(){
document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\"350\" height=\"280\" id=\"SixTop-360-View\"><param name=\"movie\" value=\"http://www.wellie-boots.com/test-2.swf\"><PARAM NAME=\"quality\" VALUE=\"high\"><PARAM NAME=\"wmode\" VALUE=\"transparent\"><PARAM NAME=\"bgcolor\" VALUE=\"#31696B\"><!--[if !IE]>--><object type=\"application/x-shockwave-flash\" data=\"http://www.wellie-boots.com/test-2.swf\" width=\"350\" height=\"280\"><PARAM NAME=\"quality\" VALUE=\"high\"><PARAM NAME=\"wmode\" VALUE=\"transparent\"><PARAM NAME=\"bgcolor\" VALUE=\"#31696B\"><!--<![endif]--><a href=\"http://www.wellie-boots.com/hunter-leisure-wellington-boots.html\"><img src=\"http://www.wellie-boots.com/1.gif\" BORDER=\"0\" WIDTH=\"338\" HEIGHT=\"270\" ALIGN=\"TOP\" alt=\"Welcome to our World of Hunter Wellingtons!\" /></a><!--[if !IE]>--></object><!--<![endif]--></object>")
}

