$(document).ready(function(){
	if($.cookie("reports") == null)
	{
		$("#HeaderLatest").css("display","block");
	}
});