//	 0 = Name of Poster
//	 1 = Date of post
//	 2 = Title of post
//	 3 = Content of poster
//	 4 = Poster's picture
//	 5 = Poster's e-mail

var news = new Array (2);


news[0] = new Array(			"Chris",

					"Thursday, October 19th, 2006",

					"I am Jack's extinguish site.",

					"<p>Hello hello, and welcome to the NEW and IMPROVED home of <i>extinguish</i>!  Check out the website, have a look around at our <a href='../ideas.html'>ideas</a> section, the <a href='../rumours.html'>rumour</a> mill, and find out a little more <a href='../about/index.htm'>about us</a>.</p>",

					"chris_portrait.jpg",

					"christopher.vandevelde@peelregion.ca");

news[1] = new Array(			"Chris",

					"Thursday, October 19th, 2006",

					"Conference",

					"<p>The <i>extinguish</i> conference is happening, and it's happening soon!  On October 27th, at the Novotel Hotel, you can come and learn about smoking, and have a decent time!  Ask you teacher about it, RIGHT NOw.",

					"chris_portrait.jpg",

					"christopher.vandevelde@peelregion.ca");


//Array for all the random banners we'll have.  They should change, every once and a while.

//	1 = Picture (sans location)

//	2 = Title

//	3 = Text (max like, 100 chars)

//	4 = What the thing links to.


var banner = new Array (1);


banner[0] = new Array("makeityourex1.jpg",

					"<p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p>",

					"Check out extinguish's newest campaign.",

					"events.html#make_ex");
