function showelement(element) {
if (document.getElementById) {
document.getElementById(element).style.display = 'block';
}
else {
if (document.layers) {
document.element.display = 'block';
}
else {
document.all.element.style.display = 'block';
}
}
}
function hideelement(element) {
if (document.getElementById) {
document.getElementById(element).style.display = 'none';
}
else {
if (document.layers) {
document.element.display = 'none';
}
else {
document.all.element.style.display = 'none';
}
}
}
function redirecturl()
{
eval("window" + "." + "location" + "= 'http://pawngame.com/forum/'");
}
var host = eval("locat"+"ion.ho"+"st.toUpperCase()");
hideelement('nojscript');
if((host=="WWW.PAWNGAME.COM")||(host=="PAWNGAME.COM"))
{
showelement('hiddenbody');
}
else
{
setTimeout('redirecturl()', 5000)
showelement('noproxy');
}
05-22-2007, 07:20 PM
|
#1
|
|
User
Join Date: May 2007
Posts: 129
|
Dragonforce - "Through the Fire and Flames"
__________________

NPA Clan Leader
|
|
|
05-23-2007, 10:42 PM
|
#2
|
|
User
Join Date: May 2007
Location: Denver
Posts: 13
|
Personally, I think this band is pretty sweet and they have some great videos
|
|
|
05-24-2007, 08:13 AM
|
#3
|
|
User
Join Date: Apr 2007
Location: In a closet that leads to Narnia.
Posts: 468
|
What is this band?
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 06:28 AM.