function sendLinkEvent(linkEventText) {
	//s.linkTrackVars='prop20,eVar20';
	//s.prop20=linkEventText;
	//s.eVar20=linkEventText;
	eval("var linkCall = {linkName:'"+linkEventText+"', linkType:'o'}");
		
	mtvn.btg.Controller.sendLinkEvent(linkCall);
}

function sendPromoLinkEvent(promoID) {
	sendLinkEvent(pageName+'/Promo_Button_'+promoID);
}

function siteSearchReport(){
	mtvn.btg.reporting.Search.setConversion();
}
