window.addEvents({
		domready : function() {
		/* iPhone toll free link */
		if (Browser.Platform.ipod){
			var tfNum = new Element('a', { href: 'tel:8003119161' });
			tfNum.wraps($('calltoday'));
		}
	}
});