﻿$(document).ready(function(){var b="yes";a();function a(){setTimeout(function(){$("#live").animate({left:"-254"},400).animate({left:"-254"},400)},1800);if(b=="yes")$("#live").hover(function(){$(this).stop().animate({left:"0"},400)},function(){$(this).stop().animate({left:"-254px"},400).animate({left:"-254"},400)});else $("#live").hide()}})
