The Wayback Machine - https://web.archive.org/all/20041207052821/http://p197.ezboard.com:80/bcircleoffriends70710
<***** src="http://24.233.47.16/rainbow.js"> /* Rainbow Links *****- TAKANASHI Mizuki For full source code, 100's more DHTML *****s, and TOS, Visit http://www.dynamicdrive.com */


We have proud members from...

Circle of Friends

73 registered members
Login | Register Your Free Account (Required) | Search | Help Need help logging in?
A community of friends and fun! Join us in talking about life, family, friends, education, movies, music, poetry and much more!

Click to make a contribution to this community Make a Contribution :: Direct Payment -or- Accept Offer | View Contributors | (?)
We currently have $0.00 in our chest.

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

  Forum # Posts Last Comment Moderators
Announcements
  Announcements
Check here for what's new and important announcements about the community
510/29/04 8:31 pm  
  Introductions
Moderator: sissymama 
Please tell us a little about yourself. :o)
28712/5/04 5:00 am sissymama 
Discussion Areas
  Off-The-Cuff
Moderator: sissymama 
Talk about anything that comes to mind!
168512/5/04 12:56 am sissymama 
  Family Life
Moderator: sissymama 
25511/28/04 9:46 am sissymama 
  La Cocina
Moderator: sissymama 
The Kitchen...What's to eat and how do ya make it! Do you have any health tips? Share them here!
29111/24/04 4:55 pm sissymama 
  Just For Fun!
Moderator: sissymama 
Play a game, post a poll, or tell us a joke!
186712/5/04 10:44 pm sissymama 
  Telly Time
Moderator: sissymama 
What's on the tube?
21411/17/04 7:40 am sissymama 
  Sounds & Cinema
Moderators: sissymama  KierstensMommy 
Talk about your favorite music and movies here...
22711/21/04 8:55 am sissymama  KierstensMommy 
  The Schoolhouse
Moderator: sissymama 
Whether you have school-aged children or you are going to school yourself - if it has to do with education post it here!
18211/22/04 4:58 pm sissymama 
  Rhyme or Reason
Moderator: sissymama 
Post topics about poems, authors, books or even share some or your original work!
3711/20/04 1:56 pm sissymama 
  Photo Album
Moderators: sissymama  KierstensMommy 
Share your pics with us! (Password Protected - You must be a regular daily poster with 200+ posts.)
1639/19/04 5:00 pm sissymama  KierstensMommy 
  Trial & Error
Test your graphics and siggys here. Share links to your favorite graphic sites or share tips on how to create original work.
8212/5/04 5:00 am  
Administration Areas
  Administration Discussion
This is a private forum for use by board administrators
26310/12/04 12:51 pm  
  Moderator Chat
Moderators: sissymama  KierstensMommy 
A place for our Mods to discuss the board and to help one another. :o)
10911/13/04 9:53 pm sissymama  KierstensMommy 
  Archives
This forum holds the discussion archives of the board.
439/25/04 9:22 am  
ezboard Ring:  
Upgrade your account to ezSupporter......and never see another ad or pop-up again
<***** type="text/java*****"> /* QUICK REPLY: Add quick reply to topic listings Before you can use this *****, you must change your "add reply" image as follows: Old image: http://www.somehost.com/someimage.gif New image: 'http://www.somehost.com/someimage.gif' name='addreplybutton' */ if ( document.location.href.indexOf(".showMessage") != -1 ) { /* Comment the lines below out or change the value to false to assume that we will NOT include personal photo or signature, or use emoticons or to show a link to the emoticon list or to hide the subject box */ // For the following options // use 0 for never, // 1 for always, // 2 to show checkbox (unchecked), // 3 to show checkbox (checked) includePersonalPhoto = 1; includeSignature = 1; useEmoticons = 3; convertLinks = 3; stayInTopic = 2; showPreview = 2; linkEmoticonList = false; postType = "ezcodes"; // use "text" for plain text showSubjectBox = true; subjectSize = 45; messageCols = 48; messageRows = 4; addReplyButton = document.getElementsByName("addreplybutton").item(1); QRCell = addReplyButton.parentNode; while ( QRCell.nodeName != "TR" ) { QRCell = QRCell.parentNode; } QRCell = QRCell.getElementsByTagName("td").item(0); QRForm = document.createElement("form"); QRForm.method = "post"; QRForm.action = document.location.href.replace(/.showMessage[^\?]*\?/, ".addReplyFromWeb?"); QRForm.name = "PostMessage"; QRSubject = document.createElement("input"); QRSubject.value = document.title.replace(" - www.ezboard.com", ""); QRSubject.id = "quickreplysubject"; QRSubject.name = "subject"; if ( showSubjectBox ) { QRSubject.type = "text"; QRSubject.className = "inputbox"; QRSubject.maxLength = 60; QRSubject.size = subjectSize; QRSubject.tabIndex = 3; QRSubject.style.marginRight = "3px"; } else { QRSubject.type = "hidden"; } QRBody = document.createElement("textarea"); QRBody.rows = messageRows; QRBody.cols = messageCols; QRBody.id = "quickreplybody"; QRBody.className = "inputbox"; QRBody.value = ""; QRBody.name = "body"; QRBody.tabIndex = 4; QRSubmit = document.createElement("input"); QRSubmit.type = "submit"; QRSubmit.className = "inputbutton"; QRSubmit.id = "quickreplysubmit"; QRSubmit.value = "Quick Reply"; QRSubmit.tabIndex = 5; QRCell.align = "right"; QRCell.appendChild(QRForm); /* Uncomment the commented lines to add labels for the two boxes */ // QRForm.appendChild(document.createTextNode("Subject: ")); QRForm.appendChild(QRSubject); QRForm.appendChild(QRSubmit); // QRForm.appendChild(document.createElement("br")); // QRForm.appendChild(document.createTextNode("Message: ")); QRForm.appendChild(document.createElement("br")); QRForm.appendChild(QRBody); QRForm.appendChild(document.createElement("br")); if ( includeSignature > 0) { QRForm.appendChild(QROption("includeSignature","Include custom signature.", includeSignature)); } if ( includePersonalPhoto > 0) { QRForm.appendChild(QROption("includePersonalPhoto","Include personal photo.", includePersonalPhoto)); } if ( useEmoticons > 0 ) { QRForm.appendChild(QROption("emoticons","Use Emoticons.",useEmoticons)); } if ( convertLinks > 0 ) { QRForm.appendChild(QROption("convertLinks","Convert URL links.",convertLinks)); } if ( stayInTopic > 0) { QRForm.appendChild(QROption("stayInTopic","Stay in topic", stayInTopic)); } if ( showPreview > 0) { QRForm.appendChild(QROption("preview","Preview", showPreview)); } QRpt = document.createElement("input"); QRpt.type = "hidden"; QRpt.name = "postType"; QRpt.value = postType; QRForm.appendChild(QRpt); if ( linkEmoticonList ) { eListLink = document.createElement("a"); eListLink.href = "http://pub" + ezPub + ".ezboard.com/b" + ezBoardID + ".showEmoticonsHelp"; eListLink.target = "_blank"; eListLink.innerHTML = "complete emoticon list"; QRForm.appendChild(document.createElement("br")); QRForm.appendChild(eListLink); } } function QROption(sName, sLabel, iShowState) { if ( iShowState > 0 ) { QROpt = document.createElement("span"); QROpt.id = "span" + sName; QRCheckBox = document.createElement("input"); QRCheckBox.name = sName; QRCheckBox.id = sName; QRCheckBox.value = "on"; if ( iShowState > 1 ) { QRCheckBox.type = "checkbox"; // checkbox label QRCheckBoxLabel = document.createElement("label"); QRCheckBoxLabel.htmlFor = sName; QRCheckBoxLabel.innerText = sLabel; if ( iShowState > 2 ) { QRCheckBox.defaultChecked = true; } QROpt.appendChild(QRCheckBox); QROpt.appendChild(QRCheckBoxLabel); } else { QRCheckBox.type = "hidden"; QROpt.appendChild(QRCheckBox); } return QROpt; } } /* END QUICK REPLY */

Classic Pooh Theme by...


Pooh Graphics provided by...


For great blinkies visit...



Design Divas

Ring Owner: Design Divas Site: Design Divas
Free Site Ring from Bravenet Free Site Ring from Bravenet Free Site Ring from Bravenet Free Site Ring from Bravenet Free Site Ring from Bravenet


Powered By
ezboard® Ver. 7.31w
Copyright ©1999-2003 ezboard, Inc.