function checkAdmin(e)
{
    document.location.href="/admin.aspx"	
}


function isIphone()
{    
    return ((navigator.userAgent.match(/iPhone/i))||(navigator.userAgent.match(/iPod/i)))
}
