 
<!-- 
/* Music, Video, Flash, Background & Iframe Tags By [Damour.de.vu] 
*/ 
var Tags = new Array(); 

Tags[0] = new Array( 

/\[bg\](.*)\[\/bg\]/, 
/\[iframe\](.*)\[\/iframe\]/, 
/\[flash\](.*)\[\/flash\]/, 
/\[video\](.*)\[\/video\]/, 
/\[music\](.*)\[\/music\]/); 

Tags[1] = new Array('<table width="100%"><tr><td class="damourbg" background="$1">','<iframe src="$1" width=525 height=380 scrolling="yes" frameborder="1"></iframe>','<center><table border="2" cellspacing="10" cellpadding="0"><tr><td><embed height=370 src="$1" width=495 quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></td></tr></table>','<center><table border="2" cellspacing="10" cellpadding="0"><tr><td><embed height=380 src="$1" width=495 autostart="false" loop="true" hidden="false"></td></tr></table></center>','<table align="center" background="http://img340.imageshack.us/img340/8207/brnghenhachebevf7.jpg" width=351 height=190><tr><td><br><br><br><center><br><br><br><embed src="$1" ShowControls=1 ShowDisplay=0 ShowStatusBar=1 loop=-1 width=294 height=65></embed><br><br></td></tr></table>

if (location.href.match('showtopic=') || location.href.match('act=Msg')|| location.href.match('act=Post')|| location.href.match('act=ST')|| location.href.match('index.php?')) { 
TDS = document.getElementsByTagName('TD'); 
for(i=0;i<TDS.length;i++){ 

if (TDS[i].className == "post1" || TDS[i].className == "post2" || TDS[i].className == "row1") { 
 for (p = 0; p < Tags[1].length; p++) { 
   TDS[i].innerHTML = TDS[i].innerHTML.replace(Tags[0][p], Tags[1][p]); 
 } 
 } 

} 
} 
//--> 
