/*
Copyright Gary Fooks, all right reserved.
Used to load any child page into a parent frameset.
*/

	
function reFrame(){
	slash = '\/';

new_site = location.href.indexOf('new_site')!=-1?'new_site/default1.asp':'';
	if(self==top){
		reload = location.protocol+slash+slash+location.host+slash+new_site;
		path = location.pathname;
		location.replace(reload +'?'+path.substring(1,path.lastIndexOf(slash)+1));
		} 
	}
reFrame();

//Include the tracking sotware
document.write('<script src="../tracking/track.js"></script>');
