cornerreturn = new Image;
gotoformcorner = new Image;
gotofunctioncorner = new Image;
gotoergocorner = new Image;
gotohistorycorner = new Image;
gotogallerycorner = new Image;
gotospeccorner = new Image;
gotolinkscorner = new Image;
gotofaqcorner = new Image;
gotocontactcorner = new Image;

cornerreturn.src="images/cornerimages/cornerindex.jpg";
gotoformcorner.src="images/cornerimages/gotoformcorner.jpg";
gotofunctioncorner.src="images/cornerimages/gotofunctioncorner.jpg";
gotoergocorner.src="images/cornerimages/gotoergocorner.jpg";
gotohistorycorner.src="images/cornerimages/gotohistorycorner.jpg";
gotogallerycorner.src="images/cornerimages/gotogallerycorner.jpg";
gotospeccorner.src="images/cornerimages/gotospeccorner.jpg";
gotolinkscorner.src="images/cornerimages/gotolinkscorner.jpg";
gotofaqcorner.src ="images/cornerimages/gotofaqcorner.jpg";
gotocontactcorner.src="images/cornerimages/gotocontactcorner.jpg";


function resizeWindow()
{
if (document.body.clientWidth < 800) self.resizeTo(850,700);

}



var faqpic = new Array;
faqpic[0] = "images/faqimages/bikeonhill.jpg";
faqpic[1] = "images/faqimages/daveonhill.jpg";

faqpic[2] = "images/faqimages/bluefountain.jpg";
faqpic[3] = "images/faqimages/hammertone.jpg";
faqpic[4] = "images/faqimages/pedersenforks.jpg";
faqpic[5] = "images/faqimages/DaveSharry.jpg";

var rand1 = Math.floor(Math.random() * faqpic.length);
var faqpict = faqpic[rand1];
