jQuery.noConflict();
jQuery(document).ready(function($) {
    $("#ctl00_ddlwebsites").msDropDown();
});



jQuery.noConflict();
jQuery(document).ready(function($) {
					
					$('ul#allproban').innerfade({
						speed: 500,
						timeout: 5000,
						type: 'sequence',
						containerheight: '135px'
					});




					jQuery.noConflict();
					jQuery(document).ready(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);
            });
            
        });
        jQuery.noConflict();
        jQuery(document).ready(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();
        });
});

jQuery.noConflict();
jQuery(document).ready(function($) {

                        $('ul#valcust').innerfade({

                                    animationtype: 'slide', 

                                    speed: 750, 

                                    timeout: 2000, 

                                    type: 'random', 

                                    containerheight: '100px' 

                        }); 

});


