w=window;d=w.document;
if(top && top != this){top.location.href=this.location.href;}
if(w.addEventListener){w.addEventListener('load', doload, false);
}else if(w.attachEvent){w.attachEvent('onload', doload);}
function doload(){
	var i,m,l,re,link=new Array(),flnk=new Array();
	flnk['http://www.macktactics.com/badboy.html']='macktactics-badboy';
	link['macktactics']='macktactics';
	link['stripclubseduction']='stripclubseduction';
	link['youngerdating']='youngerdating';
	link['secretstogetlaid']='secretstogetlaid';
	link['pickupyourgame']='pickupyourgame';
	link['skillsofthegame']='skillsofthegame';
	link['attractwomennow']='attractwomennow';
	link['hotlocalescorts']='hotlocalescorts';
	link['usaescorts']='usaescorts';
	link['thepickupblueprint']='thepickupblueprint';
	link['lady-killing']='lady-killing';
	link['asianmanwhitechick']='asianmanwhitechick';
	link['foreverlaid']='foreverlaid';
	link['getsexynow']='getsexynow';
	link['realattractionsecrets']='realattractionsecrets';
	link['guygetsgirl']='guygetsgirl';
	re = new RegExp('\.([-_a-z0-9]+?)\.(com|net)', 'i');
	for(i = 0; i < d.links.length; i++){
		l=d.links[i].href;
		m=re.exec(l);
		if(flnk[l] != undefined && flnk[l] != ''){
			d.links[i].href = '/site/'+flnk[l];
		}else if(link[m[1]] != undefined && link[m[1]] != ''){
			d.links[i].href = '/site/'+link[m[1]];
		}
	}
}
