// JavaScript Document

		/***********************************************
		* IFRAME Scroller script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
		* This notice MUST stay intact for legal use
		* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
		***********************************************/
		
		//You may change most attributes of iframe tag below, such as width and height:
		function loadScroller()
		{
			return document.write("<iframe id='datamain' src='../webinars/webinar-scroller.asp' width='205px' height='165px' marginwidth='0' marginheight='0' hspace='0' vspace='0' frameborder='0' scrolling='no' style='overflow-x: hidden;'></iframe>");
		}
		
		//This is for the DynWeb Scroller
		function loadDynWebScroller()
		{
			return document.write(location.href="../webinars/webinar-scroller.asp");
		}		


