//var j = jQuery.noConflict(); jQuery(document).ready(function() { new TWTR.Widget({ profile: true, id: 'twtr', loop: true, width: 265, height: 200, theme: { shell: { background: 'transparent', color: '#000' }, tweets: { background: 'transparent', color: '#ccc', links: '#cccccc' } } }).render().setProfile('richtelford').start(); });