// Clothesline

var cl_random = Math.ceil(Math.random()*7);

var linksArray = new Array();
linksArray[0] = new Array("innerwestie.html","knowstuff.html","ages.html","luke.html","sale-coming.html","thomas.html");
linksArray[1] = new Array("unreal.html","facebook.html","farout.html","babybonus.html","actualsize.html","jedi.html");
linksArray[2] = new Array("facebook.html","cantwearblue.html","force.html","ages.html","agent.html","sale-peace.html");
linksArray[3] = new Array("agent.html","half.html","farout.html","next.html","knowstuff.html","jedi.html");
linksArray[4] = new Array("hours.html","bogan.html","half.html","actualsize.html","force.html","unreal.html");
linksArray[5] = new Array("groom.html","goodgirl.html","new-wiggles.html","knowstuff.html","bride.html","org-newblack.html");
linksArray[6] = new Array("leap.html","sale-coming.html","thomas.html","cantwearpink.html","goodboy.html","org-trendy.html");

MM_preloadImages('img/line/tee'+cl_random+'_1o.jpg','img/line/tee'+cl_random+'_2o.jpg','img/line/tee'+cl_random+'_3o.jpg','img/line/tee'+cl_random+'_4o.jpg','img/line/tee'+cl_random+'_5o.jpg','img/line/tee'+cl_random+'_6o.jpg')

document.writeln('<ul id="clothesline">');
for(i=1;i<=6;i++) {
	document.write('<li><a href="items/'+linksArray[cl_random-1][i-1]+'" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'cl'+i+'\',\'\',\'img/line/tee'+cl_random+'_'+i+'o.jpg\',1)"><img src="img/line/tee'+cl_random+'_'+i+'.jpg" name="cl'+i+'" border="0" id="cl'+i+'" /></a></li>');
}
document.writeln('</ul>');