// JavaScript Document

// *************************************************** //
//                 TOP GAMES LIST
// *************************************************** //
function topGame1(){
	
	document.write( '<p><a href="toxinPuzzler_home.html" title="Toxin Puzzler - Official Website" target="_self">Toxin Puzzler</a></p>' );
		
}

function topGame2(){
	
	document.write( '<p><a href="http://server.toxingames.com/Downloads/Nvidia_2008/KevinS_UberDemo2008.zip" title="Download Kevin&rsquo;s Nvidia PhysX Demo" target="_self">Kevin&rsquo;s Nvidia PhysX Demo</a></p>' );

}

function topGame3(){
	
	document.write( '<p><a href="slaughtered_home.html" title="Slaughtered - Official Website" target="_self">Slaughtered</a></p>' );

}

// *************************************************** //
//                 FREE GAMES LIST
// *************************************************** //

function freeGame1(){
	document.write( '<a href="toxinPuzzler_home.html" title="Toxin Puzzler - Official Website" target="_self">Toxin Puzzler </a>' );
}

function freeGame2(){
	document.write( '<a href="http://server.toxingames.com/Downloads/Nvidia_2008/KevinS_UberDemo2008.zip" title="Download Kevin&rsquo;s Nvidia PhysX Demo" target="_self">PhysX Demo</a>' );
}