// JavaScript Document
function gonder(vari){
	
	//self.location="ticari.html?type=one";
	alert(vari+'Ticari html sayfasıne yönlendiriliyor')
	
	}
	
	function URL($gelen){
			self.location="index_"+$gelen+".html";

		
	}
	
	function Redirect($rt){

		if($rt=="seri_ilan.html"){
	self.location="add_ilan_seri.html";
		}else if($rt=="ticari_ilan.html"){
			self.location="add_ilan_ticari.html";
			}else if($rt=="sosyal_ilan.html"){
				self.location="add_ilan_sosyal.html";
				}else if($rt=="insan_kaynaklari.html"){
					self.location="add_ilan_ticari.html";
					}else if($rt=="cerceveli_ilan.html"){
						self.location="add_ilan_ticari.html";
						}else if($rt=="iste_insan.html"){
							self.location="add_ilan_ticari.html";
							}
	}
	function  yonlendir($url){
		if($url=="geri"){
			self.location="index.html";
			}
		if($url=="anasayfa"){
		self.location="index.html";
		}else if($url=="firmamiz"){
		self.location="firma.html";
		}else if($url=="odemebilgileri"){
		self.location="odemebilgileri.html";
		}else if($url=="avantajlar"){
         self.location="avantajlar.html";			
		}else if($url=="yetkibelgelerimiz"){
		self.location="yetkibelgelerimiz.html";	
		}else if($url=="iletisim"){
		self.location="iletisim.html";
		}else if($url=="seri-ilan"){
		self.location="seri-ilan.html";
		}else if($url=="fiyatVeKampanya"){
		self.location="fiyatvekampanya.html";	
		}else if($url=="insankaynaklari"){
		self.location="insankaynaklari.html";	
		}else if($url=="sosyalilan"){
		self.location="sosyalilan.html";
		}else if($url=="ticariIlan"){
		self.location="ticariilan.html";
		}else if($url=="InsertDagitim"){
		self.location="insertdagitim.html";	
		}else if($url=="MevzuatIlanlari"){
		self.location="mevzuatilanlari.html";
		}else if($url=="DergilereReklam"){
		self.location="#";
		}else if($url=="banner"){
		self.location="#";	
		}else if($url=="ornek-seriIlan"){
		self.location="ornek-seriilan.html";
		}else if($url=="ornekInsanKaynaklari"){
		self.location="ornek-insankaynaklari.html";
		}else if($url=="ornekTicariIlan"){
		self.location="ornek-ticariilan.html";
		}else if($url=="ornekSosyalIlan"){
		self.location="ornek-sosyalilan.html";
		}else if($url=="ornekMevzuatIlan"){
		self.location="ornek-mevzuatilan.html";
		}else if($url=="ornekLinkler"){
		self.location="linkler.html";
		}else if($url=="yeni-uyelik"){
			self.location='$yeni-uyelik.html';
	    }else if($url=="forgot-password"){
			self.location="unforgotten_password.html";
		}else if($url=="kullanici-bilgileri"){
			self.location="$kullanici-bilgileri.html";
		}else if($url=="iletisim-bilgileri"){
			self.location="$iletisim-bilgileri.html";
		}else if($url=="fatura-bilgileri"){
		    self.location="$fatura-bilgileri.html";	
		}else if($url=="yeni-ilan"){
			self.location="yonlendir.html?location=add_ilan.html";
		}else if($url=="yonetici-onayi"){
			self.location="$yonetici-onayi.html";
		}else if($url=="tum-ilanlar"){
			self.location="$tum_ilanlar.html";
		}else if($url=="ilan-goster"){
			self.location="$ilan_goster.html";
		}else if($url=="uyeleri-listele"){
			self.location="$uyeleri-listele.html";
		}else if($url=="uye-olmayan-musterileri-listele"){
			self.location="$no-uyeleri-listele.html";
		}else if($url=="onay-bekleyen-ilanlar"){
			self.location="$onay-bekleyen-ilanlar.html";
		}else if($url=="odeme-bekleyen-ilanlar"){
			self.location="$odeme-bekleyen-ilanlar.html";
		}else if($url=="gazete-islemleri"){
			self.location="$gazete-olustur.html";
		}else if($url=="kategori-olustur"){
			self.location="$kategori-olustur.html";
		}else if($url=="yayin-bolgeleri"){
			self.location="$yayin_bolgeleri.html";
		}else if($url=="sifre-degistir"){
			self.location="$sifre_degistir.html";
		}else if($url=="submit"){
			self.location="$ilan_goster.html";
			}
			
		}
