var so = new SWFObject( OBJECT + ".swf?" + Math.random()*100, "customRightClick", "100%", "100%", "9", "#000000" );
var attributes = [ "quality", "high", "name", "customRightClick", "id", "customRightClick", "allowScriptAccess", "always", "scale", "noscale", "salign", "t", "wmode", "transparent", "allowFullScreen", "true", "menu", "false", "variable1", "value1" ];
for( var a = 0; a < ( attributes.length / 2 ); a++ )
{
	so.addParam( attributes[ ( a * 2 ) ], attributes[ ( a * 2 ) + 1 ] );
};
so.write( "flashcontent" );
