// Begin IDM/ ClearChannelTV Script 
// [CreateDate: 04092007@10:12amEST RB]
// [ModDate: 04.10.2007@7:28pmEST RB]
// [ModDate: 04.11.2007@12:01pmEST RB]
// [ModDate: 04.11.2007@05:56pmEST RB]
// [ModDate: 07.30.2007@05:38pmEST RW]

var url = this.location + "";
var ipid = "0";

// 9wsyr.com [WXIT ABC]
if (url.indexOf("9wsyr.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7090;    // Automotive Articles
    	    	 }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7091;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) || (url.indexOf("/Bridge_Street") != -1) ) 
	        {
	        ipid = 7092;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7093;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7099;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7100;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/News_Team") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    	 {
	        ipid = 7101;    // Career, Legal, Most Popular, News, News Team Bios, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7102;    // Sports Articles
	        }
           else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7103;    // Holiday & Outdoor Articles
	        }
           else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7104;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
           else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7195;    // Electronic & Web&Tech Articles
	        }
    }	    

// CWArkansas.com [KASN CW]
else if (url.indexOf("cwarkansas.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7105;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7106;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7107;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7108;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7109;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7110;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7111;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7112;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7113;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7114;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7196;    // Electronic & Web&Tech Articles
	        }
    }

// kcba.com [KCBA FOX]
else if (url.indexOf("kcba.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7115;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7116;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7117;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7118;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7119;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7120;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7121;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7122;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7123;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7124;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7128;    // Electronic & Web&Tech Articles
	        }
    }

// kcoy.com [KCOY CBS]
else if (url.indexOf("kcoy.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7125;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7126;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7127;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7128;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7130;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7131;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7131;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7132;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7133;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7135;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7218;    // Electronic & Web&Tech Articles
	        }
    }

// kfty.com [KFTY Independent]
else if (url.indexOf("kfty.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7135;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7136;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7137;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7138;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7139;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7140;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7141;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7142;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7143;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7144;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7228;    // Electronic & Web&Tech Articles
	        }
    }

// kget.com [KGET NBC]
else if (url.indexOf("kget.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7145;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7146;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7147;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7148;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7149;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7150;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7151;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7152;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7153;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7154;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7233;    // Electronic & Web&Tech Articles
	        }
    }

// cbs47.tv [KGPE CBS]
else if (url.indexOf("cbs47.tv") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7155;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7156;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7157;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7158;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7159;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7160;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7161;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7162;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7163;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7164;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7234;    // Electronic & Web&Tech Articles
	        }
    }

// kion46.com [KION FOX]
else if (url.indexOf("kion46.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7165;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7166;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7167;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7168;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7169;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7170;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7171;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7172;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7173;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7174;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7235;    // Electronic & Web&Tech Articles
	        }
    }

// myfox11.com [KKFX FOX]
else if (url.indexOf("myfox11.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7175;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7176;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7177;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7178;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7179;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7180;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7181;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7182;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7183;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7184;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7236;    // Electronic & Web&Tech Articles
	        }
    }

// fox16.com [KLRT Fox]
else if (url.indexOf("fox16.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7185;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7186;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7187;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7188;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7189;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7190;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7191;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7192;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7193;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7194;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7237;    // Electronic & Web&Tech Articles
	        }
    }

// kmtr.com [KMTR NBC]
else if (url.indexOf("kmtr.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7197;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7198;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7199;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7200;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7201;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7202;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7203;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7204;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7205;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7206;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7238;    // Electronic & Web&Tech Articles
	        }
    }

// fox23.com [KOKI FOX]
else if (url.indexOf("fox23.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7207;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7209;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7210;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7211;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7212;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7213;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7214;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7215;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7216;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7217;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7219;    // Electronic & Web&Tech Articles
	        }
    }

// foxkansas.com [KSAS FOX]
else if (url.indexOf("foxkansas.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7220;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7221;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7222;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7223;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7224;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7225;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7226;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7227;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7229;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7230;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7231;    // Electronic & Web&Tech Articles
	        }
    }

// mytvwichita.com [KSCC MyNetwork]
else if (url.indexOf("mytvwichita.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7239;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7240;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7241;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7242;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7243;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7244;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7245;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7246;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7247;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7248;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7249;    // Electronic & Web&Tech Articles
	        }
    }

// webcenter11.com [KTVF NBC]
else if (url.indexOf("webcenter11.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7250;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7251;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7252;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7253;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7254;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7255;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7256;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7257;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7258;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7259;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7260;    // Electronic & Web&Tech Articles
	        }
    }

// abc4.com [KTVX ABC]
else if (url.indexOf("abc4.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7261;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7262;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7263;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7264;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7265;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7266;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7267;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7268;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7269;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7270;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7271;    // Electronic & Web&Tech Articles
	        }
    }

// cw30.com [KUWB CW]
else if (url.indexOf("cw30.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7272;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7273;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7274;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7275;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7276;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7277;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7278;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7279;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7280;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7281;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7282;    // Electronic & Web&Tech Articles
	        }
    }

// kvos.com [KVOS Independent]
else if (url.indexOf("kvos.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7283;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7284;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7285;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7286;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7287;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7288;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7289;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7290;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7291;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7292;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7293;    // Electronic & Web&Tech Articles
	        }
    }

// fox30online.com [WAWS FOX]
else if (url.indexOf("fox30online.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7294;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7295;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7296;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7297;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7298;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7299;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7300;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7301;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7302;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7303;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7304;    // Electronic & Web&Tech Articles
	        }
    }

// newschannel34.com [WBGH ABC/NBC]
else if (url.indexOf("newschannel34.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7305;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7306;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7307;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7308;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7309;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7310;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7311;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7312;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7313;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7314;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7315;    // Electronic & Web&Tech Articles
	        }
    }

// wetmtv.com [WETM NBC]
else if (url.indexOf("wetmtv.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7316;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7317;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7318;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7319;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7320;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7321;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7322;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7323;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7324;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7325;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7326;    // Electronic & Web&Tech Articles
	        }
    }

// whptv.com [WHP CBS]
else if (url.indexOf("whptv.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7327;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7328;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7329;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7330;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7331;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7332;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7333;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7334;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7335;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7336;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7337;    // Electronic & Web&Tech Articles
	        }
    }

// utv44.com [WJTC Independent]
else if (url.indexOf("utv44.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7340;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7341;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7342;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7344;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7345;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7346;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7347;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7348;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7349;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7350;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7351;    // Electronic & Web&Tech Articles
	        }
    }

// local12.com [WKRC CBS]
else if (url.indexOf("local12.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7353;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7354;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7355;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7356;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7357;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7358;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7359;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7360;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7361;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7362;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7363;    // Electronic & Web&Tech Articles
	        }
    }

// cw15.com [WLYH CW]
else if (url.indexOf("cw15.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7364;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7365;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7366;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7368;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7369;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7370;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7371;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7372;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7373;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7374;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7375;    // Electronic & Web&Tech Articles
	        }
    }

// woai.com [WOAI NBC]
else if (url.indexOf("woai.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7376;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7377;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7378;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7379;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7380;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7381;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7382;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7383;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7384;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7385;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7386;    // Electronic & Web&Tech Articles
	        }
    }

// 13wham.com [WOKR ABC]
else if (url.indexOf("13wham.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7387;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7388;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7389;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7390;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7391;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7392;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7393;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7394;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7395;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7396;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7397;    // Electronic & Web&Tech Articles
	        }
    }

// nbc15online.com [WPMI NBC]
else if (url.indexOf("nbc15online.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7398;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7399;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7400;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7401;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7402;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7403;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7404;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7405;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7406;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7407;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7408;    // Electronic & Web&Tech Articles
	        }
    }

// wpsdtv.com [WPSD NBC]
else if (url.indexOf("wpsdtv.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7409;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7410;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7411;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7412;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7413;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7414;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7415;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7416;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7417;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7418;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7419;    // Electronic & Web&Tech Articles
	        }
    }

// myeyewitnessnews.com [WPTY ABC/CW]
else if (url.indexOf("myeyewitnessnews.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7420;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7421;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7422;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7423;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7424;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7425;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7426;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7427;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7428;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7429;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7430;    // Electronic & Web&Tech Articles
	        }
    }

// cbs47.com [WTEV CBS]
else if (url.indexOf("cbs47.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7434;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7435;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7436;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7437;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7438;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7439;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7440;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7441;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7442;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7443;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7444;    // Electronic & Web&Tech Articles
	        }
    }

// newswatch50.com [WWTI ABC/CW]
else if (url.indexOf("newswatch50.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7445;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7446;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7447;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7448;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7449;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7450;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7451;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7452;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7453;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7454;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7455;    // Electronic & Web&Tech Articles
	        }
    }

// fox23news.com [WXXA FOX]
else if (url.indexOf("fox23news.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7456;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7457;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7458;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7459;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7460;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7461;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7462;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7463;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7464;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7465;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7466;    // Electronic & Web&Tech Articles
	        }
    }

// WFRV.com [WFRV]
else if (url.indexOf("wfrv.com") != -1 )  
    {
	    if ( (url.indexOf("/guides/auto") != -1 ) ) 
	        {
	        ipid = 9573;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 9574;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/guides/recipe") != -1) ) 
	        {
	        ipid = 9575;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("guides/finance") != -1) ) 
	        {
	        ipid = 9576;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/guides/health") != -1) || (url.indexOf("/content/health") != -1) || (url.indexOf("/guides/legal") != -1) )  
	        {
	        ipid = 9577;    // Health Articles
	        }
	    else if ( (url.indexOf("/guides/home") != -1) ) 
	        {
	        ipid = 9578;    // Home Articles
	        }
	    else if ( (url.indexOf("/news") != -1) || (url.indexOf("/content/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/guides/career") != -1) ) 
    	    {
	        ipid = 9579;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) || (url.indexOf("/content/sports") != -1) || (url.indexOf("/guides/outdoor") != -1) ) 
	        {
	        ipid = 9583;    // Sports Articles
	        }
	   else if ( (url.indexOf("/guides/beauty") != -1) || (url.indexOf("/guides/parenting") != -1) || (url.indexOf("/guides/petcare") != -1) || (url.indexOf("/guides/wedding") != -1) || (url.indexOf("/guides/school") != -1) || (url.indexOf("/guides/holiday") != -1) ) 
	        {
	        ipid = 9582;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
    }

// fox6.com [XETV FOX]
else if (url.indexOf("fox6.com") != -1 )  
    {
	    if ( (url.indexOf("/auto") != -1 ) ) 
	        {
	        ipid = 7467;    // Automotive Articles
    	    }   
	    else if ( (url.indexOf("/entertainment") != -1) ) 
	        {
	        ipid = 7468;    // Entertainment Articles
	        }   
	    else if ( (url.indexOf("/recipe") != -1) ) 
	        {
	        ipid = 7469;    // Food & Drink Articles
	        }
	    else if ( (url.indexOf("/business") != -1) || (url.indexOf("/finance") != -1) ) 
	        {
	        ipid = 7470;    // Business & Finance Articles
	        }
	    else if ( (url.indexOf("/health") != -1) || (url.indexOf("/family_healthcast") != -1) )  
	        {
	        ipid = 7471;    // Health Articles
	        }
	    else if ( (url.indexOf("/home") != -1) ) 
	        {
	        ipid = 7472;    // Home Articles
	        }
	    else if ( (url.indexOf("/career") != -1) || (url.indexOf("/legal") != -1) || (url.indexOf("/mostpopular") != -1) || (url.indexOf("/news") != -1) || (url.indexOf("/weather") != -1) || (url.indexOf("/heresdarwin") != -1) ) 
    	    {
	        ipid = 7473;    // Career, Legal, Most Popular, News, Weather & Here's Darwin Articles
	        }
	    else if ( (url.indexOf("/sports") != -1) ) 
	        {
	        ipid = 7474;    // Sports Articles
	        }
        else if ( (url.indexOf("/holiday") != -1) || (url.indexOf("/outdoor") != -1) ) 
	        {
	        ipid = 7475;    // Holiday & Outdoor Articles
	        }
        else if ( (url.indexOf("/beauty") != -1) || (url.indexOf("/parenting") != -1) || (url.indexOf("/petcare") != -1) || (url.indexOf("/wedding") != -1) || (url.indexOf("/school") != -1) || (url.indexOf("/backtoschool") != -1)) 
	        {
	        ipid = 7476;    // Beauty, Parenting, PetCare, Wedding, School & Back_to_school Articles
	        }
        else if ( (url.indexOf("/electronic") != -1) || (url.indexOf("/webandtech") != -1) ) 
	        {
	        ipid = 7477;    // Electronic & Web&Tech Articles
	        }
    }

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

// End IDM/ ClearChannelTV Script  