/*This is an Mac IE fix for the content positioning */
 if ((navigator.platform == "MacPPC") && (navigator.userAgent.indexOf("MSIE 5")!=-1))  {
 	document.write("<style type='text/css'>@import url(a/macie.css);<\/style>");
} 
