<***** type="text/java*****"> /* Determine Board ID, Forum, Page, Etc. */ ezURL = document.location.href.match("http:\/\/pub([0-9]*)\.ezboard\.com\/(b|f)([a-zA-Z0-9]*)((|)||(frm[0-9]+|$))($|(\.)([a-zA-Z0-9]*))($|([\?])((.)*))"); if (ezURL.length > 0) { ezPub = ezURL[1]; ezIsBoard = ezURL[2] == "b" ? true : false; ezBoardID = ezURL.length > 3 ? ezURL[3]: ""; if ( ezBoardID.indexOf("frm") != -1 ) { ezForum = ezBoardID.substr(ezBoardID.indexOf("frm")); ezBoardID = ezBoardID.replace(ezForum,""); } else { ezForum = ezURL.length > 4 ? ezURL[4] : ""; } ezPage = ezURL.length > 7 ? ezURL[7] : ""; ezQuery = ezURL.length > 10 ? ezURL[10] : ""; } ezURL = null; <***** type="text/java*****"> /* EZINBOX ALERT FUNCTION */ // call with true for a popup window and with false for a java***** OK alert function inboxalert(bWindow) { for (al = 0; al < document.links.length; al++) { if ( document.links[al].href.match(".boardRedirectToInboxServer|.showInBoxFolder") ) { if (document.links[al].parentNode.innerHTML.match("NEW!")) { x = document.links[al].parentNode.innerHTML.match("([0-9]+) NEW!")[1]; if (!bWindow) { alert(x + " new messages!"); } else { inbox = window.open("","","height=40,width=260,status=no,toolbar=no,address=no"); inbox.document.write("

You have " + x + " new messages...
go to ezInbox

"); } } } } } /* END EZINBOX ALERT FUNCTION */
Administrators: jennirv4967, GuardianOfJustice Moderators: iluvbtvs13

TroubleMakers R Us

  84 registered members
Login | Register Your Free Account (Required) | Search | Help | Find Communities! Need help logging in?
Yes, you're not the only one with waaaaaay too much free time on your hands. Better be careful hanging out with us....we'll get you in trouble!
1 visitor in the last 15 minutes: 0 Members - 1 Guest - 0 Anonymous

  Forum # Posts Last Comment
DISCUSSION AREAS
  :: Chat ::
Moderators: iluvbtvs13  Kman0010  GuardianOfJustice  jennirv4967 

Featured Topic: TMRU Beach Shack
Talk about your day or current events.
14825/29/04 20:13
  :: Fun House ::
Moderators: iluvbtvs13  Kman0010  GuardianOfJustice  jennirv4967 

Want to play a game? Have a joke or Quiz to share? This is the place to have fun!
9795/26/04 15:29
  :: Romance Novel Chat ::
Moderators: GuardianOfJustice  jennirv4967 

Do you enjoy romance novels? Have a review of a book to share? Want to discuss what you're currently reading? Come inside!
609/4/03 12:54
  :: Conventions/Concerts/Get-Togethers ::
Moderators: iluvbtvs13  GuardianOfJustice  jennirv4967 

Going to any Conventions? Concerts? Planning a meetup? Discuss them here!
116/2/04 20:11
  :: Community Bulletin Board ::
Moderators: iluvbtvs13  Kman0010  GuardianOfJustice  jennirv4967 

Advertise your website or EZBoard here. If you advertise anywhere else on the board, the post will be deleted.
481/6/04 13:46
PASSWORDED FORUMS
  :: The Club House ::
Moderators: iluvbtvs13  Kman0010  GuardianOfJustice  jennirv4967 

This is where our members can sit back and relax, be silly, or gossip... You must have over 50 posts to be allowed in. Please leave a message in Contact a Mod, and we'll add you to the list!
38/24/03 21:43
  :: Women Only ::
Moderators: GuardianOfJustice  jennirv4967 

A place where the ladies of can get together free from men's prying eyes and discuss what is on their minds. Please leave a message in Contact a Mod letting us know you want in, and we'll send you the password!
289/2/03 7:25
  :: Pregnancy/Conception Chat ::
Moderators: GuardianOfJustice  jennirv4967 

A Private forum for those currently pregnant or just trying to get pregnant. For access to the forum, please leave a message in Contact a Mod.
45511/25/03 8:41
ADMINISTRATION
  :: Contact a Mod ::
Moderators: eoghann  iluvbtvs13  Kman0010  GuardianOfJustice  jennirv4967 

Need to contact a mod or admin? Requests for access to restricted forums, suggestions, complaints, all that jazz in here!
05/25/04 14:56
  :: Staff Quarters ::
Moderators: eoghann  iluvbtvs13  Kman0010  GuardianOfJustice  jennirv4967 

This is where we talk about you! :) For staff only!
38110/8/03 14:33
STORAGE
  :: Storage Bin ::
Moderators: eoghann  iluvbtvs13  Kman0010  GuardianOfJustice  jennirv4967 

Where the mods and admins stash anything dirrrrty ;)
05/25/04 14:54
  :: Archives ::

Old Stuff
25/26/04 11:46
Click to make a contribution to this community Make a Contribution | View Contributors | (?)
We currently have $0.00 in our chest.
Our Gold CSC will expire on 2/23/04. Please help keep our board ad-free! Every little bit helps! Thanks!

ezboard Ring:  


Some images courtesy of Cavernsofblood.com or Graphics4free.com
<***** language="Java*****" type="text/java*****"> var range = document.body.createTextRange(); range.collapse(true); while (range.findText("Join Live Chat!")) { range.text="TroubleMaker Chat"; range.collapse(false); } <***** language="Java*****" type="text/java*****"> for(i=0;i <***** type="text/java*****"> /* Replace labels in "who's online" with your own labels */ if ( !ezPage && !ezQuery ) { replaceWhat = Array("visitor", "in the last 15 minutes", "Member", "Guest", "Anonymous"); replaceWith = Array("visitor", "running amuck", "TroubleMaker", "Untainted One", "Paranoid Nosey Person"); 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]); } } } } Staff Online / Offline
<***** type="text/java*****"> /* LAUNCH EZINBOX ALERT FUNCTION */ inboxalert(true); /* END LAUNCH EZINBOX ALERT FUNCTION */
jennirv4967 GuardianofJustice
<***** type="text/java*****"> /* ONLINE INDICATOR TOGGLER */ indicatorUsers = "jennirv4967 GuardianofJustice"; onlineIndicatorClass = "mbonline"; // Class for external 'online' indicator if ( !ezPage ) { aCheck = new RegExp(indicatorUsers.split(/\s/).join("|"), "i"); indicatorUsers = null; for(x=0;x <***** language="Java*****" type="text/java*****"> var range = document.body.createTextRange(); range.collapse(true); while (range.findText("registered members ")) { range.text="registered TroubleMakers"; range.collapse(false); } <***** language="Java*****" type="text/java*****"> var range = document.body.createTextRange(); range.collapse(true); while (range.findText("Invite Friends!")) { range.text="Invite other people with too much time on their hands"; range.collapse(false); } <***** language="Java*****" type="text/java*****"> var range = document.body.createTextRange(); range.collapse(true); while (range.findText("Logged in as")) { range.text="Causing trouble as"; range.collapse(false); } <***** language="Java*****" type="text/java*****"> var range = document.body.createTextRange(); range.collapse(true); while (range.findText("Welcome our newest member:")) { range.text="Welcome our newest Weirdo:"; range.collapse(false); }

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