var r = Math.floor((Math.random() * 10000));

document.writeln('<object');
document.writeln('	classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
document.writeln('	codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"');
document.writeln('	width="250"');
document.writeln('	height="166"');
document.writeln('>');
document.writeln('<param name="allowScriptAccess" value="sameDomain" />');
document.writeln('<param name="movie" value="/digest/shobi_player_category.swf?'+r+'" />');
document.writeln('<param name="quality" value="high" />');
document.writeln('<param name="bgcolor" value="#ffffff" />');
document.writeln('<param name="wmode" value="opaque" />');
document.writeln('<param name="FlashVars" value="jsonurl=' + clip_category + '" />');
document.writeln('<embed');
document.writeln('	src="/digest/shobi_player_category.swf?'+r+'"');
document.writeln('	quality="high"');
document.writeln('	bgcolor="#ffffff"');
document.writeln('	width="250"');
document.writeln('	height="166"');
document.writeln('	wmode="opaque"');
document.writeln('	allowScriptAccess="sameDomain"');
document.writeln('	type="application/x-shockwave-flash"');
document.writeln('	pluginspage="http://www.macromedia.com/go/getflashplayer"');
document.writeln('	FlashVars="jsonurl=' + clip_category + '" />');
document.writeln('</object>');
