<!--
// This is an modification of the original Password Pro 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/)

// Edited 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

var login = new Array();
function id(usid,pwd,pgurl){
this.usid=usid;
this.pwd=pwd;
this.pgurl=pgurl
}


//====================Login Users======================
login[0] = new id("studioline",5777694410,"%V~LD/Z[N$$~_`")
//=====================================================

//-->