function nav() {

var temp = '';

temp +="<MAP NAME=\"links.gif\">";

temp +="<AREA SHAPE=RECT COORDS=\"0,0,19,19\" HREF=\"/story/index.html\" target=\"_top\" ALT=\"Story\" onMouseOver=\"return overlib('Who are the sisters of Mulberry Lane?  How did they get started?', CAPTION, 'Story', LEFT, FGCOLOR, '#68A1FE', BGCOLOR, '#333399')\" onMouseOut=\"nd();\">";



temp +="<AREA SHAPE=RECT COORDS=\"0,30,19,49\" HREF=\"/story/rocki.html\" target=\"_top\" ALT=\"Rocki\" onMouseOver=\"return overlib('What\\'s her fave thing to do on the road?  What\\'s her fave quote?', CAPTION, 'Rocki', LEFT, FGCOLOR, '#68A1FE', BGCOLOR, '#333399')\" onMouseOut=\"nd();\">";



temp +="<AREA SHAPE=RECT COORDS=\"0,60,19,79\" HREF=\"/photos/index.html\" target=\"_top\" ALT=\"Photos/Videos\" onMouseOver=\"return overlib('Anyone looking for photos? Video clips?', CAPTION, 'Photos/Videos', LEFT, FGCOLOR, '#FFA6A6', BGCOLOR, '#FF0000')\" onMouseOut=\"nd();\">";



temp +="<AREA SHAPE=RECT COORDS=\"0,90,19,109\" HREF=\"/news/index.html\" target=\"_top\" ALT=\"Hot News\" onMouseOver=\"return overlib('What\\'s happening now?', CAPTION, 'Hot News', LEFT, FGCOLOR, '#F3CFFC', BGCOLOR, '#BE25EA')\" onMouseOut=\"nd();\">";



temp +="<AREA SHAPE=RECT COORDS=\"0,120,19,139\"  HREF=\"/story/kat.html\" target=\"_top\" ALT=\"Kat\" onMouseOver=\"return overlib('What does she collect?  What is she scared of?', CAPTION, 'Kat', LEFT, FGCOLOR, '#68A1FE', BGCOLOR, '#333399')\" onMouseOut=\"nd();\">";



temp +="<AREA SHAPE=RECT COORDS=\"0,150,19,169\" HREF=\"/music/index.html\" target=\"_top\" ALT=\"The Music\" onMouseOver=\"return overlib('Can I hear it?  Can I buy it?', CAPTION, 'The Music', LEFT, FGCOLOR, '#FFCC99', BGCOLOR, '#FF6600')\" onMouseOut=\"nd();\">";



temp +="<AREA SHAPE=RECT COORDS=\"0,180,19,199\" HREF=\"/stuff/index.html\" target=\"_top\" ALT=\"Cool Stuff\" onMouseOver=\"return overlib('So you want some freebies, like E-Flashcards, banners, wallpaper & screen-savers?', CAPTION, 'Cool Stuff', LEFT, FGCOLOR, '#FFAFD8', BGCOLOR, '#FF3399')\" onMouseOut=\"nd();\">";



temp +="<AREA SHAPE=RECT COORDS=\"0,210,19,229\" HREF=\"/story/bo.html\" target=\"_top\" ALT=\"Bo\" onMouseOver=\"return overlib('What are her fave things?  Where does she feel most comfortable?', CAPTION, 'Bo', LEFT, FGCOLOR, '#68A1FE', BGCOLOR, '#333399')\" onMouseOut=\"nd();\">";



temp +="<AREA SHAPE=RECT COORDS=\"0,240,19,259\" HREF=\"/events/index.html\" target=\"_top\" ALT=\"Tour/Events\" onMouseOver=\"return overlib('Where are the girls gonna be?  Where can I see them?', CAPTION, 'Tour/Events', LEFT, FGCOLOR, '#9DD1B9', BGCOLOR, '#208051')\" onMouseOut=\"nd();\">";



temp +="<AREA SHAPE=RECT COORDS=\"0,270,19,289\" HREF=\"/fans/index.html\" target=\"_top\" ALT=\"ML Mailing List\" onMouseOver=\"return overlib('You wanna join in on the fun?', CAPTION, 'ML Mailing List', LEFT, FGCOLOR, '#FDF482', BGCOLOR, '#F0A400')\" onMouseOut=\"nd();\">";



temp +="<AREA SHAPE=RECT COORDS=\"0,300,19,319\" HREF=\"/story/jj.html\" target=\"_top\" ALT=\"J.J.\" onMouseOver=\"return overlib('What\\'s her musical instrument?  What\\'s the strangest thing a fan has ever done?', CAPTION, 'J.J.', LEFT, FGCOLOR, '#68A1FE', BGCOLOR, '#333399')\" onMouseOut=\"nd();\">";

temp +="</MAP>";

document.write(temp);

}



function footer() {

var temp = '';

var curdate = new Date()
var year = curdate.getYear() + 1900;

temp +='<br /><P ALIGN="center" CLASS="small"><A HREF="/story/index.html" target="_top">Story</A> | <A HREF="/story/rocki.html" target="_top"><B>ROCKI</B></A> | <A HREF="/photos/index.html" target="_top">Photos/Videos</A> | <A HREF="/news/index.html" target="_top">Hot News</A> | <A HREF="/story/kat.html" target="_top"><B>KAT</B></A> | <A HREF="/music/index.html" target="_top">The Music</A> | <A HREF="/stuff/index.html" target="_top">Cool Stuff</A><BR><A HREF="/story/bo.html" target="_top"><B>BO</B></A> | <A HREF="/events/index.html" target="_top">Tour/Events</A> | <A HREF="/fans/index.html" target="_top">ML Fan Club</A> | <A HREF="/story/jj.html" target="_top"><B>J.J.</B></A> | <A HREF="/index.html" target="_top">Home</A></P><P ALIGN="center" CLASS="normal">&copy; '+ year +' Mulberry Lane</P>';

temp +='<P ALIGN="center" CLASS="small">Designed and maintained by <a href="http://www.aurora-e-solutions.com" target="_new">Aurora E-Solutions</a></P><BR>';

document.write(temp);

}





