<!--
/* Execute the function fDetect and then load up the Safari specific CSS to overide some styles. */
fDetect();
if(this.isSafari || this.isSafari2) {
	document.write('<style type="text/css" media="screen">@import "css/safari.css";</style>');
}
//-->