function sendmesaj() {
	var c = document.getElementById('mesaj');
	if(c.value != ''){
		return true;
	}
	else{
		alert('Mesaj Alanı Boş Bırakılamaz!');
		return false;
	}
}
function slideSwitch() {
	var $active = $('#slideshow IMG.active');
	if ($active.length == 0 ) {$active = $('#slideshow IMG:last');}
	var $next =$active.next().length ? $active.next(): $('#slideshow IMG:first');
	$active.addClass('last-active'); 
	$next.css({opacity: 0.0}).addClass('active').animate({opacity: 1.0}, 1000, function() {$active.removeClass('active last-active');});
}
function buyukgoster(p){
	document.getElementById('buyukresim').src='http://www.tarzyapi.com/tarzresimleri/'+p;	
}
function runflashrotator(){
			var cacheBuster = "?t=" + Date.parse(new Date());
			var stageW = "600";
			var stageH = "450";
			var attributes = {};
			attributes.id = 'FlabellComponent';
			attributes.name = 'FlabellComponent';
			var params = {};
			params.bgcolor = "#ffffff";
		    params.menu = "false";
		    params.scale = 'noScale';
		    params.wmode = "opaque";
		    params.allowfullscreen = "true";
		    params.allowScriptAccess = "always";
			var flashvars = {};
		    flashvars.componentWidth = stageW;
			flashvars.componentHeight = stageH;
			flashvars.pathToFiles = "";
			flashvars.xmlPath = "tarzresimleri/banner.xml";
			swfobject.embedSWF("preview.swf"+cacheBuster, attributes.id, stageW, stageH, "9.0.124", "js/expressInstall.swf", flashvars, params, attributes);
}