$(document).ready(function(){$('#horo-block div.dscr').hide();$('#horo-daily').show();$('#horo-block ul li a').click(function(){$('#horo-block ul li').removeClass('act');$(this).parent().addClass('act');$('#horo-block div.dscr').hide();$('#horo-block '+$(this).attr('href')).show();return false});$(function(){$("select#horoSign-daily").change(function(){updateData('daily',$(this).val())})});$(function(){$("select#horoSign-daily").change(function(){updateData('daily',$(this).val())})});$(function(){$("select#horoSign-biz").change(function(){updateData('biz',$(this).val())})});$(function(){$("select#horoSign-love").change(function(){updateData('love',$(this).val())})});$(function(){$("select#horoSign-kulinar").change(function(){updateData('kulinar',$(this).val())})})});function updateData(t,v){$('#loading-horo').show();var wURL='/get/horoscope/'+t+'/'+v;$.getJSON(wURL,null,function(horo){$("#horo-"+t+" p").html(horo['description']);$("#horo-"+t+" img").attr('src',"http://img.all-news.biz/horo/"+t+"/"+horo['horo_pic']);$('#loading-horo').hide()})}
