/********************************************
*   This script was created by
*   Damian Parrino (webmaster@ebs.com.ar)
*   http://www.bucanerosoft.com.ar
*   http://www.ebdesign.com.ar
*********************************************/

TotalNumerOfURLs = 5;

function MakeArray(n) {
   this.length = n;
   for (var i = 1; i <= n; i++) { 
     this[i] = 0 }
     return this
   }

AddressToGo = new MakeArray(TotalNumerOfURLs);

var dt = new Date();
var RandomNumber = (dt.getSeconds()%TotalNumerOfURLs)+1;

AddressToGo[1] = "http://www.nail-hui.com"
AddressToGo[2] = "http://www.nail-hui.com"
AddressToGo[3] = "http://www.nail-hui.com"
AddressToGo[4] = "http://www.nail-hui.com"
AddressToGo[5] = "http://www.nail-hui.com"
AddressToGo[6] = "http://www.nail-hui.com"
AddressToGo[7] = "http://www.nail-hui.com"
AddressToGo[8] = "http://www.nail-hui.com"

function ShowTheBanner() {
   document.write('<img src="image/rapidssl_ssl_certificate.gif" alt="Secured by RapidSSL" width="90" height="50" border="0">');
//   document.write('<a href="https://businessprofile.geotrust.com/get.jsp?GT06592189" target="_blank"><img src="image/rapidssl_ssl_certificate.gif" alt="Secured by RapidSSL" width="90" height="50" border="0"></a>');
//   document.write('<BR><BR>');
//   document.write('<IMG SRC="http://www.nail-hui.com/PC/koukoku/koukokuS2.gif" ALT="" BORDER=0>');
//   document.write('<BR><BR>');
//   document.write('<IMG SRC="http://www.nail-hui.com/PC/koukoku/koukokuS3.gif" ALT="" BORDER=0>');
//   document.write('<BR><BR>');
//   document.write('<A HREF="', AddressToGo[RandomNumber], '"><IMG SRC="http://www.nail-hui.com/PC/koukoku/rotation_koukoku', RandomNumber, '.gif" ALT="Visit Our Sponsor!" BORDER=0>');
   }
 