var params     = {};
var flashvars  = {};
var attributes = {};

/* 
  Parameters
  Distinct colours to see what's going on
*/
params.loop               = "true";
params.menu               = "true";
params.quality            = "autohigh"; // dunno if this does anything
params.bgcolor            = "transparent";
params.wmode 			  = "transparent";
params.allowfullscreen    = "true";
params.allowscriptaccess  = "always";


/* Redeclare width & height for IE
   Set the stage height 2px smaller
   than (displayheight plus controller)
   to remove that nasty bar at the bottom
*/
flashvars.width            = "75"; 
flashvars.height           = "75";
flashvars.usefullscreen    = "true";
flashvars.overstretch      = "true";
flashvars.thumbsinplaylist = "false";
flashvars.showicons        = "false";
flashvars.enablejs         = "true";
flashvars.javascriptid     = "mpl";
/* Embed the thing
   (shows all the parameters)
*/
swfobject.embedSWF("/flash/gc-clock.swf", "flash", "75", "75", "8", false, flashvars, params, attributes);