// Begin Entrepreneur.com script  
var url = this.location + "";
var ipid = "0";

// Business Sections for Entrepreneur.com
//Starting A Business || Money || Marketing || Sales || Biz Op Zone || Home Based Biz || eBusiness || Management || Human Resources || Grow You Business

if ( (url.indexOf("/bizstartups") != -1 ) || (url.indexOf("/howto") != -1) || (url.indexOf("/startingabusiness") != -1) || (url.indexOf("/money") != -1 ) || (url.indexOf("/tax") != -1) || (url.indexOf("/marketing") != -1) || (url.indexOf("/sales") != -1) || (url.indexOf("/advertising") != -1) || (url.indexOf("/bizopportunities") != -1)  || (url.indexOf("/homebasedbiz") != -1) || (url.indexOf("/ebusiness") != -1)  || (url.indexOf("/ebay") != -1)  || (url.indexOf("/insurance") != -1)  || (url.indexOf("/management") != -1)  || (url.indexOf("/women") != -1)  || (url.indexOf("/humanresources") != -1) || (url.indexOf("/growyourbusiness") != -1) || (url.indexOf("/magazine") != -1) ) {
 ipid="1034"; 
}

// Entrepreneur.com/Technology 
else if ( (url.indexOf("/technology") != -1 )|| (url.indexOf("/software") != -1) ) {
 ipid="5460";
}

// Entrepreneur.com/Travel Center  
else if ( (url.indexOf("/travelcenter") != -1 ) ) {
 ipid="5462";
}

// Entrepreneur.com/Automotive 
else if ( (url.indexOf("/autos") != -1 ) ) {
 ipid="5463";
}

// Entrepreneur.com/Biz Opps 
else if ( (url.indexOf("/bizopportunities") != -1 ) ) {
 ipid="5454";
}

// Entrepreneur.com/Automotive 
else if ( (url.indexOf("/franchises") != -1 ) ) {
 ipid="5726";
}

else {
    // catch-all 
    ipid="5469";
}

if (0 != ipid) document.write(
'<SCR'+'IPT language="javascript" type="text/javascript" ' +
'src="http://entrepreneur.us.intellitxt.com/intellitxt/front.asp?ipid=' + ipid +
'"' +
'>' +
'</SCR'+'IPT>'
);

// End Entrepreneur.com script  





