$(document).ready(function(){

	var a=$(".hotpages_menu a")
	
	a.click(function(){
		document.location.href=$(this).attr("href")+"&js=1";
		return false;
	});
	
	
	/*setTimeout(function(){
		a.each(function(){	
			if($(this).attr("class")=="title"){
				var id = ($(this).attr("rel"));
				$.get("/plugins/hotpages/register_view.php?hotpage_id="+id);
			}
		});
	}, 1000);*/
	



});
