var SafariMessage = "<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\"><tr><td><a href=\"http://www.apple.com/safari\" target=\"_blank\"><IMG SRC=\"wsu.png\" width=\"67\" height=\"67\" border=\"0\"></a></td><td>&nbsp;</td><td nowrap>We use Safari too!</td></tr></table>"

var NoSafariMessage = "<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\"><tr><td valign=\"top\"><a href=\"http://www.apple.com/safari\" target=\"_blank\"><IMG SRC=\"http://debono.com.au/forum/pics/safari_icon_sm.gif\" width=\"34\" height=\"34\" border=\"0\"></a></td><td>&nbsp;</td><td nowrap>Why not get Safari?<br>You\'ll love the difference!<br>This site and others will look<br>the way they were intended to!</td></tr></table>"

if (navigator.userAgent.indexOf('Safari') != -1) {
document.write(SafariMessage);
}else{
document.write(NoSafariMessage);
}

