var css2="/css/gaz_2008_generic.css";
var css3="/css/gaz_2008_generic.css";
var subcss1=document.getElementById("css2");
var subcss2=document.getElementById("css3");
//alert(yourversion2);
  if(navigator.appVersion.indexOf("Mac") != -1)
  {
    css2="/css/gaz_2008_mac.css";
  }

	if (yourversion.indexOf("MSIE")!=-1 || yourversion2.indexOf("MSIE")!=-1) {
		css2="/css/gaz_2008_ie.css";
		ierotatestyles="<style type='text/css'>#headline1, #headline2, #headline3, #headline4, #headline5 {top: 527px;} #photobox1, #photobox2, #photobox3, #photobox4, #photobox5 {top: 267px;} #playbuttons {left:5px;top: 517px;} .rotate{width:120px;}</style>";
	}
	
	if (yourversion.indexOf("MSIE 6")!=-1 || yourversion2.indexOf("MSIE 6")!=-1) {
		css2="/css/gaz_2008_ie6.css";
		ierotatestyles="<style type='text/css'>#headline1, #headline2, #headline3, #headline4, #headline5 {top: 527px;} #photobox1, #photobox2, #photobox3, #photobox4, #photobox5 {top: 267px;} #playbuttons {left:5px;top: 517px;} .rotate{width:120px;}</style>";
	}
			
	if (yourversion.indexOf("Firefox")!=-1 || yourversion2.indexOf("Firefox")!=-1) {
		css3="/css/gaz_2008_ffx.css";
	}
	
	if (subcss1.href!=css2) {
		subcss1.href=css2;
	}
	
	if (subcss2.href!=css3) {
		subcss2.href=css3;
	}
	
	//alert(subcss1.href);
	//alert(subcss2.href);
	
