﻿var $j = jQuery.noConflict();

jQuery(document).ready(function() {

  //  $j("#Message").fadeIn(1500);
  //  $j("#Message").animate({ backgroundcolor: "#C1F0FF" }, 4500, "swing");

 //   setTimeout( 'goOut()' ,5500);

});


function goOut() {

    $j("#Message").animate({ left: "422px", height: "128px", width: "302px" }, { queue: false, duration: 2800, easing: "swing" });
    $j("#imgMess").animate({ height: "90px", width: "292px" }, 2900, "linear");


}
      
  