///////////////////////////////////////
// //
// Wimpy Button Maker //
// //
// By Mike Gieson //
// ©2006 Plain Inc. //
// Available at //
// www.wimpyplayer.com //
// //
///////////////////////////////////////
var wimpySwf = "http://media.bonnint.net/wimpy_button.swf";
function writeWimpyButton(theFile, wimpyWidth, wimpyHeight, wimpyConfigs){
var myid = Math.round((Math.random()*1000)+1);
var flashCode = "";
var newlineChar = "\n";
flashCode += ''+newlineChar;
//document.write('
')+newlineChar;
document.write(flashCode);
}