var GB_ANIMATION = true;
var self=0;
$(document).ready(function(){
	//document.getElementById("without_login").style.display="none";
	//document.getElementById("after_login").style.display="none";
	if(login=="pass") {
		   //document.getElementById("after_login").style.display=""; 
	       self=1;
    }
	else {
		   //document.getElementById("without_login").style.display=""; 
		   self=0;
	}
	
	//href=window.location.href;
	//chk=href.search(/offers.php/);
	//chk2=href.search(/dailysurveys.php/);
	//if(chk == -1 && chk2 == -1)document.getElementById("my_account").style.display="none";
    //else document.getElementById("my_account").style.display="";
	
	$("a.greybox").click(function(){
		var t = this.title || $(this).text() || this.href;
		GB_show(t,this.href,470,600);
		return false;
	});
	
});
function newsDiv(){
	//alert(self);
	$('#newsDiv').load('http://www.cash4free.com/blog/site_latest_post.php?self='+self);
}
