mau tnya nich bner ap ga ya code na sih cupu nich ru bljr, mohon bantuan ya kk skalian
<html>
<head>
<title>welcome ArAbAsTa </title>
<META NAME="Generator" CONTENT="EditPlus">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style>
<!--
.intro{
position:absolute;
left:0;
top:0;
layer-background-color:black;
background-color:black;
border:0.1px solid black;
z-index:10;
}
-->
</style>
</head>
<body bgcolor='#000000'>
<script type="text/javascript">
/*
Simple Image Trail script- By JavaScriptKit.com
Visit
http://www.javascriptkit.com for this script and more
This notice must stay intact
*/
var trailimage=["http://img176.imageshack.us/img176/9751/0102qr1.jpg", 100, 91] //image path, plus width and height
var offsetfrommouse=[10,-20] //image x,y offsets from cursor position in pixels. Enter 0,0 for no offset
var displayduration=0 //duration in seconds image should remain visible. 0 for always.
if (document.getElementById || document.all)
document.write('<div id="trailimageid" style="position:absolute;visibility:visible;left:0px;top:0px;width:1px;height:1px"><img src="'+trailimage[0]+'" border="0" width="'+trailimage[1]+'px" height="'+trailimage[2]+'px"></div>')
function gettrailobj(){
if (document.getElementById)
return document.getElementById("trailimageid").style
else if (document.all)
return document.all.trailimagid.style
}
function truebody(){
return (!window.opera && document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
function hidetrail(){
gettrailobj().visibility="hidden"
document.onmousemove=""
}
function followmouse(e){
var xcoord=offsetfrommouse[0]
var ycoord=offsetfrommouse[1]
if (typeof e != "undefined"){
xcoord+=e.pageX
ycoord+=e.pageY
}
else if (typeof window.event !="undefined"){
xcoord+=truebody().scrollLeft+event.clientX
ycoord+=truebody().scrollTop+event.clientY
}
var docwidth=document.all? truebody().scrollLeft+truebody().clientWidth : pageXOffset+window.innerWidth-15
var docheight=document.all? Math.max(truebody().scrollHeight, truebody().clientHeight) : Math.max(document.body.offsetHeight, window.innerHeight)
if (xcoord+trailimage[1]+3>docwidth || ycoord+trailimage[2]> docheight)
gettrailobj().display="none"
else
gettrailobj().display=""
gettrailobj().left=xcoord+"px"
gettrailobj().top=ycoord+"px"
}
document.onmousemove=followmouse
if (displayduration>0)
setTimeout("hidetrail()", displayduration*1000)
</script>
<center><br><TABLE BORDER=7 CELLSPACING=5 CELLPADDING=5 WIDTH=100%>
<TR HEIGHT=180>
<TD WIDTH100 ALIGN=CENTER BGCOLOR=#000000><img src="http://img176.imageshack.us/img176/9751/0102qr1.jpg" border="0"><br><br><MARQUEE WIDTH="80%"><font size="3" color="#CC0000" face="Trebuchet MS"><b>Welcome Di arabasTa.......kalo loe mau masuk jngn lpa coment ..ichigo jurosaki </b></font> <img src="<a href="http://s228.photobucket.com/albums/ee243/Sasuke_U18/?action=view¤t=Ichigo.gif" target="_blank"><img src="http://i228.photobucket.com/albums/ee243/Sasuke_U18/Ichigo.gif" border="0" alt="ICHIGO BANKAI"></a>" border="0" alt="Photobucket"></a></marquee></TD>
</TR>
</TABLE>
<TABLE BORDER=7 CELLSPACING=5 CELLPADDING=5 WIDTH=100%>
<TR HEIGHT=115>
<TD WIDTH=5% ALIGN=CENTER VALIGN=MIDDLE BGCOLOR=#0000 "http://inlinethumb40.webshots.com/19559/2113107300101883851S600x600Q85.jpg" /></a></TD>
</TR>
<TR HEIGHT=115>
<TD WIDTH=30% ALIGN=CENTER BGCOLOR=#000000><a href="http://profiles.friendster.com/58004452"><img src="http://inlinethumb40.webshots.com/19559/2113107300101883851S600x600Q85.jpg" border="0"></a></TD>
</TR>
</TABLE>
</center>
<div id="i1" class="intro"></div><div id="i2" class="intro"></div><div id="i3"
class="intro"></div><div id="i4" class="intro"></div><div id="i5" class="intro"></div><div
id="i6" class="intro"></div><div id="i7" class="intro"></div><div id="i8" class="intro"></div>
<script language="JavaScript1.2">
/*
Left-Right Stripy Curtain Script- © Dynamic Drive (
www.dynamicdrive.com)
For full source code, 100's more free DHTML scripts, and TOS,
visit
http://www.dynamicdrive.com
*/
var ns4=document.layers?1:0
var ie4=document.all?1:0
var ns6=document.getElementById&&!document.all?1:0
var speed=20
var temp=new Array()
var temp2=new Array()
if (ns4){
for (i=1;i<=8;i++){
temp[i]=eval("document.i"+i+".clip")
temp2[i]=eval("document.i"+i)
temp[i].width=window.innerWidth
temp[i].height=window.innerHeight/8
temp2[i].top=(i-1)*temp[i].height
}
}
else if (ie4||ns6){
var clipright=ns6?window.innerWidth:document.body.clientWidth
clipleft=0
for (i=1;i<=8;i++){
temp[i]=ns6?document.getElementById("i"+i).style:eval("document.all.i"+i+".style")
temp[i].width=ns6?window.innerWidth-15:document.body.clientWidth
temp[i].height=ns6?window.innerHeight/8:document.body.offsetHeight/8
temp[i].top=(i-1)*parseInt(temp[i].height)
}
}
function openit(){
window.scrollTo(0,0)
if (ns4){
for (i=1;i<=8;i=i+2)
temp[i].right-=speed
for (i=2;i<=8;i=i+2)
temp[i].left+=speed
if (temp[2].left>window.innerWidth)
clearInterval(stopit)
}
else if (ie4||ns6){
clipright-=speed
for (i=1;i<=8;i=i+2){
temp[i].clip="rect(0 "+clipright+" auto 0)"
}
clipleft+=speed
for (i=2;i<=8;i=i+2){
temp[i].clip="rect(0 auto auto "+clipleft+")"
}
if (clipright<=0){
if (ns6){
for (i=1;i<=8;i++)
temp[i].display="none"
}
clearInterval(stopit)
}
}
}
function gogo(){
stopit=setInterval("openit()",100)
}
gogo()
</script>
</body>
</html>