function writeTwitterPartyBadge (badgeWidth,badgeHeight,userID,userName,displayName,color1,color2,textColor1,textColor2,backgroundColor){
document.write (‘
Flash Player 9 is required.
Get it here.‘)
var so = new SWFObject(“http://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.write(“flashcontent”);
document.write(‘

‘)
}
writeTwitterPartyBadge(200,400,626713,”james6323″,”james smith”,”0xFFFFCE”,”0xFCE7CC”,”0x4A396D”,”0xBA0909″,”0x92E2E5″)












