<html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”en” lang=”en”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″ />
<title>Twitter Party Badge</title>
<script type=”text/javascript” src=”http://static.twitter.com/javascripts/swfobject.js”></script>
<script>
function writeTwitterPartyBadge (badgeWidth,badgeHeight,userID,userName,displayName,color1,color2,textColor1,textColor2,backgroundColor,textSize){
document.write (‘<div id=”flashcontent” style=”width: ‘+badgeWidth+’px;height: ‘+badgeHeight+’px;text-align: center;margin: 15px 20px;”><strong>Flash Player 9 is required.<br><a href=”http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash”>Get it here.</a></strong>’)
var so = new SWFObject(“http://static.twitter.com/flash/twitter_timeline_badge.swf“, “twitter_timeline_badge”, badgeWidth, badgeHeight, “9.0.0″, backgroundColor, false);
so.addVariable(“user_id”,userID);
so.addVariable(“color1″,color1);
so.addVariable(“color2″,color2);
so.addVariable(“textColor1″,textColor1);
so.addVariable(“textColor2″,textColor2);
so.addVariable(“backgroundColor”,backgroundColor);
so.addVariable(“textSize”,textSize);
so.write(“flashcontent”);
document.write(‘<br><a style=”font-size: 10px; text-decoration: none” href=”http://static.twitter.com/’+userName+’”><img src=”http://static.twitter.com/images/twitter_bubble_logo.gif” border=”0″ /></a></div>’)
}
</script>
</head>
<body>
<script>writeTwitterPartyBadge(200,400,17778234,”carlosheadly”,”carlosheadly”,”0xFFFFCE”,”0xFCE7CC”,”0x4A396D”,”0xBA0909″,”0x92E2E5″,”10″)</script>
</body>
</html>