var $rand=Math.round(Math.random()*1)+1;
if($rand == 1) {
	$link = "http://jayisgames.com/archives/2004/07/the_asylum.php";
} else {
	$link = "http://jayisgames.com/archives/2004/07/lite-brite.php";
}
document.write('<a href="' +  $link + '">');
document.write('<img alt="Lilo" src="http://jayisgames.com/images/lilo.gif" border="0" hspace="5" width="481" height="320" /></a>');
