


function on_ready()
{
	$("#username").Watermark("Username");
	
	$(function() {
	$('.featured_screenshots a').lightBox({fixedNavigation:true});
	$('.unfeatured_screenshots a').lightBox({fixedNavigation:true});
	$('.misc_screenshots a').lightBox({fixedNavigation:true});
	});

	

}

function nav( url ) {
	
	window.location.href=url;
	return "ok";

}

//jQuery( document ).ready( on_game_ready );

jQuery(document).ready( on_ready );

