script type="text/javascript">
//created by Holysavior of ZBCode and Javascriptin.com
if(location.href.match(/\/post\//i) )
{
$("#c_bbcode").append("")
$("#flash").insertBefore("#c_bbcode select");
function workflash()
{
var width = prompt("Bạn hãy nhập vào chiều rộng của video:");
var height = prompt("Bạn hãy nhập vào chiều cao của video:");
var url = prompt("Bạn hãy nhập vào Link của video:");
document.forms['posting'].post.value="[flash="+width+","+height+"]"+url+"[/flash]"
}
}