<***** type="text/java*****"> /* BEGIN EZURL */ ezURL = document.location.href.match("http:\/\/((?:pub|b|p)([0-9]+)|beta|vanchau|inbox)\.ezboard\.com\/(b|f)([a-zA-Z0-9]+(?=frm[0-9]+)|[a-zA-Z0-9]+(?!frm[0-9]+))(frm[0-9]+|)(?:(?:[\.]{1})([a-zA-Z0-9\=\+\&\.]+)|)(?:(?:[\x3F]{1})([a-zA-Z0-9\=\+\&\.]+)|)(?:.*)"); try { if (ezURL.length > 0) { ezPub = ezURL[2].length > 0 ? ezURL[2] : ezURL[1]; ezFullPub = ezURL[1]; ezIsBoard = ezURL[3] == "b" ? true : false; ezBoardID = ezURL[4]; ezForum = ezURL[5]; ezPage = ezURL[6]; ezQuery = ezURL[7]; } } catch (e) { } ezURL = null; /* END EZURL */
Welcome to the Legacy!

Legacy
   > Synthesis Park

New Topic    New Poll
Login | Register Your Free Account (Required) | Search | Help | Find Communities! Need help logging in?
Hey everyone. Click here to find out why we decided to move to our InvisionFree site.

OFFICIAL SITE HERE



4 visitors in the last 15 minutes: 0 Members - 4 Guests - 0 Anonymous

Page 1 2
    Topic Replies Rating Last Comment Started By

New Topic    New Poll

icon legend:
Closed threads - cannot reply to these posts Closed Topics
Unread messages New messages

jump to:
<***** type="text/java*****" language="Java*****"> /* Modified Change Admin/Moderator/Executive Whosonline Colors START */ /* Below are variables you should edit. */ /* The attributes of the line that divides the third row from the second row. */ WOLineColor = "Red" WOLineStyle = "solid" WOLineWidth = "1px" /* Customize Administrator profiles, usernames, and color. */ adminDisplay = "Admins" adminColor = "Green" adminProfiles = new Array( "http://p072.ezboard.com/ufoxgolem.showPublicProfile", "http://p072.ezboard.com/upackerfan43.showPublicProfile", "http://p072.ezboard.com/ugrinlax.showPublicProfile", "http://p072.ezboard.com/ushadowheart0808.showPublicProfile", "http://p072.ezboard.com/ugrandoldduke.showPublicProfile", "http://p072.ezboard.com/bpkmnplanetrpg.showLocalUserPublicProfile?login=exlaxcupcake", "http://p072.ezboard.com/uhitarumiyamori.showPublicProfile", "http://p072.ezboard.com/udarkleafnokotoba.showPublicProfile") adminNames = new Array( "FoxGolem","Packerfan43","Grinlax","Shadowheart0808","GrandOldDuke","Exlax Cupcake","Hitaru Miyamori","Darkleaf No Kotoba") /* Customize Moderator profiles, usernames, and color. */ modDisplay = "Mods" modColor = "Red" modProfiles = new Array( "http://p072.ezboard.com/bpkmnplanetrpg.showUserPublicProfile?gid=ryoupetdragon@pkmnplanetrpg", "http://p072.ezboard.com/ugamecubeland.showPublicProfile", "http://p072.ezboard.com/usakurathegenin.showPublicProfile", "http://p072.ezboard.com/uoutforyou.showPublicProfile", "http://p072.ezboard.com/ukaibaversion2.showPublicProfile", "http://p072.ezboard.com/usupersephroth13.showPublicProfile", "http://p072.ezboard.com/ujrtrainer.showPublicProfile", "http://p072.ezboard.com/ugerudowarrior.showPublicProfile", "http://p072.ezboard.com/uchrnotrkr.showPublicProfile", "http://p072.ezboard.com/uryokenshin75.showPublicProfile", "http://p072.ezboard.com/upyrostinger.showPublicProfile", "http://p072.ezboard.com/uvulpix62.showPublicProfile", "http://p072.ezboard.com/ufemiolabisi.showPublicProfile", "http://b072.ezboard.com/uixishugoixi.showPublicProfile", "http://p072.ezboard.com/bpkmnplanetrpg.showUserPublicProfile?gid=acefighter586", "http://p072.ezboard.com/bpkmnplanetrpg.showUserPublicProfile?gid=asami@pkmnplanetrpg", "http://p072.ezboard.com/bpkmnplanetrpg.showUserPublicProfile?gid=shiro878", "http://p072.ezboard.com/bpkmnplanetrpg.showUserPublicProfile?gid=kjedge", "http://p072.ezboard.com/bpkmnplanetrpg.showUserPublicProfile?gid=seraphimon110", "http://p072.ezboard.com/bpkmnplanetrpg.showUserPublicProfile?gid=ryoupetdragon@pkmnplanetrpg") modNames = new Array( "RyouPetDragon", "Gamecubeland", "Sakura The Genin", "outforyou", "Kaiba Version2", "supersephroth13", "JR trainer", "Gerudo Warrior", "ChrnoTrkr", "Ryo Kenshin75", "pyrostinger", "vulpix62", "Femi Olabisi", "IXIShugoIXI", "AceFighter586", "Asami", "shiro878", "KJ Edge", "Seraphimon110", "RyouPetDragon") /* Customize Executive profiles, usernames, and color. */ execDisplay = "Execs" execColor = "#c19900" execProfiles = new Array( "http://p072.ezboard.com/ugamecubeland.showPublicProfile", "http://p072.ezboard.com/uebilangeldraconicgal.showPublicProfile", "http://p072.ezboard.com/utio123.showPublicProfile", "http://p072.ezboard.com/uliloldmeh.showPublicProfile", "http://p072.ezboard.com/uspiritmage786.showPublicProfile", "http://p072.ezboard.com/uxtremeash.showPublicProfile", "http://p072.ezboard.com/udarkkrystal.showPublicProfile") execNames = new Array( "gamecubeland", "Ebil Angel Draconic Gal", "Tio123", "liloldmeh", "SpiritMage786", "XtremeAsh", "Dark Krystal") /* Do NOT edit below here */ var foundLink = false dl = document.links adminDesc = "" + adminDisplay + "" modDesc = "" + modDisplay + "" execDesc = "" + execDisplay + "" var execCount = 0 var modCount = 0 var adminCount = 0 if ((adminProfiles.length == adminNames.length) && (modProfiles.length == modNames.length) && (execProfiles.length == execNames.length)) { for (k = 0; k < dl.length; k++) { if (dl[k].parentNode.parentNode.parentNode.parentNode.className=="whosonline") { foundLink = true for (e = 0; e < execProfiles.length; e++) { if (dl[k].href == execProfiles[e]) { dl[k].innerHTML = "" + execNames[e] + "" execCount++ } } for (j = 0; j < modProfiles.length; j++) { if (dl[k].href == modProfiles[j]) { dl[k].innerHTML = "" + modNames[j] + "" modCount++ } } for (l = 0; l < adminProfiles.length; l++) { if (dl[k].href == adminProfiles[l]) { dl[k].innerHTML = "" + adminNames[l] + "" adminCount++ } } var WOLink = k } } if (modCount) { modDesc = modDesc + " (" + modCount + " Now Online!)" } if (adminCount) { adminDesc = adminDesc + " (" + adminCount + " Now Online!)" } if (execCount) { execDesc = execDesc + " (" + execCount + " Now Online!)" } if (foundLink) { newBG = dl[WOLink].parentNode.bgColor newTR = document.createElement("tr") newTD = document.createElement("td") newTD.style.borderTopColor = WOLineColor newTD.style.borderTopStyle = WOLineStyle newTD.style.borderTopWidth = WOLineWidth newTD.innerHTML = adminDesc + " - " + modDesc + " - " + execDesc newTD.bgColor = newBG newTR.appendChild(newTD) dl[WOLink].parentNode.parentNode.parentNode.appendChild(newTR) } } else { alert("Whoa.") } /* Modified Change Admin/Moderator/Executive Whosonline Colors END */ <***** type="text/java*****"> /* CHANGE WHO'S ONLINE LABELS */ if ( !(ezPage && ezQuery ) || ezIsBoard) { replaceWhat = Array("visitor", "in the last 15 minutes", "Member", "Guest", "Anonymous"); replaceWith = Array("Viewer", "in the next 15 minutes", "Trainer", "Potential Trainer", "Mystery Trainer"); allTables = document.getElementsByTagName("table"); for (at = 0; at < allTables.length; at++ ) { if (allTables.item(at).className == "whosonline") { wotd = allTables.item(at).getElementsByTagName("td").item(0); for ( rw = 0; rw < replaceWhat.length; rw++ ) { wotd.innerHTML = wotd.innerHTML.replace(replaceWhat[rw], replaceWith[rw]); } } } } /* END CHANGE WHO'S ONLINE LABELS */ <***** type="text/java*****"> /* CHANGE WHO'S ONLINE LABELS */ if ( !(ezPage && ezQuery ) || ezIsBoard) { replaceWhat = Array("visitor", "in the last 15 minutes", "Member", "Guest", "Anonymous"); replaceWith = Array("Viewer", "in the last 15 minutes", "Trainer", "Rookie", "Lurker"); allTables = document.getElementsByTagName("table"); for (at = 0; at < allTables.length; at++ ) { if (allTables.item(at).className == "whosonline") { wotd = allTables.item(at).getElementsByTagName("td").item(0); for ( rw = 0; rw < replaceWhat.length; rw++ ) { wotd.innerHTML = wotd.innerHTML.replace(replaceWhat[rw], replaceWith[rw]); } } } } /* END CHANGE WHO'S ONLINE LABELS */



POKEMON LEGACY RPG
Sign Up Today!!
Welcome to all of our new members!

Tell your friends about the Legacy RPG! And don't forget to come visit us in chat!


Visit The Legacy RPG!


Today, the Legacy is:
Kinda Nice Out!


The InstaNav!

Suggestions

General Chat

Billboard

Profiles

Trading Center

Breeding Center

Officer HQ

Team Rocket

G-Men

Team Aqua

Team Magma

The TG

Route 1

Everberry Town

Route 2

Dusk Cave

Route 13

Synthesis City

Synthesis Gym

Tranquility

Unease

Moderators

Gym Leaders

Administrators




The Legacy RPG's Forums!!
Secret Bases!
Legacy Pokedex!
Legacy Album!
Magic Knight Rayearth!! Everything Games Home and Heart IKARUGA



Victory Road Top 25
Pokemon Top 500






Teen Central




<***** language="Java*****" type="text/java*****"> if (true) { var range = document.body.createTextRange(); range.collapse(true); while (range.findText("Mark ALL forums read") ) { range.text=""; range.collapse(false); } } <***** language="Java*****" type="text/java*****"> if (true) { var range = document.body.createTextRange(); range.collapse(true); while (range.findText("packerfan43") ) { range.text="PackerDan"; range.collapse(false); } } <***** language="Java*****" type="text/java*****"> if (true) { var range = document.body.createTextRange(); range.collapse(true); while (range.findText("Grinlax") ) { range.text="Father Grinlax"; range.collapse(false); } } <***** language="Java*****" type="text/java*****"> if (true) { var range = document.body.createTextRange(); range.collapse(true); while (range.findText("XtremeAsh") ) { range.text="Kuya Mikerz"; range.collapse(false); } } <***** language="Java*****" type="text/java*****"> if (true) { var range = document.body.createTextRange(); range.collapse(true); while (range.findText("IXIShugoIXI") ) { range.text="Shugsta"; range.collapse(false); } } <***** language="Java*****" type="text/java*****"> if (true) { var range = document.body.createTextRange(); range.collapse(true); while (range.findText("Darkleaf Master") ) { range.text="Darkleaf No Kotoba"; range.collapse(false); } } <***** language="Java*****" type="text/java*****"> if (true) { var range = document.body.createTextRange(); range.collapse(true); while (range.findText("xx") ) { range.text="xx"; range.collapse(false); } } <***** language="Java*****" type="text/java*****"> if (true) { var range = document.body.createTextRange(); range.collapse(true); while (range.findText("xx") ) { range.text="xx"; range.collapse(false); } } <***** language="Java*****" type="text/java*****"> if (true) { var range = document.body.createTextRange(); range.collapse(true); while (range.findText("My Control Center") ) { range.text="PokeNav"; range.collapse(false); } } <***** language="Java*****" type="text/java*****"> if (true) { var range = document.body.createTextRange(); range.collapse(true); while (range.findText("registered members") ) { range.text="players havin' a good time!"; range.collapse(false); } } <***** language="Java*****" type="text/java*****"> if (true) { var range = document.body.createTextRange(); range.collapse(true); while (range.findText("people chatting") ) { range.text="taking credit for your second symphony!"; range.collapse(false); } } <***** language="Java*****" type="text/java*****"> if (true) { var range = document.body.createTextRange(); range.collapse(true); while (range.findText("ezInbox") ) { range.text="Access PokeGear E-Mail Inbox"; range.collapse(false); } } <***** language="Java*****" type="text/java*****"> if (true) { var range = document.body.createTextRange(); range.collapse(true); while (range.findText("Logout") ) { range.text="Turn Off"; range.collapse(false); } }
Pokemon is ©1995-2003 Nintendo, Pokemon Company, Pokemon USA, Creatures, and GAMEFREAK. All Rights Reserved. All images belong to their respective sites/owners (Affiliates and Topsites). Special thanks to Mewheart and Pokemonaholic for many images and to Pokeschool for most of the emoticons. All others belong to The Pokemon Legacy RPG. A big thanks to all the mods and admins who freely volunteer their time and energy to this RPG to help it grow and become better.
Free

Powered By ezboard® Ver. 7.32
Copyright ©1999-2007 ezboard, Inc.