
$(document).ready(function()
{
 	$("a.closebox").click(function() 
	{
		createCookie('hideAdbox', '1', 1);
		$("div.adbox").hide("slow");
  
 	});
});