﻿jQuery.timer = function (interval, callback)
{
	var interval = interval || 100; if (!callback)return false; _timer = function (interval, callback)
	{
		this.stop = function ()
		{
			clearInterval(self.id);
		};
		this.internalCallback = function ()
		{
			callback(self);
		};
		this.reset = function (val)
		{
			if (self.id)clearInterval(self.id);
			var val = val || 100; this.id = setInterval(this.internalCallback, val);
		};
		this.interval = interval; this.id = setInterval(this.internalCallback, this.interval);
		var self = this;
	};
	return new _timer(interval, callback);
};
var goto_top_type = -1;
var goto_top_itv = 0; function goto_top_timer()
{
	var y = goto_top_type == 1? document.documentElement.scrollTop: document.body.scrollTop;
	var moveby = 15; y -= Math.ceil(y * moveby / 100); if (y < 0) y = 0; if (goto_top_type == 1)document.documentElement.scrollTop = y; else document.body.scrollTop = y; if (y == 0)
	{
		clearInterval(goto_top_itv); goto_top_itv = 0;
	}
}function goto_top()
{
	if (goto_top_itv == 0)
	{
		if (document.documentElement && document.documentElement.scrollTop)goto_top_type = 1; else if (document.body && document.body.scrollTop)goto_top_type = 2; elsegoto_top_type = 0; if (goto_top_type > 0)goto_top_itv = setInterval('goto_top_timer()', 25);
	}
}
function uyegiris()
{
	var sc = $('form#uyegiris').serialize(); $('#uyesonuc').html('<img src="/template/java/loading.gif">   Lütfen bekleyiniz.!'); $.ajax(
		{
		type: "POST", url: "/formisle/uyegirisi", data: sc, success: function(msg)
			{
				if (msg=="islembasarili")
				{
					$('#gonderuye').css(
						{
						"visibility": "hidden"
						}
					); $('form:input').val(""); $.timer(2000, function (timer)
						{
							$('#uyesonuc').html('<img src="/template/java/loading.gif">   Lütfen bekleyiniz.!'); timer.stop(); $('#uyesonuc').html("<font class=olumlu>&#8730;</font> Oturum açtınız. Lütfen bekleyiniz yönlendiriliyorsunuz."); setTimeout('uyegonder()', 3000);
						}
					);
				}
				else
				{
					$('#uyelikpaneliic').show(); $('#gonderuye').css(
						{
						"visibility": "hidden"
						}
					); $.timer(1000, function (timer)
						{
							$('#uyesonuc').html('<img src="/template/java/loading.gif">   Lütfen bekleyiniz.!'); timer.stop(); $('#gonderuye').css(
								{
								"visibility": "visible"
								}
							); $('#uyesonuc').html(msg);
						}
					);
				}
			}
		}
	);
}
function uyegonder()
{
	window.location = "/benimsayfam";
}
function anasayfagonder()
{
	window.location = "/anasayfa";
}

function uyekayit()
{var sc = $('form#genelform').serialize(); 
$('#sonuc').html('<img src="/template/java/loading.gif">   Lütfen bekleyiniz.!'); 
$.ajax({
type: "POST", 
url: "/formisle/uyekayit", 
data: sc, 
success: function(msg)
	{
		if (msg=="islembasarili")
		{
			$('#gonder').css({"visibility": "hidden"}); 
			$('form :input').val(""); setTimeout('goto_top()', 200); 
			$('#kayitformu').slideUp(2000); $.timer(1000, function (timer){
			$('#sonuc').html('<img src="/template/java/loading.gif">   Lütfen bekleyiniz.!'); timer.stop(); 
			$('#sonucson').show('fast'); $('#sonucson').css(
			{"display": "block"});});
		}
		else
		{
			$('#kayitformu').show(); 
			$('#gonder').css({"visibility": "hidden"}); 
			$.timer(1000, function (timer){
			$('#sonuc').html('<img src="/template/java/loading.gif">   Lütfen bekleyiniz.!'); timer.stop(); 
			$('#gonder').css({"visibility": "visible"}
		); 
		$('#sonuc').html(msg);});
		}
	}
});}

function icerikekle()
{var sc = $('form#genelform').serialize(); $('#sonuc').html('<img src="/template/java/loading.gif">   Lütfen bekleyiniz.!'); $.ajax(
		{
		type: "POST", url: "/formisle/icerikkaydet", data: sc, success: function(msg)
			{
				if (msg=="islembasarili")
				{
					$('#gonder').css({"visibility": "hidden"}); 
					$('form :input').val(""); setTimeout('goto_top()', 200); 
					$('#kayitformu').slideUp(2000); 
					$.timer(1000, function (timer){
					$('#sonuc').html('<img src="/template/java/loading.gif">   Lütfen bekleyiniz.!'); timer.stop(); 
					$('#sonucson').html("<font class=olumlu>&#8730;</font> İçerik başarıyla kaydedildi. <br/><font class=olumlu>&nbsp;&nbsp;&nbsp;</font> Eklemiş olduğunuz içerik yönetici onayından geçtikten sonra sonra yayına verilecektir. <br/><font class=olumlu>&nbsp;&nbsp;&nbsp;</font> Lütfen bekleyin, yönlendiriliyorsunuz."); setTimeout('anasayfagonder()', 5000);}
					);}
				else
				{
					$('#kayitformu').show(); 
					$('#gonder').css({"visibility": "hidden"}); 
					$.timer(1000, function (timer){
					$('#sonuc').html('<img src="/template/java/loading.gif">   Lütfen bekleyiniz.!'); timer.stop(); 
					$('#gonder').css({"visibility": "visible"}); 
					$('#sonuc').html(msg);});
				}
			}
		}
	);
}

function seriilankayit()
{
	var sc = $('form#seriilankaydi').serialize(); $('#sonuc').html('<img src="/template/java/loading.gif">   Lütfen bekleyiniz.!'); $.ajax(
		{
		type: "POST", url: "/formisle/seriilankayit", data: sc, success: function(msg)
			{
				if (msg=="islembasarili")
				{
					$('#gonder').css(
						{
						"visibility": "hidden"
						}
					); $('form :input').val(""); setTimeout('goto_top()', 200); $('#seriilankayitformu').slideUp(2000); $.timer(1000, function (timer)
						{
							$('#sonuc').html('<img src="/template/java/loading.gif">   Lütfen bekleyiniz.!'); timer.stop(); $('#sonucson').html("<font class=olumlu>&#8730;</font> İlanınız başarıyla kaydedildi. <br/><font class=olumlu>&nbsp;&nbsp;&nbsp;</font> Eklemiş olduğunuz ilan yönetici onayından geçtikten sonra sonra yayınlanacaktır. <br/><font class=olumlu>&nbsp;&nbsp;&nbsp;</font> Lütfen bekleyiniz!   Firma yönetim paneline yönlendiriliyorsunuz."); setTimeout('anasayfagonder()', 5000);
						}
					);
				}
				else
				{
					$('#seriilankayitformu').show(); $('#gonder').css(
						{
						"visibility": "hidden"
						}
					); $.timer(1000, function (timer)
						{
							$('#sonuc').html('<img src="/template/java/loading.gif">   Lütfen bekleyiniz.!'); timer.stop(); $('#gonder').css(
								{
								"visibility": "visible"
								}
							); $('#sonuc').html(msg);
						}
					);
				}
			}
		}
	);
}
function iresimedit()
{document.getElementById('sonucresim').innerHTML = "<img src=/template/java/loading.gif>   Lütfen bekleyiniz.!"; $('#gonder').slideToggle(); return true;}
function iresimback(response){
	document.getElementById('sonucresim').innerHTML = ''; document.getElementById('sonucresim').innerHTML = response;
	var test = response; $('#gonder').slideToggle();
	var myArr = test.split("|"); if (myArr[0]== "ok")
	{$('#sonucresim1').slideToggle(); $('#sonucform').remove(); document.getElementById("sonucresim1").innerHTML = " <br/> <br/>  <br/> <br/> <br/> <a  id=\"editor\" onclick=\"document.getElementById('resimbilgi').value ='"+myArr[1]+ "';$('#editor').slideToggle();$('#resim').slideToggle();document.getElementById('resimic').src ='/images/dost/kucuk/"+myArr[1]+ "';tb_remove()\" >YÜKLEME  TAMAMLANDI - YÜKLEME EKRANINI KAPAT </a>"
}} 

function galeriyukle()
{
	document.getElementById('sonucresim').innerHTML = "<img src=/template/java/loading.gif>   Lütfen bekleyiniz.!"; $('#gonder').slideToggle(); return true;
}
function galericevap(response)
{
	document.getElementById('sonucresim').innerHTML = ''; document.getElementById('sonucresim').innerHTML = response; $('#gonder').slideToggle();
	var test = response;
	var myArr = test.split("|"); if (myArr[0]== "ok")
	{
		$('#sonucresim1').slideToggle(); $('#sonucresim3').slideToggle(); $('#sonucform').remove(); document.getElementById("sonucresim1").innerHTML = " <br/> <br/> <br/> <p style=\"text-align:center;color:#B60101;font-weight:bold;font-size:15px;\" align=\"center\" > YÜKLEME  BAŞARIYLA TAMAMLANDI</p>"; document.getElementById("frmdtylg").innerHTML = "<p style=\"text-align:center;color:#b60101;font-weight:400;font-size:11px;\" align=\"center\" > Bu resim küçültülmüş bir önizlemedir. Büyük halini firma sayfanızdan görebilirsiniz.</p><img src='/images/firmafoto/orta/"+myArr[1]+"' style=\"border: none;margin-top:8px;\" />"
	}
} 

function anketsonucu()
{
	window.location = "/anasayfa";
}
function anketoyla(duzenleparam)
{
	var sc = $('form#anketformu').serialize(); $('#anketsonuc').html('<img src="/template/java/loading.gif">   Lütfen bekleyiniz.!'); $.ajax(
		{
		type: "POST", url: "/formisle/anketoyla/"+duzenleparam, cache: false, data: sc, success: function(msg)
			{
				if (msg=="islembasarili")
				{
					$('#gonderkucuk').css(
						{
						"visibility": "hidden"
						}
					); $('#anketekrani').slideUp(1000); $.timer(700, function (timer)
						{
							$('#oykullanildi').html('<img src="/template/java/loading.gif">   Lütfen bekleyiniz.!'); timer.stop(); $('#oykullanildi').html("<font class=olumlu>&#8730;</font> Oyunuz Alındı!");
						}
					); setTimeout('anketsonucu()', 3000);
				}
				else
				{
					$('#anketekrani').show(); $('#gonderkucuk').css(
						{
						"visibility": "hidden"
						}
					); $.timer(200, function (timer)
						{
							$('#anketsonuc').html('<img src="/template/java/loading.gif">   Lütfen bekleyiniz.!'); timer.stop(); $('#gonderkucuk').css(
								{
								"visibility": "visible"
								}
							); $('#anketsonuc').html(msg);;
						}
					);
				}
			}
		}
	);
}
function sifremigonder()
{
	var sc = $('form#sifremiunuttum').serialize(); $('#sonuc').html('<img src="/template/java/loading.gif">   Lütfen bekleyiniz.!'); $.ajax(
		{
		type: "POST", url: "/formisle/sifremiunuttum", data: sc, success: function(msg)
			{
				if (msg=="islembasarili")
				{
					$('#gonder').css(
						{
						"visibility": "hidden"
						}
					); $('form :input').val(""); setTimeout('goto_top()', 200); $('#sifremiunuttumformu').slideUp(2000); $.timer(1000, function (timer)
						{
							$('#sonuc').html('<img src="/template/java/loading.gif">   Lütfen bekleyiniz.!'); timer.stop(); $('#sonucson').show('fast'); $('#sonucson').css(
								{
								"display": "block"
								}
							);
						}
					);
				}
				else
				{
					$('#sifremiunuttumformu').show(); $('#gonder').css(
						{
						"visibility": "hidden"
						}
					); $.timer(1000, function (timer)
						{
							$('#sonuc').html('<img src="/template/java/loading.gif">   Lütfen bekleyiniz.!'); timer.stop(); $('#gonder').css(
								{
								"visibility": "visible"
								}
							); $('#sonuc').html(msg);
						}
					);
				}
			}
		}
	);
}
function iletisimkaydet()
{
	var sc = $('form#iletisim').serialize(); $('#sonuc').html('<img src="/template/java/loading.gif">   Lütfen bekleyiniz.!'); $.ajax(
		{
		type: "POST", url: "/formisle/iletisim", data: sc, success: function(msg)
			{
				if (msg=="islembasarili")
				{
					$('#gonder').css(
						{
						"visibility": "hidden"
						}
					); $('form :input').val(""); setTimeout('goto_top()', 200); $('#iletisimformu').slideUp(2000); $.timer(2000, function (timer)
						{
							$('#sonuc').html('<img src="/template/java/loading.gif">   Lütfen bekleyiniz.!'); timer.stop(); $('#sonuc').html("<font class=olumlu>&#8730;</font> İletiniz gönderildi. En kısa sürede size cevap verilecektir.")
						}
					);
				}
				else
				{
					$('#iletisimformu').show(); $('#gonder').css(
						{
						"visibility": "hidden"
						}
					); $.timer(1000, function (timer)
						{
							$('#sonuc').html('<img src="/template/java/loading.gif">   Lütfen bekleyiniz.!'); timer.stop(); $('#gonder').css(
								{
								"visibility": "visible"
								}
							); $('#sonuc').html(msg);
						}
					);
				}
			}
		}
	);
};
AIM =
{
frame: function(c)
	{
		var n = 'f' + Math.floor(Math.random() * 99999);
		var d = document.createElement('DIV'); d.innerHTML = '<iframe style="display:none" src="about:blank" id="'+n+'" name="'+n+'" onload="AIM.loaded(\''+n+'\')"></iframe>'; document.body.appendChild(d);
		var i = document.getElementById(n); if (c && typeof(c.onComplete) == 'function')
		{
			i.onComplete = c.onComplete;
		}
		return n;
	}
	, form: function(f, name)
	{
		f.setAttribute('target', name);
	}
	, submit: function(f, c)
	{
		AIM.form(f, AIM.frame(c)); if (c && typeof(c.onStart) == 'function')
		{
			return c.onStart();
		}
		else
		{
			return true;
		}
	}, loaded: function(id)
	{
		var i = document.getElementById(id); if (i.contentDocument)
		{
			var d = i.contentDocument;
		}
		else if (i.contentWindow)
		{
			var d = i.contentWindow.document;
		}
		else
		{
			var d = window.frames[id].document;
		}
		if (d.location.href == "about:blank")
		{
			return;
		}
		if (typeof(i.onComplete) == 'function')
		{
			i.onComplete(d.body.innerHTML);
		}
	}
};
var Spry; if (!Spry) Spry =
	{
	};
if (!Spry.Widget) Spry.Widget =
	{
	};
Spry.Widget.sekmelipanel = function(element, opts)
{
	this.element = this.getElement(element); this.defaultTab = 0; this.bindings =[]; this.tabSelectedClass = "sekmelipanelTabSelected"; this.tabHoverClass = "sekmelipanelTabHover"; this.tabFocusedClass = "sekmelipanelTabFocused"; this.panelVisibleClass = "sekmelipanelContentVisible"; this.focusElement = null; this.hasFocus = false; this.currentTabIndex = 0; this.enableKeyboardNavigation = true; Spry.Widget.sekmelipanel.setOptions(this, opts); if (typeof (this.defaultTab) == "number")
	{
		if (this.defaultTab < 0) this.defaultTab = 0; else
		{
			var count = this.getTabbedPanelCount(); if (this.defaultTab >= count)this.defaultTab = (count > 1)? (count - 1): 0;
		}
		this.defaultTab = this.getTabs()[this.defaultTab];
	}
	if (this.defaultTab)this.defaultTab = this.getElement(this.defaultTab); this.attachBehaviors();
};
Spry.Widget.sekmelipanel.prototype.getElement = function(ele)
{
	if (ele && typeof ele == "string")return document.getElementById(ele); return ele;
};
Spry.Widget.sekmelipanel.prototype.getElementChildren = function(element)
{
	var children =[];
	var child = element.firstChild; while (child)
	{
		if (child.nodeType == 1) children.push(child); child = child.nextSibling;
	}
	return children;
};
Spry.Widget.sekmelipanel.prototype.addClassName = function(ele, className)
{
	if (!ele || !className || (ele.className && ele.className.search(new RegExp("\\b" + className + "\\b")) != -1))return; ele.className += (ele.className? " ": "") + className;
};
Spry.Widget.sekmelipanel.prototype.removeClassName = function(ele, className)
{
	if (!ele || !className || (ele.className && ele.className.search(new RegExp("\\b" + className + "\\b")) == -1))return; ele.className = ele.className.replace(new RegExp("\\s*\\b" + className + "\\b", "g"), "");
};
Spry.Widget.sekmelipanel.setOptions = function(obj, optionsObj, ignoreUndefinedProps)
{
	if (!optionsObj)return; for (var optionName in optionsObj)
	{
		if (ignoreUndefinedProps && optionsObj[optionName] == undefined) continue; obj[optionName] = optionsObj[optionName];
	}
}; Spry.Widget.sekmelipanel.prototype.getTabGroup = function()
{
	if (this.element)
	{
		var children = this.getElementChildren(this.element); if (children.length) return children[0];
	}
	return null;
};
Spry.Widget.sekmelipanel.prototype.getTabs = function()
{
	var tabs =[];
	var tg = this.getTabGroup(); if (tg)tabs = this.getElementChildren(tg); return tabs;
};
Spry.Widget.sekmelipanel.prototype.getContentPanelGroup = function()
{
	if (this.element)
	{
		var children = this.getElementChildren(this.element); if (children.length > 1) return children[1];
	}
	return null;
};
Spry.Widget.sekmelipanel.prototype.getContentPanels = function()
{
	var panels =[];
	var pg = this.getContentPanelGroup(); if (pg)panels = this.getElementChildren(pg); return panels;
};
Spry.Widget.sekmelipanel.prototype.getIndex = function(ele, arr)
{
	ele = this.getElement(ele); if (ele && arr && arr.length)
	{
		for (var i = 0; i < arr.length; i++)
		{
			if (ele == arr[i])return i;
		}
	}
	return -1;
};
Spry.Widget.sekmelipanel.prototype.getTabIndex = function(ele)
{
	var i = this.getIndex(ele, this.getTabs()); if (i < 0)i = this.getIndex(ele, this.getContentPanels()); return i;
};
Spry.Widget.sekmelipanel.prototype.getCurrentTabIndex = function()
{
	return this.currentTabIndex;
};
Spry.Widget.sekmelipanel.prototype.getTabbedPanelCount = function(ele)
{
	return Math.min(this.getTabs().length, this.getContentPanels().length);
};
Spry.Widget.sekmelipanel.addEventListener = function(element, eventType, handler, capture)
{
	try
	{
		if (element.addEventListener) element.addEventListener(eventType, handler, capture); else if (element.attachEvent) element.attachEvent("on" + eventType, handler);
	}
	catch (e)
	{
	}
}; Spry.Widget.sekmelipanel.prototype.onTabClick = function(e, tab)
{
	this.showPanel(tab);
};
Spry.Widget.sekmelipanel.prototype.onTabMouseOver = function(e, tab)
{
	this.addClassName(tab, this.tabHoverClass);
};
Spry.Widget.sekmelipanel.prototype.onTabMouseOut = function(e, tab)
{
	this.removeClassName(tab, this.tabHoverClass);
};
Spry.Widget.sekmelipanel.prototype.onTabFocus = function(e, tab)
{
	this.hasFocus = true; this.addClassName(this.element, this.tabFocusedClass);
};
Spry.Widget.sekmelipanel.prototype.onTabBlur = function(e, tab)
{
	this.hasFocus = false; this.removeClassName(this.element, this.tabFocusedClass);
};
Spry.Widget.sekmelipanel.ENTER_KEY = 13; Spry.Widget.sekmelipanel.SPACE_KEY = 32; Spry.Widget.sekmelipanel.prototype.onTabKeyDown = function(e, tab)
{
	var key = e.keyCode; if (!this.hasFocus || (key != Spry.Widget.sekmelipanel.ENTER_KEY && key != Spry.Widget.sekmelipanel.SPACE_KEY))return true; this.showPanel(tab); if (e.stopPropagation)e.stopPropagation(); if (e.preventDefault)e.preventDefault(); return false;
};
Spry.Widget.sekmelipanel.prototype.preorderTraversal = function(root, func)
{
	var stopTraversal = false; if (root)
	{
		stopTraversal = func(root); if (root.hasChildNodes())
		{
			var child = root.firstChild; while (!stopTraversal && child)
			{
				stopTraversal = this.preorderTraversal(child, func); try
				{
					child = child.nextSibling;
				}
				catch (e)
				{
					child = null;
				}
			}
		}
	}
	return stopTraversal;
};
Spry.Widget.sekmelipanel.prototype.addPanelEventListeners = function(tab, panel)
{
	var self = this; Spry.Widget.sekmelipanel.addEventListener(tab, "click", function(e)
		{
			return self.onTabClick(e, tab);
		}
		, false); Spry.Widget.sekmelipanel.addEventListener(tab, "mouseover", function(e)
		{
			return self.onTabMouseOver(e, tab);
		}
		, false); Spry.Widget.sekmelipanel.addEventListener(tab, "mouseout", function(e)
		{
			return self.onTabMouseOut(e, tab);
		}
		, false); if (this.enableKeyboardNavigation)
	{
		var tabIndexEle = null;
		var tabAnchorEle = null; this.preorderTraversal(tab, function(node)
			{
				if (node.nodeType == 1)
				{
					var tabIndexAttr = tab.attributes.getNamedItem("tabindex"); if (tabIndexAttr)
					{
						tabIndexEle = node; return true;
					}
					if (!tabAnchorEle && node.nodeName.toLowerCase() == "a") tabAnchorEle = node;
				}
				return false;
			}
		); if (tabIndexEle) this.focusElement = tabIndexEle; else if (tabAnchorEle) this.focusElement = tabAnchorEle; if (this.focusElement)
		{
			Spry.Widget.sekmelipanel.addEventListener(this.focusElement, "focus", function(e)
				{
					return self.onTabFocus(e, tab);
				}
				, false); Spry.Widget.sekmelipanel.addEventListener(this.focusElement, "blur", function(e)
				{
					return self.onTabBlur(e, tab);
				}
				, false); Spry.Widget.sekmelipanel.addEventListener(this.focusElement, "keydown", function(e)
				{
					return self.onTabKeyDown(e, tab);
				}
				, false);
		}
	}
}; Spry.Widget.sekmelipanel.prototype.showPanel = function(elementOrIndex)
{
	var tpIndex = -1; if (typeof elementOrIndex == "number")tpIndex = elementOrIndex; else tpIndex = this.getTabIndex(elementOrIndex); if (!tpIndex < 0 || tpIndex >= this.getTabbedPanelCount())return;
	var tabs = this.getTabs();
	var panels = this.getContentPanels();
	var numsekmelipanel = Math.max(tabs.length, panels.length); for (var i = 0; i < numsekmelipanel; i++)
	{
		if (i != tpIndex)
		{
			if (tabs[i])this.removeClassName(tabs[i], this.tabSelectedClass); if (panels[i])
			{
				this.removeClassName(panels[i], this.panelVisibleClass); panels[i].style.display = "none";
			}
		}
	}
	this.addClassName(tabs[tpIndex], this.tabSelectedClass); this.addClassName(panels[tpIndex], this.panelVisibleClass); panels[tpIndex].style.display = "block"; this.currentTabIndex = tpIndex;
};
Spry.Widget.sekmelipanel.prototype.attachBehaviors = function(element)
{
	var tabs = this.getTabs();
	var panels = this.getContentPanels();
	var panelCount = this.getTabbedPanelCount(); for (var i = 0; i < panelCount; i++)this.addPanelEventListeners(tabs[i], panels[i]); this.showPanel(this.defaultTab);
};
(function(i)
	{
		var q =
		{
		vertical: false, rtl: false, start: 1, offset: 1, size: null, scroll: 3, visible: null, animation: "normal", easing: "swing", auto: 0, wrap: null, initCallback: null, reloadCallback: null, itemLoadCallback: null, itemFirstInCallback: null, itemFirstOutCallback: null, itemLastInCallback: null, itemLastOutCallback: null, itemVisibleInCallback: null, itemVisibleOutCallback: null, buttonNextHTML: "<div></div>", buttonPrevHTML: "<div></div>", buttonNextEvent: "click", buttonPrevEvent: "click", buttonNextCallback: null, buttonPrevCallback: null, itemFallbackDimension: null
		}
		, r = false; i(window).bind("load.jcarousel", function()
			{
				r = true
			}
		); i.jcarousel = function(a, c)
		{
			this.options = i.extend(
				{
				}
				, q, c||
				{
				}
			); this.autoStopped = this.locked = false; this.buttonPrevState = this.buttonNextState = this.buttonPrev = this.buttonNext = this.list = this.clip = this.container = null; if(!c||c.rtl===undefined)this.options.rtl = (i(a).attr("dir")||i("html").attr("dir")||"").toLowerCase()=="rtl"; this.wh = !this.options.vertical? "width":
				"height"; this.lt = !this.options.vertical? this.options.rtl? "right": "left":
				"top"; for(var b = "", d = a.className.split(" "), f = 0; f<d.length; f++)if(d[f].indexOf("jcarousel-skin")!=-1)
			{
				i(a).removeClass(d[f]); b = d[f]; break
			}
			if(a.nodeName.toUpperCase()=="UL"||a.nodeName.toUpperCase()=="OL")
			{
				this.list = i(a); this.container = this.list.parent(); if(this.container.hasClass("jcarousel-clip"))
				{
					if(!this.container.parent().hasClass("jcarousel-container"))this.container = this.container.wrap("<div></div>"); this.container = this.container.parent()
				}
				else if(!this.container.hasClass("jcarousel-container"))this.container = this.list.wrap("<div></div>").parent()
			}
			else
			{
				this.container = i(a); this.list = this.container.find("ul,ol").eq(0)
			}
			b!==""&&this.container.parent()[0].className.indexOf("jcarousel-skin")==-1&&this.container.wrap('<div class=" '+b+'"></div>'); this.clip = this.list.parent(); if(!this.clip.length||!this.clip.hasClass("jcarousel-clip"))this.clip = this.list.wrap("<div></div>").parent(); this.buttonNext = i(".jcarousel-next", this.container); if(this.buttonNext.size()===0&&this.options.buttonNextHTML!==null)this.buttonNext = this.clip.after(this.options.buttonNextHTML).next(); this.buttonNext.addClass(this.className("jcarousel-next")); this.buttonPrev = i(".jcarousel-prev", this.container); if(this.buttonPrev.size()===0&&this.options.buttonPrevHTML!==null)this.buttonPrev = this.clip.after(this.options.buttonPrevHTML).next(); this.buttonPrev.addClass(this.className("jcarousel-prev")); this.clip.addClass(this.className("jcarousel-clip")).css(
				{
				overflow: "hidden", position: "relative"
				}
			); this.list.addClass(this.className("jcarousel-list")).css(
				{
				overflow: "hidden", position: "relative", top: 0, margin: 0, padding: 0
				}
			).css(this.options.rtl? "right": "left", 0); this.container.addClass(this.className("jcarousel-container")).css(
				{
				position: "relative"
				}
			); !this.options.vertical&&this.options.rtl&&this.container.addClass("jcarousel-direction-rtl").attr("dir", "rtl");
			var j = this.options.visible!==null? Math.ceil(this.clipping()/this.options.visible): null; b = this.list.children("li");
			var e = this; if(b.size()>0)
			{
				var g = 0, k = this.options.offset; b.each(function()
					{
						e.format(this, k++); g += e.dimension(this, j)
					}
				); this.list.css(this.wh, g+100+"px"); if(!c||c.size===undefined)this.options.size = b.size()
			}
			this.container.css("display", "block"); this.buttonNext.css("display", "block"); this.buttonPrev.css("display", "block"); this.funcNext = function()
			{
				e.next()
			};
			this.funcPrev = function()
			{
				e.prev()
			};
			this.funcResize = function()
			{
				e.reload()
			};
			this.options.initCallback!==null&&this.options.initCallback(this, "init"); if(!r&&i.browser.safari)
			{
				this.buttons(false, false); i(window).bind("load.jcarousel", function()
					{
						e.setup()
					}
				)
			}
			else this.setup()
		};
		var h = i.jcarousel; h.fn = h.prototype =
		{
		jcarousel: "0.2.7"
		};
		h.fn.extend = h.extend = i.extend; h.fn.extend(
			{
			setup: function()
				{
					this.prevLast = this.prevFirst = this.last = this.first = null; this.animating = false; this.tail = this.timer = null; this.inTail = false; if(!this.locked)
					{
						this.list.css(this.lt, this.pos(this.options.offset)+"px");
						var a = this.pos(this.options.start, true); this.prevFirst = this.prevLast = null; this.animate(a, false); i(window).unbind("resize.jcarousel", this.funcResize).bind("resize.jcarousel", this.funcResize)
					}
				}, reset: function()
				{
					this.list.empty(); this.list.css(this.lt, "0px"); this.list.css(this.wh, "10px"); this.options.initCallback!==null&&this.options.initCallback(this, "reset"); this.setup()
				}
				, reload: function()
				{
					this.tail!==null&&this.inTail&&this.list.css(this.lt, h.intval(this.list.css(this.lt))+this.tail); this.tail = null; this.inTail = false; this.options.reloadCallback!==null&&this.options.reloadCallback(this); if(this.options.visible!==null)
					{
						var a = this, c = Math.ceil(this.clipping()/this.options.visible), b = 0, d = 0; this.list.children("li").each(function(f)
							{
								b += a.dimension(this, c); if(f+1<a.first)d = b
							}
						); this.list.css(this.wh, b+"px"); this.list.css(this.lt, -d+"px")
					}
					this.scroll(this.first, false)
				}
				, lock: function()
				{
					this.locked = true; this.buttons()
				}
				, unlock: function()
				{
					this.locked = false; this.buttons()
				}
				, size: function(a)
				{
					if(a!==undefined)
					{
						this.options.size = a; this.locked||this.buttons()
					}
					return this.options.size
				}
				, has: function(a, c)
				{
					if(c===undefined||!c)c = a; if(this.options.size!==null&&c>this.options.size)c = this.options.size; for(var b = a; b<=c; b++)
					{
						var d = this.get(b); if(!d.length||d.hasClass("jcarousel-item-placeholder"))return false
					}
					return true
				}
				, get: function(a)
				{
					return i(".jcarousel-item-"+a, this.list)
				}
				, add: function(a, c)
				{
					var b = this.get(a), d = 0, f = i(c); if(b.length===0)
					{
						var j, e = h.intval(a); for(b = this.create(a);;)
						{
							j = this.get(--e); if(e<=0||j.length)
							{
								e<=0? this.list.prepend(b): j.after(b); break
							}
						}
					}
					else d = this.dimension(b); if(f.get(0).nodeName.toUpperCase()=="LI")
					{
						b.replaceWith(f); b = f
					}
					else b.empty().append(c); this.format(b.removeClass(this.className("jcarousel-item-placeholder")), a); f = this.options.visible!==null? Math.ceil(this.clipping()/this.options.visible): null; d = this.dimension(b, f)-d; a>0&&a<this.first&&this.list.css(this.lt, h.intval(this.list.css(this.lt))-d+"px"); this.list.css(this.wh, h.intval(this.list.css(this.wh))+d+"px"); return b
				}
				, remove: function(a)
				{
					var c = this.get(a); if(!(!c.length||a>=this.first&&a<=this.last))
					{
						var b = this.dimension(c); a<this.first&&this.list.css(this.lt, h.intval(this.list.css(this.lt))+b+"px"); c.remove(); this.list.css(this.wh, h.intval(this.list.css(this.wh))- b+"px")
					}
				}, next: function()
				{
					this.tail!==null&&!this.inTail? this.scrollTail(false): this.scroll((this.options.wrap=="both"||this.options.wrap=="last")&&this.options.size!==null&&this.last==this.options.size? 1: this.first+this.options.scroll)
				}
				, prev: function()
				{
					this.tail!==null&&this.inTail? this.scrollTail(true): this.scroll((this.options.wrap=="both"||this.options.wrap=="first")&&this.options.size!==null&&this.first==1? this.options.size: this.first-this.options.scroll)
				}
				, scrollTail: function(a)
				{
					if(!(this.locked|| this.animating||!this.tail))
					{
						this.pauseAuto();
						var c = h.intval(this.list.css(this.lt)); c = !a? c-this.tail: c+this.tail; this.inTail = !a; this.prevFirst = this.first; this.prevLast = this.last; this.animate(c)
					}
				}, scroll: function(a, c)
				{
					if(!(this.locked||this.animating))
					{
						this.pauseAuto(); this.animate(this.pos(a), c)
					}
				}, pos: function(a, c)
				{
					var b = h.intval(this.list.css(this.lt)); if(this.locked||this.animating)return b; if(this.options.wrap!="circular")a = a<1? 1: this.options.size&&a>this.options.size? this.options.size: a; for(var d = this.first>a, f = this.options.wrap!="circular"&&this.first<=1? 1: this.first, j = d? this.get(f): this.get(this.last), e = d? f: f-1, g = null, k = 0, l = false, m = 0; d? --e>=a: ++e<a;)
					{
						g = this.get(e); l = !g.length; if(g.length===0)
						{
							g = this.create(e).addClass(this.className("jcarousel-item-placeholder")); j[d? "before": "after"](g); if(this.first!==null&&this.options.wrap=="circular"&&this.options.size!==null&&(e<=0||e>this.options.size))
							{
								j = this.get(this.index(e)); if(j.length)g = this.add(e, j.clone(true))
							}
						}j = g; m = this.dimension(g); if(l)k += m; if(this.first!==null&&(this.options.wrap=="circular"||e>=1&&(this.options.size===null||e<=this.options.size)))b = d? b+m: b-m
					}
					f = this.clipping();
					var p = [], o = 0, n = 0; j = this.get(a-1); for(e = a; ++o;)
					{
						g = this.get(e); l = !g.length; if(g.length===0)
						{
							g = this.create(e).addClass(this.className("jcarousel-item-placeholder")); j.length===0? this.list.prepend(g): j[d? "before": "after"](g); if(this.first!==null&&this.options.wrap=="circular"&&this.options.size!==null&&(e<=0||e>this.options.size))
							{
								j = this.get(this.index(e)); if(j.length)g = this.add(e, j.clone(true))
							}
						}j = g; m = this.dimension(g); if(m===0)throw Error("jCarousel: No width/height set for items. This will cause an infinite loop. Aborting..."); if(this.options.wrap!="circular"&&this.options.size!==null&&e>this.options.size)p.push(g); else if(l)k += m; n += m; if(n>=f)break; e++
					}
					for(g = 0; g<p.length; g++)p[g].remove(); if(k>0)
					{
						this.list.css(this.wh, this.dimension(this.list)+k+"px"); if(d)
						{
							b -= k; this.list.css(this.lt, h.intval(this.list.css(this.lt))-k+"px")
						}
					}k = a+o-1; if(this.options.wrap!="circular"&& this.options.size&&k>this.options.size)k = this.options.size; if(e>k)
					{
						o = 0; e = k; for(n = 0; ++o;)
						{
							g = this.get(e--); if(!g.length)break; n += this.dimension(g); if(n>=f)break
						}
					}e = k-o+1; if(this.options.wrap!="circular"&&e<1)e = 1; if(this.inTail&&d)
					{
						b += this.tail; this.inTail = false
					}
					this.tail = null; if(this.options.wrap!="circular"&&k==this.options.size&&k-o+1>=1)
					{
						d = h.margin(this.get(k), !this.options.vertical? "marginRight": "marginBottom"); if(n-d>f)this.tail = n-f-d
					}
					if(c&&a===this.options.size&&this.tail)
					{
						b -= this.tail; this.inTail = true
					}
					for(;a-- >e;)b += this.dimension(this.get(a)); this.prevFirst = this.first; this.prevLast = this.last; this.first = e; this.last = k; return b
				}
				, animate: function(a, c)
				{
					if(!(this.locked||this.animating))
					{
						this.animating = true;
						var b = this, d = function()
						{
							b.animating = false; a===0&&b.list.css(b.lt, 0); if(!b.autoStopped&&(b.options.wrap=="circular"||b.options.wrap=="both"||b.options.wrap=="last"||b.options.size===null||b.last<b.options.size||b.last==b.options.size&&b.tail!==null&&!b.inTail))b.startAuto(); b.buttons(); b.notify("onAfterAnimation"); if(b.options.wrap=="circular"&&b.options.size!==null)for(var f = b.prevFirst; f<=b.prevLast; f++)if(f!==null&&!(f>=b.first&&f<=b.last)&&(f<1||f>b.options.size))b.remove(f)
						};
						this.notify("onBeforeAnimation"); if(!this.options.animation||c===false)
						{
							this.list.css(this.lt, a+"px"); d()
						}
						else this.list.animate(!this.options.vertical
								? this.options.rtl?
										{
										right: a
										}
										:
										{
										left: a
										}
									:
									{
									top: a
									}
								, this.options.animation, this.options.easing, d
							)
					}
				}, startAuto: function(a)
				{
					if(a!==undefined)this.options.auto = a; if(this.options.auto===0)return this.stopAuto(); if(this.timer===null)
					{
						this.autoStopped = false;
						var c = this; this.timer = window.setTimeout(function()
							{
								c.next()
							}
							, this.options.auto*1E3)
					}
				}, stopAuto: function()
				{
					this.pauseAuto(); this.autoStopped = true
				}
				, pauseAuto: function()
				{
					if(this.timer!==null)
					{
						window.clearTimeout(this.timer); this.timer = null
					}
				}, buttons: function(a, c)
				{
					if(a==null)
					{
						a = !this.locked&&this.options.size!==0&&(this.options.wrap&&this.options.wrap!="first"||this.options.size===null||this.last<this.options.size); if(!this.locked&&(!this.options.wrap||this.options.wrap== "first")&&this.options.size!==null&&this.last>=this.options.size)a = this.tail!==null&&!this.inTail
					}
					if(c==null)
					{
						c = !this.locked&&this.options.size!==0&&(this.options.wrap&&this.options.wrap!="last"||this.first>1); if(!this.locked&&(!this.options.wrap||this.options.wrap=="last")&&this.options.size!==null&&this.first==1)c = this.tail!==null&&this.inTail
					}
					var b = this; if(this.buttonNext.size()>0)
					{
						this.buttonNext.unbind(this.options.buttonNextEvent+".jcarousel", this.funcNext); a&&this.buttonNext.bind(this.options.buttonNextEvent+ ".jcarousel", this.funcNext); this.buttonNext[a? "removeClass": "addClass"](this.className("jcarousel-next-disabled")).attr("disabled", a? false: true); this.options.buttonNextCallback!==null&&this.buttonNext.data("jcarouselstate")!=a&&this.buttonNext.each(function()
							{
								b.options.buttonNextCallback(b, this, a)
							}
						).data("jcarouselstate", a)
					}
					else this.options.buttonNextCallback!==null&&this.buttonNextState!=a&&this.options.buttonNextCallback(b, null, a); if(this.buttonPrev.size()>0)
					{
						this.buttonPrev.unbind(this.options.buttonPrevEvent+ ".jcarousel", this.funcPrev); c&&this.buttonPrev.bind(this.options.buttonPrevEvent+".jcarousel", this.funcPrev); this.buttonPrev[c? "removeClass": "addClass"](this.className("jcarousel-prev-disabled")).attr("disabled", c? false: true); this.options.buttonPrevCallback!==null&&this.buttonPrev.data("jcarouselstate")!=c&&this.buttonPrev.each(function()
							{
								b.options.buttonPrevCallback(b, this, c)
							}
						).data("jcarouselstate", c)
					}
					else this.options.buttonPrevCallback!==null&&this.buttonPrevState!=c&&this.options.buttonPrevCallback(b, null, c); this.buttonNextState = a; this.buttonPrevState = c
				}
				, notify: function(a)
				{
					var c = this.prevFirst===null? "init": this.prevFirst<this.first? "next": "prev"; this.callback("itemLoadCallback", a, c); if(this.prevFirst!==this.first)
					{
						this.callback("itemFirstInCallback", a, c, this.first); this.callback("itemFirstOutCallback", a, c, this.prevFirst)
					}
					if(this.prevLast!==this.last)
					{
						this.callback("itemLastInCallback", a, c, this.last); this.callback("itemLastOutCallback", a, c, this.prevLast)
					}
					this.callback("itemVisibleInCallback", a, c, this.first, this.last, this.prevFirst, this.prevLast); this.callback("itemVisibleOutCallback", a, c, this.prevFirst, this.prevLast, this.first, this.last)
				}
				, callback: function(a, c, b, d, f, j, e)
				{
					if(!(this.options[a]==null||typeof this.options[a]!="object"&&c!="onAfterAnimation"))
					{
						var g = typeof this.options[a]=="object"? this.options[a][c]: this.options[a]; if(i.isFunction(g))
						{
							var k = this; if(d===undefined)g(k, b, c); else if(f===undefined)this.get(d).each(function()
									{
										g(k, this, d, b, c)
									}
								); else
							{
								a = function(m)
								{
									k.get(m).each(function()
										{
											g(k, this, m, b, c)
										}
									)
								};
								for(var l = d; l<=f; l++)l!==null&&!(l>=j&&l<=e)&&a(l)
							}
						}
					}
				}, create: function(a)
				{
					return this.format("<li></li>", a)
				}
				, format: function(a, c)
				{
					a = i(a); for(var b = a.get(0).className.split(" "), d = 0; d<b.length; d++)b[d].indexOf("jcarousel-")!=-1&&a.removeClass(b[d]); a.addClass(this.className("jcarousel-item")).addClass(this.className("jcarousel-item-"+c)).css(
						{
						"float": this.options.rtl? "right": "left", "list-style": "none"
						}
					).attr("jcarouselindex", c); return a
				}
				, className: function(a)
				{
					return a+" "+a+(!this.options.vertical? "-horizontal": "-vertical")
				}
				, dimension: function(a, c)
				{
					var b = a.jquery!==undefined? a[0]: a, d = !this.options.vertical? (b.offsetWidth||h.intval(this.options.itemFallbackDimension))+h.margin(b, "marginLeft")+h.margin(b, "marginRight"): (b.offsetHeight||h.intval(this.options.itemFallbackDimension))+h.margin(b, "marginTop")+h.margin(b, "marginBottom"); if(c==null||d==c)return d; d = !this.options.vertical? c-h.margin(b, "marginLeft")-h.margin(b, "marginRight"): c-h.margin(b, "marginTop")-h.margin(b, "marginBottom"); i(b).css(this.wh, d+"px"); return this.dimension(b)
				}
				, clipping: function()
				{
					return!this.options.vertical? this.clip[0].offsetWidth-h.intval(this.clip.css("borderLeftWidth"))-h.intval(this.clip.css("borderRightWidth")): this.clip[0].offsetHeight-h.intval(this.clip.css("borderTopWidth"))-h.intval(this.clip.css("borderBottomWidth"))
				}
				, index: function(a, c)
				{
					if(c==null)c = this.options.size; return Math.round(((a-1)/c-Math.floor((a-1)/c))*c)+1
				}
			}
		); h.extend(
			{
			defaults: function(a)
				{
					return i.extend(q, a||
						{
						}
					)
				}
				, margin: function(a, c)
				{
					if(!a)return 0;
					var b = a.jquery!==undefined? a[0]: a; if(c=="marginRight"&&i.browser.safari)
					{
						var d =
						{
						display: "block", "float": "none", width: "auto"
						}
						, f, j; i.swap(b, d, function()
							{
								f = b.offsetWidth
							}
						); d.marginRight = 0; i.swap(b, d, function()
							{
								j = b.offsetWidth
							}
						); return j-f
					}
					return h.intval(i.css(b, c))
				}
				, intval: function(a)
				{
					a = parseInt(a, 10); return isNaN(a)? 0: a
				}
			}
		); i.fn.jcarousel = function(a)
		{
			if(typeof a=="string")
			{
				var c = i(this).data("jcarousel"), b = Array.prototype.slice.call(arguments, 1); return c[a].apply(c, b)
			}
			else return this.each(function()
					{
						i(this).data("jcarousel", new h(this, a))
					}
				)
		}
	}
)(jQuery); function mycarousel_initCallback(carousel)
{
	carousel.buttonNext.bind('click', function()
		{
			carousel.startAuto(0);
		}
	); carousel.buttonPrev.bind('click', function()
		{
			carousel.startAuto(0);
		}
	); carousel.clip.hover(function()
		{
			carousel.stopAuto();
		}
		, function()
		{
			carousel.startAuto();
		}
	);
};
jQuery(document).ready(function()
	{
		jQuery('#mycarousel').jcarousel(
			{
			auto: 5, wrap: 'last', initCallback: mycarousel_initCallback
			}
		);
	}
); function sadecerakam(deger)
{
	var yaz = new String();
	var numaralar = "0123456789";
	var chars = deger.value.split(""); for (i = 0; i < chars.length; i++)
	{
		if (numaralar.indexOf(chars[i]) != -1) yaz += chars[i];
	}
	if (deger.value != yaz) deger.value = yaz;
}
function sadeceharf(deger1)
{
	var yaz = new String();
	var numaralar = "ABCÇDEFGĞHIİJKLMNOÖPRSŞTUÜVYZÂÎÛXWQabcçdefgğhıijklmnoöprsştuüvyzâîûxwq?!@.'/- ";
	var chars = deger1.value.split(""); for (i = 0; i < chars.length; i++)
	{
		if (numaralar.indexOf(chars[i]) != -1) yaz += chars[i];
	}
	if (deger1.value != yaz) deger1.value = yaz;
}
function karisik(deger2)
{
	var yaz = new String();
	var numaralar = "ABCÇDEFGĞHIİJKLMNOÖPRSŞTUÜVYZÂÎÛXWQabcçdefgğhıijklmnoöprsştuüvyzâîûxwq0123456789.,:!?@[]'/-\n ";
	var chars = deger2.value.split(""); for (i = 0; i < chars.length; i++)
	{
		if (numaralar.indexOf(chars[i]) != -1) yaz += chars[i];
	}
	if (deger2.value != yaz) deger2.value = yaz;
}
function sadecemail(deger3)
{
	var yaz = new String();
	var numaralar = "abcdefghijklmnoprstuvyzxwq?!@1234567890._-";
	var chars = deger3.value.split(""); for (i = 0; i < chars.length; i++)
	{
		if (numaralar.indexOf(chars[i]) != -1) yaz += chars[i];
	}
	if (deger3.value != yaz) deger3.value = yaz;
};
$(document).ready(function()
	{
		$("select#sehir").change(function()
			{
				var sehirf = $("select#sehir option:selected").val(); $.ajax(
					{
					type: 'POST', url: '/sehirf/'+sehirf, success: function(msg)
						{
							$('#ilcef').empty(); $('#ilcef').append(msg);
						}
					}
				);
			}
		);
	}
); 
$(document).ready(function()
	{
		var ddlControl = $("[id$='sehir']").selectmenu(
			{
			width: 406, style: 'dropdown', maxHeight: 200
			}
		);
		var ddlControl = $("[id$='ilce']").selectmenu(
			{
			width: 406, style: 'dropdown', maxHeight: 200
			}
		);
		var ddlControl = $("[id$='iletisimbox']").selectmenu(
			{
			width: 406, style: 'dropdown', maxHeight: 200
			}
		);
		var ddlControl = $("[id$='hatirlatma']").selectmenu(
			{
			width: 406, style: 'dropdown', maxHeight: 200
			}
		);
		var ddlControl = $("[id$='cinsiyet']").selectmenu(
			{
			width: 406, style: 'dropdown', maxHeight: 200
			}
		);
		var ddlControl = $("[id$='Items']").selectmenu(
			{
			width: 406, style: 'dropdown', maxHeight: 200
			}
		);
	}
); (function($)
	{
		$.fn.easySlider = function(options)
		{
			var defaults =
			{
			prevId: 'prevBtn', prevText: 'Previous', nextId: 'nextBtn', nextText: 'Next', controlsShow: true, controlsBefore: '', controlsAfter: '', controlsFade: true, firstId: 'firstBtn', firstText: 'First', firstShow: false, lastId: 'lastBtn', lastText: 'Last', lastShow: false, vertical: false, speed: 100, auto: false, pause: 4000, continuous: false, numeric: false, numericId: 'controls'
			};
			var options = $.extend(defaults, options); this.each(function()
				{
					var obj = $(this);
					var s = $("li", obj).length;
					var w = $("li", obj).width();
					var h = $("li", obj).height();
					var clickable = true; obj.width(w); obj.height(h); obj.css("overflow", "hidden");
					var ts = s-1;
					var t = 0; $("ul", obj).css('width', s*w); if(options.continuous)
					{
						$("ul", obj).prepend($("ul li:last-child", obj).clone().css("margin-left", "-"+ w +"px")); $("ul", obj).append($("ul li:nth-child(2)", obj).clone()); $("ul", obj).css('width', (s+1)*w);
					};
					if(!options.vertical) $("li", obj).css('float', 'left'); if(options.controlsShow)
					{
						var html = options.controlsBefore; if(options.numeric)
						{
							html += '<ol id="'+ options.numericId +'"></ol>';
						}
						else
						{
							if(options.firstShow) html += '<span id="'+ options.firstId +'"><a href=\"javascript:void(0);\">'+ options.firstText +'</a></span>'; html += ' <span id="'+ options.prevId +'"><a href=\"javascript:void(0);\">'+ options.prevText +'</a></span>'; html += ' <span id="'+ options.nextId +'"><a href=\"javascript:void(0);\">'+ options.nextText +'</a></span>'; if(options.lastShow) html += ' <span id="'+ options.lastId +'"><a href=\"javascript:void(0);\">'+ options.lastText +'</a></span>';
						};
						html += options.controlsAfter; $(obj).after(html);
					};
					if(options.numeric)
					{
						for(var i = 0; i<s; i++)
						{
							$(document.createElement("li")).attr('id', options.numericId + (i+1)).html('<a rel='+ i +' href=\"javascript:void(0);\">'+ (i+1) +'</a>').appendTo($("#"+ options.numericId)).click(function()
								{
									animate($("a", $(this)).attr('rel'), true);
								}
							);
						};
					} else
					{
						$("a", "#"+options.nextId).click(function()
							{
								animate("next", true);
							}
						); $("a", "#"+options.prevId).click(function()
							{
								animate("prev", true);
							}
						); $("a", "#"+options.firstId).click(function()
							{
								animate("first", true);
							}
						); $("a", "#"+options.lastId).click(function()
							{
								animate("last", true);
							}
						);
					};
					function setCurrent(i)
					{
						i = parseInt(i)+1; $("li", "#" + options.numericId).removeClass("current"); $("li#" + options.numericId + i).addClass("current");
					};
					function adjust()
					{
						if(t>ts) t = 0; if(t<0) t = ts; if(!options.vertical)
						{
							$("ul", obj).css("margin-left", (t*w*-1));
						}
						else
						{
							$("ul", obj).css("margin-left", (t*h*-1));
						}
						clickable = true; if(options.numeric) setCurrent(t);
					};
					function animate(dir, clicked)
					{
						if (clickable)
						{
							clickable = false;
							var ot = t; switch(dir)
							{
								case "next": t = (ot>=ts)? (options.continuous? t+1: ts): t+1; break; case "prev": t = (t<=0)? (options.continuous? t-1: 0): t-1; break; case "first": t = 0; break; case "last": t = ts; break; default: t = dir; break;
							};
							var diff = Math.abs(ot-t);
							var speed = diff*options.speed; if(!options.vertical)
							{
								p = (t*w*-1); $("ul", obj).animate(
									{
									marginLeft: p
									}
									,
									{
									queue: false, duration: speed, complete: adjust
									}
								);
							}
							else
							{
								p = (t*h*-1); $("ul", obj).animate(
									{
									marginTop: p
									}
									,
									{
									queue: false, duration: speed, complete: adjust
									}
								);
							};
							if(!options.continuous && options.controlsFade)
							{
								if(t==ts)
								{
									$("a", "#"+options.nextId).hide(); $("a", "#"+options.lastId).hide();
								}
								else
								{
									$("a", "#"+options.nextId).show(); $("a", "#"+options.lastId).show();
								};
								if(t==0)
								{
									$("a", "#"+options.prevId).hide(); $("a", "#"+options.firstId).hide();
								}
								else
								{
									$("a", "#"+options.prevId).show(); $("a", "#"+options.firstId).show();
								};
							}; if(clicked) clearTimeout(timeout); if(options.auto && dir=="next" && !clicked)
							{
								; timeout = setTimeout(function()
									{
										animate("next", false);
									}
									, diff*options.speed+options.pause);
							};
						};
					};
					var timeout; if(options.auto)
					{
						; timeout = setTimeout(function()
							{
								animate("next", false);
							}
							, options.pause);
					};
					if(options.numeric) setCurrent(0); if(!options.continuous && options.controlsFade)
					{
						$("a", "#"+options.prevId).hide(); $("a", "#"+options.firstId).hide();
					};
				}
			);
		};
	}
)(jQuery); $(document).ready(function()
	{
		$("#slider").easySlider(
			{
			auto: true, continuous: true, numeric: true
			}
		);
	}
);
var aktif = 1;
var timer; $(document).ready(function()
	{
		$("#alan a").hide(); $("#alan a:first").show(); timer = setInterval(degistir, 6000); $("#alan a").mouseover(function()
			{
				clearInterval(timer);
			}
		).mouseout(function()
			{
				timer = setInterval(degistir, 6000);
			}
		);
	}
); function degistir()
{
	$("#alan a:nth-child("+aktif+")").slideToggle(800); aktif = (aktif + 1) % $("#alan a").length; if(aktif == 0) aktif = $("#alan a").length; $("#alan a:nth-child("+aktif+")").slideToggle(900);
};
var tb_pathToImage = "/template/java/loading2.gif"; $(document).ready(function()
	{
		tb_init('a.thickbox, area.thickbox, input.thickbox'); imgLoader = new Image(); imgLoader.src = tb_pathToImage;
	}
); function tb_init(domChunk)
{
	$(domChunk).click(function()
		{
			var t = this.title || this.name || null;
			var a = this.href || this.alt;
			var g = this.rel || false; tb_show(t, a, g); this.blur(); return false;
		}
	);
}
function tb_show(caption, url, imageGroup)
{
	try
	{
		if (typeof document.body.style.maxHeight === "undefined")
		{
			$("body", "html").css(
				{
				height: "100%", width: "100%"
				}
			); $("html").css("overflow", "hidden"); if (document.getElementById("TB_HideSelect") === null)
			{
				$("body").append("<iframe id='TB_HideSelect'></iframe><div id='TB_overlay'></div><div id='TB_window'></div>"); $("#TB_overlay").click(tb_remove);
			}
		}else
		{
			if(document.getElementById("TB_overlay") === null)
			{
				$("body").append("<div id='TB_overlay'></div><div id='TB_window'></div>");
			}
		}if(tb_detectMacXFF())
		{
			$("#TB_overlay").addClass("TB_overlayMacFFBGHack");
		}
		else
		{
			$("#TB_overlay").addClass("TB_overlayBG");
		}
		if(caption===null)
		{
			caption = "";
		}
		$("body").append("<div id='TB_load'><img src='"+imgLoader.src+"' /></div>"); $('#TB_load').show();
		var baseURL; if(url.indexOf("?")!==-1)
		{
			baseURL = url.substr(0, url.indexOf("?"));
		}
		else
		{
			baseURL = url;
		}
		var urlString = /\.jpg$|\.jpeg$|\.png$|\.gif$|\.bmp$/;
		var urlType = baseURL.toLowerCase().match(urlString); if(urlType == '.jpg' || urlType == '.jpeg' || urlType == '.png' || urlType == '.gif' || urlType == '.bmp')
		{
			TB_PrevCaption = ""; TB_PrevURL = ""; TB_PrevHTML = ""; TB_NextCaption = ""; TB_NextURL = ""; TB_NextHTML = ""; TB_imageCount = ""; TB_FoundURL = false; if(imageGroup)
			{
				TB_TempArray = $("a[rel="+imageGroup+"]").get(); for (TB_Counter = 0; ((TB_Counter < TB_TempArray.length) && (TB_NextHTML === "")); TB_Counter++)
				{
					var urlTypeTemp = TB_TempArray[TB_Counter].href.toLowerCase().match(urlString); if (!(TB_TempArray[TB_Counter].href == url))
					{
						if (TB_FoundURL)
						{
							TB_NextCaption = TB_TempArray[TB_Counter].title; TB_NextURL = TB_TempArray[TB_Counter].href; TB_NextHTML = "<span id='TB_next'>&nbsp;&nbsp;<a href='#'>Sonraki &gt;</a></span>";
						}
						else
						{
							TB_PrevCaption = TB_TempArray[TB_Counter].title; TB_PrevURL = TB_TempArray[TB_Counter].href; TB_PrevHTML = "<span id='TB_prev'>&nbsp;&nbsp;<a href='#'>&lt; Önceki</a></span>";
						}
					} else
					{
						TB_FoundURL = true;
					}
				}
			}
			imgPreloader = new Image(); imgPreloader.onload = function()
			{
				imgPreloader.onload = null;
				var pagesize = tb_getPageSize();
				var x = pagesize[0] - 150;
				var y = pagesize[1] - 150;
				var imageWidth = imgPreloader.width;
				var imageHeight = imgPreloader.height; if (imageWidth > x)
				{
					imageHeight = imageHeight * (x / imageWidth); imageWidth = x; if (imageHeight > y)
					{
						imageWidth = imageWidth * (y / imageHeight); imageHeight = y;
					}
				} else if (imageHeight > y)
				{
					imageWidth = imageWidth * (y / imageHeight); imageHeight = y; if (imageWidth > x)
					{
						imageHeight = imageHeight * (x / imageWidth); imageWidth = x;
					}
				} TB_WIDTH = imageWidth + 0; TB_HEIGHT = imageHeight + 60; $("#TB_window").append("<img id='TB_Image' src='"+url+"' width='"+imageWidth+"' height='"+imageHeight+"' alt='"+caption+"'/> " + "<div id='TB_caption2'>"+caption+"<div id='TB_secondLine'>" + TB_imageCount + TB_PrevHTML + TB_NextHTML + "</div><div id='TB_closeWindow2'> <a href='#' id='TB_closeWindowButton' title='Kapat'>Kapat</a></div></div>"); $("#TB_closeWindowButton").click(tb_remove); if (!(TB_PrevHTML === ""))
				{
					function goPrev()
					{
						if($(document).unbind("click", goPrev))
						{
							$(document).unbind("click", goPrev);
						}
						$("#TB_window").remove(); $("body").append("<div id='TB_window'></div>"); tb_show(TB_PrevCaption, TB_PrevURL, imageGroup); return false;
					}
					$("#TB_prev").click(goPrev);
				}
				if (!(TB_NextHTML === ""))
				{
					function goNext()
					{
						$("#TB_window").remove(); $("body").append("<div id='TB_window'></div>"); tb_show(TB_NextCaption, TB_NextURL, imageGroup); return false;
					}
					$("#TB_next").click(goNext);
				}
				document.onkeydown = function(e)
				{
					if (e == null)
					{
						keycode = event.keyCode;
					}
					else
					{
						keycode = e.which;
					}
					if(keycode == 27)
					{
						tb_remove();
					}
					else if(keycode == 190)
					{
						if(!(TB_NextHTML == ""))
						{
							document.onkeydown = ""; goNext();
						}
					} else if(keycode == 188)
					{
						if(!(TB_PrevHTML == ""))
						{
							document.onkeydown = ""; goPrev();
						}
					}
				};
				tb_position(); $("#TB_load").remove(); $("#TB_ImageOff").click(tb_remove); $("#TB_window").css(
					{
					display: "block"
					}
				);
			};
			imgPreloader.src = url;
		}
		else
		{
			var queryString = url.replace(/^[^\?]+\??/, '');
			var params = tb_parseQuery(queryString); TB_WIDTH = (params['width']*1) + 30 || 630; TB_HEIGHT = (params['height']*1) + 40 || 440; ajaxContentW = TB_WIDTH - 30; ajaxContentH = TB_HEIGHT - 45; if(url.indexOf('TB_iframe') != -1)
			{
				urlNoQuery = url.split('TB_'); $("#TB_iframeContent").remove(); if(params['modal'] != "true")
				{
					$("#TB_window").append("<div id='TB_title'><div id='TB_ajaxWindowTitle'>"+caption+"</div><div id='TB_closeAjaxWindow'><a href='#' id='TB_closeWindowButton' title='Kapat'>PENCEREYİ KAPAT</a></div></div><iframe frameborder='0' hspace='0' src='"+urlNoQuery[0]+"' id='TB_iframeContent' name='TB_iframeContent"+Math.round(Math.random()*1000)+"' onload='tb_showIframe()' style='width:"+(ajaxContentW + 29)+"px;height:"+(ajaxContentH + 17)+"px;' > </iframe>");
				}
				else
				{
					$("#TB_overlay").unbind(); $("#TB_window").append("<iframe frameborder='0' hspace='0' src='"+urlNoQuery[0]+"' id='TB_iframeContent' name='TB_iframeContent"+Math.round(Math.random()*1000)+"' onload='tb_showIframe()' style='width:"+(ajaxContentW + 29)+"px;height:"+(ajaxContentH + 17)+"px;'> </iframe>");
				}
			}else
			{
				if($("#TB_window").css("display") != "block")
				{
					if(params['modal'] != "true")
					{
						$("#TB_window").append("<div id='TB_title'><div id='TB_ajaxWindowTitle'>"+caption+"</div><div id='TB_closeAjaxWindow'><a href='#' id='TB_closeWindowButton'>PENCEREYİ KAPAT</a></div></div><div id='TB_ajaxContent' style='width:"+ajaxContentW+"px;height:"+ajaxContentH+"px'></div>");
					}
					else
					{
						$("#TB_overlay").unbind(); $("#TB_window").append("<div id='TB_ajaxContent' class='TB_modal' style='width:"+ajaxContentW+"px;height:"+ajaxContentH+"px;'></div>");
					}
				}else
				{
					$("#TB_ajaxContent")[0].style.width = ajaxContentW +"px"; $("#TB_ajaxContent")[0].style.height = ajaxContentH +"px"; $("#TB_ajaxContent")[0].scrollTop = 0; $("#TB_ajaxWindowTitle").html(caption);
				}
			}$("#TB_closeWindowButton").click(tb_remove); if(url.indexOf('TB_inline') != -1)
			{
				$("#TB_ajaxContent").append($('#' + params['inlineId']).children()); $("#TB_window").unload(function ()
					{
						$('#' + params['inlineId']).append($("#TB_ajaxContent").children());
					}
				); tb_position(); $("#TB_load").remove(); $("#TB_window").css(
					{
					display: "block"
					}
				);
			}
			else if(url.indexOf('TB_iframe') != -1)
			{
				tb_position(); if($.browser.safari)
				{
					$("#TB_load").remove(); $("#TB_window").css(
						{
						display: "block"
						}
					);
				}
			}else
			{
				$("#TB_ajaxContent").load(url += "&random=" + (new Date().getTime()), function()
					{
						tb_position(); $("#TB_load").remove(); tb_init("#TB_ajaxContent a.thickbox"); $("#TB_window").css(
							{
							display: "block"
							}
						);
					}
				);
			}
		}if(!params['modal'])
		{
			document.onkeyup = function(e)
			{
				if (e == null)
				{
					keycode = event.keyCode;
				}
				else
				{
					keycode = e.which;
				}
				if(keycode == 27)
				{
					tb_remove();
				}
			};
		}
	} catch(e)
	{
	}
} function tb_showIframe()
{
	$("#TB_load").remove(); $("#TB_window").css(
		{
		display: "block"
		}
	);
}
function tb_remove()
{
	$("#TB_imageOff").unbind("click"); $("#TB_closeWindowButton").unbind("click"); $("#TB_window").fadeOut("fast", function()
		{
			$('#TB_window,#TB_overlay,#TB_HideSelect').trigger("unload").unbind().remove();
		}
	); $("#TB_load").remove(); if (typeof document.body.style.maxHeight == "undefined")
	{
		$("body", "html").css(
			{
			height: "auto", width: "auto"
			}
		); $("html").css("overflow", "");
	}
	document.onkeydown = ""; document.onkeyup = ""; return false;
}
function tb_position()
{
	jQuery("#TB_window").css(
		{
		marginLeft: '-' + parseInt((TB_WIDTH /2), 10) + 'px', width: TB_WIDTH + 'px'
		}
	);
	var version = jQuery.browser.version; if (version instanceof Object)version = version.number(); if (!(jQuery.browser.msie && version < 8))
	{
		jQuery("#TB_window").css(
			{
			marginTop: '-' +parseInt((TB_HEIGHT / 2), 10) + 'px'
			}
		);
	}
}function tb_parseQuery (query)
{
	var Params =
	{
	};
	if (! query)
	{
		return Params;
	}
	var Pairs = query.split(/[;&]/); for (var i = 0; i < Pairs.length; i++)
	{
		var KeyVal = Pairs[i].split('='); if (! KeyVal || KeyVal.length != 2)
		{
			continue;
		}
		var key = unescape(KeyVal[0]);
		var val = unescape(KeyVal[1]); val = val.replace(/\+/g, ' '); Params[key] = val;
	}
	return Params;
}
function tb_getPageSize()
{
	var de = document.documentElement;
	var w = window.innerWidth || self.innerWidth || (de&&de.clientWidth) || document.body.clientWidth;
	var h = window.innerHeight || self.innerHeight || (de&&de.clientHeight) || document.body.clientHeight; arrayPageSize =[w, h]; return arrayPageSize;
}
function tb_detectMacXFF()
{
	var userAgent = navigator.userAgent.toLowerCase(); if (userAgent.indexOf('mac') != -1 && userAgent.indexOf('firefox')!=-1)
	{
		return true;
	}
}function Goster(id)
{
	for (var i = 1; i<=6; i++)
	{
		if (i!=id)
		{
			document.getElementById("div"+i).style.display = 'none';
		}
		else
		{
			document.getElementById("div"+i).style.display = 'block';
		}
	}
}
if(typeof deconcept=="undefined")
{
	var deconcept = new Object();
}
if(typeof deconcept.util=="undefined")
{
	deconcept.util = new Object();
}
if(typeof deconcept.SWFObjectUtil=="undefined")
{
	deconcept.SWFObjectUtil = new Object();
}
deconcept.SWFObject = function(_1, id, w, h, _5, c, _7, _8, _9, _a)
{
	if(!document.getElementById)
	{
		return;
	}
	this.DETECT_KEY = _a? _a: "detectflash"; this.skipDetect = deconcept.util.getRequestParameter(this.DETECT_KEY); this.params = new Object(); this.variables = new Object(); this.attributes = new Array(); if(_1)
	{
		this.setAttribute("swf", _1);
	}
	if(id)
	{
		this.setAttribute("id", id);
	}
	if(w)
	{
		this.setAttribute("width", w);
	}
	if(h)
	{
		this.setAttribute("height", h);
	}
	if(_5)
	{
		this.setAttribute("version", new deconcept.PlayerVersion(_5.toString().split(".")));
	}
	this.installedVer = deconcept.SWFObjectUtil.getPlayerVersion(); if(!window.opera&&document.all&&this.installedVer.major>7)
	{
		deconcept.SWFObject.doPrepUnload = true;
	}
	if(c)
	{
		this.addParam("bgcolor", c);
	}
	var q = _7? _7: "high"; this.addParam("quality", q); this.setAttribute("useExpressInstall", false); this.setAttribute("doExpressInstall", false);
	var _c = (_8)? _8: window.location; this.setAttribute("xiRedirectUrl", _c); this.setAttribute("redirectUrl", ""); if(_9)
	{
		this.setAttribute("redirectUrl", _9);
	}
}; deconcept.SWFObject.prototype =
{
useExpressInstall: function(_d)
	{
		this.xiSWFPath = !_d? "expressinstall.swf": _d; this.setAttribute("useExpressInstall", true);
	}
	, setAttribute: function(_e, _f)
	{
		this.attributes[_e] = _f;
	}
	, getAttribute: function(_10)
	{
		return this.attributes[_10];
	}
	, addParam: function(_11, _12)
	{
		this.params[_11] = _12;
	}
	, getParams: function()
	{
		return this.params;
	}
	, addVariable: function(_13, _14)
	{
		this.variables[_13] = _14;
	}
	, getVariable: function(_15)
	{
		return this.variables[_15];
	}
	, getVariables: function()
	{
		return this.variables;
	}
	, getVariablePairs: function()
	{
		var _16 = new Array();
		var key;
		var _18 = this.getVariables(); for(key in _18)
		{
			_16[_16.length] = key+"="+_18[key];
		}
		return _16;
	}
	, getSWFHTML: function()
	{
		var _19 = ""; if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length)
		{
			if(this.getAttribute("doExpressInstall"))
			{
				this.addVariable("MMplayerType", "PlugIn"); this.setAttribute("swf", this.xiSWFPath);
			}
			_19 = "<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\""; _19 += " id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" ";
			var _1a = this.getParams(); for(var key in _1a)
			{
				_19 += [key]+"=\""+_1a[key]+"\" ";
			}
			var _1c = this.getVariablePairs().join("&"); if(_1c.length>0)
			{
				_19 += "flashvars=\""+_1c+"\"";
			}
			_19 += "/>";
		}
		else
		{
			if(this.getAttribute("doExpressInstall"))
			{
				this.addVariable("MMplayerType", "ActiveX"); this.setAttribute("swf", this.xiSWFPath);
			}
			_19 = "<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\" style=\""+this.getAttribute("style")+"\">"; _19 += "<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />";
			var _1d = this.getParams(); for(var key in _1d)
			{
				_19 += "<param name=\""+key+"\" value=\""+_1d[key]+"\" />";
			}
			var _1f = this.getVariablePairs().join("&"); if(_1f.length>0)
			{
				_19 += "<param name=\"flashvars\" value=\""+_1f+"\" />";
			}
			_19 += "</object>";
		}
		return _19;
	}
	, write: function(_20)
	{
		if(this.getAttribute("useExpressInstall"))
		{
			var _21 = new deconcept.PlayerVersion([6, 0, 65]); if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version")))
			{
				this.setAttribute("doExpressInstall", true); this.addVariable("MMredirectURL", escape(this.getAttribute("xiRedirectUrl"))); document.title = document.title.slice(0, 47)+" - Flash Player Installation"; this.addVariable("MMdoctitle", document.title);
			}
		}if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version")))
		{
			var n = (typeof _20=="string")? document.getElementById(_20): _20; n.innerHTML = this.getSWFHTML(); return true;
		}
		else
		{
			if(this.getAttribute("redirectUrl")!="")
			{
				document.location.replace(this.getAttribute("redirectUrl"));
			}
		}return false;
	}
}; deconcept.SWFObjectUtil.getPlayerVersion = function()
{
	var _23 = new deconcept.PlayerVersion([0, 0, 0]); if(navigator.plugins&&navigator.mimeTypes.length)
	{
		var x = navigator.plugins["Shockwave Flash"]; if(x&&x.description)
		{
			_23 = new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/, "").replace(/(\s+r|\s+b[0-9]+)/, ".").split("."));
		}
	}else
	{
		if(navigator.userAgent&&navigator.userAgent.indexOf("Windows CE")>=0)
		{
			var axo = 1;
			var _26 = 3; while(axo)
			{
				try
				{
					_26++; axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash."+_26); _23 = new deconcept.PlayerVersion([_26, 0, 0]);
				}
				catch(e)
				{
					axo = null;
				}
			}
		}
		else
		{
			try
			{
				var axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");
			}
			catch(e)
			{
				try
				{
					var axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6"); _23 = new deconcept.PlayerVersion([6, 0, 21]); axo.AllowScriptAccess = "always";
				}
				catch(e)
				{
					if(_23.major==6)
					{
						return _23;
					}
				}try
				{
					axo = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
				}
				catch(e)
				{
				}
			}if(axo!=null)
			{
				_23 = new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));
			}
		}
	}
	return _23;
};
deconcept.PlayerVersion = function(_29)
{
	this.major = _29[0]!=null? parseInt(_29[0]): 0; this.minor = _29[1]!=null? parseInt(_29[1]): 0; this.rev = _29[2]!=null? parseInt(_29[2]): 0;
};
deconcept.PlayerVersion.prototype.versionIsValid = function(fv)
{
	if(this.major<fv.major)
	{
		return false;
	}
	if(this.major>fv.major)
	{
		return true;
	}
	if(this.minor<fv.minor)
	{
		return false;
	}
	if(this.minor>fv.minor)
	{
		return true;
	}
	if(this.rev<fv.rev)
	{
		return false;
	}
	return true;
};
deconcept.util =
{
getRequestParameter: function(_2b)
	{
		var q = document.location.search||document.location.hash; if(_2b==null)
		{
			return q;
		}
		if(q)
		{
			var _2d = q.substring(1).split("&"); for(var i = 0; i<_2d.length; i++)
			{
				if(_2d[i].substring(0, _2d[i].indexOf("="))==_2b)
				{
					return _2d[i].substring((_2d[i].indexOf("=")+1));
				}
			}
		}
		return "";
	}
}; deconcept.SWFObjectUtil.cleanupSWFs = function()
{
	var _2f = document.getElementsByTagName("OBJECT"); for(var i = _2f.length-1; i>=0; i--)
	{
		_2f[i].style.display = "none"; for(var x in _2f[i])
		{
			if(typeof _2f[i][x]=="function")
			{
				_2f[i][x] = function()
				{
				};
			}
		}
	}
};
if(deconcept.SWFObject.doPrepUnload)
{
	if(!deconcept.unloadSet)
	{
		deconcept.SWFObjectUtil.prepUnload = function()
		{
			__flash_unloadHandler = function()
			{
			};
			__flash_savedUnloadHandler = function()
			{
			};
			window.attachEvent("onunload", deconcept.SWFObjectUtil.cleanupSWFs);
		};
		window.attachEvent("onbeforeunload", deconcept.SWFObjectUtil.prepUnload); deconcept.unloadSet = true;
	}
}if(!document.getElementById&&document.all)
{
	document.getElementById = function(id)
	{
		return document.all[id];
	};
}var getQueryParamValue = deconcept.util.getRequestParameter;
var FlashObject = deconcept.SWFObject;
var SWFObject = deconcept.SWFObject;




