bIsPathTranslated = true;sGetPathVar = "do";
customTinyMCE_init('maintext');
function getContent(page, params, elementid)
{
//params has to have following format
//i.e.: c=1&id=3....
//page is the server side script. include full path
//i.e. ../scripts/myscript.php
//Clear our fetching variable
var xmlhttp=false;
//Try to create active x object
try {xmlhttp = new ActiveXObject('Msxml2.XMLHTTP');}
catch (e)
{
try {xmlhttp = new ActiveXObject('Microsoft.XMLHTTP');}
catch (E)
{
xmlhttp = false;
}
}
if (!xmlhttp && typeof XMLHttpRequest!='undefined')
{
xmlhttp = new XMLHttpRequest();
}
//This is the path to the PHP file on the server
var file = page+params;
//Open the file through GET, and add the page we want to retrieve as a GET variable
xmlhttp.open('GET', file, true);
xmlhttp.onreadystatechange=function()
{
if(xmlhttp.readyState==1)
if(document.getElementById(elementid))
document.getElementById(elementid).innerHTML = document.getElementById(elementid).innerHTML;
if(xmlhttp.readyState==4)
{
//Make sure there is something in the content variable
var content = xmlhttp.responseText;
//The content data which has been retrieved
if( content )
{
//Change the inner content of your div to the newly retrieved content
if(elementid != "undifined" && document.getElementById(elementid).innerHTML != content)
document.getElementById(elementid).innerHTML = content;
}
}
}
//Nullify the XMLHttpRequest
xmlhttp.send(null)
setTimeout('getContent("http://www.drawingnow.com/alert/", "check_true", "numEm")', 10000);
return;
}
getContent("http://www.drawingnow.com/alert/", "check_true", "numEm");
There are ( ...Load... ) messages in your inbox
LIVE CHAT |
IM LIST |
BOOKMARK US |
HELP |
LOGOUT
gaara5452882
o im not 25 im 14 name matthew ochoa
ONLINE
male
25 years old
United States

[ 152 ]
Referrals: 0
MY DETAILS
MEMBER SINCE:
09/27/2007
STAR SIGN:
Cancer
LAST LOGIN:
09/27/2007 19:10:52
MY RATING:
0.00
MY BLOGS
RECENT VISITORS
ABOUT ME
MY GALLERY
MY TOP FRIENDS
gaara5452882 has 42 friend(s)
VIEWING 1 - 10 OUT OF 46 COMMENTS
Page:
1 |
2 |
3 |
4 |
5 |
Next > Last >>
NEXT PAGE
10/17/2007 18:58:30
hey waz up i am sorry i have not stop bye i came to say waz up how are you doing i hope you have a great day
10/08/2007 20:51:08
awesome man look forawrd to seeing ur character profile up soon!!! u dont have to do it all at once u can always edit it later.
10/08/2007 18:26:01
you get to make up your own character and all that, its in the forum he needs like 15 peeps.
10/08/2007 18:26:00
nope not bad at all!!! i'm ok for a 14er but my problem is i have no imagination lol
10/08/2007 18:14:24
O.O holy shnitters!!!! i can only do a picture a day!!!! the only reason i got alot on here is because they where from along time ago!! dang your good lol
10/08/2007 18:11:13
hey join the naruto role play
10/08/2007 18:08:24
your welcome you did really good! yeah i hate how pictures take so long to do!
10/08/2007 11:55:03
hey ya
10/08/2007 10:36:04
yeah my bad roleplay section is up in forums in magna and anime check it
10/08/2007 09:50:45
hey man check out my new slideshow of pictures on my page nd let me know what u think, oh and chekc out new roleply were starting up, would be good if u could join up =]
Page:
1 |
2 |
3 |
4 |
5 |
Next > Last >>
NEXT PAGE
urchinTracker();