// JavaScript Document
if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) 
{
 var url="http://victoriawinters.net";
 var title="victoriawinters.net";
 
 document.write('<A HREF="javascript:window.ext');
 document.write('ernal.AddFavorite(url,title);" ');
 document.write('onMouseOver=" window.status=');
 document.write("'Add this site to your Favorites'; return true ");
 document.write('"onMouseOut=" window.status=');
 document.write("' '; return true ");
 document.write('">Add this page to your Favorites<\/a>');
}
else 
{
 var msg = "<u>Remember To Bookmark This Site (Hold down the Ctrl key and press D)</u>";
 document.write(msg);
}
