Event.onReady( function(){
	var body = document.body;
	body.insertBefore( crElem('div', {'id': 'main'}, {}, [
		crElem('div', {}, {}, [
			crElem('div', {id: 'main_page'}, {}, [
				crElem('h1', {}, {}, 'Alternative content'),
				crElem('p', {}, {}, [
					crElem('a', {'href': 'http://www.adobe.com/go/getflashplayer'}, {}, [
						crElem('img', {'src': 'http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif', 'alt': 'Get Adobe Flash player'}, {}, '')
					])
				])
			])
		])
	]), body.childNodes[0] );

	
		swfobject.embedSWF("/img/card.swf", "main_page", "1000", "750", "9.0.0", "/img/expressInstall.swf");
	
	
} );
//---------------------------------------------------------------------------


function introHide()
{
	$('main').hide();
}
//---------------------------------------------------------------------------
