//THIS IS NOT EMPTY

$(document).ready(function(){
sIFR.replace(gotham_bold, {selector: '.rounded_red.like_mod .title', css:['.sIFR-root { color: #FFFFFF; }'], wmode: 'transparent'});
sIFR.replace(gotham_bold, {selector: '.rounded_white.like_mod .title', css:['.sIFR-root { color: #e82528; }'], wmode: 'transparent'});
});


//Bamboozle - common.js
function onLoadVideo(path,w,h,obj,idtitle)
{
	var id = "swfPlayer";
	var objMovie = thisMovie(id);
	if(objMovie != null)
	{
		if(objMovie.loadVideo != null)
			objMovie.loadVideo(path,w,h);
	}
	if(obj != null)
	{
		$(obj).siblings('a').attr("class","");
		$(obj).attr("class","selected");
		if(idtitle != null)
		{
			$("#"+idtitle).html($(obj).attr("title"));
		}
	}
	return false;
}


//Do Tracking
function doMyCokeTrackingOff(tag,offSite) {
	offSite = true;
	var hn=location.hostname?(location.hostname.split(":")[0]):"";
	var pr=location.protocol||"";
	if ((hn.length>0)&&(pr.indexOf("http")==0)){
		var tiType = "Onsite:";
		var dlType = "1";
		var pth = location.pathname;
		if(offSite == true)
		{
			tiType = "Offsite:";
			dlType = "24";
		}
		else
		{
			pth.replace(hn,"");
		}
		
		var qry=location.search?location.search.substring(location.search.indexOf("?")+1,location.search.length):"";
		var pth=pth?((pth.indexOf("/")!=0)?"/"+pth:pth):"/";
		var auxWT_cg_s=_tag.WT.cg_s;
		dcsMultiTrack("DCS.dcssip",hn,"DCS.dcsuri",pth,"DCS.dcsqry",WebTrends.trimoffsiteparams?"":qry,"DCS.dcsref",window.location,"WT.ti",tiType+hn+pth+((qry != "")?("?"+qry):""),"WT.dl",dlType,"WT.cg_s",tag);
		_tag.WT.cg_s=auxWT_cg_s;
	}
}


// Special Share functionality
function openShareDescription(id, desc) {
	var shareObj = $("#"+id).parents('[class ^= share]');
	
	shareObj.children("#description").attr("title", desc);
	
	$("#"+id).onShareRollover();
}

$(document).ready( function() {
Trackers ['secret.fanhancer.gh.btn'] = new Tracker ('secret.fanhancer.gh.btn', 'SECRETFORMULA Fanhancer', 'Secret Formula Fanhancer Guitar Hero', 'FALSE');

//FIX the offsite ad click-through
// Code section for Track clicks to links leading offsite.
WebTrends.prototype.dcsOffsite=function(evt){
	evt=evt||(window.event||"");
	if (evt&&((typeof(evt.which)!="number")||(evt.which==1))){
		var e=this.dcsEvt(evt,"A");
		if (e.href){
			//MODIFIED BY DIEGO OSORIO - Jan 28 2010
			//TAG OFFSET LINKS ONLY FOR name='WT.ac=id'
			var param=this.onsiteclickparam+"=";
			var paramlen=param.length;
			var paramre=new RegExp(param,"i");
			var pos=end=-1;
			var anch=value="";
			anch=e.name+"";
			pos=anch.search(paramre);
			if (pos!=-1){
				start=pos+paramlen;
				end=anch.indexOf("&",start);
				value=anch.substring(start,(end!=-1)?end:anch.length);
				
				//ORIGINAL
				var hn=e.hostname?(e.hostname.split(":")[0]):"";
				var pr=e.protocol||"";
				if ((hn.length>0)&&(pr.indexOf("http")==0)){
					var tiType = "Offsite:";
					var dlType = "24";
					var pth = e.pathname;
					if(this.dcsIsOnsite(hn))
					{
						dlType = "1";
						tiType = "Onsite:";
						pth.replace(hn,"");
					}
					var qry=e.search?e.search.substring(e.search.indexOf("?")+1,e.search.length):"";
					var pth=pth?((pth.indexOf("/")!=0)?"/"+pth:pth):"/";
					this.dcsMultiTrack("DCS.dcssip",hn,"DCS.dcsuri",pth,"DCS.dcsqry",this.trimoffsiteparams?"":qry,"DCS.dcsref",window.location,"WT.ti",tiType+hn+pth+((qry != "")?("?"+qry):""),"WT.dl",dlType,"WT.nv",this.dcsNavigation(evt), "WT.ac",value);
					this.DCS.dcssip=this.DCS.dcsuri=this.DCS.dcsqry=this.DCS.dcsref=this.WT.ti=this.WT.dl=this.WT.nv=this.WT.ad=this.WT.ac="";
				}
				//END
			}
		}
	}
}
});
//--