$(document).ready(function()
{
	// Do simple image viewer
	//overlayHandler.init( $('a.pop-up-image') );
	
	
	// Tooltips
	/*$('#new-texas-holdem-top-10-list table th img, #top-list table th img').Tooltip(
	{
		track: true, 
		showURL: false 
	});*/

	// Make whole box clickable
	var href = $('#product-sign-up-push p a').attr('href');
	$('#product-sign-up-push').click(function()
	{
		document.location = href;
	});
});