shoutout = new Image();
shoutout.src = "images/shoutout_r.gif";

mboards = new Image();
mboards.src = "images/mboards_r.gif";

stories = new Image();
stories.src = "images/stories_r.gif";

chatgroup = new Image();
chatgroup.src = "images/chatgroup_r.gif";

etr = new Image();
etr.src = "images/etr_r.gif";

getWord = new Image();
getWord.src = "images/getWord_r.gif";

howtohelp = new Image();
howtohelp.src = "images/howtohelp_r.gif";

fastfacts = new Image();
fastfacts.src = "images/fastfacts_r.gif";

lucyrules = new Image();
lucyrules.src = "images/lucy_rules_r.gif";

teenpanel = new Image();
teenpanel.src = "images/teenpanel_r.gif";

formedia = new Image();
formedia.src = "images/formedia_r.gif";

spellbound = new Image();
spellbound.src = "images/spellbound_r.gif";

wannaknow = new Image();
wannaknow.src = "images/wannaknow_r.gif";

friend = new Image();
friend.src = "images/friend_r.gif";

pressroom = new Image();
pressroom.src = "images/pressroom_r.gif";

contactus = new Image();
contactus.src = "images/contactus_r.gif";

home = new Image();
home.src = "images/home_r.gif";

bluearrow2 = new Image();
bluearrow2.src = "images/bluearrow2_r.gif";

bluearrow = new Image();
bluearrow.src = "images/bluearrow_r.gif";

pinkarrow = new Image();
pinkarrow.src = "images/pinkarrow_r.gif";

purparrow = new Image();
purparrow.src = "images/purparrow_r.gif";

hp_enternow = new Image();
hp_enternow.src = "images/hp_enternow_r.gif";

etr_entertoday = new Image();
etr_entertoday.src = "images/etr_entertoday_r.gif";

function makeArray(n) {
this.length = n
return this
}
monthNames = new makeArray(12)
monthNames[1] = "01"
monthNames[2] = "02"
monthNames[3] = "03"
monthNames[4] = "04"
monthNames[5] = "05"
monthNames[6] = "06"
monthNames[7] = "07"
monthNames[8] = "08"
monthNames[9] = "09"
monthNames[10] = "10"
monthNames[11] = "11"
monthNames[12] = "12"
function dateString(oneDate) {
var theMonth = monthNames[oneDate.getMonth() + 1]
var theYear = oneDate.getFullYear()
return theMonth + "." + oneDate.getDate() + "." + theYear
}



function popwin(theURL)
{
  window.open(theURL,"","height=425,width=490,scrollbars=yes,resizable=yes,screenX=140,left=140,screenY=50,top=50");
}

function popwin2(theURL)
{
  window.open(theURL,"","height=425,width=640,scrollbars=yes,resizable=yes,screenX=50,left=50,screenY=50,top=50");
}

function popwin3(theURL)
{
  window.open(theURL,"","height=250,width=270,scrollbars=yes,resizable=yes,screenX=140,left=140,screenY=50,top=50");
}

function popwin4(theURL)
{
  window.open(theURL,"","height=435,width=650,scrollbars=yes,resizable=no,screenX=50,left=50,screenY=50,top=50");
}

function spellboundpop(theURL)
{
  window.open(theURL,"","height=300,width=720,scrollbars=no,resizable=no,screenX=20,left=20,screenY=50,top=50");
}