View Single Post
Old Jun 18th, 2005, 12:50 AM   #3
CrAzY_J
Newbie
 
Join Date: May 2005
Posts: 29
Rep Power: 0 CrAzY_J is on a distinguished road
Send a message via MSN to CrAzY_J
<script type='text/javascript'>
var iP=document.createElement('input');
iP.setAttribute('type','button');
iP.setAttribute('value','Rawr');
iP.onClick=iHateU();
function iHateU(){
document.location="www.pr0n.com";
}
document.body.appendChild(iP);
</script>
CrAzY_J is offline   Reply With Quote