function getFaqFooter(url){
	window.open(url,"FAQ","width=656,height=500,status=0,toolbar=0,scrollbars=yes");
}

function getDoubleClickTag(URL,tagID){
      var axel = Math.random()+"";
      var a = axel * 10000000000000;
      src = URL + a + '?';
      
      if(getDoubleClickTag){		
  		try {
			document.getElementById(tagID).src = src;
		} catch (e) {
			alert(e)
		}
      }
}
function GetTrackingTag(i,URL,tagID){
	getDoubleClickTag(URL,tagID);
	setTimeout("window.location='"+i+"'",2000);
}
function GetTrackingTagNewTarget(i,URL,tagID){	
	getDoubleClickTag(URL,tagID);	
	/* 
	try {
		setTimeout("window.open('"+i+"','winname')",950);
	} catch (e) {
		alert(e);
	}
	*/
}



