// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
// WMSTR99_dat.js
// Copyright 2008  BryMar.net, All rights reserved.
//
//
//  ^^^^^^^^^^^^^^^^ Address info insert ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
addInfo = '<table cellpadding="0" cellspacing="0" width="200" border="0" class="mapLks"><tr><td align="left" valign="top" class="addtxt1"><br><br><a href="http://www.mapquest.com/maps/map.adp?address=526+N+US+Highway+441&city=Lady+Lake&state=FL&zipcode=32159-3776&country=US&cid=lfmaplink" target="_blank" style="font-size: 12pt;">Find us on MapQuest</a><br><br><b>OUR NEW STORE IS OPEN !</b><br>Located in the<br>Village Cross Roads at:<br>526 N US Highway 441/27<br>Lady Lake, Florida 32159<br>Ph. (352) 750-5587<br><br><u>Hours</u>: Tue-Sat 10am to 5pm<br>During the Holidays we are<br>also open Mon 10am to 5 pm<br>We are closed on Sundays<br><br><span class="addtxt2">(Across from Sam&#39;s Club and next to Honey Baked Ham)</span><br><br></td></tr></table>'
//
// ^^^^^^^^^^^^^^^^^ Text navigation line ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
//
BICtxtnav = '| <a href="index.htm">HOME</a> | <a href="./BICshop/index.htm">SHOP ONLINE</a> | <a href="BIC_coat.htm">FAMILY CRESTS</a> | <a href="BIC_tour.htm">VISIT IRELAND</a> | <a href="BIC_artis.htm">CELTIC ART</a> | <a href="BIC_music.htm">CELTIC MUSIC</a> | <a href="BIC_cont.htm">CONTACT US</a> |<!--  <a href="BIC_links.htm">LINKS</a> | <a href="BIC_events.htm">LOCAL EVENTS</a> | -->'
//
txtnav = '<A HREF="mailto:basicinfo@mountdoraatnite.com" ONCLICK="sendTo(this, 1, &#39;Mount Dora at Nite Feedback&#39;)" onmouseover="showIT(this, 1)" STYLE="text-decoration: underline;">For more information click here<BR><BR>'
//
//
// ^^^^^^^^^^^^^^^^^ Footer Nav Code ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
WMSTRfootr = '<TABLE CELLPADDING="0" CELLSPACING="5" WIDTH="100%" BORDER="0" CLASS="wmLks"><TR><TD COLSPAN="2" ALIGN="LEFT" VALIGN="TOP" CLASS="wmAuth"><SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript"></SCRIPT></TD></TR><TR><TD ALIGN="LEFT" VALIGN="TOP" CLASS="copyR">Copyright&nbsp;&nbsp;&copy; 2008 The Irish Corner Gift Shop - All rights reserved.</TD><TD ALIGN="LEFT" VALIGN="TOP" CLASS="copyR"></TD></TR><TR><TD COLSPAN="2" ALIGN="LEFT" VALIGN="TOP" CLASS="wmAuth">&nbsp;&nbsp;Site hand crafted by <A HREF="http://www.brymar.net">BryMar.net</A><br>&nbsp;&nbsp;Please make any comments regarding this site to&nbsp;<A HREF="javascript:goWMF()">webmaster</A>.</TD></TR><TR><TD COLSPAN="2" ALIGN="LEFT" VALIGN="TOP" CLASS="wmAuth">00<SCRIPT TYPE="TEXT/JAVASCRIPT" SRC="/cgi-bin/unicounter.pl?name=BICvisit&amp;trackip=16"></SCRIPT>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;00<SCRIPT TYPE="TEXT/JAVASCRIPT" SRC="/cgi-bin/unicounter.pl?name=BIChit&amp;cache=1&amp;trackip=0"></SCRIPT></TD></TR></TABLE>'
//
// ^^^^^^^^^^^^^^^^^ Quote Array ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
BIClim = new Array(
"<span class='limhdr'>An Irish Toast</span><br><span class='limtxt'>May you be in heaven<br>for two hours before<br>the devil knows you're dead.</span>",
"<span class='limtxt'>An Irishman is the only<br>man in the world who will<br>step over the bodies of<br>a dozen naked women to<br>get to a bottle of stout.<span>",
"<span class='limtxt'>Never forget<br>the Irish<br>love to be hugged.</span>",
"<span class='limhdr'>Irish Cheer</span><br><span class='limtxt'>I'll sing for a nickel,<br>I'll dance for a dime,<br>When there's Irish<br>&nbsp;&nbsp;in your blood,<br>You be happy all the time.</span>",
"<span class='limhdr'>The Irish Way</span><br><span class='limtxt'>Now don’t you be talkin'<br>about yourself while you're here,<br>we'll surely be doin' that<br>when you leave.</span>",
"<span class='limtxt'>When Irish eyes<br>are smiling<br>they're usually<br>up to something.</span>",
"<span class='limtxt'>If you are lucky enough<br>to be Irish,<br>you are luck enough.</span>",
"<span class='limhdr'>Irish Diplomacy</span><br><span class='limtxt'>The ability to tell<br>someone to go to hell<br>so that he will look<br>forward to the trip</span>",
"<span class='limhdr'>Irish Blessing</span><br><span class='limtxt'>As you slide down<br>the bannister of life,<br>May th splinters never<br>point the wrong way.</span>",
"<span class='limhdr'>Authentic Irishman<br>For Hire</span><br><span class='limtxt'>Story telling & singing,<br>Dancing & carrying on.<br>Available ALL hours.<br>Experienced drinking companion.</span>",
"<span class='limtxt'>God created liquor<br>to keep the Irish from<br>conquering the world.</span>",
"<span class='limhdr'>An Old Irish Curse</span><br><span class='limtxt'><span class='limtxt'>May those that love us love us<br>and those that don't love us,<br>may God turn their hearts,<br>if he can't turn their hearts,<br>may he turn their ankles,<br>so we'll know them<br>by their limping.</span>",
"<span class='limhdr'>Irish Wisdom</span><br><span class='limtxt'>May you live<br>as long as you want<br>and never want<br>as long as you live.</span>"
)
Qln = BIClim.length -1
BICrand = Math.round(Math.random() * Qln)
BIClimtxt = BIClim[BICrand]
// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^