$(document).ready(function(){
        renkler = ["url(/images/linler/link_kirmizi.gif) no-repeat scroll 3px  5px transparent","url(/images/linler/link_yesil.gif) no-repeat 3px  5px","url(/images/linler/link_mavi.gif) no-repeat 3px  5px","url(/images/linler/link_sari.gif) no-repeat 3px  5px","url(/images/linler/link_pembe.gif) no-repeat 3px  5px"];
		$sayr=0;
        $(".dropdown li.real").each(function (i) { if($sayr==4){$sayr=0;}this.style.background =""+renkler[$sayr];$sayr++;});
		$(".dropdown2 li.real").each(function (i) { if($sayr==4){$sayr=0;}this.style.background =""+renkler[$sayr];$sayr++;});
		$(".dropdown li.real").hover(function(){$back=this.style.background;$background=this.style.background+" #873297 ";$background2=$background.replace("transparent", "");this.style.background=$background2;},function(){$background=this.style.background;this.style.background=$back ;
});


});



