Jump to content
You currently have javascript disabled. Several functions may not work. Please re-enable javascript to access full functionality.
yoshinaga hasn't added any friends yet.
19/01/2006, 17:15
19/01/2006, 17:11
18/01/2006, 23:41
18/01/2006, 23:35
<script language="javascript"> function load() { alert(screen.width + ' X '+ screen.height); } </script> <body onload="javascript:load()"> </body>