//Serves mobile stylesheet if screen size small - for mobiles devices that do not support css media=handheld
if ((screen.width < 400) && (!navigator.userAgent.match(/iPhone/i) || !navigator.userAgent.match(/iPod/i))) {
document.write('<link href="/templates/default/css/handheld_Homepage.css" rel="stylesheet" type="text/css" media="screen"/>');
}