$(document).ready(function(){

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