function jsScrollTo(){var route=$("#scValue").val();if(route.match("home")==null){$("html").scrollTo(500)}}function clearForms(idForm){var ele=parent.document.getElementById(idForm);alert(ele);$(ele).find(':input').each(function(){alert(this.type);switch(this.type){case'password':case'select-multiple':case'select-one':case'text':case'textarea':$(this).val('');break;case'checkbox':case'radio':this.checked=false}})}$(window).load(function(){$('#slider').nivoSlider()});  	
