/**
 * 
 * The Setup Routine (Called when the DOM is ready)
 */
mcd.dom.ready(function () {
		
	swfobject.embedSWF(
		'/assets/chatmodule/pdfa_chat.swf',
		'flash-content',
		'660',
		'420',
		'8.0.0',
		'expressInstall.swf',
		{ xmlSource : '/assets/chatmodule/data/chat.xml'}
	)
	
});
