Yuku free message boards

Forgot
Password?

<******* content=\"5; URL=http://www.the-story-board.com\"> <***** 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; <***** language="Java*****"> if ( self.location == "http://p083.ezboard.com/bthestoryboard65723" || self.location == "http://pub18.ezboard.com/bthestoryboard65723") { document.write('
'); document.write('

'); document.write('
'); }


*** THE STORY BOARD HAS MOVED TO A NEW LOCATION ***

You will be re-directed to the new site in 5 seconds.

If you are not redirected, please CLICK HERE

Welcome to :-->

TSB Contest
Winner is:
Phrobozi


Can It Get Any Worse?

<***** type="text/java*****"> <***** type="text/java*****" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">


You have been upgraded to Yuku. Please login with your ezboard username and ezboard password.

  • Active Users:
  • 0 Total
  • 0 Registered Users
  • 0 Guests
  • 0 Anonymous
  • 14 Visitors in the last day
  • Most Ever: 5 On 05/03/11
  • Who's online in the last 15 Minutes:

Community Statistics

Community Time: 01/28/12 22:59:35

Founded: 03/20/02

  • 24 Avg visits per day
  • 40 Avg views per day
  • 0 Posts per day
  • 0 Posts in last 24 hours
  • 90839 Total visits
  • 513390 Total views
  • 25349 Total posts
  • 1254 Total topics
  • 276 Total members

Most Recent Member: subtbitloro

Legend

  • Unread Message Unread Message
  • MBA Forum MBA Forum
Save time... see it my way. - Said ad!
Remove this ad

Contact Administrator - Add To Favorites - Register An Account
Subscribe to The Story Board Newsletter



The Story Board created by Brad Cerullo and Rune Svendsen. 2002

<***** type="text/java*****"> /* Replace labels in "who's online" with your own labels */ replaceWhat = Array("visitor", "in the last 15 minutes", "Member", "Guest", "Anonymous"); replaceWith = Array("person", "in the last 15 minutes", "Storyboarder", "Reviewer", "Ghost Writer"); 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]); } } } <***** language="Java*****" type="text/java*****"> var range = document.body.createTextRange(); range.collapse(true); while (range.findText("Registered Members")) { range.text="Readers"; range.collapse(false); }