document.write("<a HREF='http://www.hostvip.biz/' title='Home ' target='_parent'>Home</a> l ");

document.write("<a HREF='http://www.hostvip.biz/aup.htm' title='Acceptable Use Policy' target='_blank'>Acceptable Use Policy</a> l ");

document.write("<a HREF='http://www.hostvip.biz/qna.htm' title='FAQ\'s' target='_self'>FAQ\'s</a> l ");

document.write("<a HREF='http://www.hostvip.biz/support.htm' title='General Support' target='_self'>General Support</a> l ");

document.write("<a HREF='http://www.clients-login.com/clientpanel/hostvip/contactsupport.php?rn=HostVIP&rd=www.hostvip.co.za&ru=hostsupport title='Hosting Support' target='_blank'>Hosting Support</a><br>");

document.write("<a HREF='http://www.hostvip.biz/products.htm#1' title='Hosting Solutions' target='_self'>Hosting</a> l ");

document.write("<a HREF='http://www.hostvip.biz/products.htm#2' title='Internet Connectivity' target='_self'>Connectivity</a> l ");

document.write("<a HREF='http://www.hostvip.biz/services.htm' title='Business Solutions' target='_self'>Solutions</a> l ");

document.write("<a HREF='http://webmail.hostvip.biz/' title='Webmail' target='_blank'>Check your Webmail</a><br>");

document.write("<a HREF='http://www.hostvip.biz/classifieds/' title='Free Classifieds' target='_self'>Free Classifieds</a><br>");

document.write("<a HREF='http://hostvip.biz/guestbook/' title='Guestbook' target='_self'>Sign Our Guestbook</a><br>");

document.write("<a HREF='http://cp2.clients-login.com' title='Client Control Panel' target=_blank>Unix Control Panel</a> l ");

document.write("<a HREF='http://cp.clients-login.com' title='Client Control Panel' target=_blank>Windows Control Panel</a> l ");

document.write("<a href='http://www.clients-login.com/cpbiz/clientbiz.php?folder=hostsupport' target='_blank' title='Client Panel'>Demo Client Panel</a>");

document.write("<br><br>© 2001-2004. HostVIP.<br>Optimised for IE5+ or Netscape 4.7+ @ 800 x 600. ");


// ***********************************************
// AUTHOR: WWW.CGISCRIPT.NET, LLC
// URL: http://www.cgiscript.net
// Use the script, just leave this message intact.
// Download your FREE CGI/Perl Scripts today!
// ( http://www.cgiscript.net/scripts.htm )
// ***********************************************

// for NN4/IE4
if (self.screen) {     
        width = screen.width
        height = screen.height
}

// for NN3 w/Java
else if (self.java) {   
       var javakit = java.awt.Toolkit.getDefaultToolkit();
       var scrsize = javakit.getScreenSize();       
       width = scrsize.width; 
       height = scrsize.height; 
}
else {

// N2, E3, N3 w/o Java (Opera and WebTV)
width = height = '?' 
}

document.write("Your screen resolution is: "+ width +"×"+ height)
<!--// End of script for screen resolution-->