function InsertICMQuote(containerID){
	var quotes = [
				'<span class="icm_rotating_quote_text"><img src="images/QuoteStart.png" width="9px" height="21px" alt="\'"/> The <b>next</b>, big battleground will be at the <b>calendar</b> level… <img src="images/QuoteEnd.png"  width="9px" height="21px" alt="\'"/></span><p class="icm_rotating_quote_author">Matthew W. Cain, Gartner</p>',
				'<span class="icm_rotating_quote_text"><img src="images/QuoteStart.png" width="9px" height="21px" alt="\'"/> Online <b>calendars</b> will become <b>prime real estate</b> for <b>advertising</b> <img src="images/QuoteEnd.png"  width="9px" height="21px" alt="\'"/></span><p class="icm_rotating_quote_author">Matthew W. Cain, Gartner</p>',
				'<span class="icm_rotating_quote_text"><img src="images/QuoteStart.png" width="9px" height="21px" alt="\'"/> As of 2006, there were <b>310 million</b> electronic and online <b>calendar users</b> <img src="images/QuoteEnd.png"  width="9px" height="21px" alt="\'"/></span><p class="icm_rotating_quote_author">Carl Sjogreen, Google</p>'
	      		  ];

	//var quotes = [
	//				'<p class="icm_rotating_quote_text">"The <b>next</b>, big battleground will be at the <b>calendar</b> level…"</p><p class="icm_rotating_quote_author">Matthew W. Cain, Gartner</p>',
	//				'<p class="icm_rotating_quote_text">"Online <b>calendars</b> will become <b>prime real estate</b> for <b>advertising</b>"</p><p class="icm_rotating_quote_author">Matthew W. Cain, Gartner</p>',
	//				'<p class="icm_rotating_quote_text">"As of 2006, there were <b>310 million</b> electronic and online <b>calendar users</b>"</p><p class="icm_rotating_quote_author">Carl Sjogreen, Google</p>'
	//	      		  ];

	var randomNum = Math.floor(quotes.length*Math.random());
	document.getElementById(containerID).innerHTML = quotes[randomNum];
}

function InsertFeedbackQuote(containerID){
	var quotes = [
				'Calendar entries would become, in effect, the best kind of ads - targeted directly...<a href="http://www.zisman.ca/Articles/2008/BIV991.html" title="More"><img src="img/FeedbackMore.jpg" border="0" alt="More" style="float: right;"/></a><p class="FeedbackAuthor">Alan Zisman</p><p class="FeedbackSign">of Business in Vancouver</p>',
				'It looks like a great new approach to monetization services that offer real-life value to users...<a href="http://profy.com/2008/10/30/calgoo-innovates-in-monetizing-online-calendaring-solutions/" title="More"><img src="img/FeedbackMore.jpg" border="0" alt="More" style="float: right;"/></a><p class="FeedbackAuthor">Svetlana Gladkova</p><p class="FeedbackSign">of Profy</p>',
				'It is compatible across most popular desktop and web calendars: Outlook, iCal, Google, Windows Live, and more, which can then sync to most any smartphone...<a href="http://www.techvibes.com/blog/calgoo-suggest-you-market-to-the-calendar" title="More"><img src="img/FeedbackMore.jpg" border="0" alt="More" style="float: right;"/></a><p class="FeedbackAuthor">Greg Andrews</p><p class="FeedbackSign">of Tech vibes</p>',
				'The platform is a permission-based, opt-in only program that enables consumers to have better notifications of time-sensitive products or services...<a href="http://www.socialmediaexplorer.com/2008/10/30/calgoo-brings-permission-based-advertising-to-your-calendar/" title="More"><img src="img/FeedbackMore.jpg" border="0" alt="More" style="float: right;"/></a><p class="FeedbackAuthor">Jason Falls</p><p class="FeedbackSign">of Social Media Explorer</p>',
				'This new marketing concept enables you to deliver relevant, useful content into the calendars of your most loyal customers and current email subscribers...<a href="http://www.coolbusinessideas.com/archives/calendar_marketing.html" title="More"><img src="img/FeedbackMore.jpg" border="0" alt="More" style="float: right;"/></a><p class="FeedbackAuthor">Marcel Sim</p><p class="FeedbackSign">of Coolbusinessideas</p>',
				'In-Calendar Marketing is a new marketing medium that allows for the delivery of marketing messages right into the electronic calendars...<a href="http://suburbanstartup.wordpress.com/2008/08/27/golf-course-calendar-feeds-at-teetimesnet/" title="More"><img src="img/FeedbackMore.jpg" border="0" alt="More" style="float: right;"/></a><p class="FeedbackAuthor">John Lyotier</p><p class="FeedbackSign">of Diary of a Suburban Startup</p>',
				'Obviously useful for everything time-sensitive such as events, weekly specials etc...<a href="http://ettf.net/archives/11878" title="More"><img src="img/FeedbackMore.jpg" border="0" alt="More" style="float: right;"/></a><p class="FeedbackAuthor">ettf.net</p><p class="FeedbackSign"></p>',
				'By way of a simple click on an advertising event, they know everything about your offer, and can respond with an email or visit your site...<a href="http://www.brainstorming.fr/news_du_planneur/?p=150" title="More"><img src="img/FeedbackMore.jpg" border="0" alt="More" style="float: right;"/></a><p class="FeedbackAuthor">Brainstorming</p><p class="FeedbackSign"></p>',
				'A cross-platform service that promises to put events like your company s upcoming education seminars...<a href="http://www.unsolicitedmarketingadvice.com/2008/10/update-calendar-marketing-approaches.html" title="More"><img src="img/FeedbackMore.jpg" border="0" alt="More" style="float: right;"/></a><p class="FeedbackAuthor">Warren Allan Johnson</p><p class="FeedbackSign">of Unsolicited Marketing Advice</p>'
				];

	//var quotes = [
	//				'<p class="icm_rotating_quote_text">"The <b>next</b>, big battleground will be at the <b>calendar</b> level…"</p><p class="icm_rotating_quote_author">Matthew W. Cain, Gartner</p>',
	//				'<p class="icm_rotating_quote_text">"Online <b>calendars</b> will become <b>prime real estate</b> for <b>advertising</b>"</p><p class="icm_rotating_quote_author">Matthew W. Cain, Gartner</p>',
	//				'<p class="icm_rotating_quote_text">"As of 2006, there were <b>310 million</b> electronic and online <b>calendar users</b>"</p><p class="icm_rotating_quote_author">Carl Sjogreen, Google</p>'
	//	      		  ];
	var randomNum = Math.floor(quotes.length*Math.random());
	document.getElementById(containerID).innerHTML = quotes[randomNum];
}

function videoResourcePopup(sNum) {
	var pageName =  '/in-calendar-marketing/resources/screencast' + sNum + '_popup.do'
	var newwin = window.open(pageName, "Screencast", 'scrollbars=0,fullscreen=0,toolbar=0,menubar=0,status=0,resizable=1,location=0,directories=0,width=640,height=508');
	newwin.focus();
}
