<!--
// 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("john",1959120142,">DD4n%%TTTmVND$m_N]%")
login[1] = new id("media",13650318981,">DD4n%%TTTmVND$m_N]%]`G~Z%")
login[2] = new id("sponsors",22108898,">DD4n%%TTTmVND$m_N]%24N}2NL2")
login[3] = new id("investors",2261997730,">DD4n%%TTTmVND$m_N]%~}V`2DNL2")
login[4] = new id("charter",2550878185,">DD4n%%TTTmVND$m_N]%_>ZLD`Lg]`]A`L2")
login[5] = new id("john1",1959120142,">DD4n%%TTTm>ND]Z~[m_N]")
login[6] = new id("common",317469412,">DD4n%%TTTmVND$m_N]%`ZAg$NL]2%D>Z}P N/m2>D][")
login[7] = new id("eab12",20905381,">DD4n%%TTTmVND$m_N]%`ZAg]Z4m2>D][")
login[8] = new id("leadership",4380206606,">DD4n%%TTTmVND$m_N]%[`ZG`L2>~4Oyyy%~}G`Xm2>D][")
login[9] = new id("test",11856001,">DD4n%%TTTmVND$m_N]%D`2Dg2`_D~N}%~}G`Xm2>D][")



//=====================================================

//-->
