	var crls=document.getElementsByTagName('script');
	var path;
	 for(i=0;i<crls.length;i++)
	 {
	
		 var lind=crls[i].src.lastIndexOf("snapshot.js");
		 if(lind!=-1)
		 {
			if(lind==0)
				path="";
			else
				path=crls[i].src.substring(0,lind);
			break;
		  }
	}
	
	
	var content="<div style='padding-bottom:3px;border:#E1E1E1;border-width:1px'><a href='http://www.acceptcreditcards.me/go/click.php'  target='_blank'><img src='"+path+"snapshot.jpg' border='0'/></a></div>";
	content+="<div div align='right' style='font-size:9px;font-family:Verdana'>	<a href='http://www.acceptcreditcards.me/go/click.php' target='_blank ' >Support our Sponsor</a></div>";
	
var i;
var websitename=path+'click.php';
//var websitename='http://www.acceptcreditcards.me/go/click.php';
 ctrls=document.getElementsByTagName('a');
 for(i=0;i<ctrls.length;i++)
 {
	var lnk=ctrls[i].href;
	qstr=lnk.split('?')[1];
	if(qstr!=null)
	{
		arrs=qstr.split('=');
		if (lnk.split('?')[0]==websitename && arrs[0]=="tid" && arrs[1]!="" && arrs[1]>0)
		{
			ctrls[i].onmouseover=function(){Tip(content, WIDTH,120,BGCOLOR,'#FFFFFF',TITLEBGCOLOR,'#979797',BORDERCOLOR ,'#979797', FADEIN, 300, FADEOUT, 300, STICKY,1,DURATION ,2500)};
			 ctrls[i].onmouseout=function(){UnTip()};
		}
	}

}