function newsfeed(inews, ilink){
	this.news = inews;
	this.link = ilink;
}//end structure

//Remmeber to use the character escape sequence for special characters
var newsreel = new Array();

newsreel[0] = new newsfeed("The Corporation of British Columbia Land Surveyors presents our President, O\'Brian Blackall, the first G\.S\. Andrews Award for \"Outstanding Service to his Profession\"\.", "#");

newsreel[1] = new newsfeed("McElhanney\'s Corporate Safety Program maintains its Certificate of Recognition \(COR\)\.", "#");

newsreel[2] = new newsfeed("Andrew Metheral\-Christian is this year\'s recipient of the McElhanney Scholarship at the University of Calgary\.", "#");

newsreel[3] = new newsfeed("McElhanney Associates participates in the BC Land Surveyors Foundation 2005 Legacy Partner Program\.", "#");
