$(document).ready(function(){		
	if (document.getElementById("home")) {
		$('#tweets').getTweets('compassregina');
		}
	else {}
});
