if (document.cookie.length > 0) { // if there are any cookies
	 	themeName = readCookie('themeName');
		if (themeName==('Blue')) {
			 document.write('<link href="http://www.projo.com/bi/css/bi_blue.css" rel="stylesheet" type="text/css" title="Blue" media="all" />');
		} else if (themeName==('Deep Purple')) {
			document.write('<link href="http://www.projo.com/bi/css/bi_deeppurple.css" rel="stylesheet" type="text/css" title="Deep Purple" media="all" />');		 
		} else if (themeName==('Moody Blues')) {
			document.write('<link href="http://www.projo.com/bi/css/bi_moodyblues.css" rel="stylesheet" type="text/css" title="Moody Blues" media="all" />');
        } else if (themeName==('Simply Red')) {
			document.write('<link href="http://www.projo.com/bi/css/bi_simplyred.css" rel="stylesheet" type="text/css" title="Simply Red" media="all" />');
        } else if (themeName==('Green Day')) {
			document.write('<link href="http://www.projo.com/bi/css/bi_greenday.css" rel="stylesheet" type="text/css" title="Green Day" media="all" />');
        } else if (themeName==('Pretty in Pink')) {
			document.write('<link href="http://www.projo.com/bi/css/bi_prettyinpink.css" rel="stylesheet" type="text/css" title="Pretty in Pink" media="all" />');
        } else if (themeName==('Golden Oldies')) {
			document.write('<link href="http://www.projo.com/bi/css/bi_goldenoldies.css" rel="stylesheet" type="text/css" title="Golden Oldies" media="all" />');
        } else if (themeName==('Touch of Gray')) {
			document.write('<link href="http://www.projo.com/bi/css/bi_touchofgray.css" rel="stylesheet" type="text/css" title="Touch of Gray" media="all" />');
        } else if (themeName==('Singing the Blues')) {
			document.write('<link href="http://www.projo.com/bi/css/bi_singingtheblues.css" rel="stylesheet" type="text/css" title="Singing the Blues" media="all" />');
        } else if (themeName==('Here Comes the Sun')) {
			document.write('<link href="http://www.projo.com/bi/css/bi_herecomesthesun.css" rel="stylesheet" type="text/css" title="Here Comes the Sun" media="all" />');
		} else {
			//write out default stylesheet
			 document.write('<link href="http://www.projo.com/bi/css/bi_blue.css" rel="stylesheet" type="text/css" title="Blue" media="all" />');
		}
} else {
		//no cookie found, so write out default stylesheet
			 document.write('<link href="http://www.projo.com/bi/css/bi_blue.css" rel="stylesheet" type="text/css" title="Blue" media="all" />');
}


if (NS4) {
document.write('<link href="http://www.projo.com/sharedcontent/includes/ice2/css/bi_n4.css" rel="stylesheet" type="text/css" />');	
}
