
PicUrlDir = "http://www.snookerShirt.co.uk/banner/585x86/"
PicExt    = ".jpg"
PicWidth  = 585;
PicHeight = 86;
                    
PicUrl = new Array(); var I=0;
PicUrl[I++] = "home_of_snooker_evo_2_585x86.jpg"
PicUrl[I++] = "home_of_snooker_evo_585x86.jpg"
PicUrl[I++] = "home_of_snooker_evo_2_585x86.jpg"
PicUrl[I++] = "home_of_snooker_evo_2_585x86.jpg"
PicUrl[I++] = "home_of_snooker_evo_585x86.jpg"
PicUrl[I++] = "home_of_snooker_evo_585x86.jpg"

PicLink = new Array(); var I=0;
PicLink[I++] = "http://www.snookerevolution.com";
PicLink[I++] = "http://www.snookershirt.co.uk";
PicLink[I++] = "http://www.snookerevolution.com";
PicLink[I++] = "http://www.snookerevolution.com";
PicLink[I++] = "http://www.snookershirt.co.uk";
PicLink[I++] = "http://www.snookershirt.co.uk";

PicTitle = new Array(); var I=0;
PicTitle[I++] = "SnookerEvolution.com - Train to Snooker";
PicTitle[I++] = "Snookershirt.co.uk - Dressed to Snooker";
PicTitle[I++] = "SnookerEvolution.com - Train to Snooker";
PicTitle[I++] = "SnookerEvolution.com - Train to Snooker";
PicTitle[I++] = "Snookershirt.co.uk - Dressed to Snooker";
PicTitle[I++] = "Snookershirt.co.uk - Dressed to Snooker";

var NumOfPic = I;
var d = new Date();
var s = d.getUTCSeconds();
var ThePic = s % NumOfPic;

var theStr = new String;
theStr = "";
theStr = theStr + '<a href="' + PicLink[ThePic] + '" target="_blank">';
theStr = theStr + '<img';
theStr = theStr + ' src="' + PicUrlDir + PicUrl[ThePic] + '"';
theStr = theStr + ' width="' + PicWidth + '"';
theStr = theStr + ' height="' + PicHeight + '"';
theStr = theStr + ' alt="' + PicTitle[ThePic] + '"';
theStr = theStr + ' title="' + PicTitle[ThePic] +'"';
theStr = theStr + ' border="0"';
theStr = theStr + ' >';
theStr = theStr + '</a>'

document.write(theStr);