if( (typeof SHOW_LOADING != "undefined" ) ? SHOW_LOADING : false ) {

	var newHTML = '<div id="resultPageTimer" ><div id="loadingWrap"><div id="loading" >' +
					'<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="172" height="172" id="loading">' +
					'<param name="movie" value="/other_files/tcd/flash/countdownclock.swf" />'+
					'<param name="quality" value="high" />' +
					'<embed src="/other_files/tcd/flash/countdownclock.swf" width="172" height="172">' +
				'</object></div></div></div>';
	
	document.getElementById('timerInsert').innerHTML = newHTML;

	
	jQuery(document).ready(function () {
	    jQuery("#timerInsert").hide();
	});
	
}

