
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<META http-equiv=Page-Enter content=BlendTrans(Duration=1.5)>
<META http-equiv=Site-Exit content=BlendTrans(Duration=1.5)>
<title>....naruto....</title>
<STYLE TYPE="text/css">
BODY {SCROLLBAR-FACE-COLOR: 443E7D;
SCROLLBAR-HIGHLIGHT-COLOR: 443E7D;
SCROLLBAR-SHADOW-COLOR:9E95F1;
SCROLLBAR-3DLIGHT-COLOR:443E7D;
SCROLLBAR-ARROW-COLOR: 9E95F1;
SCROLLBAR-TRACK-COLOR: 443E7D;
SCROLLBAR-DARKSHADOW-COLOR: 443E7D;
FONT-SIZE: 9; COLOR: 9E95F1; FONT-FAMILY: verdana;}
a, a:link, a:visited, a:active { font-size:9;color:9E95F1; font-weight:bold; text-decoration: none; border-bottom:0px; font-style: normal; }
a:hover { font-size:9;color:443E7D; font-weight: bold; text-decoration: overline; border-bottom:0px; }
body { cursor:url("http://plugin.smileycentral.com/http...821a/image.gif");} </style>
<!--// Copyright 1996 - Tomer and Yehuda Shiran
// This example will appear in our forthcoming book on JavaScript.
// Feel free to "steal" this code provided that you leave this notice as is.
// Additional examples from the book can be found at
http://www.geocities.com/SiliconValley/9000/
// For more information contact Tomer or Yehuda Shiran <yshiran@iil.intel.com>
// set speed of banner (pause in milliseconds between addition of new character)
var speed = 10
// decrease value to increase speed (must be positive)
// set pause between completion of message and beginning of following message
var pause = 1500
// increase value to increase pause
// set initial values
var timerID = null
var bannerRunning = false
// create array
var ar = new Array()
// assign the strings to the array's elements
ar[0] = "Welcome to my Friendster Profile"
ar[1] = "I hope you like my design"
ar[2] = "Pls leave a message on the Chatterbox"
ar[3] = "Don't forget to give me a testi Thanx!"
// assign index of current message
var message = 0
// empty string initialization
var state = ""
// no value is currently being displayed
clearState()
// stop the banner if it is currently running
function stopBanner() {
// if banner is currently running
if (bannerRunning)
// stop the banner
clearTimeout(timerID)
// timer is now stopped
timerRunning = false
}
// start the banner
function startBanner() {
// make sure the banner is stopped
stopBanner()
// start the banner from the current position
showBanner()
}
// assign state a string of "0" characters of the length of the current message
function clearState() {
// initialize to empty string
state = ""
// create string of same length containing 0 digits
for (var i = 0; i < ar[message].length; ++i) {
state += "0"
}
}
// display the current message
function showBanner() {
// if the current message is done
if (getString()) {
// increment message
message++
// if new message is out of range wrap around to first message
if (ar.length <= message)
message = 0
// new message is first displayed as empty string
clearState()
// display next character after pause milliseconds
timerID = setTimeout("showBanner()", pause)
}
else {
// initialize to empty string
var str = ""
// built string to be displayed (only character selected thus far
are displayed)
for (var j = 0; j < state.length; ++j) {
str += (state.charAt(j) == "1") ? ar[message].charAt(j) : " "
}
// partial string is placed in status bar
window.status = str
// add another character after speed milliseconds
timerID = setTimeout("showBanner()", speed)
}
}
function getString() {
// set variable to true (it will stay true unless proven otherwise)
var full = true
// set variable to false if a free space is found in string (a not-displayed
char)
for (var j = 0; j < state.length; ++j) {
// if character at index j of current message has not been
placed in displayed string
if (state.charAt(j) == 0)
full = false
}
// return true immediately if no space found (avoid infinitive loop later)
if (full) return true
// search for random until free space found (braoken up via break
statement)
while (1) {
// a random number (between 0 and state.length - 1 ==
message.length - 1)
var num = getRandom(ar[message].length)
// if free space found break infinitive loop
if (state.charAt(num) == "0")
break
}
// replace the 0 character with 1 character at place found
state = state.substring(0, num) + "1" + state.substring(num + 1,
state.length)
// return false because the string was not full (free space was found)
return false
}
function getRandom(max) {
// create instance of current date
var now = new Date()
// create a random number (good generator)
var num = now.getTime() * now.getSeconds() * Math.random()
// cut random number to value between 0 and max - 1, inclusive
return num % max
}
startBanner()
// --></script>
<script language="javascript">
var repeat=1 //enter 0 to not repeat scrolling after 1 run, othersise, enter 1
var title=document.title
var leng=title.length
var start=1
function titlemove() {
titl=title.substring(start, leng) + title.substring(0, start)
document.title=titl
start++
if (start==leng+1) {
start=0
if (repeat==0)
return
}
setTimeout("titlemove()",140)
}
if (document.title)
titlemove()</script>
<script language=JavaScript>
<!--
function click() {
if (event.button==2) {
window.moveTo(0, 0)
window.moveTo(1, 1)
window.moveTo(2, 2)
window.moveTo(3, 3)
window.moveTo(4, 4)
window.moveTo(5, 5)
window.moveTo(6, 6)
window.moveTo(7, 7)
window.moveTo(8, 8)
window.moveTo(9, 9)
window.moveTo(10, 10)
window.moveTo(9, 9)
window.moveTo(8, 8)
window.moveTo(7, 7)
window.moveTo(6, 6)
window.moveTo(5, 5)
window.moveTo(4, 4)
window.moveTo(3, 3)
window.moveTo(2, 2)
window.moveTo(1, 1)
window.moveTo(0, 0)
window.moveTo(1, 1)
window.moveTo(2, 2)
window.moveTo(3, 3)
window.moveTo(4, 4)
window.moveTo(5, 5)
window.moveTo(6, 6)
window.moveTo(7, 7)
window.moveTo(8, 8)
window.moveTo(9, 9)
window.moveTo(10, 10)
window.moveTo(9, 9)
window.moveTo(8, 8)
window.moveTo(7, 7)
window.moveTo(6, 6)
window.moveTo(5, 5)
window.moveTo(4, 4)
window.moveTo(3, 3)
window.moveTo(2, 2)
window.moveTo(1, 1)
window.moveTo(0, 0)
window.moveTo(1, 1)
window.moveTo(2, 2)
window.moveTo(3, 3)
window.moveTo(4, 4)
window.moveTo(5, 5)
window.moveTo(6, 6)
window.moveTo(7, 7)
window.moveTo(8, 8)
window.moveTo(9, 9)
window.moveTo(10, 10)
window.moveTo(9, 9)
window.moveTo(8, 8)
window.moveTo(7, 7)
window.moveTo(6, 6)
window.moveTo(5, 5)
window.moveTo(4, 4)
window.moveTo(3, 3)
window.moveTo(2, 2)
window.moveTo(1, 1)
window.moveTo(0, 0)
window.moveTo(1, 1)
window.moveTo(2, 2)
window.moveTo(3, 3)
window.moveTo(4, 4)
window.moveTo(5, 5)
window.moveTo(6, 6)
window.moveTo(7, 7)
window.moveTo(8, 8)
window.moveTo(9, 9)
window.moveTo(10, 10)
window.moveTo(9, 9)
window.moveTo(8, 8)
window.moveTo(7, 7)
window.moveTo(6, 6)
window.moveTo(5, 5)
window.moveTo(4, 4)
window.moveTo(3, 3)
window.moveTo(2, 2)
window.moveTo(1, 1)
window.moveTo(0, 0)
window.moveTo(50, 50)
window.moveTo(55, 55)
window.moveTo(60, 60)
window.moveTo(100, 100)
window.moveTo(5000, 5000)
alert(' >>>>>> (^-^) >>>>>> ');
}
}
document.onmousedown=click
// -->
</SCRIPT>
<div style=center>
<BODY BGCOLOR=#443E7D LEFTMARGIN=90 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<!-- ImageReady Slices (naruto1.html) --> <table id="naruto" width="0" height="0" border="0" cellpadding="0" cellspacing="0">
<TR>
<TD COLSPAN=2>
<IMG SRC="http://four.fsphost.com/zrone01/layo...o/naruto1a.jpg" WIDTH=800 HEIGHT=555 ALT=""></TD>
</TR>
<TR>
<TD>
<IMG SRC="http://four.fsphost.com/zrone01/layo...o/naruto1b.jpg" WIDTH=435 HEIGHT=445 BORDER=0 ALT="" USEMAP="#naruto1_02_Map"></TD>
<TD>
<IMG SRC="http://four.fsphost.com/zrone01/layo...o/naruto1c.jpg" WIDTH=365 HEIGHT=445 ALT=""></TD>
</TR>
</TABLE>
<MAP NAME="naruto1_02_Map">
<AREA SHAPE="rect" ALT="" COORDS="283,424,340,431" HREF="http://www.friendster.com/info/priva...statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="259,423,274,431" HREF="http://www.friendster.com/info/tos.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="226,425,249,431" HREF="http://www.friendster.com/custhelp.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="147,424,218,433" HREF="http://www.friendster.com/affiliate.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="106,424,140,431" HREF="http://www.friendster.com/events.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="52,423,97,432" HREF="http://www.friendster.com/info/conta...statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="4,424,42,432" HREF="http://www.friendster.com/info/index.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="8,387,114,403" HREF="http://www.friendster.com/friends/32654236">
<AREA SHAPE="rect" ALT="" COORDS="9,363,113,379" HREF="http://www.friendster.com/friendphot...p?uid=32654236">
<AREA SHAPE="rect" ALT="" COORDS="10,339,115,357" HREF="http://www.friendster.com/photos/32654236">
<AREA SHAPE="rect" ALT="" COORDS="9,315,115,331" HREF="http://www.friendster.com/bookmarks....d&uid=32654236">
<AREA SHAPE="rect" ALT="" COORDS="9,292,114,308" HREF="http://www.friendster.com/testimonia...d&uid=32654236">
<AREA SHAPE="rect" ALT="" COORDS="8,266,113,283" HREF="http://www.friendster.com/referafrie...refer=32654236">
<AREA SHAPE="rect" ALT="" COORDS="9,243,115,259" HREF="http://www.friendster.com/sendmessage.php?uid=32654236">
<AREA SHAPE="rect" ALT="" COORDS="10,219,112,236" HREF="http://www.friendster.com/sendmessag...tion=sendsmile">
<AREA SHAPE="rect" ALT="" COORDS="10,195,114,213" HREF="http://www.friendster.com/addfriendr...p?uid=32654236">
<AREA SHAPE="rect" ALT="" COORDS="9,171,116,189" HREF="http://www.friendster.com/logout.php">
<AREA SHAPE="rect" ALT="" COORDS="10,148,114,165" HREF="http://www.friendster.com/editaccount.php">
<AREA SHAPE="rect" ALT="" COORDS="9,124,115,140" HREF="http://www.friendster.com/custhelp.php">
<AREA SHAPE="rect" ALT="" COORDS="8,99,114,116" HREF="http://www.friendster.com/messages.php">
<AREA SHAPE="rect" ALT="" COORDS="9,75,114,91" HREF="http://www.friendster.com/friends.php">
<AREA SHAPE="rect" ALT="" COORDS="9,50,115,68" HREF="http://www.friendster.com/user.php">
<AREA SHAPE="rect" ALT="" COORDS="9,28,116,45" HREF="http://www.friendster.com">
</MAP>
<!-- End ImageReady Slices --></div>
<!++++++++ ABOUT ME ++++++++>
<div style="overflow:auto; background-color: transparent; position:absolute;top:17;left:104"><marquee style="width:371; height:240;" onmouseover='this.stop()' onmouseout='this.start()' scrollamount="1" direction="up">
<br>
<!++++++++ EDIT THIS PART ++++++++>
Naruto Plot<br><br>
Twelve years before the events at the focus of the series, the nine-tailed demon fox attacked Konohagakure. It was a powerful demon indeed; a single swing of one of its nine tails would raise tsunamis and flatten mountains. It raised chaos and slaughtered many people, until the leader of the Leaf Village –- the Fourth Hokage –- defeated it by sacrificing his own life to seal the demon inside a newly-born child, whose origins are as yet unknown. That child's name was Naruto Uzumaki.
The Fourth Hokage was celebrated as a hero for sealing the demon fox away. He wanted Naruto to be respected in a similar light by being the containment vessel for the demon fox. The village he grew up in, however, mostly shunned Naruto; they regarded him as if he were the demon fox itself and mistreated him throughout most of his childhood.
A decree made by the Third Hokage made it so that the other villagers were forbidden to mention the event to anyone, even to their own children. However, this did not stop them from treating Naruto like an outcast. Although their children did not specifically know why their parents treated Naruto the way they did, they learned through example to despise the boy. As a result, Naruto grew up as an orphan in a lonesome atmosphere without friends, family, or acknowledgement. He could not force people to befriend him, so he sought acknowledgement and attention the only way he knew – through pranks and mischief. However, that soon changed after Naruto graduated from the Ninja Academy by using his Multiple Shadow Clone Technique to save his teacher, Iruka Umino, from the renegade ninja Mizuki. That encounter gave Naruto two insights: that he was the container of the demon fox, and that there was someone (Iruka and the Third Hokage, initially) who actually cared about him. His graduation opened a gateway to the events and people that would change and define his world and his way of the ninja for the rest of his life.
Naruto maintains a balance between drama and comedy, with plenty of action interspersed. It follows Naruto and his friends' personal growth and development as ninja, and emphasizes their interactions with each other and the influence of their backgrounds on their personalities. Naruto finds two friends and comrades in Sasuke Uchiha and Sakura Haruno, two fellow young ninja who are assigned with him to form a three-person team under a very experienced sensei named Kakashi Hatake. Naruto also confides in other characters as well that he has met through the Chunin Exam. They learn new abilities, get to know each other and other villagers better, and experience a coming-of-age journey as Naruto dreams of becoming the Hokage of the Leaf Village.
Naruto places strong emphasis on character development. Almost all outcomes are a result of decisions, character, and personality; very few things happen just because of chance. At first, emphasis is placed on Naruto, Sasuke, and Sakura, who are the members of Team 7. However, other characters are developed, such as Kakashi, Guy, and Jiraiya, as well as Naruto's peers in the other Genin teams and other villages.
Several major villains came into play as well, the first being Zabuza Momochi, a missing-nin from the Hidden Mist Village, and his partner Haku. Later, in the Chunin Exam arc, Orochimaru is introduced as an S-Class missing-nin at the top of the Leaf Village's most wanted list. Later, a mysterious organization called Akatsuki begins to pursue Naruto in order to take the demon fox inside him.
<!++++++++ END ++++++++>
</marquee></div>
<div style="filter:alpha(opacity=75,finishopacity=75,style=1);background-color:transparent; overflow:auto; color:; position:absolute;top:287;left:397"><marquee style="width:127; height:235;" onmouseover='this.stop()' onmouseout='this.start()' scrollamount="1" direction="up">
<!++++++++ CHANGE PIC ++++++++>
<img src="<A href="http://four.fsphost.com/zrone01/rockon.jpg"><br><br">http://four.fsphost.com/zrone01/rockon.jpg"><br><br>
<img src="<A href="http://four.fsphost.com/zrone01/rockon.jpg"><br><br">http://four.fsphost.com/zrone01/rockon.jpg"><br><br>
<img src="<A href="http://four.fsphost.com/zrone01/rockon.jpg"><br><br">http://four.fsphost.com/zrone01/rockon.jpg"><br><br>
<img src="<A href="http://four.fsphost.com/zrone01/rockon.jpg"><br><br">http://four.fsphost.com/zrone01/rockon.jpg"><br><br>
<img src="<A href="http://four.fsphost.com/zrone01/rockon.jpg"><br><br">http://four.fsphost.com/zrone01/rockon.jpg"><br><br>
<img src="<A href="http://four.fsphost.com/zrone01/rockon.jpg"><br><br">http://four.fsphost.com/zrone01/rockon.jpg"><br><br>
<!++++++++ END++++++++>
</marquee></div>
<div style="background-color:transparent; overflow:auto; position:absolute;top:578;left:365;">
<!++++++++ MP3 PLAYER ++++++++>
<embed src="http://www.loudfusion.com/flash/play...f?USERID=45013" quality="high" width="294" height="108"
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> <Br>
<a href="<A href="http://www.loudfusion.com/music.php"></a">http://www.loudfusion.com/music.php"></a>
<!++++++++ END MP3 PLAYER++++++++>
</div>
<div style="background-color:transparent; overflow:auto; position:absolute;top:713;left:718">
<!++++++++ CHATTERBOX CODE HERE (just change the boxid and boxtag)++++++++>
<!-- BEGIN CBOX - http://www.cbox.ws -->
<table border="0" cellpadding="0" cellspacing="0" summary="cbox tagboard" align="center">
<tr><td align="center">
<iframe frameborder="0" width="159" height="275" src="http://www3.cbox.ws/box/?boxid=23003...7&sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" id="cboxmain"></iframe>
</td></tr><tr></table></div>
<div style="background-color:transparent; position:absolute;top:905;left:505;">
<iframe frameborder="0" width="192" height="81" src="http://www3.cbox.ws/box/?boxid=23003...7&sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" border-top: 1px;" id="cboxform"></iframe>
</td></tr>
</table>
<!-- END CBOX -->
<!++++++++ END CHATTERBOX CODE++++++++>
</div>
<div style="filter:alpha(opacity=100,finishopacity=75,style=1);background-color:transparent; overflow:auto; position:absolute;top:703;left:227; height:187;width:472;">
<script language="javascript"> autotesti="yes"; </script>
<div id=AUT></div> <div id=AUT></div> <STYLE TYPE="text/css"> #aut{width:100%; font-size:9px; color:9E95F1; padding:0px 5px 0px 5px; overflow:hidden;} .left_column_testimonials IMG{width:100px; border:none; !important; margin-right:5px !important;} .left_column_testimonials_content .date {color:9E95F1;} .testimonialbody{ padding-bottom:5px; margin-bottom:5px;} .left_column_testimonials a:visited, .left_column_testimonials a:link{text-decoration:none; color:#ffffff;} .left_column_hr{overflow:hidden; clear:both; border-bottom:1px dashed #9E95F1; height:1px; margin-bottom:5px;} .seeall{padding-bottom:5px; text-align:center;} .seeall a:link, .seeall a:visited{text-decoration:none; color:9E95F1;} .seeall a:hover, a:hover{color:43E7D;} </style></div>