var tarih = {};
$(document).ready(function() {
	
	
	
	//Check swfobject
	var swfobjectIsReady = false;
	if(typeof swfobject != 'undefined') {
		var swfobjectIsReady = true;	
	}
		
	//Logo
	if(swfobjectIsReady) {
		
		var flashvars = {};
		var attributes = {};
		attributes.wmode = "transparent";
		attributes.id = "adanaLionsLogo";
		swfobject.embedSWF("logo.swf", "logo3d", "100", "100", "9", "expressInstall.swf", flashvars, attributes);
		
		
		var flashvars = {};
		flashvars.paramXMLPath = "param.xml";
		var attributes = {};
		attributes.wmode = "opaque";
		attributes.id = "adanaLionsIntro";
		swfobject.embedSWF("intro.swf", "introc", "800", "240", "9", "expressInstall.swf", flashvars, attributes);
		
	}
	
	/*
		tarih.date = new Date();
		tarih.day = tarih.date.getDate();
		tarih.month = tarih.date.getMonth() + 1;
		tarih.year = tarih.date.getFullYear();
		
			var today = tarih.day + "-" + tarih.month + "-" + tarih.year;
			
	
	
	$('#takvim').DatePicker({
		flat: true,
		current: today,
		date: today,
		format: 'd-m-Y',
		calendars: 1,
		mode: 'single',
		starts: 1,
		onChange:function(formated,dates) {
			alert(formated);
		}
	});
	*/
	
	
});
