/**
 * @author lmg
 */

swfobject.registerObject("flashGameObject", "4.0");//, "expressInstall.swf");


$(document).ready(function(){
	$('#cols-right').css('z-index','-1');
	window.setTimeout(function() {
	$('#flashgame').remove();
	$('#cols-right').css('z-index','1');
  }, 10000);
});