// news headlines
var text = new Array();
text[0] = "Welcome to Joy Frankel's Web Site.";
text[1] = "NEW Listings are posted. Click here to view.";
text[2] = "View my Real Estate Tools Online. Click Now.";
text[3] = "Send me an email any time. Click Now. ";





// link to story
var linka = new Array();
linka[0] = "";
linka[1] = "joyslistings.html";
linka[2] = "realestatetools.html";
linka[3] = "mailto:joyfrankel@earthlink.net ";


