var so = new SWFObject( OBJECT + ".swf?" + '4', "customRightClick", "100%", "100%", "9", "#CCCCCC" );
var attributes = [ "quality", "high", "name", "customRightClick", "id", "customRightClick", "AllowScriptAccess", "always", "scale", "scale", "salign", "t", "wmode", "transparent", "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" );
