var randtype = new Array();
	randtype[0] = 'fire';
	randtype[1] = 'water';

//var randnum 	= Math.floor(Math.random()*2); 
var randnum = 1;



var showsp = '<div class="translucentBoxWrap" style="background-color: #000000; z-index: 50000;"><div class="translucentInnerWrap"><div style="position: absolute; left: 280px; top: 120px; height: 0px; width: 434px; heigth: 239px;"><a href="/?bgtype=' + randtype[randnum] + '&amp;page=home" rel="nofollow"><img src="/images/splash-logo.png" width="434" height="239" alt="" border="0" /></a></div><div style="position: absolute; left: 259px; top: 400px; height: 0px; width: 100px; heigth: 50px;"><a href="/?bgtype=water&amp;page=home" rel="nofollow"><img src="/images/water.png" width="80" height="18" alt="" border="0" /></a></div><div style="position: absolute; left: 644px; top: 400px; height: 0px; width: 100px; heigth: 50px;"><a href="/?bgtype=fire&amp;page=home" rel="nofollow"><img src="/images/fire.png" width="80" height="18" alt="" border="0" /></a></div><div style="position: absolute; left: 197px; top: 450px; height: 0px; width: 600px; heigth: 50px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #999999;">winksmassage.com is best viewed using a high-speed broadband connection</div></div></div>';
document.getElementById('showsp').innerHTML = showsp;
	