// JavaScript Document


$(document).ready(function()
{
$("#close").click(function(){
	$('.content', top.document).hide();
$('#whatson_page', top.document).show('slow');

});
});