	//ticker setup
var charDelay = 50;
var storyDelay = 5000;
var numStories = 2;
	// two dimensional array to hold stories and links
var storyMatrix = new Array();
storyMatrix[0] = new Array();
storyMatrix[1] = new Array();
    // column 1: titles - quotation marks MUST NOT be used inside the news!!! instead use &#8220; for lefthand and #8221; for righthand quotation mark
storyMatrix[0][0] = "99 apartments sold to date..."; 
storyMatrix[0][1] = "Sales office open weekdays 11am - 6pm, weekends 11am - 6pm<br />Appointment strongly recommended. 877 348 8233."; 
	//column 2: links
storyMatrix[1][0] = "";
storyMatrix[1][1] = "";
storyMatrix[1][2] = "";
storyMatrix[1][3] = "";
