
$(document).ready(function(arg) {
						  $("body select").msDropDown();
						   })
$(function(){
	$("ul#ticker01").liScroll({travelocity: 0.02});
});


$(function(){
$('ul#portfolio').innerfade({
						speed: 1000,
						timeout: 5000,
						type: 'sequence',
						containerheight: '200px'
					});
					});
					
	$(function() {
    swapValues = [];
    $(".txtQueryText").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]);
            }
        });
    });
});


	$(function() {
	$(".newsticker-jcarousellite").jCarouselLite({
		vertical: true,
		hoverPause:true,
		btnNext: ".next",
		btnPrev: ".prev",
		visible: 3,
		auto:500,
		speed:1000
	});
	$(document).ready(function(){
            $("#sharebox").sharebox();
			
        });
});