var strURL = document.location.toString();

var GFP_site_id = "global"; 
var GFP_section_id = "global"; 



		if (strURL.match("preps") && strURL.match("my.e-rockford")) {
        /***********Preps*******************/
			GA_googleAddAttr("site_id", "rrstar"); 
            GA_googleAddAttr("section_id", "prep");
		} else {
			GA_googleAddAttr("site_id", "rrstar"); 
            GA_googleAddAttr("section_id", "sports_local");
		}