if (navigator.appName == 'Microsoft Internet Explorer')
{
document.write('<a href="treat.php">Give A Treat</a>');
}
else
{
document.write('<a href="treat.php"><button>Give A Treat</button></a>');
}
