document.write('<div id="tim-container" style="z-index:1;"></div>');
	
window.onload = function(){
	if(typeof(swfobject) == 'undefined'){
		var swfobject_js = document.createElement('script');
		swfobject_js.type = 'text/javascript';
		swfobject_js.async = true;
		swfobject_js.src = ('https:' == document.location.protocol ? 'https://www' : 'http://www') + '.timyazilim.com/site/js/swfobject.js';
		var s = document.getElementsByTagName('script')[0];
		s.parentNode.insertBefore(swfobject_js, s);
		
		setTimeout('timReferenceLogo()', 3000);
	}else{
		timReferenceLogo();
	}
}

function timReferenceLogo(){
	var flashvars = {};
	flashvars.ref = window.location.hostname;
	var attributes = {};
	attributes.wmode = 'transparent';
	swfobject.embedSWF('http://www.timyazilim.com/site/flash/referans_logo.swf', 'tim-container', '100', '13', '9', 'http://www.timyazilim.com/site/flash/expressInstall.swf', flashvars, attributes);
}
