
function offerPop(ID){
	window.open("http://www.giftish.com/templates/affiliate.php?sid="+ID+"&homelocation=" +window.location, "offerpup", config="width=500,height=200,resizable=0,scrollbars=1");
}
function goOffer(ID,sitelink) {
	if (ID != ''){
		offerPop(ID);
		//MM_showHideLayers('btmrightDiv','','show');
		location= sitelink;
	}
}
function goBack(backlink)
{
	//alert('Go back');
  if(window.opener)
  {
    if(!window.opener.closed)
    {
		//alert("Hello1");
      self.opener.location.href=backlink;
		self.close();
      return true;
    }
    else
    {
		//alert("Hello2");
      window.open(backlink);
	  self.close();
      return false;
    }
  }
  else if(window.open)
  {
	  //alert("Hello3");
    window.open(backlink);
    self.close();
    return false;
	//    self.close();
  }
  else
  	{
	  //alert("Hello4");
    window.open(backlink);
    self.close();
    return false;
	//    self.close();	
	}
}
