/* get a hold of the head document */ var head = document.getElementsByTagName('head').item(0); // get the header tag var FSDomain = "http://msn.foxsports.com"; /* place the styles in the head document */ var mainStyles = document.createElement('link'); // create a script tag mainStyles.href = FSDomain +"/fe/css/main.css"; // set the script source mainStyles.rel = "stylesheet"; // set the type head.appendChild(mainStyles); // place the script on the page var sectionFrontMainStyles = document.createElement('link'); // create a script tag sectionFrontMainStyles.href = FSDomain +"/fe/css/SectionFront/main.css"; // set the script source sectionFrontMainStyles.rel = "stylesheet"; // set the type head.appendChild(sectionFrontMainStyles); // place the script on the page var navStyles = document.createElement('link'); // create a script tag navStyles.href = FSDomain +"/fe/css/site_wide.css"; // set the script source navStyles.rel = "stylesheet"; // set the type head.appendChild(navStyles); // place the script on the page var mainFscStyles = document.createElement('link'); // create a script tag mainFscStyles.href = FSDomain +"/fe/fsw/css/main_fsc.css"; // set the script source mainFscStyles.rel = "stylesheet"; // set the type head.appendChild(mainFscStyles); // place the script on the page var adCode728x90 ="&PG=SPTSI1&AP=1390"; var adCode300x250 ="&PG=SPTSI4&AP=1089"; var adCode160x600 ="&PG=SPTSI3&AP=1090"; document.write('