//Random image loading
//Countdown script by Mike Thompson
//http://www.members.tripod.com/webdesign123now/
//Based on script by Website Abstraction (http://wsabstract.com)
function random_imglink(){
var myimages=new Array()

//specify corresponding text below
var h2text=new Array()
h2text[1]="A solid maintenance-free surface for the places you enjoy from backyard relaxation to a green rooftop terrace."
h2text[2]="Plung this floor into that lakeside, oceanfront, wet, damp or salt-water fun without it crumbling underneath you."
h2text[3]="Take it to the clouds with a lightweight floor structure that will support your creative flooring imagination."
h2text[4]="Place this floor in frozen snow and beyond using materials that endure year-after-year cold weather movement."

//specify corresponding text below
var h1text=new Array()
h1text[1]="outdoor floor system for backyard outdoor floors"
h1text[2]="outdoor floor system for outdoor floor decks and docks"
h1text[3]="outdoor floor system for outdoor floor rooftop terrace deck"
h1text[4]="outdoor floor system for outdoor tile stone floors in cold climates"

//specify random images below. You can have as many as you wish
var myimages=new Array()
myimages[1]="/headfoot-bannerimages/homepic-grass.jpg"
myimages[2]="/headfoot-bannerimages/homepic-lake.jpg"
myimages[3]="/headfoot-bannerimages/homepic-rooftop.jpg"
myimages[4]="/headfoot-bannerimages/homepic-snow.jpg"

//specify corresponding links below
var imagelinks=new Array()
imagelinks[1]="http://www.outdoorfloorsystem.com/pg_bannerstory.htm" /** .htm page link **/
imagelinks[2]="http://www.outdoorfloorsystem.com/pg_bannerstory.htm"
imagelinks[3]="http://www.outdoorfloorsystem.com/pg_bannerstory.htm"
imagelinks[4]="http://www.outdoorfloorsystem.com/pg_bannerstory.htm"

var ry=Math.floor(Math.random()*myimages.length)
if (ry==0)
ry=1
document.write('<div class="picturelink"><a href='+'"'+imagelinks[ry]+'"'+'><img src="'+myimages[ry]+'"border="0" width="800" height="100"></a></div><div class="picture-colorlogo"><img src="/headfoot-navimages/banner-colorbar.png"  border="0" width="800" height="78"></div><div class="pictureh2">'+h2text[ry]+'<a href='+'"'+imagelinks[ry]+'"'+' class="banner-moreinfo" onmouseover="Tip(\'MORE ON THIS STORY\',BGCOLOR, \'#3f7a0e\')" onmouseout="UnTip()">&rArr;</a></div><div class="pictureh1">'+h1text[ry]+' </div>')
}
