<!-- Begin Cloaking Device
var fcontent=new Array();
var fc=-1
var line1=""
var line2=""
var line3=""
var line4=""
var FirstWednesday=""
var expout=""
var newpic="<img src=./art/new02.gif height=16>&nbsp;";
var updpic="<img src=./art/animatedupdated.gif height=12>&nbsp;";
// var hotpic="<img src=./art/hot.gif height=14>&nbsp;";
var soonpic="<img src=./art/Coming_Soon_marquee_animated.gif width=100>&nbsp;";
var nowpic="<img src=./art/nowshowingmarquee.gif height=95>&nbsp;";
// var oopspic="<img src=./art/1950sTestPattern.jpg height=135>&nbsp;";
//
<!-- Get current date -->
todaysTime = new Date();
todaysHour = 0
todaysMinute = 0
todaysSecond = 0
todaysYear = todaysTime.getFullYear()
todaysMonth = todaysTime.getMonth()
todaysDate = todaysTime.getDate()
todaysWeekday = todaysTime.getDay()
//
// First Bulletin
line1="<table background=art/Fuschia.gif width=100% height=100%>"
line1+="<tr><td><center>"
//line1+="<IMG src=./art/happynewyearclock.gif height=150>"
line1+="<img src=./art/cinemamarquee.gif><img src=./art/animatedWebDR.gif height=30>"
line1+="<br><font size=1>Bulletins will change about every 10 seconds</font>"
line1+="</center></td></tr></table>"
//
if (todaysDate < 8) {
 if (todaysWeekday <=3 ) {
  line2="<center><span style=background-color:violet>&nbsp;&nbsp;&nbsp;Remember: The 1<sup><font size=1>st</font></sup> Wed. of the month is Shirt Night,&nbsp;&nbsp;&nbsp;&nbsp;<br>&nbsp;Birthday Celebrations, and &rsquo;Split-the-Pot&rsquo; at our weekly dance.&nbsp;</span></center>";
  FirstWednesday=line2
 }
}
 expiration=new Date("April 15, 2010")
 if (todaysTime.getTime()<=expiration.getTime() ) {
line2="<center><font color=blue size=2><b>This Wednesday, April 14<sup>th</sup>, Esther Anderson and Mosa Escusa<br>will have an high energy dance to get us all pumped<br>~ ~ ~</font></center>"
FirstWednesday=line2
}
//
//------  BOTL countdown bulletin -------------
var BOTL_event=""
BopOnTheLakeDate = new Date("September 16, 2010")
EventName = "Bop on the Lake";

EventYear = BopOnTheLakeDate.getFullYear()
EventMonth = BopOnTheLakeDate.getMonth()
EventDate = BopOnTheLakeDate.getDate()
EventHour = 0
EventMinute = 0
EventSecond = 0
<!-- Adjusts for Leap Year Info -->
if ((EventYear / 4) == (Math.round(EventYear / 4))) {
 countLeap = 29
}
else {
 countLeap = 28
}
<!-- Calculate the days in the month -->
if (EventMonth == 2) {
   countMonth = countLeap}
else {
     if (EventMonth == 4) {
        countMonth = 30}
     else {
        if (EventMonth == 6) {
           countMonth = 30}
        else {
           if (EventMonth == 9) {
              countMonth = 30}
           else {
              if (EventMonth == 11) {
                 countMonth = 30}
              else {
                 countMonth = 31}}}}}
<!-- Doing the subtractions -->
if (EventMinute > todaysMinute) {
   diffMinute = EventMinute - todaysMinute
   calcHour = 0}
else {
   diffMinute = EventMinute + 60 - todaysMinute
   calcHour = -1}
if (EventHour > todaysHour) {
   diffHour = EventHour - todaysHour + calcHour
   calcDate = 0}
else {
   diffHour = EventHour + 24 - todaysHour  + calcHour
   calcDate = -1}
if (EventDate > todaysDate) {
   diffDate = EventDate - todaysDate + calcDate
   calcMonth = 0}
else {
   diffDate = EventDate + countMonth - todaysDate  + calcDate
   calcMonth = -1}
if (EventMonth < todaysMonth) {
    calcMonth = calcMonth +12}
diffMonth = EventMonth - todaysMonth + calcMonth
<!-- Making sure it all adds up correctly -->
if (diffMinute == 60) {
   diffMinute = 0
   diffHour = diffHour + 1}
if (diffHour == 24) {
   diffHour = 0
   diffDate = diffDate + 1}
if (diffDate == countMonth) {
   diffDate = 0
   diffMonth = diffMonth + 1}
<!-- Figuring out the weeks -->
diffWeek = Math.floor(diffDate / 7)
finalDate = (diffDate - (diffWeek * 7))
<!-- Building the strings -->
writeNow = "Todays date:&nbsp;" + (todaysMonth + 1) + "/" + todaysDate + "/" + todaysYear + ""
writeEvent = EventName +" begins:&nbsp;" + (EventMonth + 1) + "/" + EventDate + "/" + EventYear + ""
MonthTxt = ""
if (diffMonth>>0) {
MonthTxt = diffMonth + " month" + (diffMonth == 1 ? "" : "s") + ", "
}
WeekTxt = ""
if (diffWeek>>0) {
WeekTxt = diffWeek + " week" + (diffWeek == 1 ? "" : "s")
if (finalDate>>0) {
WeekTxt = WeekTxt  + ", " 
}
}
DayTxt = ""
if (finalDate>>0) {
DayTxt = finalDate + " day" + (finalDate == 1 ? "" : "s") 
}
EventTxt = EventName +"!"
if (diffMonth + diffWeek + finalDate >> 0) {
EventTxt = " until " + EventName +"."
}
BOTL_event = "It&rsquo;s " + MonthTxt + WeekTxt + DayTxt  + EventTxt
BOTL_event = " " + MonthTxt + WeekTxt + DayTxt  + EventTxt
//
<!-- Collecting the values -->
if (diffMonth < 2) {
if (diffMonth + diffWeek + finalDate == 0) {
line3="<FONT color=red size=3><B>";
}
if (diffMonth > -1) {
line3=line3+BOTL_event;
}
if (diffMonth + diffWeek + finalDate == 0) {
line3=line3+"</B></FONT>";
}
}
 expiration=new Date("December 27, 2009")
if (todaysTime.getTime()<=expiration.getTime() ) {
 line1="<center><IMG border=0 src=ChristmasParty12-12-09/mxmas.gif height=260></center>"
}
fc++;fcontent[fc]=line1+"<br>"+line2+"<font size=3><center><FONT color=red size=2> </font>"+line3+"<FONT color=red size=2></font></center></font>";
//
 expiration=new Date("November 1, 2009")
 if (todaysTime.getTime()<=expiration.getTime() ) {
line1="<table background=art/Fuschia.gif width=100% height=100%><tr><td><center><IMG border=1 src=art/ChangeYourClockBatteries.png></center></td></tr></table>";
line2="";
line3="";
line4="";
fc++;fcontent[fc]=line1;
}
/* bypass
//
 expiration=new Date("April 20, 2009")
 if (todaysTime.getTime()<=expiration.getTime() ) {
line1="<table border=0 cellspacing=4 cellpadding=4 background=art/dancefloor.gif><tr><td align=center><IMG SRC=JackNJill-tunica-2009-LaNoraBarozinskyBallwinMo-MikeNelson.png border=1 height=120>"
line2="<font color=red size=1><b><br>LaNora Barozinsky, Ballwin Missouri<br>Mike Nelson, Cabot Ark.</b></font></td>"
line3="<td align=center valign=top><table border=0 bgcolor=black><tr><td><IMG SRC=art/congratulationblueglow.gif border=1 width=150></td></tr></table>"
line4="<font color=blue size=2><b>Mike Nelson<br>wins the Memphis Bop Club Casino Royale<br>Jack&amp;Jill Dance Contest<br>with his partner LaNora Barozinsky.<br>~ ~ ~<br>Doris Krain from Little Rock with<br>Murray Allen from Louisville took 2<sup>nd</sup>.</font></b><b><b></td></tr></table>"
fc++;fcontent[fc]=line1+""+line2+""+line3+""+line4;
}
*/

//
 expiration=new Date("December 18, 2009")
 if (todaysTime.getTime()<=expiration.getTime() ) {
line1="<table border=0 cellspacing=2 cellpadding=2 background=art/Fuschia.gif><tr>"
line2="<td align=center><IMG SRC=photos/DavidGarner_edited.PNG border=6 height= 200 alt=\"David Garner\"></td>"
line3="<td align=center valign=middle><B>Little Rock Bop Club Member<br>and our friend,<br>David Garner,<br>passed away Dec. 11<sup><font size=1>th</font></sup>,2009."
line3=line3+"<font size=2><br><br>Visitation Tues. Dec.15, 2009 at the" 
line3=line3+"<br><A Target=_atkfunr " 
line3=line3+"title=\"click to read David&rsquo;s obituary\" href=http://www.webfh.com/fh/obituaries/obituary.cfm?o_id=280549&fh_id=11198>Atkinson Funeral Home</A>"
line3=line3+"<br>in Malvern, Akansas from 6-8 pm,"
line3=line3+" 126 East 2nd Street"
line3=line3+" (501) 332-2711"
line3=line3+"<br><br>The Funeral Service will be at the Grave Site Wed. Dec.16, 2009 at 11:00am"  
line3=line3+" in Cleveland County at the Kennedy Cemetery."
line3=line3+"<hr><center><UL class=\"buttonmenu\"><LI>Click this button for <font color=white><A Target=_david href=\"DavidGarner.htm\" title=\"&nbsp;David Garner Funeral Arrangements&nbsp;\">&nbsp;<B>&nbsp;Funeral Arrangements Information&nbsp;</B></A></B></font></LI></UL>"
 
line3=line3+"</B></td>"
line4="</tr></table>"
fc++;fcontent[fc]=line1+""+line2+""+line3+""+line4;
line2="";
line2="";
line3="";
line4="";
}


//------  What's New -------------
 expiration=new Date("July 22, 2010")
if (todaysTime.getTime()<=expiration.getTime() ) {
line1  ="<table cellspacing=2 cellpadding=2 background=art/Fuschia.gif width=100% height=100%><tr><td>"
line1 +="<center><IMG class=expando height=30 border=0 src=art/whatsnew.gif></td></center></tr><tr><td>"
line2  ="<center><h3>See Tim Acosta and Jordan Sims<br>Country Polka Spotlight Dance<br>and many, many LRBC dance and music videos...</center></td>"
line3  ="<table><tr><td><b><i>Click this button </i></b></td>"
line3 +="<td><UL class=\"buttonmenu\"><LI><font color=white><A href=\"videotheater.htm\">&nbsp;<img src=art/redstar.gif height=18 alt=Updated!><sup>&nbsp;<font color=white>Video Theater</font></sup></A></font></LI></UL></td>"
line3 +="<td><b><i>&nbsp;and see--</i></b></td></tr></table>"
line4  ="<b>a new video of Tim Acosta and Jordan Sims Spotlight Dance<br>on July 14<sup>th</sup>, 2010</b></center>"
line4 +="</td></tr></table>" 
fc++;fcontent[fc]=line1+line2+line3+line4;
}

//------  Bop on the Lake -------------
line1="<center><IMG SRC=./art/BOTLglitter.gif width=350>"
line2="<img SRC=./art/2009glitter.gif width=150>"
line3=soonpic+"<br><center><FONT color=red size=2><u>SOLD OUT!</u> </font>"+BOTL_event // and the price increases to $60 after Aug. 15<sup>th </sup>
line4="</center>"
//fc++;fcontent[fc]=line1+"<br>"+line2+"<br>"+line3+"<br>"+line4;
//
if (todaysMonth == 0) { // JANUARY
//
}

/* bypass
if (todaysMonth == 1) { // FEBRUARY
line1="<TABLE width=100% background=art/valentine_background.gif><TR><TD>"
line1+="<br><br><br><br><B><center><BR>February 10<sup>th</sup> - A Valentine Party</center>"
line2="<center>and a Spotlight Dance!</center>"
line3="<center><br><br><br><br>See the <a href='http://www.littlerockbopclub.com/calendar2010.htm' target=me>calendar</a> for details.</center>"
line3+="</B><br><br><br><br></TD></TR></TABLE>"
fc++;fcontent[fc]=line1+line2+line3;
}
*/


/* bypass
if (todaysMonth == 2) { // MARCH
if (todaysDate <= 25) { //------Chili Cook Off Winners
var winnerpic="<img src=./photos/cooks_patty_jim_norma.png height=95>&nbsp;";
line1="<center>CONGRATS TO THE CHILI COOK-OFF AND WESTERN NIGHT WINNERS !</center>"
line2="<table><tr><td>"+winnerpic+"</td><td>{left}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;BEST TRADITIONAL CHILI:Patty Sheppard<BR>{center}&nbsp;&nbsp;BEST ALTERNATIVE CHILI:Jim Stanton" 
line3="{right}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HOTTEST CHILI:Norma Hunter<BR><font color=purple>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;See more pictures in &rsquo;Photo Albums&rsquo;</font></td></tr></table>"
line4="<CENTER>BEST COSTUMES: female ~ Pat Heck, and male ~ Butch Penney</CENTER>"
fc++;fcontent[fc]=line1+"<br>"+line2+"<br>"+line3+"<br>"+line4;
}
}
if (todaysMonth == 3) { // APRIL
if (todaysDate <= 15) {
line1="<table background=art/Blue.gif width=100% height=100%><tr><td><center><table border=0><tr><td>&nbsp;<IMG height=50 src=art/animated_klieg.gif alt=KliegLight><br><b><em>&nbsp;&nbsp;";
line2="April 15<sup>th</sup></em>&nbsp;Spotlight Dance&nbsp;&nbsp;<br>&nbsp;&nbsp;Virginia and Jim Stanton</b>&nbsp;&nbsp;</td>";
line3="<td><IMG border=1 height=150 src=photos/virginia_jim.png></td>";
line4="</tr></table></center></td></tr></table>";
fc++;fcontent[fc]=line1+line2+line3+line4;
}
if (todaysDate <= 25) {
line1="<table background=art/Creamsickle.gif width=100% height=100%><tr><td><table><tr><td><img src=./art/wedbells.gif height=50></td><td><em><B>Hey! Wanna &rsquo;ave a fair dinkum evo!</B></em></td></tr></table>"
line2="<center>Tee-Up for turps, tucker, and ballin&rsquo; the jack</center>"
line3="<center>with the Aussie bloke and his sheila.</center>"
line4="<center>Huh? Pardon? Say what? Click <a href='http://littlerockbopclub.com/wedding.pdf' target=_new>here</a> to see what&rsquo;s this about.</center></td></tr></table>"
fc++;fcontent[fc]=line1+"<br>"+line2+"<br>"+line3+"<br>"+line4;
}
}
if (todaysMonth == 4) { // MAY
if (todaysDate <= 27) {
line1="<table background=art/Blue.gif width=100% height=100%><tr><td><center><table border=0><tr><td>&nbsp;<IMG height=50 src=art/animated_klieg.gif alt=KliegLight><br><b><em>&nbsp;&nbsp;";
line2="The May 13<sup>th</sup></em>&nbsp;Spotlight Dance&nbsp;&nbsp;<br>&nbsp;&nbsp;(Gina Elliott and Stefano Santamaria) has been<br>re-scheduled to May 27<sup>th</sup>.</b>&nbsp;&nbsp;</td>";
line3="<td><IMG border=1 height=150 src=photos/ginasteph.png></td>";
line4="</tr></table></center></td></tr></table>";
fc++;fcontent[fc]=line1+line2+line3+line4;
}
if (todaysDate <= 20) {
line1="<table background=art/Blue.gif width=100% height=100%><tr><td><table><tr><td><img src=./art/playbill.gif height=90></td><td><em><B>Hey! Looks like we&rsquo;ve been bumped!</B></em></td></tr></table>"
line2="<center>The Stephens Community Center is unavailable on Wed., May 20<sup>th</sup>.</center>"
line3="<center><font color=red><b><em>May 20<sup>th</sup>, we&rsquo;ll be at the downtown Little Rock American Legion.</em></b></font></center>"
line4="<center>Click <a href='http://littlerockbopclub.com/Map_to_American_Legion.pdf' target=_new><font color=red>here</font></a> to get a map to the American Legion.</center></td></tr></table>"
fc++;fcontent[fc]=line1+"<br>"+line2+"<br>"+line3+"<br>"+line4;
}
}
*/
//
if (todaysMonth == 5) { // JUNE
if (todaysDate <= 24) {
line1="<table background=art/Blue.gif width=100% height=100%><tr><td><center><table border=0><tr><td>&nbsp;<IMG height=50 src=art/animated_klieg.gif alt=KliegLight align=left></td><td><font size=2><b><em>&nbsp;&nbsp;";
line2="June 24<sup>th</sup></em>&nbsp;&nbsp;Spotlight Dance<center>Jordan Sims and Tim Acosta</b></center></font></td>";
line3="<td><IMG border=1 height=150 src=photos/jordanatim.png></td>";
line4="</tr></table></center></td></tr></table>";
//fc++;fcontent[fc]=line1+line2+line3+line4;
}
}
if (todaysMonth == 6) { // JULY
if (todaysDate <= 22) {
line1="<table background=art/Blue.gif width=100% height=100%><tr><td><center><table border=0><tr><td>&nbsp;<IMG height=50 src=art/animated_klieg.gif alt=KliegLight><br><b><em>&nbsp;&nbsp;";
line2="July 22<sup>nd</sup></em>&nbsp;Spotlight Dance&nbsp;&nbsp;<br>&nbsp;&nbsp;Jay Scott&amp;Deborah Young</b>&nbsp;&nbsp;</td>";
line3="<td><IMG border=1 height=140 src=photos/debjay1.png><IMG border=1 height=140 src=photos/debjay2.png></td>";
line4="</tr></table></center></td></tr></table>";
//fc++;fcontent[fc]=line1+line2+line3+line4;
}
}
if (todaysMonth == 7) { // AUGUST
if (todaysDate <= 19) {
line1="<table background=art/Blue.gif width=100% height=100%><tr><td><center><table border=0><tr><td>&nbsp;<IMG height=50 src=art/animated_klieg.gif alt=KliegLight><br><b><em>&nbsp;&nbsp;";
line2="August 19<sup>th</sup></em>&nbsp;Spotlight Dance&nbsp;&nbsp;<br>&nbsp;&nbsp;Brent Newsom and Andrea Morrell &nbsp;&nbsp;</b></td>";
line3="<td><IMG border=1 height=150 src=photos/brent_andrea.png></td>";
line4="</tr></table></center></td></tr></table>";
//fc++;fcontent[fc]=line1+line2+line3+line4;
}
}
if (todaysMonth == 8) { // SEPTEMBER
if (todaysDate <= 16) {
line1="<table background=art/Blue.gif width=100% height=100%><tr><td><center><table border=0><tr><td>&nbsp;<IMG height=50 src=art/animated_klieg.gif alt=KliegLight><br><b><em>&nbsp;&nbsp;";
line2="September 16<sup>th</sup></em>&nbsp;Spotlight Dance&nbsp;&nbsp;<br>&nbsp;&nbsp;John Butler and Ginger Yates&nbsp;&nbsp;</b></td>";
line3="<td><IMG border=1 height=150 src=photos/gingeryates_johnbutler.jpg></td>";
line4="</tr></table></center></td></tr></table>";
//fc++;fcontent[fc]=line1+line2+line3+line4;
}
}
if (todaysMonth == 9) { // OCTOBER
if (todaysDate <= 27) {
line1="<table background=art/Blue.gif width=100% height=100%><tr><td><center><table border=0><tr><td>&nbsp;<br><b><em>&nbsp;&nbsp;";
line2="This Wednesday, <em>October 14<sup>th</sup></em><b>&nbsp;is Election Night<br>Choose your leaders for 2010</b>";
line3="<td><IMG border=0 height=50 src=art/vote-yel.gif></td>";
line4="</tr></table></center></td></tr></table>";
if (todaysDate >= 15) {
line1="<table background=art/Blue.gif width=100% height=100%><tr><td><center><table border=0><tr><td>";
line2="<em>October 14<sup>th</sup></em><b>&nbsp;Election Results</b>";
line2=line2+"";
line2=line2+"<BR>";
line2=line2+"<UL class=\"bodyparts\">";
line2=line2+"<LI>President <A href=\"mailto:Barbara Penney<barbara2@arbbs.net>\" onmouseover=\"window.status='mailto: a Leader Type';return true\" title=\"mailto: Barbara Penney\"><EM>Barbara Penney</EM></A></LI><BR>";
line2=line2+"<LI>Vice-President <A href=\"mailto:Arthur Hughes<bopclubber@yahoo.com>\" onmouseover=\"window.status='mailto: a Leader Type';return true\" title=\"mailto: Arthur Hughes\"><EM>Arthur Hughes</EM></A></LI><BR>";
line2=line2+"<LI>Secretary <A href=\"mailto:Emily Roberts<ecdenton@aristotle.net>\" onmouseover=\"window.status='mailto: a Leader Type';return true\" title=\"mailto: Emily Roberts\"><EM>Emily Roberts</EM></A></LI><BR>";
line2=line2+"<LI>Treasurer <A href=\"mailto:Jennifer Hughes<jhughes@lai-ar.com>\" onmouseover=\"window.status='mailto: a Leader Type';return true\" title=\"mailto: Jennifer Hughes\"><EM>Jennifer Hughes</EM></A></LI><BR>";
line2=line2+"<LI>Parliamentarian <A href=\"mailto:Butch Penney<barbara2@arbbs.net>\" onmouseover=\"window.status='mailto: a Leader Type';return true\" title=\"mailto: Butch Penney\"><EM>Butch Penney</EM></A></LI><BR>";
line2=line2+"</UL></td>";
line3="<td><IMG border=0 height=50 src=art/vote-yel.gif></td>";
line4="</tr></table></center></td></tr></table>";
}
//fc++;fcontent[fc]=line1+line2+line3+line4;
}
if (todaysDate <= 21) {
line1="<table background=art/Blue.gif width=100% height=100%><tr><td><center><table border=0><tr><td>&nbsp;<IMG height=50 src=art/animated_klieg.gif alt=KliegLight><br><b><em>&nbsp;&nbsp;";
line2="<em>October 21<sup>st</sup></em><b>&nbsp;Spotlight Dance</b><br>&nbsp;&nbsp;Ron and Lynn Graham&nbsp;&nbsp;</b></td>";
line3="<td><IMG border=1 height=150 src=photos/ron_lynn.png></td>";
line4="</tr></table></center></td></tr></table>";
//fc++;fcontent[fc]=line1+line2+line3+line4;
}
if (todaysDate <= 28 ) {
line1="<table background=art/Creamsickle.gif width=100% height=100%><tr><td><table><tr><td><img src=./art/halloween-Devil.gif border=6></td><td><em><B><center>- OCTOBER 28<sup>th</sup> - </center></B></em></td></tr></table>"
line2="<em><B><center>LRBC HALLOWEEN PARTY AND COSTUME CONTEST</center>"
line3=""
line4="<em><B><center>SEE THE <a href='http://littlerockbopclub.com/calendar.htm#Oct'>PARTY CALENDAR</a> FOR DETAILS.</center></td></tr></table>"
//fc++;fcontent[fc]=line1+"<br>"+line2+"<br>"+line3+"<br>"+line4;
}
if (todaysDate <= 31 ) {
line1="<table background=art/Blue.gif width=100% height=100%><tr><td><table><tr><td><img src=./art/helpinghands.png border=0></td><td><em><B><center></center></B></em></td></tr></table>"
line2="<em><B><center>LRBC Helping Hand Charity Drive</center>"
line3="<em><B><center>Begins November 4<sup>th</sup></center>"
line4="<em><B><center>SEE THE <a href='calendar.htm#Nov'>PARTY CALENDAR</a> FOR DETAILS.</center></td></tr></table>"
//fc++;fcontent[fc]=line1+"<br>"+line2+"<br>"+line3+"<br>"+line4;
}
}
if (todaysMonth == 10) { // NOVEMBER
//line1=""
//line2="<BR><center>HAPPY THANKSGIVING !!!</center>"
//line3=""
//fc++;fcontent[fc]=line1+"<br>"+line2+"<br>"+line3;

}
if (todaysMonth == 11) { // DECEMBER
var part1="";
var part2="";
var date = new Date("DECEMBER 13, 2008");
var description = "the LRBC Christmas Dance!&nbsp;&nbsp;</font>";
var now = new Date();
var diff = date.getTime() - now.getTime();
var days = Math.floor(diff / (1000 * 60 * 60 * 24));
part1=""
if (days < -1) {
line1=""
part1=""
part2=""
part2=""
}
else if (days > 1) {
part1="" 
part2=days+1
part2="<CENTER>* * There are "+part2+" days left! * *</CENTER>"
}
else if (days == 1) {
part2="<center>* * only <u>TWO</u> days left! * *</center>"
}
else if (days == 0) {
part2="<center>* *  The LRBC Christmas Dance is <u>TOMORROW</u>! ! * *</center>" 
}
else {
part2="<CENTER>The LRBC Christmas Dance is <u>TONIGHT</u>! ! !</CENTER>"
}
line1="<center>The LRBC Christmas Dance is Saturday, December 13th."
line2=part1+part2
line3="<center>~ PROFESSIONAL PHOTOS TAKEN <U>7:00-8:00 P.M.</U> <U>ONLY</U>! ~</center>"
//line3=<center>Sorry. Tickets are sold out!!!</center>"
//
//fc++;fcontent[fc]=line1+"<br>"+line2+"<br>"+line3;
}
 expiration=new Date("October 21, 2009")
 if (todaysTime.getTime()<=expiration.getTime() ) {
line1="<center><table border=0 cellspacing=0 cellpadding=0 ><tr>"
line2="<td align=center>"
line3="<h3><font size=2>Bop on the Lake Lost and Found Department<hr><h3><font size=3>A black Canon camera case, A black Kim Rogers sweater(L)<br>A black Gap shrug sweater(M), A black hair brush, A black comb<br>One man&rsquo;s black Antonio Luzio dance shoe, size 9 1/2 (huh?)<hr><h3>eMail: <A href=mailto:barbara2@arbbs.net><EM>Barbara Penney</EM></A>"
line4="</td></tr></table>"
//fc++;fcontent[fc]=line1+""+line2+""+line3+""+line4;
}
//
//------ Misc bulletins ---------
//
if (todaysMonth < 3  || todaysMonth > 7 )  { //------ BAD WEATHER POLICY, SHOW BETWEEN SEPTEMBER and APRIL
line1="<table background=art/Fuschia.gif width=100% height=100%><tr><td><img src=art/weatherduck.gif height=160></td><td><b><center>REMEMBER . . .</center>"
line2="<center><font size=2>IF THE SCHOOLS ARE CLOSED FOR BAD WEATHER . . </font></center>"
line3="<center>. . . WE ARE TOO ! ! !<br><br>( Look at the Arkansas flag on the right )</center></b></td></tr></table>"
fc++;fcontent[fc]=line1+"<br>"+line2+"<br>"+line3;
}
/* bypass
//------ MEMBER INFO CHANGE
 line1="<center><BR><BR>IF YOUR CONTACT INFORMATION HAS CHANGED...</center>"
 line2="<center>PLEASE <a href='mailto:tommyroberts@comcast.net'target=me>NOTIFY</a> TOMMY ROBERTS, DIRECTOR OF MEMBERSHIP,<BR><BR>WITH YOUR NEW MAILING ADDRESS, E-MAIL ADDRESS, AND/OR PHONE NUMBER.</a></center>"
 line3=""
//fc++;fcontent[fc]=line1+"<br>"+line2+"<br>"+line3;
//
//------ ELECTRONIC NEWSLETTER SIGNUP
//
//line1="<br><center>MEMBERS WHO WISH TO RECEIVE AN ELECTRONIC FORM OF OUR NEWSLETTER...</center>"
//line2="<center>PLEASE <a href='mailto:rdphoto@alltel.net'target=me>CONTACT</a> RICHARD DAVIS, OUR DIRECTOR OF COMMUNICATIONS,<BR><BR>WITH YOUR CURRENT E-MAIL ADDRESS.</a></center>"
// line3=""
// fc++;fcontent[fc]=line1+"<br>"+line2+"<br>"//+line3;
//
//
//------ WebDR Help Wanted
//
line1="<TABLE width=500 height=180 border=0 cellspacing=2 cellpadding=2 background=art/dancefloor.gif><TR>";
line1=line1+"<TD align=left valign=top width=120>";
line1=line1+"<IMG src=art/iwantyou.gif border=0 height=90 alt='I Want You. . .'>";
line1=line1+"<FONT color=purple><B><BR>I Want You. . .<BR>";
line1=line1+"<FONT size=1>(to be strong for the LRBC)</FONT></B></FONT>";
line1=line1+"</TD>";
line2="<TD align=center valign=top width=120>";
line2=line2+"<IMG src=art/LRBCnowhiring.gif border=0 height=90 alt='Now Hiring. . .' >";
line2=line2+"<IMG src=art/animatedWebDR.gif alt='The LRBC WebDR' height=50 >";
line2=line2+"</TD>";
line3="<TD align=left valign=top>";
line3=line3+"<FONT color=purple size=2><B>&nbsp;&nbsp;&nbsp;During these troubled economic times,<BR>";
line3=line3+"it's always a good idea to stay brushed up on your job skills.</B></FONT>";

line3=line3+"<FONT color=purple size=2><B><BR>&nbsp;&nbsp;&nbsp;The Little Rock Bop Club is looking for an experienced Website Administrator.</B></FONT>";
line3=line3+"<CENTER>";
line3=line3+"<FORM>";
line3=line3+"<FONT color=purple size=2><B>";
line3=line3+"<INPUT type=button";
line3=line3+" title='Click here for more information'";
line3=line3+" value='Click here for more information'";
line3=line3+" onclick=javascript:popUpInfo()";
line3=line3+" style='width:230px; text-decoration :underline; font-style:oblique; color:yellow; font-weight:bold; padding:2px 0px; border: 3px solid; border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0;";
line3=line3+" filter:progid:DXImageTransform.Microsoft.Gradient(StartColorStr=purple, EndColorStr=#00000000, gradientType=0) '";
line3=line3+"></B></FONT></FORM></CENTER></TD>";
line4="</TR></TABLE>";
fc++;fcontent[fc]=line1+""+line2+""+line3+""+line4;
//
*/
//
//------ Volunteer Help Wanted
//
line1="<table border=0 cellspacing=4 cellpadding=4 bgcolor=lavender><tr>"
line2="<td align=center><IMG SRC=art/volunteer.gif border=0 height=100></td>"
line3="<td align=center valign=top>"
line4="<font color=blue size=2 ><b>The backbone of our club<br>is its unsung heroes - - the LRBC Volunteers<br>~ ~ ~<br>At our dances, we need you for set-up and clean-up.<br>~ ~ ~<br>And, at Bop on the Lake,<br>we need you for selling shirts and Split the Pot tickets.<br>~ ~ ~<br>Please contact us. . .</b></font></td></tr></table>"
//fc++;fcontent[fc]=line1+""+line2+""+line3+""+line4;
//
//------format and display bulletins
var delay = 6000; // set delay between message change (in miliseconds) 
begintag='<div style="font: bold 14px Arial; padding: 5px;">'; //set opening tag, such as font declarations
closetag='</div>';
var maxsteps=40;  // number of steps to take to change from start color to endcolor
var stepdelay=100; // time in miliseconds of a single step
                   // * * Note: (maxsteps*stepdelay) will be total time in miliseconds of fading effect
var startcolor= new Array(255,255,255); // start color (red, green, blue)
var endcolor=new Array(0,0,0);          // end color (red, green, blue)
var fwidth='510px';                     // set scroller width
var fheight='220px';                    // set scroller height
var fadelinks=1;  // should links inside scroller content also fade like text? 0 for no, 1 for yes.
var ie4=document.all&&!document.getElementById;
var DOM2=document.getElementById;
var faderdelay=0;
var index=0;
//
function changecontent(){
  if (index>=fcontent.length)
    index=0
  if (DOM2){
    document.getElementById("fscroller").style.color="rgb("+startcolor[0]+", "+startcolor[1]+", "+startcolor[2]+")"
    document.getElementById("fscroller").innerHTML=begintag+fcontent[index]+closetag
    if (fadelinks)
     linkcolorchange(1);
     colorfade(1, 15);
    }
   else if (ie4)
    document.all.fscroller.innerHTML=begintag+fcontent[index]+closetag;
  index++
  fcontent[0]="<table background=art/Fuschia.gif width=100% height=100%>";
fcontent[0]+="<tr><td>&nbsp;";
fcontent[0]+="<br><center><font size=5>Remember...<br>Every dance is Ladies Choice!</font><br>";
//fcontent[0]+="<IMG src=./art/happynewyearclock.gif height=150>";
fcontent[0]+="&nbsp;<img border=1 src=art/3MinuteStranger.gif height=60>";
fcontent[0]+="</center></td></tr></table>"+FirstWednesday;
//
}
//
function linkcolorchange(step){
  var obj=document.getElementById("fscroller").getElementsByTagName("A");
  if (obj.length>0){
    for (i=0;i<obj.length;i++)
      obj[i].style.color=getstepcolor(step);
  }
}
//
var fadecounter;
function colorfade(step) {
  if(step<=maxsteps) {	
    document.getElementById("fscroller").style.color=getstepcolor(step);
    if (fadelinks)
      linkcolorchange(step);
    step++;
    fadecounter=setTimeout("colorfade("+step+")",stepdelay);
  }else{
    clearTimeout(fadecounter);
    document.getElementById("fscroller").style.color="rgb("+endcolor[0]+", "+endcolor[1]+", "+endcolor[2]+")";

    setTimeout("changecontent()", delay);

  }   
}
//
function getstepcolor(step) {
  var diff
  var newcolor=new Array(3);
  for(var i=0;i<3;i++) {
    diff = (startcolor[i]-endcolor[i]);
    if(diff > 0) {
      newcolor[i] = startcolor[i]-(Math.round((diff/maxsteps))*step);
    } else {
      newcolor[i] = startcolor[i]+(Math.round((Math.abs(diff)/maxsteps))*step);
    }
  }
  return ("rgb(" + newcolor[0] + ", " + newcolor[1] + ", " + newcolor[2] + ")");
}
if (ie4||DOM2)
  document.write('<div id="fscroller" style="border:1px dotted black;width:'+fwidth+';height:'+fheight+'"></div>');
if (window.addEventListener)
window.addEventListener("load", changecontent, false)
else if (window.attachEvent)
window.attachEvent("onload", changecontent)
else if (document.getElementById)
window.onload=changecontent

//  End -->
