
  
<!-- Begin
var BannerCount = 7;
var txt = " ";
var url = " ";
var alt = " ";
var banner = " ";
var mdisplay = true;
var RandomBanner = Math.round((BannerCount-1)*(Math.random())+1);
if (RandomBanner > BannerCount) mdisplay = false;

if (RandomBanner==1) {
txt="Click here to go to www.pcMortgageAdvisor.com";
url="http://www.pcMortgageAdvisor.com";
alt="Click here to go to www.pcMortgageAdvisor.com";
banner="images/suemortgagebanner0.gif"
}
if (RandomBanner==2) {
txt="Jimmy Company.  Click here for more info.";
url="http://www.JimmyCompany.com";
alt="Click here for more information...";
banner="images/jimmycobanner.jpg"
}
if (RandomBanner==3) {
txt="Horse property in NW Tucson near Ina and Thornydale.  Click here for more info.";
url="http://www.PullenInc.com/pullen/PPsuffield.htm";
alt="Click here for horse property information...";
banner="images/sunrisebanner4479-4486.jpg"
}
if (RandomBanner==4) {
txt="Royal Automotive Service, for all your auto service needs.  Click here for more info.";
url="http://www.RoyalAutomotiveService.com";
alt="Click here for more information...";
banner="images/royalautobanner.jpg"
}
if (RandomBanner==5) {
txt="Ironwood Press - Gardening, cookbooks and travel guides.  Click here for more info.";
url="http://www.IronwoodPress.com";
alt="Click here for more information...";
banner="images/ironwoodbanner.jpg"
}
if (RandomBanner==7) {
txt="Your Banner could be here.  Click here for more info.";
url="pricing.htm";
alt="Click here for Pricing";
banner="images/rainboweast_4218_banner.jpg"
}
if (RandomBanner==6) {
txt="Caynon Quartet has over 150 pieces ready to perform at your event!";
url="http://www.canyonquartet.com";
alt="Click here for Canyon Quartet details...";
banner="images/canyonquartetbanner.jpg"
}

// End -->


<!-- Begin 
<!-- Display Banner with link and Alt text, open in new window.      
function showBanner(){
if (mdisplay) {document.write('<center>');
document.write('<a href=\"', url, ' "target="_blank"><img src="', banner, '" border="0", alt="',alt,'"><br>');
document.write(txt);
document.write('</a></center>')}
else document.write('<p>&nbsp;</p>')
}
// End -->
      


<!-- Begin
showBanner();
//  End -->
       



