function rc_html(v) {
var S,A,FN,THEME,TITLE,I,U,ML,now,m1,m2,U1,S1,N1,todayn,t9;
ML=new Array("January","February","March","April","May","June","July","August","September","October","November","December");
F=rc_pick();
if (F=="") return "";
A=F.split(",");
L=A.length;
if (L<3) return "";
FN=A[0];
THEME=tocomma(A[1]);
TITLE=tocomma(A[2]);
now=new Date();
m1=now.getMonth();
todayn=now.getDate();
if (m1==11) {
m2=0;
} else {
m2=m1+1;
}
I="http://www.edhelperclipart.com/clipart/"+FN+"prev2.gif";
U="http://www.edhelperblog.com/cgi-bin/vocab.cgi?FORMMODE=DL&s1=Read%20and%20Color%20Book&s2=Download%20Book&f="+FN;
S="<CENTER><a href=\""+U+"\" target=_blank onClick=\"javascript:urchinTracker('/PDF/WeeklyReadColors/"+FN+"');\">"+
"<img border=0 src=\""+I+"\"></a><BR>"+
"<a href=\""+U+"\" target=_blank onClick=\"javascript:urchinTracker('/PDF/WeeklyReadColors/"+FN+"');\">"+
TITLE+"<BR>("+THEME+")</a><BR>";
if ((m1>=0)&&(m1<=11)&&(m2>=0)&&(m2<=11)) {
t9=0;
if ((v==1)&&(todayn>=23)) {
} else {
U1="http://www.edhelper.com/"+ML[m1]+"_Read_Color_Books.htm";
S1=ML[m1]+" Weekly<BR>Read and Colors";
N1=rc_numrcolors(m1);
if (N1>0) {
t9++;
S=S+"<a href=\""+U1+"\"><b>"+S1+"</b></a><BR>";
}
}

U1="http://www.edhelper.com/"+ML[m2]+"_Read_Color_Books.htm";
S1=ML[m2]+" Weekly<BR>Read and Colors";
N1=rc_numrcolors(m2);
if (N1>0) {
if (t9==0) {
S=S+"<a href=\""+U1+"\"><b>"+S1+"</b></a><BR>";
} else {
S1=ML[m2];
S=S+"<a href=\""+U1+"\">"+S1+"</a><BR>";
}
}
}
return S;
}

function rc_enddnum() {
return rc_todaydnum()+28;
}

function datenum(m,d,y) {
var days,ly;
days=new Array( 0, 31, 59, 90,120,151,181,212,243,273,304,334,365);
ly=0;
if ((m>2)&&(dateisleapyear(y))) {
ly=1;
}
return (days[m-1]+d+ly);
}

function dateisleapyear(yr) {
if (y % 4!=0) {
return 0;
}
if (y % 100!=0) {
return 1;
}
if (y % 400!=0) {
return 0;
}
return 1;
}


function rc_todaydnum() {
var now,m,d,yr,n;
now=new Date();
m=now.getMonth()+1;
d=now.getDate();
y=now.getYear();
if (y<2000) y+=1900;
n=datenum(m,d,y);
return n;
}

function tocomma(S) {
var S1,S2,re;
S1="~C~";
S2=",";
re=new RegExp(S1,"g");
S=S.replace(re,S2);
return S;
}

function rc_numrcolors(n) {
var NUM=new Array(7,8,7,11,3,6,1,6,10,11,7,8);
if ((n<0)||(n>11)) {
return 0;
}
return NUM[n];
}

function rc_pick() {
var A,n,e,r;
A=new Array();
n=rc_todaydnum();
e=rc_enddnum();
if ((n<5)||((33>=n)&&(33<=e))) A[A.length]="janourfriendsthebirds,Bird Day,Our Friends~C~ the Birds";
if ((n<9)||((37>=n)&&(37<=e))) A[A.length]="janashockingsurprise,Static Electricity Day,A Shocking Surprise";
if (((n>=1)&&(n<=31))||((e>=1)&&(e<=31))) A[A.length]="jansandythesunflower,National Reaching Your Potential Month,Sandy the Sunflower Reaches the Sky";
if ((n<15)||((43>=n)&&(43<=e))) A[A.length]="janawelldressedguest,Penguin Appreciation Day,A Well-Dressed Guest";
if ((n<16)||((44>=n)&&(44<=e))) A[A.length]="decdottydragon,Appreciate a Dragon Day,Dotty the Dragon Gets a Job";
if ((n<22)||((50>=n)&&(50<=e))) A[A.length]="janstacyspreadssmiles,National Compliment Day,Stacy Spreads Smiles";
if ((29>=n)&&(29<=e)) A[A.length]="janapuzzlingday,Puzzle Day,A Puzzling Day";
if ((35>=n)&&(35<=e)) A[A.length]="febmailmanmartha,Thank a Mailman Day,Mailman Martha Makes the Rounds";
if ((36>=n)&&(36<=e)) A[A.length]="febwendysweathersecrets,National Weatherperson Day,Wendy's Weather Secrets";
if ((41>=n)&&(41<=e)) A[A.length]="febfussyducksbirthday,Umbrella Day,Fussy Duck's Birthday Surprise";
if ((46>=n)&&(46<=e)) A[A.length]="febaflockdropsby,Great Backyard Bird Count Week,A Flock Drops By";
if ((46>=n)&&(46<=e)) A[A.length]="febawigglydesert,Great Backyard Bird Count Week,A Flock Drops By";
if ((47>=n)&&(47<=e)) A[A.length]="febstevesperfride,Ferris Wheel Day,Steve's Perfect Ride";
if ((54>=n)&&(54<=e)) A[A.length]="febinaminutemom,Procrastination Day,In a Minute~C~ Mom";
if ((59>=n)&&(59<=e)) A[A.length]="febfairiesgift,Fairy Day,The Fairies' Gift";
if ((66>=n)&&(66<=e)) A[A.length]="marsamtakessillywalk,Unique Names Day,Sam Takes a Silly Walk";
if (((n>=60)&&(n<=90))||((e>=60)&&(e<=90))) A[A.length]="marplentyofpasta,National Noodle Month,Plenty of Pasta";
if (((n>=60)&&(n<=90))||((e>=60)&&(e<=90))) A[A.length]="martheyummiestnut,National Peanut Month,The Yummiest Nut";
if ((77>=n)&&(77<=e)) A[A.length]="martiffanyforgivesmom,Forgive Mom and Dad Day,Tiffany Forgives Mommy";
if ((79>=n)&&(79<=e)) A[A.length]="marfunnyfever,Spring Fever Week,A Funny Fever";
if ((82>=n)&&(82<=e)) A[A.length]="marstacyssurprise,Bubble Blowers Day,Stacy's Surprise Goes Pop!";
if ((85>=n)&&(85<=e)) A[A.length]="marscottsspecialday,Make Up Your Own Holiday,Scott's Special Day";
if (((n>=91)&&(n<=120))||((e>=91)&&(e<=120))) A[A.length]="aprpoeticacrostic,Poetry,Poetic Penelope Writes Acrostic Poetry";
if (((n>=91)&&(n<=120))||((e>=91)&&(e<=120))) A[A.length]="aprpoetryquatrain,Poetry,Poetic Penelope Writes a Quatrain";
if ((92>=n)&&(92<=e)) A[A.length]="aprwhatswrong,Check Your Batteries Day,What's Wrong?";
if (((n>=91)&&(n<=120))||((e>=91)&&(e<=120))) A[A.length]="aprshining,Golden Rule Week,The Shining Secret";
if (((n>=91)&&(n<=120))||((e>=91)&&(e<=120))) A[A.length]="aprpoetrycouplet,Poetry,Poetic Penelope Writes a Couplet";
if ((98>=n)&&(98<=e)) A[A.length]="aprlittlehelpsam,Tutor Appreciation Day,A Little Help for Sam";
if ((102>=n)&&(102<=e)) A[A.length]="aprupupaway,Look Up in the Sky Day,Up~C~ Up~C~ and Away!";
if ((102>=n)&&(102<=e)) A[A.length]="aprwhatdoeslarrylike,Licorice Day,What Does Larry Like?";
if ((107>=n)&&(107<=e)) A[A.length]="aprpajamasday,Wear Your Pajamas to Work Day,Pajama Day?";
if ((111>=n)&&(111<=e)) A[A.length]="aprthebooksleuth,Thank You School Librarian Day,The Book Sleuth";
if ((112>=n)&&(112<=e)) A[A.length]="aprfunnybean,National Jelly Bean Day,A Funny Kind of Bean";
if (((n>=121)&&(n<=151))||((e>=121)&&(e<=151))) A[A.length]="mayicantfindit,National Organizing Week,I Can't Find It!";
if ((128>=n)&&(128<=e)) A[A.length]="maysocklessstansweetfeet,No Socks Day,Sockless Stan's Sweet Feet";
if ((151>=n)&&(151<=e)) A[A.length]="maywhatyouthinkupongrows,What You Think Upon Grows Day,Is Your Glass Half Empty or Half Full?";
if ((152>=n)&&(152<=e)) A[A.length]="junecandydayland,Candy Day,A Day in Candyland";
if ((153>=n)&&(153<=e)) A[A.length]="junsurprisedent,I Love My Dentist Day,A Surprise at the Dentist's Office";
if ((159>=n)&&(159<=e)) A[A.length]="junbritbestf,Best Friends Day,Brittany's Best Friends";
if ((161>=n)&&(161<=e)) A[A.length]="junwhatsford,Take a Kid Fishing Weekend,What's For Dinner?";
if ((168>=n)&&(168<=e)) A[A.length]="junmsgfromveggarden,Eat Your Vegetables Day,A Message from Your Vegetable Garden";
if ((174>=n)&&(174<=e)) A[A.length]="junfairyceleb,Midsummer's Eve,A Fairy Celebration";
if (((n>=182)&&(n<=212))||((e>=182)&&(e<=212))) A[A.length]="julantiboredombuster,Anti Boredom Month,Boredom Buster!";
if ((218>=n)&&(218<=e)) A[A.length]="augmayatries,Mustard Day,Maya Tries Something New";
if ((219>=n)&&(219<=e)) A[A.length]="augsistersdayplaymate,Sister's Day,A Surprising Playmate";
if (((n>=213)&&(n<=243))||((e>=213)&&(e<=243))) A[A.length]="augbestfriendmorgan,Best Friend Day,Morgan's Best Friend";
if ((229>=n)&&(229<=e)) A[A.length]="augtreasurehunt,Thrift Shop Day,A Treasure Hunt";
if ((234>=n)&&(234<=e)) A[A.length]="augpunctuation,National Punctuation Day,Fishing at Punctuation Lake";
if (((n>=213)&&(n<=243))||((e>=213)&&(e<=243))) A[A.length]="auggregcatch,National Catfish Month,Greg's Big Catch";
if (((n>=244)&&(n<=273))||((e>=244)&&(e<=273))) A[A.length]="readandcolorseptheme,Calendar: September,September";
if (((n>=244)&&(n<=273))||((e>=244)&&(e<=273))) A[A.length]="seppoliteville,Good Manners Month,Politeville";
if ((247>=n)&&(247<=e)) A[A.length]="seplabordaya,Labor Day,Labor Day";
if (((n>=244)&&(n<=273))||((e>=244)&&(e<=273))) A[A.length]="sepbreakfastfairies,National Waffle Month,The Breakfast Fairies' Invention";
if ((258>=n)&&(258<=e)) A[A.length]="sephatsandmorehats,Make a Hat Day,Hats and More Hats!";
if ((260>=n)&&(260<=e)) A[A.length]="sepmysteriousbooth,Citizenship Day,The Mysterious Booth";
if ((262>=n)&&(262<=e)) A[A.length]="seppuddinginspace,Butterscotch Pudding Day,Butterscotch Pudding in Space";
if ((265>=n)&&(265<=e)) A[A.length]="septhemoonisgone,New Moon,The Moon is Gone!";
if ((268>=n)&&(268<=e)) A[A.length]="seppuppiesneedalot,National Dog Week,Puppies Need a Lot!";
if (((n>=244)&&(n<=273))||((e>=244)&&(e<=273))) A[A.length]="sepappleseedday,Johnny Appleseed,Fruity Secrets";
if (((n>=274)&&(n<=304))||((e>=274)&&(e<=304))) A[A.length]="octsquirrelsmonth,Squirrels,Squirrels";
if ((275>=n)&&(275<=e)) A[A.length]="octtaleoftails,Farm Animal Day,A Tale of Tails";
if (((n>=274)&&(n<=304))||((e>=274)&&(e<=304))) A[A.length]="octwhereburgers,Vegetarianism Awareness Month,Where Are the Burgers?";
if ((280>=n)&&(280<=e)) A[A.length]="octbattleofbubbles,Bathtub Day,Battle of the Bubbles";
if (((n>=274)&&(n<=304))||((e>=274)&&(e<=304))) A[A.length]="octsweetdreamsmichael,Dessert Month,Sweet Dreams~C~ Michael";
if ((286>=n)&&(286<=e)) A[A.length]="octluckycharmbrittany,Friday the 13th,A Lucky Charm for Brittany";
if ((291>=n)&&(291<=e)) A[A.length]="octarainforestmyst,World Rainforest Week,A Rainforest Mystery";
if ((292>=n)&&(292<=e)) A[A.length]="octlovesspaghetti,Eat Pasta Day,Everyone Loves Spaghetti!";
if ((295>=n)&&(295<=e)) A[A.length]="octwhatkindnut,National Nut Day,What Kind of Nut Are You?";
if (((n>=274)&&(n<=304))||((e>=274)&&(e<=304))) A[A.length]="octdinoscameinmanyshapes,Dinosaur Month,Dinosaurs Came in Many Shapes!";
if (((n>=274)&&(n<=304))||((e>=274)&&(e<=304))) A[A.length]="octaperfectpumpkin,Pumpkins,A Perfect Pumpkin";
if ((307>=n)&&(307<=e)) A[A.length]="novsandwich,National Sandwich Day,The Great Sandwich Swap";
if ((308>=n)&&(308<=e)) A[A.length]="novjacksdeliciousrocks,National Candy Day,Jack's Delicious Rocks";
if ((315>=n)&&(315<=e)) A[A.length]="novvetdaysomeonetothank,Veteran's Day,Someone to Thank";
if ((316>=n)&&(316<=e)) A[A.length]="novsomethingisfishy,National Pizza with the Works Except Anchovies Day,Something is Fishy about this Pizza!";
if ((324>=n)&&(324<=e)) A[A.length]="novdifferentkindsofsmoke,Tobacco,Different Kinds of Smoke";
if ((325>=n)&&(325<=e)) A[A.length]="novworldhello,World Hello Day,Hello around the World";
if ((333>=n)&&(333<=e)) A[A.length]="novegreetings,Electronic Greetings Day,Grandma Forgot My Birthday!";
if ((336>=n)&&(336<=e)) A[A.length]="dechelphannahscookies,Cookie Cutter Week,Help for Hannah's Cookies";
if ((341>=n)&&(341<=e)) A[A.length]="decfairyflossfelicity,National Cotton Candy Day,Fairy Floss for Felicity";
if ((343>=n)&&(343<=e)) A[A.length]="decwhichhorse,Day of the Horse,Which Horse is Just Right?";
if ((346>=n)&&(346<=e)) A[A.length]="dechappypoinsettiaday,Poinsettia Day,A Happy Christmas Flower";
if (((n>=335)&&(n<=365))||((e>=335)&&(e<=365))) A[A.length]="decmrsmithsties,National Tie Month,Mr. Smith's Ties";
if (((n>=335)&&(n<=365))||((e>=335)&&(e<=365))) A[A.length]="decsweetchristmas,National Stress Free Holiday Month,A Sweet Christmas";
if (((n>=335)&&(n<=365))||((e>=335)&&(e<=365))) A[A.length]="decwintersolsticeshortestday,Winter Solstice,The Shortest Day of the Year";
if ((362>=n)&&(362<=e)) A[A.length]="decchocolatedayanewtreat,Chocolate Day,A New Treat";
if (A.length<1) return "";
r=Math.floor(Math.random()*A.length);
if ((r>=0)&&(r<A.length)) {
return A[r];
}
return "";
}
