// JavaScript Document
// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/
<!--
if (navigator.appName == 'Microsoft Internet Explorer' && 
parseInt(navigator.appVersion) >= 4)
{
document.write('<div class=\"bookmarkText\"><b><a href=\"#\" onclick=\"javascript:window.external.AddFavorite(location.href,\'Watch 4 Jobs\');return false;\" style=\"text-decoration:none\" >');
document.write('Click here to bookmark us now</a></b></div>');
}else
{var msg = 'Dont forget to bookmark us';
if(navigator.appName == 'Netscape') msg += '  (CTRL-D)';
document.write('<div class=\"bookmarkText\">' + msg + '</div>');
}
// -->
