SurfSun.com - Beach Vacation Guide. Info

");for (i = 0; i < listings.length; i++) {title = listings[i].title;if (listings[i].title.length > 50)title = listings[i].title.substring(0, 50) + "...";document.write("" + title + "
");desc = listings[i].description;if (listings[i].description.length > 150)desc = listings[i].description.substring(0, 150) + "...";document.write("" + desc + "
");if (i < listings.length-1)document.write("
");}document.write("