/**
 * 
 * The Setup Routine (Called when the DOM is ready)
 */
mcd.dom.ready(function () {
		
	swfobject.embedSWF(
		'/assets/flipcards/pdfa_flipcard_loader.swf',
		'flash-content',
		'943',
		'378',
		'8.0.0',
		'expressInstall.swf',
		{ xmlSource : '/assets/flipcards/data/cards.xml', homeDir : '/assets/flipcards/'}
	)
	
});
