ÿþ<HTML> <HEAD> <TITLE>Welcome To LifeLine Records</TITLE> <script language="JavaScript"> var theImages = new Array() theImages[0] = '100.jpg' theImages[1] = '200.jpg' theImages[2] = '300.jpg' theImages[3] = '400.jpg' theImages[4] = '500.jpg' var j = 0 var p = theImages.length; var preBuffer = new Array() for (i = 0; i < p; i++){ preBuffer[i] = new Image() preBuffer[i].src = theImages[i] } var whichImage = Math.round(Math.random()*(p-1)); function showImage(){ document.write('<img src="'+theImages[whichImage]+'" border="0">'); } </script> </HEAD> <BODY BGCOLOR="black"> <p align="CENTER"><IMG SRC="LLRheader1.jpg" align="center" width="450"></p> <BR> <p align=center> <a href="news.htm"> <script language="JavaScript"> showImage(); </script> </a> </p> <p align="center"><font face="Times New Roman" size="2" color="#FFFF00">(click on picture above to enter site)</font> </p> <BR> <p align="center"><font face="Times New Roman" size="1" color="#FFFF00"><I>&#169 2004-2011 LifeLine Records </I></font></p> </BODY> </HTML>