var events = ["<p class='pe1'>Events ", "<p class='pe1'>Events " ];
var Nevents = events.length;
var Nev = Nevents-1;

events[0] += "[1] [<a class='ae1' href='#' onClick='nextEventBar();'>2</a>]</p>";
events[0] += "<p class='pe2'>Free Lunch-Hour Seminar Series:</p>";
events[0] += "<span class='ib2' ><p class='pe3' style='margin-top:0px;'>The Art of Effective Goal Setting</p></span>";
events[0] += "<p class='pe4'>This is a practical, hands on seminar that will help you to start taking steps to achieve and sustain success, however you define it.</p>";
events[0] += "<p class='pe4'>Goals you've never met before have a different feel than those you meet on a regular basis in that they very often put us outside our               comfort zone, a place where we tend to spend as little time as possible.</p>";
events[0] += "<p class='pe4'>Come and hear about a practical method of setting goals, planning action steps and recognising success.</p>";
events[0] += "<p class='pe5'>When & Where:</p>";
events[0] += "<p class='pe6'><span class='pe6a'>Tuesday, September 23 2008<br />12:00 - 1:30 pm<br /></span><a class='ae7' href='http://www.wasagabeach.library.on.ca/'>               Wasaga Beach Public Library</a><br />120 Glenwood Drive<br />Wasaga Beach</p>";
events[0] += "<a class='ae2' href='#' onClick='nextEventBar();'>Next &#9658;</a>";

events[1] += "[<a class='ae1' href='#' onClick='nextEventBar();'>1</a>] [2]</p>";
events[1] += "<p class='pe2'>Free Senior Moment Seminar Series:</p>";
events[1] += "<span class='ib2' ><p class='pe3' style='margin-top:0px;'>The Art of Retirement</p></span>";
events[1] += "<p class='pe4'>You've planned financially for retirement, but that's only the half of it: you’ve got at least 20 good years left in you - right?</p>";
events[1] += "<p class='pe4'>To live a purposeful and rewarding life requires that you plan like never before now that the work environment, which used to provide               meaning in life, has gone - right? </p>";
events[1] += "<p class='pe4'>You also live in more contact with your spouse or partner than either of you are used to – right? </p>";
events[1] += "<p class='pe4'>Come and find out some practical ideas that will help you discover your purpose and re-organise important roles with your spouse</p>";
events[1] += "<p class='pe5'>When & Where:</p>";
events[1] += "<p class='pe6'><span class='pe6a'>Tuesday, September 23 2008<br />3:00 - 5:00 pm<br /></span><a class='ae7' href='http://www.wasagabeach.library.on.ca/'               target='newPage'>Wasaga Beach Public Library</a><br />120 Glenwood Drive<br />Wasaga Beach</p>";
events[1] += "<a class='ae2' href='#' onClick='nextEventBar();'>Next &#9658;</a>";

function nextEventBar(n) {
	     if (n==0) return;
		 Nev = (++Nev)%Nevents;
	     document.getElementById("evBar").innerHTML = events[Nev];
}
