//	scripts for fromblankpages.com
//	I adapted these from other sites/tutorials, so, by all means, steal away.
	
//	get twitter feed (seaofclouds.com)
$(document).ready(function(){
        $(".sidebar_tweet").tweet({
            username: "fromblankpages",
            avatar_size: 32,
            count: 5,
            loading_text: "loading tweets..."
        });
    });

$(document).ready(function(){
        $(".tweet").tweet({
            username: "fromblankpages",
            avatar_size: 32,
            count: 1,
            loading_text: "loading tweets..."
        });
    });



