$(document).ready(function(){

	setTimeout(function(){
		$.colorbox({href:"http://www.happyhourgame.co.uk/chat.php"});
	}, 45000);

});
$(document).ready(function(){
	$('#callback').click(function(){
		$.colorbox({href:"http://www.happyhourgame.co.uk/chat.php"});
	});
});
