/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

$(document).ready(function() {
 
        
        $("#page_internal").slideDown({
        duration: 4000, 
	easing: 'easeInBack'
        }); 
        
	
});

