// JavaScript Document

/* don't forget to ESCAPE "\" any special characters! */



/* put titles for the photogallerys here */

var photogallery1title = "Honolulu Star-Advertiser";
var photogallery2title = "Honolulu Deal of the Day";
var photogallery3title = "HNLnow on Facebook";
var photogallery4title = "@HNLnow Twitter Feed";



/* put copy for the photogallerys here */
/*
var photogallery1copy = "";
var photogallery2copy = "";
var photogallery3copy = "";
var photogallery4copy = "";
*/

/* inserts your text above into the approriate elements in the page */

document.getElementById("photogallerytitle1").innerHTML = photogallery1title;
document.getElementById("photogallerytitle2").innerHTML = photogallery2title;
document.getElementById("photogallerytitle3").innerHTML = photogallery3title;
document.getElementById("photogallerytitle4").innerHTML = photogallery4title;

/*
document.getElementById("photogallerycopy1").innerHTML = photogallery1copy;
document.getElementById("photogallerycopy2").innerHTML = photogallery2copy;
document.getElementById("photogallerycopy3").innerHTML = photogallery3copy;
document.getElementById("photogallerycopy4").innerHTML = photogallery4copy;
*/

