/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

var js_path = '/public/js/';

head.js(js_path+"jquery.js", js_path+"jquery.nivo.slider.pack.js", js_path+"jquery.XYTipsWindow.min.2.8.js", js_path+"thebox.js?id="+parseInt(Math.random()*9999+1));

head.ready(function() {
    
    $("#top").load('/common/gheader?url='+document.URL+'&id='+parseInt(Math.random()*9999+1));
    
    $("#indexloginboxl").load('/common/glogin?url='+document.URL+'&id='+parseInt(Math.random()*9999+1));
    
    $('#slider').nivoSlider({directionNav:false,directionNavHide:false,controlNav:false,pauseTime: 6000}); 
    
    thebox();
    
    head.js(js_path+"StoT.js");
   
});

