
// E-mail Hider
function MailCR8() {
    var ename = "VideoQos";
    var name = "The MAD Greek";
    var host = "aol";
    var ext = ".com";
    var delim = "\@";
    var href = "mailto:";
    var text = "\<a href='" + href + ename + delim + host + ext + "'>" + name + "</a>";
document.write(text);
}

// E-mail Hider
function MailMAD() {
    var ename = "madgreek";
    var name = "The MAD Greek";
    var host = "cr8apl8";
    var ext = ".com";
    var delim = "\@";
    var href = "mailto:";
    var text = "\<a href='" + href + ename + delim + host + ext + "'>" + name + "</a>";
document.write(text);
}

// E-mail Hider
function MailWEB() {
    var ename = "Webmaster";
    var name = "Webmaster";
    var host = "cr8apl8";
    var ext = ".com";
    var delim = "\@";
    var href = "mailto:";
    var text = "\<a href='" + href + ename + delim + host + ext + "'>" + name + "</a>";
document.write(text);
}


//Script created by Ronny Drappier, http://sipreal.com
//Visit http://javascriptkit.com for this script

    today=new Date();
    y0=today.getFullYear();

  // end hiding


function bookmark(url, description)
{
netscape="This script has determined that you are unfortunately using Netscape or Mozilla Firefox, and therefore you must hit CTRL plus D and add a bookmark manually, or ... you can download the BEST browser - Internet Explorer - for FREE and enjoy the convenience of this script - and a large variety of other fun and useful features that will make your Internet experience more attractive, functional and user-friendly that are also not available in Netscape or Mozilla!  Make the most of your Internet surfing - get the BEST browser now!  Trust us ... you will never go back!"
if (navigator.appName=='Microsoft Internet Explorer')
{
window.external.AddFavorite(url, description);
}
else if (navigator.appName=='Netscape')
{
alert(netscape);
}
}




