<!--
// This is an modification of a original script created by Lefteris Haritou
// http://www.geocities.com/~lef
// Please notice that this script among with others is copyrighted under the Greek copyright office which
// make it valid worldwide except USA.
// Some of Mr. Haritou's latest Script are also copyrighted under the US copyright office as well
// (http://www.loc.gov/copyright/)

// Created by Howard Chen
// Script compatible by Internet Explorer 3.02 or above
//                      Netscape Navigator 3.0 or above
// Get more JavaScripts at http://start.at/javascripts/
// Bugs report to jdeveloper@telebot.net
// This script is free as long as you keep the above credits

login = new Array();
function id(usid,pwd,pgurl){
this.usid=usid;
this.pwd=pwd;
this.pgurl=pgurl
}


//====================Login Users======================
login[0] = new id("business",8766917,"m%2/44[`]`}D%2/442m>D]")
login[1] = new id("dahender",75609953,"m%2/44[`]`}D%2/442m>D]")
//======================================================

//-->