jQuery(document).ready(function(){
	jQuery('.d_zone').selectmenu({style:'dropdown'});
	jQuery('.sidebar input').focus(function(){
		if(this.value=='password'){ this.value=''; }
	});
	jQuery('#scroll').hide();
	jQuery('input[name=choice1]').radioSlider({sliderID: "scroll"});
	$("#slider").smoothDivScroll({mouseDownSpeedBooster: 2, scrollingSpeed: 7});
});
