// Twitter
	$(document).ready(function(){
        $(".tweet").tweet({
            username: ["dealeroccasions"],
			count: 3,
			fetch: 10,
			refresh_interval: 60,
			template: "{text}"
        }).bind("loaded",function(){$(this).find("a").attr("target","_blank");});

    });
