	$(document).ready(function(){

getTwitters('tweet', {
  id: 'shworldwide',
  count: 2,
  enableLinks: true,
  ignoreReplies: true,
  clearContents: true,
  template: '"%text%" <a href="http://twitter.com/%user_screen_name%/statuses/%id%/">%time%</a>'
});
	});



$(document).ready( function(){
       $("a[href^='http://'],a[href^='https://']").attr('target', '_blank');
});