$(function(){
	var loadSwfBg = Math.floor(Math.random()*7)+1;
	$('#playswf').css({"background-image":"url(/images/00"+loadSwfBg+".jpg)"});
	$('#annucount').mouseover(function () {
            this.stop();
        }).mouseout(function () {
            this.start();
        }); 
})