jQ(function(){
	if(typeof(tw_widg_uname)=='undefined' || tw_widg_uname == '')
	{
		jQ('#twtr-profile-widget').html('<div id="twtr-profile-widget-def">Please Configure Object</div>');
		return;
	}	
	new TWTR.Widget({
	  profile: true,
	  id: 'twtr-profile-widget',
	  loop: true,
	  width: tw_widg_width,
	  height: tw_widg_height,
	  theme: {
	    shell: {
	      background: tw_widg_sh_back,
	      color: tw_widg_sh_text
	    },
	    tweets: {
	      background: tw_widg_backcolor,
	      color: tw_widg_color,
	      links: tw_widg_links
	    }
	  }
	}).render().setProfile(tw_widg_uname).start();
});
