MCIquoteArray = new Array("...thank you for your wonderful hospitality during our 2002 President's Club Event in St. John's, NL.","On behalf of all the delegates and their families... our sincere appreciation for the wonderful program you planned F.A.S. for us.","..thanks for your impressive expertise and advice...knowledge of the local scene is unrivalled... huge effort that you and your team put in.. ensured that the meeting was a great success.","...thank you for your guidance and suggestions throughout our conference planning...","...staff are very professional, outgoing and did a great job...","...attention to detail and innovation was wonderful, you certainly make it possible to display the uniqueness of Newfoundland to our delegates.","... left a lasting impression with our partners from all over the world. You are to be commended on a job well done.","With McCarthy's Party you get international class organization skills with authentic down home sensitivity. There is nobody else!","McCarthy's Party handled every aspect... with professionalism and enthusiasm... responded to special requirements from an international group... nothing but accolades... best AGM ever.","McCarthy's professionalism, attention to detail, creativity and enthusias make them the only choice for event management in Newfoundland.");

MCIsayArray = new Array("Tim Faithfull, President and CEO<br>Shell Canada Limited","Rick Elliot, CSTA President<br>Canadian Seed Trade Association","William Pryse-Phillips, MD, FRCP, FRCPC<br>Event Chairperson<br>Society of Clinical Neurologists","Ron Samson, Chairperson<br>RSES Canada Conference","Alysone Will, President<br>The Paragon Group Inc.<br>CSAE","  William C. Torrance<br>President and CEO<br>Electro Federation of Canada","Brian J. Cull, C. A.<br>VP, Finance and Operations<br>Bristol Communications<br>WorldCom","Bruce Ingram, Chairman<br>Young President's Organization","Rick Emberley, President<br>Bristol Communications","Rex Anthony, President<br>Anthony Group");



NFquoteArray = new Array("The deep knowledge of this territory and the personable attitude of our guide was wonderful.", "We had a wonderful holiday and gained a great deal of knowledge about Newfoundland. Thanks.", "A wonderful superlative tour - I would love to do it over again. Hope to return in the not to distant future.", "Many thanks to you and your team for making our so well organized trip an enjoyable one.", "It has been a privilege to feel the pulse of your province, its culture and its people through your guides, amusing anecdotes and your particular dialect. The vacation was a unique experience.", "A wonderful tour that exceeded my expectations!", "Couldn't imagine a more interesting trip to take. The tour guides had many funny and educational stories to tell. What a wonderful combination!", "One of the most enjoyable tours. I hope my family will take a tour soon.", "Wonderful trip. It improved my health and my outlook on life. Learned a great deal I didn't know before.", "We thoroughly enjoyed the whole tour and the friendly, easygoing people. Thank you for a great time.", "Most commendable for the knowledge of Newfoundland history. I feel as if I have graduated form a history class.", "This part of Canada is incredibly rich in history, scenic beauty, and friendly people. The guide was a wonderful Ambassador for Newfoundland and Labrador.", "Like any good party I will hate to see it end.", "I have had many experiences with ‘good’ tour companies in the world, however there are few ‘exceptional’ ones and McCarthy’s Party is one of them. Many thanks for Jim’s exceptional guiding services. ");

counter = 0;
MCItestInt = "";
NFtestInt = "";
function goTest() {
	MCItestInt = setInterval(showTestMCI,10000);
}

function showTestMCI() {
	counter++;
	if (counter == MCIquoteArray.length) {
		counter = 0;
	}
	document.getElementById("MCITest").innerHTML = "<p>"+MCIquoteArray[counter]+"</p><p class=frm>"+MCIsayArray[counter]+"</p>";
}
function goTestNF() {
	NFtestInt = setInterval(showTestNF,10000);
}

function showTestNF() {
	counter++;
	if (counter == NFquoteArray.length) {
		counter = 0;
	}
	document.getElementById("MCITest").innerHTML = "<p>"+NFquoteArray[counter]+"</p>";
}



								countArticle = 0;
								var mySlideData = new Array();
								mySlideData[countArticle++] = new Array(
								'images/mci_image1.jpg',
								'',
								''
								);
								mySlideData[countArticle++] = new Array(
								'images/mci_image2.jpg',
								'',
								'',
								''
								);
								mySlideData[countArticle++] = new Array(
								'images/mci_image3.jpg',
								'',
								'',
								''
								);
								mySlideData[countArticle++] = new Array(
								'images/mci_image4.jpg',
								'',
								'',
								''
								);
								mySlideData[countArticle++] = new Array(
								'images/mci_image5.jpg',
								'',
								'',
								''
								);
								mySlideData[countArticle++] = new Array(
								'images/mci_image6.jpg',
								'',
								'',
								''
								);
								mySlideData[countArticle++] = new Array(
								'images/mci_image7.jpg',
								'',
								'',
								''
								);
								mySlideData[countArticle++] = new Array(
								'images/mci_image8.jpg',
								'',
								'',
								''
								);
								mySlideData[countArticle++] = new Array(
								'images/mci_image9.jpg',
								'',
								'',
								''
								);
								mySlideData[countArticle++] = new Array(
								'images/mci_image10.jpg',
								'',
								'',
								''
								);
								mySlideData[countArticle++] = new Array(
								'images/mci_image11.jpg',
								'',
								'',
								''
								);
								mySlideData[countArticle++] = new Array(
								'images/mci_image12.jpg',
								'',
								'',
								''
								);
								mySlideData[countArticle++] = new Array(
								'images/mci_image13.jpg',
								'',
								'',
								''
								);
								mySlideData[countArticle++] = new Array(
								'images/mci_image14.jpg',
								'',
								'',
								''
								);
								mySlideData[countArticle++] = new Array(
								'images/mci_image15.jpg',
								'',
								'',
								''
								);
								mySlideData[countArticle++] = new Array(
								'images/mci_image16.jpg',
								'',
								'',
								''
								);
								mySlideData[countArticle++] = new Array(
								'images/mci_image17.jpg',
								'',
								'',
								''
								);
function randOrd(a, b){
	return (Math.round(Math.random())-0.5); 
}
mySlideData.sort(randOrd);
								
								
