/*	=========
	Global.js
	Generic JS handling routines
	=========*/
	

var agent=navigator.userAgent.toLowerCase();
var is_iphone = ((agent.indexOf('iphone') != -1));

//google & sophus tagging
function clickTrack(tagName) {
    // google
    pageTracker._trackEvent('button', 'click', tagName);
    //sophus
    tc_log('/microsites/rczitchoosesyou' + tagName);
}
