//***BY JAKOB STENQVIST FOR BON MAGAZINE***////***2007-05-12***////***http://www.stonebranch.se***//function sendToTrackers(newTitle, newPath) {	var _parentTitle = window.title;	if(newTitle != undefined || newTitle != ""){		document.title = newTitle;	}	if(newPath != undefined){		var _parentPath = window.location.toString();				if(_parentPath.indexOf('#') == -1){						window.location = "http://"+window.location.hostname + "/#/"+ _parentPath.split("http://"+window.location.hostname + "/").join("");					}else if(_parentPath.toString().indexOf('#') != -1){			 			_parentPath = "http://"+window.location.hostname.toString();					}		if(_parentPath != 'undefined' && _parentPath != undefined){			//window.location = _parentPath+"#/"+newPath.toString();		}			}		_uacct = "UA-586597-2";	urchinTracker();	re_("87973-0s0fg9chdk");		if(_parentTitle != undefined){		//document.title = _parentTitle;	}	}