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');
}
06-02-2007, 02:21 AM
|
#1
|
|
User
Join Date: Mar 2007
Location: Santa Rosa California
Clan Name: Redemption (4 Life)
Posts: 1,699
|
Everyone can join the Warhawk beta!
|
|
|
06-02-2007, 01:06 PM
|
#2
|
|
User
Join Date: Mar 2007
Location: Inside your computer.
Clan Name: N/A
Posts: 214
|
Oh my...
I dont have a ps3, but ive heard something about WarHawk...
Hmmmm, PS3 Proxy program? Transfer Files wirelessly?
Sounds like a great homebrew oppertunity to me.
__________________
Too bad I didn't read this thread. Yeah, too bad.
|
|
|
| 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 04:23 AM.