$(document).ready(function(arg) {
    $("#ctl00_ddlwebsites").msDropDown();
});
$(document).ready(function() {
    $("#myController").jFlow({
        slides: "#slides",
        controller: ".jFlowControl",
        slideWrapper: "#jFlowSlide",
        selectedWrapper: "jFlowSelected",
        auto: true,
        width: "670px",
        height: "244px",
        duration: 400,
        prev: ".jFlowPrev",
        zIndex: -1,
        next: ".jFlowNext"
    });

});
$(document).ready(
				function(){
					
					$('ul#allproban').innerfade({
						speed: 500,
						timeout: 5000,
						type: 'sequence',
						containerheight: '135px'
					});
			
	
 
    
        $(function() {
	$(".newsticker-jcarousellite").jCarouselLite({
		vertical: true,
		hoverPause:true,
		btnNext: ".next",
		btnPrev: ".prev",
		visible: 3,
		auto:500,
		speed:1000
	});
	

            
            $("#slide-jump").click(function(){
                $('.anythingSlider').anythingSlider(6);
            });
            
        });
		$(function(){
	

				$('#tabs').tabs( {fx: { opacity: 'toggle', duration:'slow' } });
				

				$('#dialog_link, ul#icons li').hover(
					function() { $(this).addClass('ui-state-hover'); }, 
					function() { $(this).removeClass('ui-state-hover'); }
				);
				
			});

	$(function() {
    swapValues = [];
    $(".swap_value").each(function(i){
        swapValues[i] = $(this).val();
        $(this).focus(function(){
            if ($(this).val() == swapValues[i]) {
                $(this).val("");
            }
        }).blur(function(){
            if ($.trim($(this).val()) == "") {
                $(this).val(swapValues[i]);
            }
        });
    });
});
	
	$(document).ready(function(){
            //$("#sharebox").sharebox();
			//$("#sharebox2").sharebox();
        });
});

$(document).ready(function(){

                        $('ul#valcust').innerfade({

                                    animationtype: 'slide', 

                                    speed: 750, 

                                    timeout: 2000, 

                                    type: 'random', 

                                    containerheight: '100px' 

                        }); 

});


