/*--- Avanquest WebEasy Custom Script ---*/

<div id="twtr-profile-widget"></div> 
<script src="http://widgets.twimg.com/j/1/widget.js"></script> 
<link href="http://widgets.twimg.com/j/1/widget.css" type="text/css" rel="stylesheet"> 
<script> 
new TWTR.Widget({ 
  profile: true, 
  id: 'twtr-profile-widget', 
  loop: true, 
  width: 250, 
  height: 230, 
  theme: { 
    shell: { 
      background: '#3082af', 
      color: '#ffffff' 
    }, 
    tweets: { 
      background: '#ffffff', 
      color: '#444444', 
      links: '#1985b5' 
    } 
  } 
}).render().setProfile('CRIMSON_LIVE').start(); 
</script>

/*--- EndOfFile ---*/
