// JavaScript Document

<!--
document.write ('');
var webmastercode = 'camclub';
var numberofcams  =  10;
var las_url = 'http://www.lsawards.com/freechat.php?psid=camclub&psprogram=REVS&pstour=t2&random';

for (var xxx=1 ; xxx<= numberofcams ; xxx++)
{
   if ( xxx < 10 ) { xxx = "00" + xxx } else { if ( xxx < 100 ) { xxx = "0" + xxx} };

   document.write ('<a href="' + las_url + '" onclick=window.open("","las",""); target="las">Livesex Awards</a> ');
}
-->

