function scode_getCookie( name ) {
	var start = document.cookie.indexOf( name + "=" );
	var len = start + name.length + 1;
	if ( ( !start ) && ( name != document.cookie.substring( 0, name.length ) ) ){
		return '';
	}
	if ( start == -1 ) return '';
	var end = document.cookie.indexOf( ";", len );
	if ( end == -1 ) end = document.cookie.length;
	return unescape( document.cookie.substring( len, end ) );
}

AFF_ID = scode_getCookie('AFF_ID');
if(AFF_ID == '' || AFF_ID == '0'){
	if(top.location.href.indexOf("collegesurfing.com") > -1){
		google1 = '_uacct = "UA-1408331-1";';
		google2 = '_udn="collegesurfing.com";';
		window.status = "Welcome to CollegeSurfing.com";
	}else if(top.location.href.indexOf("collegebound.net") > -1){
		google1 = '_uacct = "UA-1408331-2";';
		google2 = '_udn="collegebound.net";';
		window.status = "Welcome to CollegeBound.net";
	}else if(top.location.href.indexOf("spabeautyschools.com") > -1){
		google1 = '_uacct = "UA-1408331-4";';
		google2 = '_udn="spabeautyschools.com";';
		window.status = "Welcome to SpaBeautySchools.com";
	}else if(top.location.href.indexOf("holisticjunction.com") > -1){
		google1 = '_uacct = "UA-1408331-5";';
		google2 = '_udn="holisticjunction.com";';
		window.status = "Welcome to HolisticJunction.com";
	}

	document.writeln('<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>');
	document.writeln('<script type="text/javascript">');
	document.writeln(google1);
	document.writeln(google2);
	document.writeln('urchinTracker();');
	document.writeln('</script>');
}
