/************ These variables must be defined ************
var mblid = "2007120605425109"; // ID of your MBL account
var readerCount = "16"; // Number of readers that you would like to display
var communityCount = "10"; // For each of your readers the number of communites they are appart of to retrieve
var lineLength = "200"; // Length of the line in the community graph
var iconSize = "48" // Size of the reader icons (max: 48)
var width = "225"; // Width of control
var height = "300"; // Height of control
*/
var pw_mbl = "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" " +
                    "id=\"postWorthy_mblControl\" width=\"" + width + "\" height=\"" + height + "\" " +
                    "codebase=\"http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab\"> " +
                    "<param name=\"movie\" value=\"http://postworthy.com/swf/MBLwidget.swf\" /> " +
                    "<param name=\"quality\" value=\"high\" /> " +
                    "<param name=\"bgcolor\" value=\"#364565\" /> " +
                    "<param name=\"allowScriptAccess\" value=\"always\" /> " +
                    "<param name=\"wmode\" value=\"transparent\" /> " +
                    "<param name=\"allowFullScreen\" value=\"true\" /> " +
                    "<param name=\"FlashVars\" value=\"mblid=" + mblid + "&readercount=" + readerCount + "&communitycount=" + communityCount + "&linelength=" + lineLength + "&iconsize=" + iconSize + "\"/> " +
                    "<embed src=\"http://postworthy.com/swf/MBLwidget.swf\" quality=\"high\" bgcolor=\"#364565\" " +
                        "width=\"" + width + "\" height=\"" + height + "\" name=\"postWorthy\" align=\"middle\" " +
                        "play=\"true\" " +
                        "loop=\"false\" " +
                        "quality=\"high\" " +
                        "allowScriptAccess=\"always\" " +
                        "wmode=\"transparent\" " + 
                        "allowFullScreen=\"true\" " +
                        "flashvars=\"mblid=" + mblid + "&readercount=" + readerCount + "&communitycount=" + communityCount + "&linelength=" + lineLength + "&iconsize=" + iconSize + "\" " +
                        "type=\"application/x-shockwave-flash\" " +
                        "pluginspage=\"http://www.adobe.com/go/getflashplayer\"> " +
                    "</embed> " +
            "</object><br/><a href='http://www.mybloglog.com/buzz/yjoin/?ref_id=" + mblid + "&ref=w' target='_top'>Join this Community</a>";
document.write(pw_mbl);