Forum Url:
http://pgdl.smfforfree2.comThis is the code what i putted but i think that need another new one with new codes ...
For the box to be under ads and to work marquees
<script type='text/javascript'>
//Code here by slayer766
//from thecodingzone.com
News="Welcome to the Professional Gamers DotA League Forum!<br />Click on one of the clickables to reveal more information.<br />Enjoy the board!"
document.write('<div class="catbg"><img src="http://209.85.62.23/style_images/1/nav_m.gif"> <i>Announcements</i></div><div class="titlebg"><a href="javascript:Click0();"><span style="color:gray">Battle: GG.Troll vs Bloody_Pinceta</span></a> | <a href="javascript:Click1();"><span style="color:gray">News Title Here2</span></a> | <a href="javascript:Click2();"><span style="color:gray">News Title Here3</span></a> | </div><div class="tborder" align="center"><span id="section">'+News+'</span><br /></div><br />');
function Click0(){
document.getElementById("section").innerHTML="<marquee>GG.Troll won with 2:1</marquee><br /><div align='right'><a href='javascript:Close0();'><b>Close</b></div>"
}
function Close0(){
document.getElementById("section").innerHTML=News
}
function Click1(){
document.getElementById("section").innerHTML="Text Here2<br /><div align='right'><a href='javascript:Close1();'><b>Close</b></div>"
}
function Close1(){
document.getElementById("section").innerHTML=News
}
function Click2(){
document.getElementById("section").innerHTML="Text Here3<br /><div align='right'><a href='javascript:Close2();'><b>Close</b></div>"
}
function Close2(){
document.getElementById("section").innerHTML=News
}
</script>
TNX Moose