
jQuery(function(){
    var SelfLocation = window.location.href.split('?');
    switch (SelfLocation[1]) {
        case "justify_right":
        jQuery(".megamenu").megamenu({ 'justify':'right' });
        break;
        case "justify_left":
        default:
        jQuery(".megamenu").megamenu();
    }
});

$(window).load(function() {
    $('#slider').nivoSlider({
        effect: 'fade',
        pauseTime: 7000
    });
});

$(document).ready(function() {            
    $('#tools').click(function() {
        $('#subTools').animate({
            height: 'toggle'
        });
    });
	
	var htmlStr = $('#ou-link').html();
	$('#directedit').html(htmlStr);
	
});

