 |
Announcements & News
Find the latest information about the board here.
|
No Posts in Forum
|
| 0 viewers |
Topics: 0 |
Replies: 0 |
 |
Questions and Answers
Is there something you don't really understand? Don't hesitate and ask us.
|
No Posts in Forum
|
| 0 viewers |
Topics: 0 |
Replies: 0 |
 |
Welcomes and Farewells
Say hi, welcome new members, properly say bye to ones leaving.
|
No Posts in Forum
|
| 0 viewers |
Topics: 0 |
Replies: 0 |
|
|
Login to post a message Refresh · Archive |
script type="text/javascript">
/* created by Holysavior of ZNR
Shoutbox on all pages */
if(!location.href.match(/index/i)){
$.get(main_url,function(sb) {
var thebox = $("#shoutwrap",sb).parent().html();
$("#main").prepend("
"+thebox+"
");
$("#shoutpost").submit(function() {
var txt = $("#shoutpost :text");
shoutPost(txt.val());
txt.val('');
return false;
});
$("#shoutrefresh").click(shoutGrab);
});
}