//iphone sniffer
<!--
if (window.orientation === undefined)
{
//load screen css
document.write('<link href="css/hide_entries.css" rel="stylesheet" type="text/css" />');
document.write('<link href="css/tony.css" rel="stylesheet" type="text/css" />');
}
else
{
//load iphone css
document.write('<link href="css/iphone.css" rel="stylesheet" type="text/css" />');
}
//-->