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

    });
