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

//jQuery(document).ready(function() {
jQuery(window).load(function() {
//    alert('OK1');
  jQuery('#spashscreen').fadeOut(2000, function() {
    // Animation complete.
//    alert('OK1');
  });
});

