<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2enclosuresfull.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Friendster Overlayouts</title><link>http://www.pinoy-design.co.cc/</link><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/overlayouts" /><description>latest and coolest friebdster overlayouts are here</description><language>en</language><managingEditor>noreply@blogger.com (iznab)</managingEditor><lastBuildDate>Thu, 16 Feb 2012 05:27:14 PST</lastBuildDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/">17</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/">25</openSearch:itemsPerPage><feedburner:info uri="overlayouts" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><itunes:explicit>no</itunes:explicit><itunes:subtitle>latest and coolest friebdster overlayouts are here</itunes:subtitle><item><title>shadow2 Layouts</title><link>http://feedproxy.google.com/~r/overlayouts/~3/VI9ROBDPbsk/shadow2-layouts.html</link><category>friendster overlay design</category><category>shadow2 Layouts</category><category>free layouts</category><category>friendster layout</category><author>noreply@blogger.com (iznab)</author><pubDate>Mon, 13 Apr 2009 23:40:43 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3976083099858561218.post-948692130688621255</guid><description>&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 200px; height: 250px;" src="http://i103.photobucket.com/albums/m155/reiearth2/shadowpreview.jpg" border="0" alt="" /&gt;

&lt;a href="http://www.freewebtown.com/shadow2/shadow2.html"&gt;&lt;strong&gt;shadow2 preview&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
     &lt;label for="textareainput"&gt;Layout Code:&lt;/label&gt;
     &lt;br /&gt;
 &lt;span class="niceform" style=" font-size:11px"&gt;
 &lt;textarea rows="10" cols="50"&gt;
&lt;html&gt;

&lt;head&gt;
&lt;title&gt;&amp;nbspshadow hedgehog premade layout&amp;nbsp©&lt;/title&gt;
&lt;meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"&gt;
&lt;meta http-equiv="Page-Enter" content="BlendTrans(Duration=1.5)"&gt;
&lt;meta http-equiv="Site-Exit" content="BlendTrans(Duration=1.5)"&gt;
&lt;style type="text/css"&gt;

	BODY {
		SCROLLBAR-FACE-COLOR: #000000; 
		SCROLLBAR-HIGHLIGHT-COLOR: #343434; 
		SCROLLBAR-SHADOW-COLOR: #000000; 
		SCROLLBAR-3DLIGHT-COLOR: #343434;
		SCROLLBAR-ARROW-COLOR: #4A0000; 
		SCROLLBAR-TRACK-COLOR: #250000; 
		SCROLLBAR-DARKSHADOW-COLOR: #000000;
		FONT-SIZE: 10px; 
		COLOR: #000000; 
		FONT-FAMILY: Tahoma;}
		a, a:link, a:visited, a:active { font-size:10px;color:#ffffff; 

font-weight: normal; text-decoration: none; border-bottom:0px; font-style: normal; }
		a:hover { font-size:10px;background-color:#000000;color:#ffffff; 

font-weight: bold; text-decoration: none; border-bottom:0px; font-style: normal; }
	div {SCROLLBAR-FACE-COLOR: #000000; 
		SCROLLBAR-HIGHLIGHT-COLOR: #343434; 
		SCROLLBAR-SHADOW-COLOR: #000000; 
		SCROLLBAR-3DLIGHT-COLOR: #343434;
		SCROLLBAR-ARROW-COLOR: #4A0000; 
		SCROLLBAR-TRACK-COLOR: #250000; 
		SCROLLBAR-DARKSHADOW-COLOR: #000000;
		padding-right:3;padding-top:3"}

	
&lt;/style&gt;
&lt;script language="javascript"&gt;
 
// 
if (window.Event)
  document.captureEvents(Event.MOUSEUP);

function nocontextmenu() {
  event.cancelBubble = true, event.returnValue = false;

  return false;
} 

function norightclick(e) {
  if (window.Event) {
    if (e.which == 2 || e.which == 3) return false;
  }
  else if (event.button == 2 || event.button == 3) {
    event.cancelBubble = true, event.returnValue = false;
    return false;
  }
}

if (document.layers)
  document.captureEvents(Event.MOUSEDOWN);

document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;
document.onmouseup = norightclick;
//--&gt;
&lt;/script&gt;
&lt;script language="javascript"&gt;
 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()&lt;/script&gt;
&lt;script language="javascript"&gt;
 &lt;!--// 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 &lt;yshiran@iil.intel.com&gt;

// 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!"
ar[3] = "add me up reiearth2001@yahoo.com"

// 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 &lt; 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 &lt;= 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 &lt; 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 &lt; 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()
// --&gt;&lt;/script&gt;
&lt;script language="javascript"&gt;
/*
Gradual-Highlight Image Script II- 
By J. Mark Birenbaum (birenbau@ugrad.cs.ualberta.ca)
Permission granted to Dynamicdrive.com to feature script in archive
For full source to script, visit http://dynamicdrive.com
*/

nereidFadeObjects = new Object();
nereidFadeTimers = new Object();

/* object - image to be faded (actual object, not name);
 * destop - destination transparency level (ie 80, for mostly solid)
 * rate   - time in milliseconds between trasparency changes (best under 100)
 * delta  - amount of change each time (ie 5, for 5% change in transparency)
 */

function nereidFade(object, destOp, rate, delta){
if (!document.all)
return
    if (object != "[object]"){  //do this so I can take a string too
        setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);
        return;
    }
        
    clearTimeout(nereidFadeTimers[object.sourceIndex]);
    
    diff = destOp-object.filters.alpha.opacity;
    direction = 1;
    if (object.filters.alpha.opacity &gt; destOp){
        direction = -1;
    }
    delta=Math.min(direction*diff,delta);
    object.filters.alpha.opacity+=direction*delta;

    if (object.filters.alpha.opacity != destOp){
        nereidFadeObjects[object.sourceIndex]=object;
        

nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObject

s["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);
    }
}
&lt;/script&gt;
&lt;/head&gt;

&lt;body BGCOLOR="#000000" LEFTMARGIN="0" TOPMARGIN="0" 

MARGINWIDTH="0" MARGINHEIGHT="0"&gt;

&lt;!-- ImageReady Slices (shadowhedge_premade.psd) --&gt;
&lt;img 

SRC="http://img177.imageshack.us/img177/2765/shadowhedgepremadelh5.jpg" 

WIDTH="1024" HEIGHT="786" BORDER="0" ALT 

USEMAP="#shadowhedge_premade_Map"&gt;
&lt;map NAME="shadowhedge_premade_Map"&gt;
&lt;area SHAPE="rect" ALT COORDS="379, 747, 444, 758" 

HREF="http://www.friendster.com/info/privacy.php?statpos=footer"&gt;
&lt;area SHAPE="rect" ALT COORDS="295, 747, 375, 756" 

HREF="http://www.friendster.com/info/tos.php?statpos=footer"&gt;
&lt;area SHAPE="rect" ALT COORDS="270, 746, 291, 756" 

HREF="http://www.friendster.com/custhelp.php?statpos=footer"&gt;
&lt;area SHAPE="rect" ALT COORDS="190, 746, 266, 759" 

HREF="http://www.friendster.com/affiliate.php?statpos=footer"&gt;
&lt;area SHAPE="rect" ALT COORDS="162, 747, 186, 757" 

HREF="http://www.friendster.com/info/tour/1_0.htm?statpos=footer"&gt;
&lt;area SHAPE="rect" ALT COORDS="121, 747, 157, 756" 

HREF="http://www.friendster.com/events.php?statpos=footer"&gt;
&lt;area SHAPE="rect" ALT COORDS="60, 745, 118, 757" 

HREF="http://www.friendster.com/info/contacts.php?statpos=footer"&gt;
&lt;area SHAPE="rect" ALT COORDS="10, 745, 57, 759" 

HREF="http://www.friendster.com/info/index.php?statpos=footer "&gt;
&lt;area SHAPE="rect" ALT COORDS="10, 540, 93, 557" 

HREF="http://www.friendster.com/introduce.php?uid=5475934"&gt;
&lt;area SHAPE="rect" ALT COORDS="11, 519, 86, 537" 

HREF="http://www.friendster.com/referafriend.php?refer=5475934"&gt;
&lt;area SHAPE="rect" ALT COORDS="10, 501, 93, 516" 

HREF="http://www.friendster.com/bookmarks.php?action=add&amp;uid=5475934"&gt;
&lt;area SHAPE="rect" ALT COORDS="11, 479, 121, 496" 

HREF="http://www.friendster.com/addfriendrequest.php?uid=5475934"&gt;
&lt;area SHAPE="rect" ALT COORDS="10, 459, 94, 476" 

HREF="http://www.friendster.com/testimonials.php?action=add&amp;uid=5475934"&gt;
&lt;area SHAPE="rect" ALT COORDS="11, 440, 96, 456" 

HREF="http://www.friendster.com/sendmessage.php?uid=5475934&amp;action=sends

mile"&gt;
&lt;area SHAPE="rect" ALT COORDS="12, 419, 127, 438" 

HREF="http://www.friendster.com/sendmessage.php?uid=5475934"&gt;
&lt;area SHAPE="rect" ALT COORDS="12, 401, 76, 415" 

HREF="http://www.friendster.com/viewphotos.php?uid=5475934"&gt;
&lt;area SHAPE="rect" ALT COORDS="11, 381, 77, 397" 

HREF="http://www.friendster.com/friends.php?uid=5475934"&gt;
&lt;area SHAPE="rect" ALT COORDS="12, 358, 114, 376" 

HREF="http://www.friendster.com/testimonials.php?uid=5475934"&gt;
&lt;area SHAPE="rect" ALT COORDS="11, 342, 69, 355" 

HREF="http://games.friendster.com/"&gt;
&lt;area SHAPE="rect" ALT COORDS="12, 319, 104, 337" 

HREF="http://classifieds.friendster.com"&gt;
&lt;area SHAPE="rect" ALT COORDS="13, 300, 104, 317" 

HREF="http://www.friendster.com/datingtips.php"&gt;
&lt;area SHAPE="rect" ALT COORDS="10, 279, 63, 295" 

HREF="http://www.friendster.com/blogs.php"&gt;
&lt;area SHAPE="rect" ALT COORDS="10, 261, 61, 275" 

HREF="http://www.friendster.com/redirect.cgi?u=http://grouper.friendster.com&amp;b=

Z3JvdXBlciBmaWxlcw=="&gt;
&lt;area SHAPE="rect" ALT COORDS="11, 241, 72, 257" 

HREF="http://www.friendster.com/interstitial.php?oldURL=http%3A//www.friendste

r.com/gallery.php&amp;timer=15000"&gt;
&lt;area SHAPE="rect" ALT COORDS="11, 221, 99, 236" 

HREF="http://www.friendster.com/friends.php"&gt;
&lt;area SHAPE="rect" ALT COORDS="13, 197, 93, 216" 

HREF="http://www.friendster.com/user.php"&gt;
&lt;area SHAPE="rect" ALT COORDS="10, 177, 60, 196" 

HREF="http://www.friendster.com/home.php"&gt;
&lt;area SHAPE="rect" ALT COORDS="653, 11, 720, 34" 

HREF="http://www.friendster.com/logout.php"&gt;
&lt;area SHAPE="rect" ALT COORDS="598, 12, 647, 33" 

HREF="http://www.friendster.com/custhelp.php"&gt;
&lt;area SHAPE="rect" ALT COORDS="513, 11, 591, 35" 

HREF="http://www.friendster.com/editaccount.php"&gt;
&lt;area SHAPE="rect" ALT COORDS="414, 11, 506, 34" 

HREF="http://www.friendster.com/messages.php"&gt;
&lt;area SHAPE="rect" ALT COORDS="349, 10, 406, 35" 

HREF="http://www.friendster.com/invite.php"&gt;
&lt;area SHAPE="rect" ALT="Go to friendster" COORDS="63, 0, 287, 34" 

HREF="http://www.friendster.com"&gt;
&lt;area href="http://www.reiearthonline.com" shape="rect" coords="39, 634, 141, 

659"&gt;
&lt;area href="http://www.markyctrigger.com" shape="rect" coords="369, 705, 648, 

731"&gt;
&lt;/map&gt;
&lt;!-- End ImageReady Slices --&gt;
&lt;div 

style="filter:alpha(opacity=100,finishopacity=20,style=1);background-color:transpa

rent;width:226; height:250; 
border:1px outset #000000; overflow:auto; font-weight:bold; color:#ffffff; 

text-align:left; z-index:10;
position:absolute; top:187; left:161"&gt;
		
  &lt;p style="text-align: center"&gt;
  &lt;img src="http://img126.imageshack.us/img126/6554/m43lw6.gif" border="0" 

height="100" width="100"&gt;&lt;br&gt;
  Name: William Rei Udarbe&lt;br&gt;
  Nick: rei&lt;br&gt;
  Birthday: February 10, 1981&lt;br&gt;
  Age: 25&lt;br&gt;
  Gender: Male!&lt;br&gt;
  Status: Single&lt;br&gt;
  School: Data Center Philippines&lt;br&gt;
  Hobbies: Web designing, Playing Computer games,&amp;nbsp; Listening Music, 

Watching 
  TV, Texting, Reading Magazines and sleeping. &lt;/p&gt;
  &lt;hr&gt;MORE ABOUT ME:&lt;br&gt;
  &lt;br&gt;
  Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium 

doloremque 
  laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et 
  quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem 
  quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni 

dolores 
  eos qui ratione voluptatem sequi nesciunt.
  &lt;hr&gt;
  MORE ABOUT I:&lt;p&gt;I want to meet my TWIN&lt;br&gt;
I want to meet my soulmate&lt;br&gt;
I want to meet all my friends&lt;br&gt;
I want to meet SMB Beermen&lt;br&gt;
I want to meet ARTISTAS&lt;br&gt;
I want to meet Manny Pacquiao&lt;br&gt;
I want to be in Game K N B&lt;br&gt;
I want to be in Deal or No Deal&lt;br&gt;
I want to be in Wowowee&lt;br&gt;
I want to become a millionaire&lt;br&gt;
I want to travel the world&lt;br&gt;
I am 25 years old&lt;br&gt;
I am a music enthusiast&lt;br&gt;
I am a web designer designer&lt;br&gt;
I am a graphic designer&lt;br&gt;
I am a smart globe TM Sun user&lt;br&gt;
I am a dreamer&lt;br&gt;
I am someone with high ambition&lt;br&gt;
I am classified as middle-class&lt;br&gt;
I sleep late&lt;br&gt;
i wake up late&lt;br&gt;
I dont smoke and drink alcohol&lt;br&gt;
I love the Philippines&lt;br&gt;
I love making money&lt;br&gt;
I love computers&lt;br&gt;
I love gadgets&lt;br&gt;
I love Anime&lt;br&gt;
I love computer games&lt;br&gt;
I love video games&lt;br&gt;
I love FHM&lt;br&gt;
I love movies and DVDs&lt;br&gt;
I love Interior Design&lt;br&gt;
I love reading magazines&lt;br&gt;
I love Kris Aquino&lt;br&gt;
I love Willy&lt;br&gt;
I love Animax&lt;br&gt;
I love ABSCBN Kapamilya&lt;br&gt;
I hate vegetables&lt;br&gt;
I hate backstabbers&lt;br&gt;
I hate user-friendly people&lt;br&gt;
I hate deadlines&lt;br&gt;
I would like to experience love&lt;br&gt;
I would like to have a worry-free life&lt;br&gt;
 
  &lt;/div&gt;
&lt;font color="#FFFFFF" size="1" face="Verdana"&gt;
&lt;div 

style="filter:alpha(opacity=20,finishopacity=100,style=1);background-color:transpa

rent;width:226; height:250; 
border:1px outset #000000; overflow:auto; font-weight:bold; color:#ffffff; 

text-align:left; z-index:11;
position:absolute; top:187; left:662;direction:rtl;padding-left:5px"&gt;

FRIENDS/PHOTOS/TESTIMONIAL HERE&lt;br&gt;&lt;br&gt;
&lt;p align="center"&gt;
&lt;a href="http://friendster.com/reiearth"&gt;
&lt;img alt="Put photos and friend links here" 

src="http://i2.photobucket.com/albums/y21/reiearth/2315.gif" border="0" 

width="100" height="100"&gt;&lt;/a&gt;&lt;img 

src="http://i2.photobucket.com/albums/y21/reiearth/2316.gif" border="0" 

width="100" height="100"&gt;&lt;br&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/2317.gif" border="0" 

width="100" height="100"&gt;&lt;img 

src="http://i2.photobucket.com/albums/y21/reiearth/2331.gif" border="0" 

width="100" height="100"&gt;&lt;br&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/2332.gif" border="0" 

width="100" height="100"&gt;&lt;BR&gt;&lt;img 

src="http://i2.photobucket.com/albums/y21/reiearth/2326.gif" border="0" 

width="95" height="95"&gt;&lt;br&gt;
&lt;/p&gt;
&lt;hr&gt;
&lt;script language="javascript"&gt; 
last20="yes"; 
tagboarduname="reiearth"; 
&lt;/script&gt; 
&lt;div id="last20id"&gt;&lt;/div&gt; 
&lt;br&gt;
&lt;script language="javascript"&gt; 
autotesti="yes"; 
&lt;/script&gt; 
&lt;div id=AUT class=left_column_content style="width:200px "&gt;&lt;/div&gt;
&lt;br&gt;
&lt;script language="javascript"&gt; 
autofriend="yes"; 
&lt;/script&gt; 
&lt;div id="autofriendid" class=column_content&gt;&lt;/div&gt;
&lt;br&gt;
&lt;script language="javascript"&gt; 
lastlogin="yes" 
&lt;/script&gt; 
&lt;div id="lastloginid"&gt;&lt;/div&gt;
&lt;/div&gt; 

&lt;img style="position:absolute;filter:alpha(opacity=100,finishopacity=0,style=1) 

alpha(opacity=100,finishopacity=0,style=2); left:271; top:511" ; left:264; top:514" 

src="http://img78.imageshack.us/img78/1552/dancinganimegirlmi8.gif" 

width="128" height="128"&gt;

&lt;embed style="position:absolute; left:374; 

top:85;filter:alpha(Opacity=100,FinishOpacity=50,Style=2)" 

src="http://www.freewebtown.com/shadow2/mp3player.swf" 

allowScriptAccess="never" quality="high" wmode="transparent" width="300" 

height="300" type="application/x-shockwave-flash" 

pluginspage="http://www.macromedia.com/go/getflashplayer" 

flashvars="playList=http://www.freewebtown.com/shadow2/mp3player.xml" 

menu="false"&gt;&lt;/embed&gt;

&lt;img style="position:absolute;filter:alpha(opacity=100;finishopacity=100,style=2) 

glow(color=white,strength=5);left:800; top:543" border="0" 

src="http://i2.photobucket.com/albums/y21/reiearth/shadow/dancer2.gif" 

width="100" height="100"&gt;

&lt;div onmouseover="nereidFade(this,100,100,20)" 

onmouseout="nereidFade(this,20,50,10)" style=" 
         border:medium none; padding: 0px;
          overflow:hidden; width:100; height:485; 
                    position:absolute; left:892; 

top:126;filter:alpha(opacity=100,finishopacity=30,style=3) gray"&gt;
  &lt;script language="javascript"&gt;
  
  &lt;!--

var NS4 = (document.layers) ? true : false;
var IE4 = (document.all) ? true : false;

var interval = 1;			
var increment =30;			
var pause = 5000;			
var bannerColor = "transparent";	

var bannerWidth = 100;			
var bannerHeight = 500;			

var Msg = new Array(

"&lt;a href='http://www.friendster.com/reiearth'&gt;&lt;img 

src='http://i2.photobucket.com/albums/y21/reiearth/shadow/m60.gif'&gt;&lt;/a&gt;&lt;br&gt;&lt;br

&gt;&lt;img 

src='http://i2.photobucket.com/albums/y21/reiearth/shadow/m64.gif'&gt;&lt;br&gt;&lt;br&gt;&lt;im

g 

src='http://i2.photobucket.com/albums/y21/reiearth/shadow/m71.gif'&gt;&lt;br&gt;&lt;br&gt;&lt;im

g 

src='http://i2.photobucket.com/albums/y21/reiearth/shadow/m59.gif'&gt;&lt;br&gt;&lt;br&gt;&lt;im

g src='http://i2.photobucket.com/albums/y21/reiearth/shadow/m64.gif'&gt;",
"&lt;a href='http://www.friendster.com/reiearth'&gt;&lt;img 

src='http://i2.photobucket.com/albums/y21/reiearth/shadow/m60.gif'&gt;&lt;/a&gt;&lt;br&gt;&lt;br

&gt;&lt;img src='http://www.freewebtown.com/shadowhog/m64.gif'&gt;&lt;br&gt;&lt;br&gt;&lt;img 

src='http://i2.photobucket.com/albums/y21/reiearth/shadow/m71.gif'&gt;&lt;br&gt;&lt;br&gt;&lt;im

g 

src='http://i2.photobucket.com/albums/y21/reiearth/shadow/m59.gif'&gt;&lt;br&gt;&lt;br&gt;&lt;im

g src='http://i2.photobucket.com/albums/y21/reiearth/shadow/m64.gif'&gt;"
);

if (NS4) onload = startBanner;
else  startBanner();

function showMessage(n, show) {
  var showL = (NS4) ? eval("message" + n) :
					  eval("message" + n + ".style");
  showL.visibility = (show) ? ((NS4) ? "show" : "visible") :
							  ((NS4) ? 

"hide" : "hidden");
}

function nextMessage() {
  var msgIndex = nextIndex;
  nextIndex = (msgIndex == Msg.length - 1) ? 0 : msgIndex + 1;
  scrollBanner(msgIndex, nextIndex);
}

function moveUp() {
  if (NS4) {
	preLayer.top -= increment;
	if (nextLayer.top - increment &lt;= nextLayerTarget) {
	  nextLayer.top = nextLayerTarget;
	  clearInterval(intervalID);
	  preLayer.visibility = "hide";
	  timeoutID = setTimeout("nextMessage()", pause);
	} else {
	  nextLayer.top -= increment;
	}
  } else {
	preLayer.pixelTop -= increment;
	if (nextLayer.pixelTop - increment &lt;= nextLayerTarget) {
	  nextLayer.pixelTop = nextLayerTarget;
	  clearInterval(intervalID);
	  preLayer.visibility = "hidden";
	  timeoutID = setTimeout("nextMessage()", pause);
	} else {
	  nextLayer.pixelTop -= increment;
	}
  }
}

function scrollBanner(from, to) {
  if (NS4) {
	preLayer = eval("message" + from);
	nextLayer = eval("message" + to);
	nextLayer.top = preLayer.top + bannerHeight;
	nextLayerTarget = preLayer.top;
  } else {
	preLayer = eval("message" + from + ".style");
	nextLayer = eval("message" + to + ".style");
	nextLayer.pixelTop = preLayer.pixelTop + bannerHeight;
	nextLayerTarget = preLayer.pixelTop;
  }
  showMessage(to, true); 
  intervalID = setInterval("moveUp()", interval);
}

function drawIE() {
  
  var text = '&lt;DIV ID="banner" STYLE="position:absolute"  left="0" top="0"&gt;';
  for (var i = Msg.length - 1; i &gt;= 0; i--) {
	text += '&lt;DIV ID="message' + i + 
			'" STYLE="position:absolute"  left="0" 

top="0"&gt;&lt;/DIV&gt;';
  }
  text += '&lt;/DIV&gt;';
  document.write(text);

  
  with (document.all.banner.style) {
	width = bannerWidth;
	height = bannerHeight;
	clip = "rect(0 " + bannerWidth + " " + bannerHeight + " 0)";
	backgroundColor = bannerColor;
  }

  
  for (i = 0; i &lt; Msg.length; i++) {
	with (eval("message" + i + ".style")) {
	  visibility = "hidden";
	  pixelLeft = 0;
	  pixelTop = 0;
	  width = bannerWidth;
	  backgroundColor = bannerColor;
	}
  }
}

function drawNS() {
  
  banner = new Layer(bannerWidth);

  
  with (banner) {
	clip.right = bannerWidth;
	clip.bottom = bannerHeight;
	document.bgColor = bannerColor;
	left = bannerLeft;
	top = bannerTop;
	visibility = "show";
  }

  
  for (var i = 0; i &lt; Msg.length; i++) {
	eval("message" + i + " = " + 
		 "new Layer(bannerWidth, banner)");
	with(eval("message" + i)) {
	  visibility = "hide";
	  left = 0;
	  top = 0;
	  bgColor = bannerColor;
	}
  }
}

function writeBanner() {
  var writeL;
  if (NS4) {
	for (var i = 0; i &lt; Msg.length; i++) {
	  writeL = eval("message" + i);
	  writeL.document.write(Msg[i]);
	  writeL.document.close();
	}
  } else {
	for (var i = 0; i &lt; Msg.length; i++) {
	  writeL = eval("message" + i);
	  writeL.innerHTML = Msg[i];
	}
  }
}

function startBanner() {
	if (NS4)
		drawNS()
	else
		drawIE();
		writeBanner();
		showMessage(0, true);
		nextIndex = 0;
		timeoutID = setTimeout("nextMessage()", pause);
}

//--&gt;
 
  &lt;/script&gt;
&lt;/div&gt;

&lt;font size="1"&gt;
&lt;div style="filter:alpha(opacity=100,finishopacity=50,style=3);position: absolute; 

width:994; left:16; top:769; height:23" height="21"&gt;
  &lt;marquee style="FILTER: Glow(Color=black, Strength=9)" 

onmouseover="this.stop()" onmouseout="this.start()" scrollamount="5" 

width="994" height="23"&gt;&lt;b&gt;&lt;font color="#FFFFFF"&gt;Quick 
  Links:&lt;/font&gt; &lt;a href="http://www.friendster.com/editusername.php"&gt;[edit url]
  &lt;/a&gt;&lt;a href="http://www.friendster.com/bulletinboard.php"&gt;[view bulletins] &lt;/a&gt;
  &lt;a href="http://www.friendster.com/bulletin.php"&gt;[post a bulletin] &lt;/a&gt;
  &lt;a href="http://www.friendster.com/friendrequests.php"&gt;[new friend request]
  &lt;/a&gt;&lt;a href="http://www.friendster.com/testimonials.php?action=pending"&gt;[new 

testimonials]
  &lt;/a&gt;&lt;a href="http://www.friendster.com/editprofile.php"&gt;[edit profile] &lt;/a&gt;
  &lt;a href="http://www.friendster.com/editphotos.php"&gt;[edit photos] &lt;/a&gt;
  &lt;a href="http://www.friendster.com/viewphotos.php?type=1degree"&gt;[photo 

slideshow]
  &lt;/a&gt;&lt;a href="http://www.friendster.com/photolist.php?list=friends"&gt;[gallery]
  &lt;/a&gt;&lt;a href="http://www.friendster.com/userlist.php?list=newusers"&gt;[more new 

members]
  &lt;/a&gt;&lt;a href="http://www.friendster.com/userlist.php?list=feat_profile"&gt;[more 

featured 
  fan profile] &lt;/a&gt;&lt;a href="http://www.friendster.com/blogs.php"&gt;[more blog 

entries]
  &lt;/a&gt;&lt;/b&gt;&lt;/font&gt;&lt;/marquee&gt;
&lt;/div&gt;
&lt;div 

style="filter:alpha(opacity=100,finishopacity=100,style=1);padding-right:10;overflo

w:hidden;width:181; height:215; position:absolute;top:469; left:439"&gt;
  &lt;table border="0" cellpadding="0" cellspacing="0" summary="cbox tagboard" 

align="center"&gt;
    &lt;tr&gt;
      &lt;td align="center"&gt;
      &lt;iframe frameborder="0" width="181" height="215" 

src="http://www3.cbox.ws/box/?boxid=2129172&amp;boxtag=9615&amp;sec=main" 

marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" 

name="cboxmain" style="border:  0px solid;" id="cboxmain"&gt;
      &lt;/iframe&gt;&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/table&gt;
&lt;/div&gt;
&lt;div 

style="padding-right:10;overflow:hidden;height:100;width:170;position:absolute;left:

762;top:646"&gt;
  &lt;table border="0" cellpadding="0" cellspacing="0" summary="cbox tagboard" 

align="center" width="153"&gt;
    &lt;tr&gt;
      &lt;td align="center" width="153"&gt;
      &lt;iframe frameborder="0" width="143" height="80" 

src="http://www3.cbox.ws/box/?boxid=2129172&amp;boxtag=9615&amp;sec=form" 

marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" 

name="cboxform" style="border:  0px solid; border-top: 0px;" id="cboxform"&gt;
      &lt;/iframe&gt;&lt;/td&gt;
    &lt;/tr&gt;
  &lt;/table&gt;
&lt;/div&gt;
&lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;

   &lt;embed style="position:absolute; left:3; top:-5; z-index:3" wmode="transparent" 

src="http://www.freewebtown.com/shadow2/snow.swf" quality="high" 

pluginspage="http://www.macromedia.com/go/getflashplayer" 

type="application/x-shockwave-flash" width="300" height="200"&gt;&lt;/embed&gt;

&lt;div style="overflow:hidden;height:39;width:94;position:absolute;left:70;top:611"&gt;
  &lt;!-- Start of StatCounter Code --&gt;
  &lt;a href="http://www.statcounter.com/" target="_blank"&gt;
  &lt;img 

src="http://c12.statcounter.com/counter.php?sc_project=1668603&amp;java=0&amp;securit

y=2f803d98&amp;invisible=0" alt="web page hit counter" border="0"&gt;&lt;/a&gt;
  &lt;!-- End of StatCounter Code --&gt;
&lt;/div&gt;
&lt;embed style="filter:alpha(opacity=100,finishopacity=0,style=2);position:absolute;top:45;left:700" 

src="http://www.dluxproductions.com/webcandy/photocube2/photocube2d.swf?imageID=2d37c1b0699054c4e5bec623c0672b2d&amp;glo

wOn=&amp;shadowOn=&amp;sparkOn=1&amp;fireOn=&amp;twoByTwoOn=" quality="high" bgcolor="#000000" wmode="transparent" width="150" 

height="140" name="D.Lux Photo Cube" align="middle" allowScriptAccess="sameDomain" 

type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /&gt;

&lt;embed 

style="filter:alpha(opacity=100,finishopacity=0,style=2);position:absolute;top:5;left

:770" src='http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf' 

wmode="transparent"  quality='high' width='106' height='26' align='middle' 

type='application/x-shockwave-flash' 

pluginspage='http://www.macromedia.com/go/getflashplayer'/&gt;

&lt;script language="javascript"&gt; 
var advertisem = "yes"; 
&lt;/script&gt; 
&lt;div id="advertisemsundel"&gt;&lt;/div&gt; 
&lt;/body&gt;

&lt;/html&gt;
&lt;/textarea&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;overlayouts&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3976083099858561218-948692130688621255?l=www.pinoy-design.co.cc' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/overlayouts/~4/VI9ROBDPbsk" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-14T14:40:43.388+08:00</app:edited><media:thumbnail url="http://i2.photobucket.com/albums/y21/reiearth/shadow/th_dancer2.gif" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><enclosure url="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf" length="1975" type="application/x-shockwave-flash" /><media:content url="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf" fileSize="1975" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle> shadow2 preview Layout Code: &amp;nbspshadow hedgehog premade layout&amp;nbsp© BODY { SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #343434; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #343434; SCROLLBAR-ARROW-COLOR: #4A0000; SCROLLBAR-</itunes:subtitle><itunes:author>noreply@blogger.com (iznab)</itunes:author><itunes:summary> shadow2 preview Layout Code: &amp;nbspshadow hedgehog premade layout&amp;nbsp© BODY { SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #343434; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #343434; SCROLLBAR-ARROW-COLOR: #4A0000; SCROLLBAR-TRACK-COLOR: #250000; SCROLLBAR-DARKSHADOW-COLOR: #000000; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Tahoma;} a, a:link, a:visited, a:active { font-size:10px;color:#ffffff; font-weight: normal; text-decoration: none; border-bottom:0px; font-style: normal; } a:hover { font-size:10px;background-color:#000000;color:#ffffff; font-weight: bold; text-decoration: none; border-bottom:0px; font-style: normal; } div {SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #343434; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #343434; SCROLLBAR-ARROW-COLOR: #4A0000; SCROLLBAR-TRACK-COLOR: #250000; SCROLLBAR-DARKSHADOW-COLOR: #000000; padding-right:3;padding-top:3"} // if (window.Event) document.captureEvents(Event.MOUSEUP); function nocontextmenu() { event.cancelBubble = true, event.returnValue = false; return false; } function norightclick(e) { if (window.Event) { if (e.which == 2 || e.which == 3) return false; } else if (event.button == 2 || event.button == 3) { event.cancelBubble = true, event.returnValue = false; return false; } } if (document.layers) document.captureEvents(Event.MOUSEDOWN); document.oncontextmenu = nocontextmenu; document.onmousedown = norightclick; document.onmouseup = norightclick; //-- 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() // 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!" ar[3] = "add me up reiearth2001@yahoo.com" // 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 /* Gradual-Highlight Image Script II- By J. Mark Birenbaum (birenbau@ugrad.cs.ualberta.ca) Permission granted to Dynamicdrive.com to feature script in archive For full source to script, visit http://dynamicdrive.com */ nereidFadeObjects = new Object(); nereidFadeTimers = new Object(); /* object - image to be faded (actual object, not name); * destop - destination transparency level (ie 80, for mostly solid) * rate - time in milliseconds between trasparency changes (best under 100) * delta - amount of change each time (ie 5, for 5% change in transparency) */ function nereidFade(object, destOp, rate, delta){ if (!document.all) return if (object != "[object]"){ //do this so I can take a string too setTimeout("nereidFade("+object+","+destOp+","+rate+"</itunes:summary><itunes:keywords>friendster overlay design, shadow2 Layouts, free layouts, friendster layout</itunes:keywords><feedburner:origLink>http://www.pinoy-design.co.cc/2009/04/shadow2-layouts.html</feedburner:origLink></item><item><title>Purple Fox layout</title><link>http://feedproxy.google.com/~r/overlayouts/~3/Be1YIxswQSE/purple-fox-layout.html</link><category>friendster overlay design</category><category>free layouts</category><category>Purple Fox layout</category><category>friendster layout</category><author>noreply@blogger.com (iznab)</author><pubDate>Mon, 13 Apr 2009 23:35:20 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3976083099858561218.post-5109167770793923729</guid><description>&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 200px; height: 250px;" src="http://i2.photobucket.com/albums/y21/reiearth/purplefoxpreview.jpg" border="0" alt="" /&gt;

&lt;a href="http://www.freewebtown.com/purplefox/index.html"&gt;&lt;strong&gt;Purple Fox preview&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
     &lt;label for="textareainput"&gt;Layout Code:&lt;/label&gt;
     &lt;br /&gt;
 &lt;span class="niceform" style=" font-size:11px"&gt;
 &lt;textarea rows="10" cols="50"&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;&amp;nbspreiearth friendster profile&amp;nbsp©&lt;/TITLE&gt;
&lt;META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252"&gt;
&lt;META http-equiv=Page-Enter content=BlendTrans(Duration=1.5)&gt;
&lt;META http-equiv=Site-Exit content=BlendTrans(Duration=1.5)&gt;
&lt;/HEAD&gt;


	&lt;STYLE type=text/css&gt;

	BODY {
	SCROLLBAR-FACE-COLOR: #000000; 
	SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
	SCROLLBAR-SHADOW-COLOR: #000000; 
	SCROLLBAR-3DLIGHT-COLOR: #343434;
	SCROLLBAR-ARROW-COLOR: #343434; 
	SCROLLBAR-TRACK-COLOR: #000000; 
	SCROLLBAR-DARKSHADOW-COLOR: #000000;	
	cursor: url("http://www.freewebs.com/elvolution/misc/elvocursor.cur"),default;
	FONT-SIZE: 9px; 
	COLOR: #cccccc; 
	FONT-FAMILY: Tahoma;}
	a, a:link, a:visited, a:active { color:#ffffff; font-weight: normal; text-decoration: none; border-bottom:0px; font-style: normal; }
	a:hover { color:#000000; font-weight: normal; text-decoration: none; border-bottom:0px; font-style: normal; }
		
	&lt;/style&gt;
	
	&lt;SCRIPT language=javascript src="FADE.JS"&gt;&lt;/SCRIPT&gt;
	&lt;SCRIPT language=javascript src="imagefade.js"&gt;&lt;/SCRIPT&gt;
	&lt;SCRIPT language=javascript src="imageswap.js"&gt;&lt;/SCRIPT&gt;
	&lt;SCRIPT language=javascript src="cursorscroll.js"&gt;&lt;/SCRIPT&gt;
	&lt;SCRIPT language=javascript src="norightclick.js"&gt;&lt;/SCRIPT&gt;
	&lt;SCRIPT language=javascript src="titlescroller.js"&gt;&lt;/SCRIPT&gt;
	&lt;SCRIPT language=javascript src="statusscroller.js"&gt;&lt;/SCRIPT&gt;
	
	&lt;script language="javascript"&gt;
	function addBookmark()
	{
		bookmarkurl = "http://friendster.onimega.com/";
		bookmarktitle="reiearth purple fox profile";
	
		if (document.all)
			window.external.AddFavorite(bookmarkurl,bookmarktitle)
			
		return false;
	}
&lt;/script&gt;
	
		
	&lt;SCRIPT language=JavaScript&gt;
&lt;!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//--&gt;
 &lt;/SCRIPT&gt;
	
	&lt;script type="text/javascript"&gt;
    function clickToggle(target) {
      obj=(document.all) ? document.all[target] : document.getElementById(target);
      obj.style.display=(obj.style.display=='none') ? '' : 'none';
    }
  &lt;/script&gt;
  
&lt;!-- ImageReady Preload Script (purplefox1.psd) --&gt;
&lt;SCRIPT TYPE="text/javascript"&gt;
&lt;!--

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images &amp;&amp; (preloadFlag == true)) {
		for (var i=0; i&lt;changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		pfox3_05_over = newImage("http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_05-over.gif");
		pfox3_07_ImageMap_32_over = newImage("http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_07-ImageMap_32_over.gif");
		preloadFlag = true;
	}
}

// --&gt;
&lt;/SCRIPT&gt;
&lt;!-- End Preload Script --&gt;
&lt;/HEAD&gt;
&lt;BODY BGCOLOR=#000000 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 ONLOAD="preloadImages();"&gt;
&lt;!-- ImageReady Slices (purplefox1.psd) --&gt;
&lt;TABLE WIDTH=990 BORDER=0 CELLPADDING=0 CELLSPACING=0&gt;
	&lt;TR&gt;
		&lt;TD COLSPAN=2 ROWSPAN=2&gt;
			&lt;IMG SRC="http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_01.gif" WIDTH=445 HEIGHT=53 BORDER=0 ALT="" USEMAP="#pfox3_01_Map"&gt;&lt;/TD&gt;
		&lt;TD COLSPAN=3&gt;
			&lt;IMG SRC="http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_02.gif" WIDTH=545 HEIGHT=25 BORDER=0 ALT="" USEMAP="#pfox3_02_Map"&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="http://i2.photobucket.com/albums/y21/reiearth/pfox/spacer.gif" WIDTH=1 HEIGHT=25 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD ROWSPAN=2&gt;
			&lt;IMG SRC="http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_03.gif" WIDTH=379 HEIGHT=121 BORDER=0 ALT="" USEMAP="#pfox3_03_Map"&gt;&lt;/TD&gt;
		&lt;TD COLSPAN=2 ROWSPAN=3&gt;
			&lt;IMG SRC="http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_04.gif" WIDTH=166 HEIGHT=149 ALT=""&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="http://i2.photobucket.com/albums/y21/reiearth/pfox/spacer.gif" WIDTH=1 HEIGHT=28 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD ROWSPAN=3&gt;
			&lt;A HREF="#"
				ONMOUSEOVER="changeImages('pfox3_05', 'http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_05-over.gif'); return true;"
				ONMOUSEOUT="changeImages('pfox3_05', 'http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_05.gif'); return true;"&gt;
				&lt;IMG NAME="pfox3_05" SRC="http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_05.gif" WIDTH=288 HEIGHT=190 BORDER=0 ALT="" USEMAP="#pfox3_05_Map"&gt;&lt;/A&gt;&lt;/TD&gt;
		&lt;TD ROWSPAN=7&gt;
			&lt;IMG SRC="http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_06.gif" WIDTH=157 HEIGHT=678 BORDER=0 ALT="" USEMAP="#pfox3_06_Map"&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="http://i2.photobucket.com/albums/y21/reiearth/pfox/spacer.gif" WIDTH=1 HEIGHT=93 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD ROWSPAN=3&gt;
			&lt;IMG NAME="pfox3_07" SRC="http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_07.gif" WIDTH=379 HEIGHT=122 BORDER=0 ALT="" USEMAP="#pfox3_07_Map"&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="http://i2.photobucket.com/albums/y21/reiearth/pfox/spacer.gif" WIDTH=1 HEIGHT=28 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD ROWSPAN=5&gt;
			&lt;IMG SRC="http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_08.gif" WIDTH=120 HEIGHT=557 BORDER=0 ALT="" USEMAP="#pfox3_08_Map"&gt;&lt;/TD&gt;
		&lt;TD ROWSPAN=3&gt;
			&lt;A HREF="#"
				ONMOUSEOVER="changeImages('pfox3_09', 'http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_09-over.gif'); return true;"
				ONMOUSEOUT="changeImages('pfox3_09', 'http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_09.gif'); return true;"&gt;
				&lt;IMG NAME="pfox3_09" SRC="http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_09.gif" WIDTH=46 HEIGHT=250 BORDER=0 ALT=""&gt;&lt;/A&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="http://i2.photobucket.com/albums/y21/reiearth/pfox/spacer.gif" WIDTH=1 HEIGHT=69 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD ROWSPAN=4&gt;
			&lt;IMG SRC="http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_10.gif" WIDTH=288 HEIGHT=488 BORDER=0 ALT="" USEMAP="#pfox3_10_Map"&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="http://i2.photobucket.com/albums/y21/reiearth/pfox/spacer.gif" WIDTH=1 HEIGHT=25 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD ROWSPAN=2&gt;
			&lt;IMG SRC="http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_11.gif" WIDTH=379 HEIGHT=232 BORDER=0 ALT="" USEMAP="#pfox3_11_Map"&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="http://i2.photobucket.com/albums/y21/reiearth/pfox/spacer.gif" WIDTH=1 HEIGHT=156 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD ROWSPAN=2&gt;
			&lt;A HREF="#"
				ONMOUSEOVER="changeImages('pfox3_12', 'http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_12-over.gif'); return true;"
				ONMOUSEOUT="changeImages('pfox3_12', 'http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_12.gif'); return true;"&gt;
				&lt;IMG NAME="pfox3_12" SRC="http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_12.gif" WIDTH=46 HEIGHT=307 BORDER=0 ALT=""&gt;&lt;/A&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="http://i2.photobucket.com/albums/y21/reiearth/pfox/spacer.gif" WIDTH=1 HEIGHT=76 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG SRC="http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_13.gif" WIDTH=379 HEIGHT=231 BORDER=0 ALT="" USEMAP="#pfox3_13_Map"&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="http://i2.photobucket.com/albums/y21/reiearth/pfox/spacer.gif" WIDTH=1 HEIGHT=231 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
&lt;/TABLE&gt;
&lt;MAP NAME="pfox3_01_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="244,38,434,50" HREF="http://www.friendster.com/reiearth"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="pfox3_02_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="432,4,521,18" HREF="http://www.friendster.com/logout.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="356,3,418,21" HREF="http://www.friendster.com/custhelp.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="234,4,338,20" HREF="http://www.friendster.com/editaccount.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="101,4,216,21" HREF="http://www.friendster.com/messages.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="18,3,87,20" HREF="http://www.friendster.com/invite.php"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="pfox3_03_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="60,14,366,121" HREF="#"
	ONMOUSEOVER="changeImages('pfox3_07', 'http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_07-ImageMap_32_over.gif'); return true;"
	ONMOUSEOUT="changeImages('pfox3_07', 'http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_07.gif'); return true;"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="pfox3_05_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="56,22,275,50" HREF="http://www.friendster.com"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="pfox3_06_Map"&gt;
&lt;AREA SHAPE="rect" ALT="visit markyctrigger Overlay Generator" COORDS="153,620,157,650" HREF="http://www.markyctrigger.com"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="pfox3_07_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="60,0,366,122" HREF="#"
	ONMOUSEOVER="changeImages('pfox3_07', 'http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_07-ImageMap_32_over.gif'); return true;"
	ONMOUSEOUT="changeImages('pfox3_07', 'http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_07.gif'); return true;"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="pfox3_08_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="21,256,116,515" HREF="#"
	ONMOUSEOVER="changeImages('pfox3_07', 'http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_07-ImageMap_32_over.gif'); return true;"
	ONMOUSEOUT="changeImages('pfox3_07', 'http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_07.gif'); return true;"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="21,6,119,244" HREF="#"
	ONMOUSEOVER="changeImages('pfox3_07', 'http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_07-ImageMap_32_over.gif'); return true;"
	ONMOUSEOUT="changeImages('pfox3_07', 'http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_07.gif'); return true;"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="37,492,105,508" HREF="http://www.friendster.com/introduce.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="38,466,107,484" HREF="http://www.friendster.com/referafriend.php?refer=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="38,441,105,457" HREF="http://www.friendster.com/bookmarks.php?action=add&amp;uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="38,414,104,433" HREF="http://www.friendster.com/addfriendrequest.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="36,390,107,408" HREF="http://www.friendster.com/testimonials.php?action=add&amp;uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="39,366,104,380" HREF="http://www.friendster.com/sendmessage.php?uid=5475934&amp;action=sendsmile"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="38,339,106,355" HREF="http://www.friendster.com/sendmessage.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="38,312,103,330" HREF="http://www.friendster.com/viewphotos.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="37,285,104,302" HREF="http://www.friendster.com/friends.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="39,262,108,279" HREF="http://www.friendster.com/testimonials.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="37,215,105,233" HREF="http://games.friendster.com/"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="38,191,106,207" HREF="http://classifieds.friendster.com"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="36,166,105,183" HREF="http://www.friendster.com/datingtips.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="35,139,106,158" HREF="http://www.friendster.com/blogs.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="34,114,106,130" HREF="http://www.friendster.com/redirect.cgi?u=http://grouper.friendster.com&amp;b=Z3JvdXBlciBmaWxlcw=="&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="37,86,107,104" HREF="http://www.friendster.com/interstitial.php?oldURL=http%3A//www.friendster.com/gallery.php&amp;timer=15000"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="33,60,110,79" HREF="http://www.friendster.com/friends.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="31,35,109,53" HREF="http://www.friendster.com/user.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="31,12,108,28" HREF="http://www.friendster.com/home.php"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="pfox3_10_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="30,449,218,463" HREF="emailto:reiearth2001@yahoo.com"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="pfox3_11_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="60,0,366,76" HREF="#"
	ONMOUSEOVER="changeImages('pfox3_07', 'http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_07-ImageMap_32_over.gif'); return true;"
	ONMOUSEOUT="changeImages('pfox3_07', 'http://i2.photobucket.com/albums/y21/reiearth/pfox/pfox3_07.gif'); return true;"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="pfox3_13_Map"&gt;
&lt;AREA SHAPE="rect" ALT="visit markyctrigger Overlay Generator" COORDS="0,173,241,203" HREF="http://www.markyctrigger.com"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="292,124,374,147" HREF="http://www.onimega.com"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="183,123,284,146" HREF="http://www.reiearthonline.com"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="95,127,176,145" HREF="http://www.friendster-tweakers.com"&gt;
&lt;/MAP&gt;
&lt;!-- End ImageReady Slices --&gt;
 &lt;div align="center"&gt;
                  &lt;center&gt;
                                
                &lt;table border="0" cellpadding="0" cellspacing="0" style="width=; position:absolute; border-collapse:collapse; left:238; top:719"499" height="24" width="538"&gt;
                  &lt;tr&gt;
                    &lt;td width="100%" align="center" style="border-style: none; border-width: medium" height="23"&gt;
                              
                &lt;p align="center"&gt;
                              
                &lt;b&gt;
                              
                &lt;A 
      href="http://www.friendster.com/info/index.php?statpos=footer"&gt;
                &lt;font size="1" color="#FFFFFF"&gt;About Us &lt;/font&gt; 
      &lt;/A&gt;&lt;font size="1"&gt;&lt;font color="#FFFFFF"&gt;•&lt;/font&gt;&lt;A  
      href="http://www.friendster.com/info/contacts.php?statpos=footer"&gt;&lt;font color="#FFFFFF"&gt; 
      Contact Us&lt;/font&gt;&lt;/A&gt;&lt;font color="#FFFFFF"&gt; •&lt;/font&gt;&lt;A  
      href="http://www.friendster.com/info/shopping.php?statpos=footer"&gt;&lt;font color="#FFFFFF"&gt; 
      Store&lt;/font&gt;&lt;/A&gt;&lt;font color="#FFFFFF"&gt; •&lt;/font&gt;&lt;A  
      href="http://www.friendster.com/events.php?statpos=footer"&gt;&lt;font color="#FFFFFF"&gt; Events&lt;/font&gt;&lt;/A&gt;&lt;font color="#FFFFFF"&gt; •&lt;/font&gt;&lt;A 
      href="http://www.friendster.com/info/tour/1_0.htm?statpos=footer"&gt;&lt;font color="#FFFFFF"&gt; 
      Tour&lt;/font&gt;&lt;/A&gt;&lt;font color="#FFFFFF"&gt; • &lt;/font&gt; &lt;A 
      href="http://www.friendster.com/affiliate.php?statpos=footer"&gt;
                &lt;font color="#FFFFFF"&gt;SuperFriendster&lt;/font&gt;&lt;/A&gt;&lt;font color="#FFFFFF"&gt; 
                •&lt;/font&gt;&lt;A id=new2 href="http://www.friendster.com/custhelp.php?statpos=footer"&gt;&lt;font color="#FFFFFF"&gt; 
      Help&lt;/font&gt;&lt;/A&gt;&lt;font color="#FFFFFF"&gt; •&lt;/font&gt;&lt;A 
      href="http://www.friendster.com/info/tos.php?statpos=footer"&gt;&lt;font color="#FFFFFF"&gt; Terms of 
      Service&lt;/font&gt;&lt;/A&gt;&lt;font color="#FFFFFF"&gt; • &lt;/font&gt; &lt;A 
      href="http://www.friendster.com/info/privacy.php?statpos=footer"&gt;
                &lt;font color="#FFFFFF"&gt;Privacy 
      Policy&lt;/font&gt;&lt;/A&gt;&lt;/font&gt;&lt;font size="1" color="#FFFFFF"&gt;&lt;BR&gt;&lt;/font&gt;&lt;/b&gt;
                &lt;font size="1" color="#FFFFFF"&gt;&amp;nbsp;&lt;SPAN class=style4&gt;Copyright © 2002-2006 Friendster, Inc. 
      All rights reserved. Patent Pending.&lt;/SPAN&gt; &lt;/font&gt; &lt;/td&gt;
                  &lt;/tr&gt;
&lt;/table&gt;
                  &lt;/center&gt;
&lt;/div&gt;

&lt;div style="overflow:hidden;height:39;width:99;position:absolute;left:100;top:650"&gt;
&lt;!-- Start of StatCounter Code --&gt;
&lt;a href="http://www.statcounter.com/" target="_blank"&gt;&lt;img src="http://c12.statcounter.com/counter.php?sc_project=1668603&amp;amp;java=0&amp;amp;security=2f803d98&amp;amp;invisible=0" alt="web page hit counter" border="0"&gt;&lt;/a&gt; 
&lt;!-- End of StatCounter Code --&gt;
&lt;/div&gt;


&lt;div style="padding-right:10;overflow:hidden;height:310;width:189;position:absolute;left:305;top:109"&gt;
&lt;!-- BEGIN CBOX - http://www.cbox.ws --&gt;
&lt;table border="0" cellpadding="0" cellspacing="0" summary="cbox tagboard" align="center"&gt;
&lt;tr&gt;&lt;td align="center"&gt;
&lt;iframe frameborder="0" width="189" height="160" src="http://www2.cbox.ws/box/?boxid=1350881&amp;amp;boxtag=4801&amp;amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border:  0px solid;" id="cboxmain"&gt;&lt;/iframe&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div style="padding-right:10;overflow:hidden;height:100;width:192;position:absolute;left:78;top:142"&gt;
&lt;table border="0" cellpadding="0" cellspacing="0" summary="cbox tagboard" align="center"&gt;
&lt;tr&gt;
&lt;td align="center"&gt;
&lt;iframe frameborder="0" width="140" height="80" src="http://www2.cbox.ws/box/?boxid=1350881&amp;amp;boxtag=4801&amp;amp;sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border:  0px solid; border-top: 0px;" id="cboxform"&gt;&lt;/iframe&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;!-- END CBOX --&gt;

&lt;div onmouseover=nereidFade(this,100,70,20) 
onmouseout=nereidFade(this,20,50,10) style=" 
         border:none; padding: 0px;
          overflow:hidden; width:328; height:100; 
                    position:absolute; left:498; top:415;filter:alpha(Opacity=50) gray" 
          &gt; 
          
&lt;SCRIPT language=javascript src="scroll_image.js"&gt;&lt;/SCRIPT&gt;
&lt;/div&gt;
&lt;font size="1" face="Verdana"&gt;&amp;nbsp;&lt;font color="#FFFFFF"&gt;&lt;marquee onmouseover=this.stop() onmouseout=this.start() style="position:absolute; filter:alpha(Opacity=100,FinishOpacity=25,Style=3); left:292; top:307" direction=up width=254 height=139 scrollamount=1&gt;
&lt;a href="#"&gt;
I want to meet my TWIN&lt;br&gt;
I want to meet my soulmate&lt;br&gt;
I want to meet all my friends&lt;br&gt;
I want to meet SMB Beermen&lt;br&gt;
I want to meet ARTISTAS&lt;br&gt;
I want to meet Manny Pacquiao&lt;br&gt;
I want to be in Game K N B&lt;br&gt;
I want to be in Deal or No Deal&lt;br&gt;
I want to be in Wowowee&lt;br&gt;
I want to become a millionaire&lt;br&gt;
I want to travel the world&lt;br&gt;
I am 25 years old&lt;br&gt;
I am a music enthusiast&lt;br&gt;
I am a web designer designer&lt;br&gt;
I am a graphic designer&lt;br&gt;
I am a smart globe TM Sun user&lt;br&gt;
I am a dreamer&lt;br&gt;
I am someone with high ambition&lt;br&gt;
I am classified as middle-class&lt;br&gt;
I sleep late&lt;br&gt;
i wake up late&lt;br&gt;
I dont smoke and drink alcohol&lt;br&gt;
I love the Philippines&lt;br&gt;
I love making money&lt;br&gt;
I love computers&lt;br&gt;
I love gadgets&lt;br&gt;
I love Anime&lt;br&gt;
I love computer games&lt;br&gt;
I love video games&lt;br&gt;
I love FHM&lt;br&gt;
I love movies and DVDs&lt;br&gt;
I love Interior Design&lt;br&gt;
I love reading magazines&lt;br&gt;
I love Kris Aquino&lt;br&gt;
I love Willy&lt;br&gt;
I love Animax&lt;br&gt;
I love ABSCBN Kapamilya&lt;br&gt;
I hate vegetables&lt;br&gt;
I hate backstabbers&lt;br&gt;
I hate user-friendly people&lt;br&gt;
I hate deadlines&lt;br&gt;
I would like to experience love&lt;br&gt;
I would like to have a worry-free life&lt;br&gt;

&lt;/a&gt;
&lt;/marquee&gt;&lt;/font&gt;&lt;/font&gt;&lt;/b&gt;


&lt;embed style="position:absolute; left:481; top:35;filter:alpha(Opacity=100,FinishOpacity=0,Style=2)" src='http://four.fsphost.com/reiearth/shock1.swf' allowScriptAccess="never" quality=high FlashVars='texter=REIEARTH MP3' wmode='transparent' width='350' height='80' menu='false' &gt;&lt;/embed&gt;

&lt;embed style="filter:alpha(Opacity=100,FinishOpacity=0,Style=2);position:absolute; left:323; top:697; z-index:-1" wmode="transparent" bgcolor='000000' allowScriptAccess="never" src="http://four.fsphost.com/reiearth/clockguts_2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="375" height="130"&gt;&lt;/embed&gt;

&lt;div style="padding:5px"&gt;

&lt;!-- template: bits_rate --&gt;
&lt;form action="http://top.friendster-tweakers.com/index.php?rate/index.php?rate" method="post" name="rate1052"&gt;
&lt;div id="ratebox" align="center" style="width: 989; height: 60"&gt;
&lt;b&gt;&lt;font size="1" face="Verdana"&gt;Rate This Profile :
&lt;input type="hidden" name="id" value="1052" /&gt;
&lt;/font&gt;
&lt;/b&gt; 
&lt;table border="0" cellpadding="1" cellspacing="0" style="text-align:center"&gt;
&lt;tr&gt;
&lt;td&gt; &lt;font size="1" face="Verdana"&gt; &lt;input name="rate" type="radio" value="1" onclick="document.rate1052.submit()" /&gt;&lt;br /&gt;1 &lt;/font&gt; &lt;/td&gt;
&lt;td&gt; &lt;font size="1" face="Verdana"&gt; &lt;input name="rate" type="radio" value="2" onclick="document.rate1052.submit()" /&gt;&lt;br /&gt;2 &lt;/font&gt; &lt;/td&gt;
&lt;td&gt; &lt;font size="1" face="Verdana"&gt; &lt;input name="rate" type="radio" value="3" onclick="document.rate1052.submit()" /&gt;&lt;br /&gt;3 &lt;/font&gt; &lt;/td&gt;
&lt;td&gt; &lt;font size="1" face="Verdana"&gt; &lt;input name="rate" type="radio" value="4" onclick="document.rate1052.submit()" /&gt;&lt;br /&gt;4 &lt;/font&gt; &lt;/td&gt;
&lt;td&gt; &lt;font size="1" face="Verdana"&gt; &lt;input name="rate" type="radio" value="5" onclick="document.rate1052.submit()" /&gt;&lt;br /&gt;5 &lt;/font&gt; &lt;/td&gt;
&lt;td&gt; &lt;font size="1" face="Verdana"&gt; &lt;input name="rate" type="radio" value="6" onclick="document.rate1052.submit()" /&gt;&lt;br /&gt;6 &lt;/font&gt; &lt;/td&gt;
&lt;td&gt; &lt;font size="1" face="Verdana"&gt; &lt;input name="rate" type="radio" value="7" onclick="document.rate1052.submit()" /&gt;&lt;br /&gt;7 &lt;/font&gt; &lt;/td&gt;
&lt;td&gt; &lt;font size="1" face="Verdana"&gt; &lt;input name="rate" type="radio" value="8" onclick="document.rate1052.submit()" /&gt;&lt;br /&gt;8 &lt;/font&gt; &lt;/td&gt;
&lt;td&gt; &lt;font size="1" face="Verdana"&gt; &lt;input name="rate" type="radio" value="9" onclick="document.rate1052.submit()" /&gt;&lt;br /&gt;9 &lt;/font&gt; &lt;/td&gt;
&lt;td&gt; &lt;font size="1" face="Verdana"&gt; &lt;input name="rate" type="radio" value="10" onclick="document.rate1052.submit()" /&gt;&lt;br /&gt;10 &lt;/font&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="2"&gt;
&lt;b&gt;
&lt;font size="1" face="Verdana"&gt;Poor &lt;/font&gt;
&lt;/b&gt;
&lt;/td&gt;
&lt;td colspan="6"&gt;&lt;/td&gt;
&lt;td colspan="2"&gt;
&lt;b&gt;
&lt;font size="1" face="Verdana"&gt;Excellent &lt;/font&gt;
&lt;/b&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/form&gt;
&lt;!-- / Template: bits_rate --&gt;

&lt;/div&gt;
&lt;/b&gt;&lt;/b&gt;&lt;/font&gt;
&lt;!-- / Template: home_rate --&gt;


 &lt;div &gt;
        &lt;font size="1" face="Verdana"&gt;
      &lt;MARQUEE width=380 scrollAmount=3 style="filter:alpha(Opacity=100,FinishOpacity=0,style=2);position: absolute; left: 450; top: 21" height="18"&gt;&lt;a href=""&gt;Hello Visitors! Im Reiearth.&amp;nbsp; Welcome to my Purple Fox Friendster Profile Version 1.0! [Features: modified cbox and smilies/javascript/animation/flash/200+ mp3 and cool links.] Keep Checking for Updates and please RATE MY PROFILE thanx.&lt;/MARQUEE&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;
      &lt;/div&gt;
&lt;div style="filter:alpha(opacity=100,FinishOpacity=20,style=3);position:absolute; left:491; top:599; width:323; height:13"&gt;
&lt;marquee scrollamount=3 behavior="alternate"&gt;      
&lt;b&gt;&lt;font face="Verdana" size="1" color="#FFFFFF"&gt;r&lt;/font&gt;&lt;font face="Verdana" size="1" color="#000000"&gt;E&lt;/font&gt;&lt;font face="Verdana" size="1" color="#FFFFFF"&gt;i&lt;/font&gt;&lt;font face="Verdana" size="1" color="#000000"&gt;E&lt;/font&gt;&lt;font face="Verdana" size="1" color="#FFFFFF"&gt;a&lt;/font&gt;&lt;font face="Verdana" size="1" color="#000000"&gt;R&lt;/font&gt;&lt;font face="Verdana" size="1" color="#000000"&gt;t&lt;/font&gt;&lt;font face="Verdana" size="1" color="#FFFFFF"&gt;h&lt;/font&gt;&lt;/b&gt;&lt;font size="1" face="Verdana" color="#000000"&gt; h&lt;/font&gt;&lt;font size="1" face="Verdana" color="#FFFFFF"&gt;a&lt;/font&gt;&lt;font size="1" face="Verdana" color="#FFFFFF"&gt;s &lt;/font&gt;
&lt;b&gt;&lt;font size="1" face="Verdana" color="#000000"&gt;5&lt;/font&gt;&lt;font size="1" face="Verdana" color="#FFFFFF"&gt;7&lt;/font&gt;&lt;font size="1" face="Verdana" color="#000000"&gt;2&lt;/font&gt;&lt;/b&gt;&lt;font size="1" face="Verdana" color="#FFFFFF"&gt; 
f&lt;/font&gt;&lt;font size="1" face="Verdana" color="#000000"&gt;r&lt;/font&gt;&lt;font size="1" face="Verdana" color="#FFFFFF"&gt;i&lt;/font&gt;&lt;font size="1" face="Verdana" color="#000000"&gt;e&lt;/font&gt;&lt;font size="1" face="Verdana" color="#FFFFFF"&gt;n&lt;/font&gt;&lt;font size="1" face="Verdana" color="#000000"&gt;d&lt;/font&gt;&lt;font size="1" face="Verdana" color="#FFFFFF"&gt;s&lt;/font&gt;&lt;font size="1" face="Verdana" color="#000000"&gt; &lt;/font&gt;
&lt;/marquee&gt;
&lt;/div&gt;

&lt;div id="purplefox" style="overflow:hidden;height:380;width:300;position:absolute;left:509;top:85;z-index:2"&gt;
&lt;EMBED style="filter:alpha(opacity=60)" name=index          pluginspage=http://www.macromedia.com/go/getflashplayer           src=http://www.freewebtown.com/purplefox/mp3player_gskinrei.swf width=300 
          height=380 type=application/x-shockwave-flash border="0" 
          wmode="transparent" 
          flashvars="playList=http://www.freewebtown.com/purplefox/mp3player_gskin.xml&amp;amp;ampShowPlaylist=1&amp;amp;ampShowEQ=1&amp;amp;ampfirstTrack=1&amp;amp;ampinitVol=100" 
          quality="high" menu="false"/&gt;&lt;/embed&gt;
&lt;/div&gt; 

&lt;img style="position:absolute; left:266; top:725; z-index:-2" border="0" src="http://img301.imageshack.us/img301/5268/alienfoxfi3.jpg" width="485" height="120"&gt;

&lt;script language="javascript"&gt; 
var advertisem = "yes"; 
&lt;/script&gt; 
&lt;div id="advertisemsundel"&gt;&lt;/div&gt; 
&lt;script language="javascript"&gt; 
lastlogin="yes" 
&lt;/script&gt; 
&lt;div style="position:absolute;top:500;left:750;color:#FFFFFF" id="lastloginid"&gt;&lt;/div&gt;


&lt;/BODY&gt;
&lt;/HTML&gt;
&lt;/textarea&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;overlayouts&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3976083099858561218-5109167770793923729?l=www.pinoy-design.co.cc' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/overlayouts/~4/Be1YIxswQSE" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-14T14:35:20.856+08:00</app:edited><media:thumbnail url="http://i2.photobucket.com/albums/y21/reiearth/pfox/th_pfox3_01.gif" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.pinoy-design.co.cc/2009/04/purple-fox-layout.html</feedburner:origLink></item><item><title>angel layout</title><link>http://feedproxy.google.com/~r/overlayouts/~3/Yq2Fsxr2YgU/angel-layout.html</link><category>friendster overlay design</category><category>free layouts</category><category>friendster layout</category><category>angel layout</category><author>noreply@blogger.com (iznab)</author><pubDate>Mon, 13 Apr 2009 23:30:58 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3976083099858561218.post-6709252158793415627</guid><description>&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 200px; height: 250px;" src="http://i2.photobucket.com/albums/y21/reiearth/angelpreview.jpg" border="0" alt="" /&gt;

&lt;a href="http://www.freewebtown.com/angel_grace/angelice.html"&gt;&lt;strong&gt;Angel preview&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
     &lt;label for="textareainput"&gt;Layout Code:&lt;/label&gt;
     &lt;br /&gt;
 &lt;span class="niceform" style=" font-size:11px"&gt;
 &lt;textarea rows="10" cols="50"&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;&amp;nbspreiearth angel friendster profile&amp;nbsp©&lt;/TITLE&gt;
&lt;META HTTP-EQUIV="Content-Type" CONTENT="text/html; 

charset=windows-1252"&gt;
&lt;META http-equiv=Page-Enter content=BlendTrans(Duration=1.5)&gt;
&lt;META http-equiv=Site-Exit content=BlendTrans(Duration=1.5)&gt;

&lt;STYLE TYPE="text/css"&gt;
	BODY {
		SCROLLBAR-FACE-COLOR: #000000; 
		SCROLLBAR-HIGHLIGHT-COLOR: #343434; 
		SCROLLBAR-SHADOW-COLOR: #000000; 
		SCROLLBAR-3DLIGHT-COLOR: #343434;
		SCROLLBAR-ARROW-COLOR: #003A08; 
		SCROLLBAR-TRACK-COLOR: #003A08; 
		SCROLLBAR-DARKSHADOW-COLOR: #000000;
		FONT-SIZE: 9px; 
		COLOR: #000000; 
		FONT-FAMILY: Tahoma;		}
		a, a:link, a:visited, a:active { font-size:10px;color:#000000; 

font-weight: bold; text-decoration: none; border-bottom:0px; font-style: normal; }
		div {filter:alpha(opacity=100,finishopacity=75,style=3);
		SCROLLBAR-FACE-COLOR: #000000; 
		SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
		SCROLLBAR-SHADOW-COLOR: #000000; 
		SCROLLBAR-3DLIGHT-COLOR: #343434;
		SCROLLBAR-ARROW-COLOR: #003A08; 
		SCROLLBAR-TRACK-COLOR: #003A08; 
		SCROLLBAR-DARKSHADOW-COLOR: #000000;}
&lt;/style&gt;

&lt;script type="text/javascript"&gt;
/*
Cursor scroller script- By Dynamicdrive.com
For full source, Terms of service, and 100s DTHML scripts
Visit http://www.dynamicdrive.com
*/

var dismissafter=9999

function ietruebody(){
return (document.compatMode &amp;&amp; document.compatMode!="BackCompat")? 

document.documentElement : document.body
}

var initialvisible=0
if (document.all)
document.write('&lt;img 

src="http://img155.imageshack.us/img155/1571/dancegirlml8.gif" width=100 

height=102 id="curscroll" 

style="filter:alpha(opacity=100,finishopacity=50,style=2);position:absolute;border:

none;visibility:hidden"&gt;')

function followcursor(){
//move cursor function for IE

if (initialvisible==0){
curscroll.style.visibility="visible"
initialvisible=1
}

curscroll.style.left=ietruebody().scrollLeft+event.clientX+10
curscroll.style.top=ietruebody().scrollTop+event.clientY+10
}

function dismissmessage(){
curscroll.style.visibility="hidden"
}


if (document.all){
document.onmousemove=followcursor
document.ondblclick=dismissmessage
if (dismissafter!=0)
setTimeout("dismissmessage()",dismissafter*1000)
}
  &lt;/script&gt;

&lt;script language="javascript"&gt;
 
// 
if (window.Event)
  document.captureEvents(Event.MOUSEUP);

function nocontextmenu() {
  event.cancelBubble = true, event.returnValue = false;

  return false;
} 

function norightclick(e) {
  if (window.Event) {
    if (e.which == 2 || e.which == 3) return false;
  }
  else if (event.button == 2 || event.button == 3) {
    event.cancelBubble = true, event.returnValue = false;
    return false;
  }
}

if (document.layers)
  document.captureEvents(Event.MOUSEDOWN);

document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;
document.onmouseup = norightclick;
//--&gt;
&lt;/script&gt;
&lt;script language="javascript"&gt;
 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()&lt;/script&gt;
&lt;script language="javascript"&gt;
 &lt;!--// 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 &lt;yshiran@iil.intel.com&gt;

// 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 &lt; 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 &lt;= 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 &lt; 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 &lt; 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()
// --&gt;&lt;/script&gt;

&lt;/HEAD&gt;
&lt;BODY BGCOLOR=#000000 LEFTMARGIN=0 TOPMARGIN=0 

MARGINWIDTH=0 MARGINHEIGHT=0&gt;
&lt;!-- ImageReady Slices (angel_premade2.psd) --&gt;
&lt;TABLE WIDTH=1024 BORDER=0 CELLPADDING=0 CELLSPACING=0&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i2.photobucket.com/albums/y21/reiearth/angelice/angelice_01.gif" 

WIDTH=326 HEIGHT=94 BORDER=0 ALT="" 

USEMAP="#angelice_01_Map"&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i2.photobucket.com/albums/y21/reiearth/angelice/angelice_02.gif" 

WIDTH=251 HEIGHT=94 ALT=""&gt;&lt;/TD&gt;
		&lt;TD ROWSPAN=3&gt;
			&lt;IMG 

SRC="http://i2.photobucket.com/albums/y21/reiearth/angelice/angelice_03.jpg" 

WIDTH=224 HEIGHT=768 BORDER=0 ALT="" 

USEMAP="#angelice_03_Map"&gt;&lt;/TD&gt;
		&lt;TD ROWSPAN=3&gt;
			&lt;IMG 

SRC="http://i2.photobucket.com/albums/y21/reiearth/angelice/angelice_04.jpg" 

WIDTH=223 HEIGHT=768 BORDER=0 ALT="" 

USEMAP="#angelice_04_Map"&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD COLSPAN=2&gt;
			&lt;IMG 

SRC="http://i2.photobucket.com/albums/y21/reiearth/angelice/angelice_05.jpg" 

WIDTH=577 HEIGHT=332 BORDER=0 ALT="" 

USEMAP="#angelice_05_Map"&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD COLSPAN=2&gt;
			&lt;IMG 

SRC="http://i2.photobucket.com/albums/y21/reiearth/angelice/angelice_06.jpg" 

WIDTH=577 HEIGHT=342 BORDER=0 ALT="" 

USEMAP="#angelice_06_Map"&gt;&lt;/TD&gt;
	&lt;/TR&gt;
&lt;/TABLE&gt;
&lt;MAP NAME="angelice_01_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="0,0,171,29" 

HREF="http://www.friendster.com"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="angelice_03_Map"&gt;
&lt;AREA SHAPE="rect" ALT="visit designer profile" COORDS="0,525,136,553" 

HREF="http://www.friendster.com/reiearth"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="178,735,224,748" 

HREF="http://www.friendster.com/affiliate.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="148,735,169,745" 

HREF="http://www.friendster.com/info/tour/1_0.htm?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="110,736,139,746" 

HREF="http://www.friendster.com/events.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="61,736,101,747" 

HREF="http://www.friendster.com/info/shopping.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="8,736,52,746" 

HREF="http://www.friendster.com/info/contacts.php?statpos=footer"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="angelice_04_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="132,735,191,748" 

HREF="http://www.friendster.com/info/privacy.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="56,734,122,747" 

HREF="http://www.friendster.com/info/tos.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="26,733,48,747" 

HREF="http://www.friendster.com/custhelp.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="0,735,18,748" 

HREF="http://www.friendster.com/affiliate.php?statpos=footer"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="angelice_05_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="196,313,306,328" 

HREF="http://www.friendster.com/addfriendrequest.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="180,290,326,304" 

HREF="http://www.friendster.com/testimonials.php?action=add&amp;uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="205,266,299,280" 

HREF="http://www.friendster.com/sendmessage.php?uid=5475934&amp;action=sends

mile"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="196,243,309,255" 

HREF="http://www.friendster.com/sendmessage.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="199,217,302,232" 

HREF="http://www.friendster.com/viewphotos.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="197,192,304,210" 

HREF="http://www.friendster.com/friends.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="178,168,327,183" 

HREF="http://www.friendster.com/testimonials.php?uid=5475934"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="angelice_06_Map"&gt;
&lt;AREA SHAPE="rect" ALT="visit designer profile" COORDS="541,99,577,127" 

HREF="http://www.friendster.com/reiearth"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="537,306,575,320" 

HREF="http://www.friendster.com/info/index.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="312,111,373,123" 

HREF="http://www.friendster.com/logout.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="222,112,307,124" 

HREF="http://www.friendster.com/messages.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="152,110,219,127" 

HREF="http://www.friendster.com/friends.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="83,111,149,126" 

HREF="http://www.friendster.com/user.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="34,111,82,123" 

HREF="http://www.friendster.com/home.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="61,304,343,331" 

HREF="http://www.markyctrigger.com"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="165,54,338,70" 

HREF="http://www.friendster.com/introduce.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="173,30,332,44" 

HREF="http://www.friendster.com/referafriend.php?refer=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="211,7,293,20" 

HREF="http://www.friendster.com/bookmarks.php?action=add&amp;uid=5475934"&gt;
&lt;/MAP&gt;
&lt;!-- End ImageReady Slices --&gt;

&lt;div 

style="filter:alpha(opacity=100,finishopacity=75,style=1);background-color:transpa

rent;width:352; height:138; 
border:none; overflow:auto;  position:absolute; top:560; left:27;"&gt;
		&lt;br&gt;
&lt;script language="javascript"&gt; 
autofriend="yes" 
&lt;/script&gt; 
&lt;div id="autofriendid" class=column_content&gt;&lt;/div&gt;		
	&lt;/div&gt;
	&lt;img src="http://img155.imageshack.us/img155/1571/dancegirlml8.gif" 

style="filter:glow(color:white,strength=5) xray;position:absolute; left:414; top:646" 

width="100" height="102"&gt;
	
&lt;div id=hidetable 

style="filter:alpha(opacity=100,finishopacity=75,style=1);background-color:transpa

rent;width:208; height:320; 
border:3px inset #FFFFFF; overflow:auto; font-weight:bold; color:#000000; 

text-align:left;
position:absolute; padding-right:3;padding-top:3; z-index:1;top:185;left:775"&gt;
&lt;script language="javascript"&gt; 
automainphoto="yes" 
&lt;/script&gt; 
&lt;div id="automainphotoid"&gt;&lt;/div&gt;
&lt;br&gt;
Name: William Rei Udarbe&lt;br&gt;
Birthday: February 10, 1981&lt;br&gt;
Gender: Male&lt;br&gt;
Status: Single&lt;br&gt;
School: Data Center Philippines&lt;br&gt;Hobbies: Web designing, Playing Computer 

games,  Listening Music, Watching TV, Texting, Reading Magazines and 

sleeping. &lt;br&gt;
add me up: &lt;br&gt;
reiearth2001@yahoo.com&lt;br&gt;
reiearthfriendster@yahoo.com&lt;br&gt;
reiearthnaruto@yahoo.com&lt;br&gt;
reiearthsasuke@yahoo.com&lt;br&gt;
reiearthangel@yahoo.com&lt;br&gt;

	&lt;/div&gt;
	
&lt;div id=hidetable2 style="background-color:transparent;width:192; height:350; 
border:0px none #000000; overflow:auto; font-weight:bold; color:#000000; 

text-align:left;
position:absolute; z-index:2;top:165;left:530"&gt;
&lt;!-- BEGIN CBOX - http://www.cbox.ws --&gt;
&lt;table border="0" cellpadding="0" cellspacing="0" summary="cbox tagboard" 

align="center"&gt;
&lt;tr&gt;&lt;td align="center"&gt;
&lt;iframe frameborder="0" width="175" height="265" 

src="http://www3.cbox.ws/box/?boxid=2164138&amp;amp;boxtag=9806&amp;amp;sec=ma

in" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" 

name="cboxmain" style="border:none;" id="cboxmain"&gt;&lt;/iframe&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;
&lt;iframe frameborder="0" width="175" height="75" 

src="http://www3.cbox.ws/box/?boxid=2164138&amp;amp;boxtag=9806&amp;amp;sec=for

m" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" 

name="cboxform" style="border: none; border-top: 0px;" id="cboxform"&gt;&lt;/iframe&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
&lt;!-- END CBOX --&gt;
	&lt;/div&gt;

	&lt;div 

style="filter:alpha(opacity=100,finishopacity=75,style=1);background-color:transpa

rent;width:422; height:140; 
border:3px inset #FFFFFF; overflow:auto; font-weight:bold; color:#000000; 

text-align:left;
position:absolute; padding-right:3;padding-top:3; z-index:2;top:568;left:561"&gt;
&lt;script language="javascript"&gt; 
autotesti="yes"; 
&lt;/script&gt; 
&lt;div id=AUT class=left_column_content style="width:400px "&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;div style="overflow:hidden;height:39;width:90;position:absolute;left:435;top:745"&gt;
  &lt;!-- Start of StatCounter Code --&gt;
  &lt;a href="http://www.statcounter.com/" target="_blank"&gt;
  &lt;img 

src="http://c12.statcounter.com/counter.php?sc_project=1668603&amp;java=0&amp;securit

y=2f803d98&amp;invisible=0" alt="web page hit counter" border="0"&gt;&lt;/a&gt;
  &lt;!-- End of StatCounter Code --&gt;
&lt;/div&gt;
&lt;div 

style="position:absolute;top:103;left:48;font-weight:bold;color:#FFFFFF"&gt;www.frie

ndster.com/reiangel&lt;/div&gt;
&lt;embed style="position:absolute; left:601; 

top:3;filter:alpha(Opacity=100,FinishOpacity=75,Style=2);z-index:3" 

src="http://www.freewebtown.com/angel_grace/mp3playerangel.swf" 

allowScriptAccess="never" quality="high" wmode="transparent" width="260" 

height="270" type="application/x-shockwave-flash" 

pluginspage="http://www.macromedia.com/go/getflashplayer" 

flashvars="playList=http://www.freewebtown.com/angel_grace/mp3player.xml" 

menu="false"&gt;&lt;/embed&gt;

&lt;embed 

style="filter:alpha(opacity=100,finishopacity=10,style=3);position:absolute;top:610

;left:410" src='http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf' 

wmode="transparent"  quality='high' width='106' height='26' align='middle' 

type='application/x-shockwave-flash' 

pluginspage='http://www.macromedia.com/go/getflashplayer'/&gt;
&lt;/BODY&gt;
&lt;/HTML&gt;
&lt;/textarea&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;overlayouts&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3976083099858561218-6709252158793415627?l=www.pinoy-design.co.cc' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/overlayouts/~4/Yq2Fsxr2YgU" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-14T14:30:58.961+08:00</app:edited><media:thumbnail url="http://i2.photobucket.com/albums/y21/reiearth/angelice/th_angelice_01.gif" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><enclosure url="http://www.freewebtown.com/angel_grace/mp3playerangel.swf" length="8453" type="application/x-shockwave-flash" /><media:content url="http://www.freewebtown.com/angel_grace/mp3playerangel.swf" fileSize="8453" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle> Angel preview Layout Code: &amp;nbspreiearth angel friendster profile&amp;nbsp© BODY { SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #343434; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #343434; SCROLLBAR-ARROW-COLOR: #003A08; SCROLLBAR</itunes:subtitle><itunes:author>noreply@blogger.com (iznab)</itunes:author><itunes:summary> Angel preview Layout Code: &amp;nbspreiearth angel friendster profile&amp;nbsp© BODY { SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #343434; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #343434; SCROLLBAR-ARROW-COLOR: #003A08; SCROLLBAR-TRACK-COLOR: #003A08; SCROLLBAR-DARKSHADOW-COLOR: #000000; FONT-SIZE: 9px; COLOR: #000000; FONT-FAMILY: Tahoma; } a, a:link, a:visited, a:active { font-size:10px;color:#000000; font-weight: bold; text-decoration: none; border-bottom:0px; font-style: normal; } div {filter:alpha(opacity=100,finishopacity=75,style=3); SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #343434; SCROLLBAR-ARROW-COLOR: #003A08; SCROLLBAR-TRACK-COLOR: #003A08; SCROLLBAR-DARKSHADOW-COLOR: #000000;} /* Cursor scroller script- By Dynamicdrive.com For full source, Terms of service, and 100s DTHML scripts Visit http://www.dynamicdrive.com */ var dismissafter=9999 function ietruebody(){ return (document.compatMode &amp;&amp; document.compatMode!="BackCompat")? document.documentElement : document.body } var initialvisible=0 if (document.all) document.write('') function followcursor(){ //move cursor function for IE if (initialvisible==0){ curscroll.style.visibility="visible" initialvisible=1 } curscroll.style.left=ietruebody().scrollLeft+event.clientX+10 curscroll.style.top=ietruebody().scrollTop+event.clientY+10 } function dismissmessage(){ curscroll.style.visibility="hidden" } if (document.all){ document.onmousemove=followcursor document.ondblclick=dismissmessage if (dismissafter!=0) setTimeout("dismissmessage()",dismissafter*1000) } // if (window.Event) document.captureEvents(Event.MOUSEUP); function nocontextmenu() { event.cancelBubble = true, event.returnValue = false; return false; } function norightclick(e) { if (window.Event) { if (e.which == 2 || e.which == 3) return false; } else if (event.button == 2 || event.button == 3) { event.cancelBubble = true, event.returnValue = false; return false; } } if (document.layers) document.captureEvents(Event.MOUSEDOWN); document.oncontextmenu = nocontextmenu; document.onmousedown = norightclick; document.onmouseup = norightclick; //-- 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() // 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 autofriend="yes" automainphoto="yes" Name: William Rei Udarbe Birthday: February 10, 1981</itunes:summary><itunes:keywords>friendster overlay design, free layouts, friendster layout, angel layout</itunes:keywords><feedburner:origLink>http://www.pinoy-design.co.cc/2009/04/angel-layout.html</feedburner:origLink></item><item><title>sakura layout</title><link>http://feedproxy.google.com/~r/overlayouts/~3/OjGPPmR45LU/sakura-layout.html</link><category>friendster overlay design</category><category>free layouts</category><category>sakura layout</category><category>friendster layout</category><author>noreply@blogger.com (iznab)</author><pubDate>Mon, 13 Apr 2009 23:26:31 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3976083099858561218.post-3052027796533496193</guid><description>&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 200px; height: 390px;" src="http://i2.photobucket.com/albums/y21/reiearth/sakurapreview.jpg" border="0" alt="" /&gt;

&lt;a href="http://www.freewebtown.com/sakuraex/index.html"&gt;&lt;strong&gt;SAKURA preview&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
     &lt;label for="textareainput"&gt;Layout Code:&lt;/label&gt;
     &lt;br /&gt;
 &lt;span class="niceform" style=" font-size:11px"&gt;
 &lt;textarea rows="10" cols="50"&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;reiearth sakura profile&lt;/TITLE&gt;
&lt;META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"&gt;
&lt;meta content="progid:DXImageTransform.Microsoft.RandomDissolve(Duration=2)" 
http-equiv="Page-Enter" /&gt;
&lt;meta content="revealTrans(Duration=2,Transition=4)" 
http-equiv="Page-Exit" /&gt;
&lt;STYLE type=text/css&gt;

	BODY {
		SCROLLBAR-FACE-COLOR: #FFFFFF; 
		SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
		SCROLLBAR-SHADOW-COLOR: #ffffff; 
		SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
		SCROLLBAR-ARROW-COLOR: #E9A6B2; 
		SCROLLBAR-TRACK-COLOR: #FFFFFF; 
		SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
		FONT-SIZE: 9px; 
		COLOR: #000000; 
		FONT-FAMILY: Tahoma;		}
		a, a:link, a:visited, a:active { font-size:10px;color:#000000; font-weight: bold; text-decoration: none; border-bottom:0px; font-style: normal; }
		div {
		SCROLLBAR-FACE-COLOR: #E9A6B2; 
		SCROLLBAR-HIGHLIGHT-COLOR: #E9A6B2; 
		SCROLLBAR-SHADOW-COLOR: #ffffff; 
		SCROLLBAR-3DLIGHT-COLOR: #ffffff;
		SCROLLBAR-ARROW-COLOR: #000000; 
		SCROLLBAR-TRACK-COLOR: #E9A6B2; 
		SCROLLBAR-DARKSHADOW-COLOR: #ffffff;}
		
			
&lt;/style&gt;

&lt;script type="text/javascript"&gt;
    function clickToggle(target) {
      obj=(document.all) ? document.all[target] : document.getElementById(target);
      obj.style.display=(obj.style.display=='none') ? '' : 'none';
    }
  &lt;/script&gt;
&lt;!-- ImageReady Preload Script (sakurafinal.psd) --&gt;
&lt;SCRIPT TYPE="text/javascript"&gt;
&lt;!--

function newImage(arg) {
	if (document.images) {
		rslt = new Image();
		rslt.src = arg;
		return rslt;
	}
}

function changeImages() {
	if (document.images &amp;&amp; (preloadFlag == true)) {
		for (var i=0; i&lt;changeImages.arguments.length; i+=2) {
			document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
		}
	}
}

var preloadFlag = false;
function preloadImages() {
	if (document.images) {
		sakurafinal4_01_over = newImage("sakuraprofile3/sakurafinal4_01-over.gif");
		sakurafinal4_02_sakurafinal4_01_over = newImage("sakuraprofile3/sakurafinal4_02-sakurafinal.gif");
		sakurafinal4_06_over = newImage("sakuraprofile3/sakurafinal4_06-over.gif");
		sakurafinal4_07_over = newImage("sakuraprofile3/sakurafinal4_07-over.gif");
		sakurafinal4_08_sakurafinal4_07_over = newImage("sakuraprofile3/sakurafinal4_08-sakurafinal.gif");
		sakurafinal4_08_over = newImage("sakuraprofile3/sakurafinal4_08-over.gif");
		sakurafinal4_09_over = newImage("sakuraprofile3/sakurafinal4_09-over.gif");
		sakurafinal4_10_over = newImage("sakuraprofile3/sakurafinal4_10-over.gif");
		sakurafinal4_11_over = newImage("sakuraprofile3/sakurafinal4_11-over.gif");
		sakurafinal4_12_over = newImage("sakuraprofile3/sakurafinal4_12-over.gif");
		sakurafinal4_13_ImageMap_10_over = newImage("sakuraprofile3/sakurafinal4_13-ImageMap_10.gif");
		sakurafinal4_15_sakurafinal4_18_over = newImage("sakuraprofile3/sakurafinal4_15-sakurafinal.gif");
		sakurafinal4_16_ImageMap_09_over = newImage("sakuraprofile3/sakurafinal4_16-ImageMap_09.gif");
		sakurafinal4_16_sakurafinal4_18_over = newImage("sakuraprofile3/sakurafinal4_16-sakurafinal.gif");
		sakurafinal4_17_sakurafinal4_01_over = newImage("sakuraprofile3/sakurafinal4_17-sakurafinal.gif");
		sakurafinal4_18_over = newImage("sakuraprofile3/sakurafinal4_18-over.gif");
		preloadFlag = true;
	}
}

// --&gt;
&lt;/SCRIPT&gt;
&lt;!-- End Preload Script --&gt;
&lt;/HEAD&gt;
&lt;BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 ONLOAD="preloadImages();"&gt;
&lt;!-- ImageReady Slices (sakurafinal.psd) --&gt;
&lt;TABLE WIDTH=1006 BORDER=0 CELLPADDING=0 CELLSPACING=0&gt;
	&lt;TR&gt;
		&lt;TD COLSPAN=4&gt;
			&lt;A HREF="#"
				ONMOUSEOVER="changeImages('sakurafinal4_01', 'sakuraprofile3/sakurafinal4_01-over.gif', 'sakurafinal4_02', 'sakuraprofile3/sakurafinal4_02-sakurafinal.gif', 'sakurafinal4_17', 'sakuraprofile3/sakurafinal4_17-sakurafinal.gif'); return true;"
				ONMOUSEOUT="changeImages('sakurafinal4_01', 'sakuraprofile3/sakurafinal4_01.gif', 'sakurafinal4_02', 'sakuraprofile3/sakurafinal4_02.gif', 'sakurafinal4_17', 'sakuraprofile3/sakurafinal4_17.gif'); return true;"&gt;
				&lt;IMG NAME="sakurafinal4_01" SRC="sakuraprofile3/sakurafinal4_01.gif" WIDTH=538 HEIGHT=95 BORDER=0 ALT=""&gt;&lt;/A&gt;&lt;/TD&gt;
		&lt;TD COLSPAN=2&gt;
			&lt;IMG NAME="sakurafinal4_02" SRC="sakuraprofile3/sakurafinal4_02.gif" WIDTH=146 HEIGHT=95 ALT=""&gt;&lt;/TD&gt;
		&lt;TD ROWSPAN=9&gt;
			&lt;IMG SRC="sakuraprofile3/sakurafinal4_03.gif" WIDTH=322 HEIGHT=371 ALT=""&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="sakuraprofile3/spacer.gif" WIDTH=1 HEIGHT=95 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD ROWSPAN=7&gt;
			&lt;IMG SRC="sakuraprofile3/sakurafinal4_04.gif" WIDTH=255 HEIGHT=229 ALT=""&gt;&lt;/TD&gt;
		&lt;TD COLSPAN=2 ROWSPAN=7&gt;
			&lt;IMG SRC="sakuraprofile3/sakurafinal4_05.gif" WIDTH=254 HEIGHT=229 ALT=""&gt;&lt;/TD&gt;
		&lt;TD COLSPAN=3&gt;
			&lt;A HREF="#"
				ONMOUSEOVER="changeImages('sakurafinal4_06', 'sakuraprofile3/sakurafinal4_06-over.gif'); return true;"
				ONMOUSEOUT="changeImages('sakurafinal4_06', 'sakuraprofile3/sakurafinal4_06.gif'); return true;"&gt;
				&lt;IMG NAME="sakurafinal4_06" SRC="sakuraprofile3/sakurafinal4_06.gif" WIDTH=175 HEIGHT=45 BORDER=0 ALT="" USEMAP="#sakurafinal4_06_Map"&gt;&lt;/A&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="sakuraprofile3/spacer.gif" WIDTH=1 HEIGHT=45 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD COLSPAN=3&gt;
			&lt;A HREF="http://www.friendster.com/friends.php?uid=5475934"
				ONMOUSEOVER="changeImages('sakurafinal4_07', 'sakuraprofile3/sakurafinal4_07-over.gif', 'sakurafinal4_08', 'sakuraprofile3/sakurafinal4_08-sakurafinal.gif'); return true;"
				ONMOUSEOUT="changeImages('sakurafinal4_07', 'sakuraprofile3/sakurafinal4_07.gif', 'sakurafinal4_08', 'sakuraprofile3/sakurafinal4_08.gif'); return true;"&gt;
				&lt;IMG NAME="sakurafinal4_07" SRC="sakuraprofile3/sakurafinal4_07.gif" WIDTH=175 HEIGHT=30 BORDER=0 ALT=""&gt;&lt;/A&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="sakuraprofile3/spacer.gif" WIDTH=1 HEIGHT=30 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD COLSPAN=3&gt;
			&lt;A HREF="http://www.friendster.com/viewphotos.php?uid=5475934"
				ONMOUSEOVER="changeImages('sakurafinal4_08', 'sakuraprofile3/sakurafinal4_08-over.gif'); return true;"
				ONMOUSEOUT="changeImages('sakurafinal4_08', 'sakuraprofile3/sakurafinal4_08.gif'); return true;"&gt;
				&lt;IMG NAME="sakurafinal4_08" SRC="sakuraprofile3/sakurafinal4_08.gif" WIDTH=175 HEIGHT=30 BORDER=0 ALT=""&gt;&lt;/A&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="sakuraprofile3/spacer.gif" WIDTH=1 HEIGHT=30 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD COLSPAN=3&gt;
			&lt;A HREF="http://www.friendster.com/sendmessage.php?uid=5475934&amp;action=sendsmile"
				ONMOUSEOVER="changeImages('sakurafinal4_09', 'sakuraprofile3/sakurafinal4_09-over.gif'); return true;"
				ONMOUSEOUT="changeImages('sakurafinal4_09', 'sakuraprofile3/sakurafinal4_09.gif'); return true;"&gt;
				&lt;IMG NAME="sakurafinal4_09" SRC="sakuraprofile3/sakurafinal4_09.gif" WIDTH=175 HEIGHT=30 BORDER=0 ALT=""&gt;&lt;/A&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="sakuraprofile3/spacer.gif" WIDTH=1 HEIGHT=30 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD COLSPAN=3&gt;
			&lt;A HREF="http://www.friendster.com/sendmessage.php?uid=5475934"
				ONMOUSEOVER="changeImages('sakurafinal4_10', 'sakuraprofile3/sakurafinal4_10-over.gif'); return true;"
				ONMOUSEOUT="changeImages('sakurafinal4_10', 'sakuraprofile3/sakurafinal4_10.gif'); return true;"&gt;
				&lt;IMG NAME="sakurafinal4_10" SRC="sakuraprofile3/sakurafinal4_10.gif" WIDTH=175 HEIGHT=27 BORDER=0 ALT=""&gt;&lt;/A&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="sakuraprofile3/spacer.gif" WIDTH=1 HEIGHT=27 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD COLSPAN=3&gt;
			&lt;A HREF="http://www.friendster.com/addfriendrequest.php?uid=5475934"
				ONMOUSEOVER="changeImages('sakurafinal4_11', 'sakuraprofile3/sakurafinal4_11-over.gif'); return true;"
				ONMOUSEOUT="changeImages('sakurafinal4_11', 'sakuraprofile3/sakurafinal4_11.gif'); return true;"&gt;
				&lt;IMG NAME="sakurafinal4_11" SRC="sakuraprofile3/sakurafinal4_11.gif" WIDTH=175 HEIGHT=26 BORDER=0 ALT=""&gt;&lt;/A&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="sakuraprofile3/spacer.gif" WIDTH=1 HEIGHT=26 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD COLSPAN=3&gt;
			&lt;A HREF="http://www.friendster.com/bookmarks.php?action=add&amp;uid=5475934"
				ONMOUSEOVER="changeImages('sakurafinal4_12', 'sakuraprofile3/sakurafinal4_12-over.gif'); return true;"
				ONMOUSEOUT="changeImages('sakurafinal4_12', 'sakuraprofile3/sakurafinal4_12.gif'); return true;"&gt;
				&lt;IMG NAME="sakurafinal4_12" SRC="sakuraprofile3/sakurafinal4_12.gif" WIDTH=175 HEIGHT=41 BORDER=0 ALT=""&gt;&lt;/A&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="sakuraprofile3/spacer.gif" WIDTH=1 HEIGHT=41 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD COLSPAN=2 ROWSPAN=2&gt;
			&lt;IMG NAME="sakurafinal4_13" SRC="sakuraprofile3/sakurafinal4_13.gif" WIDTH=373 HEIGHT=271 BORDER=0 ALT="" USEMAP="#sakurafinal4_13_Map"&gt;&lt;/TD&gt;
		&lt;TD COLSPAN=3 ROWSPAN=2&gt;
			&lt;A HREF="#"
				ONMOUSEOVER="changeImages('sakurafinal4_14', 'sakuraprofile3/sakurafinal4_14-over.gif'); return true;"
				ONMOUSEOUT="changeImages('sakurafinal4_14', 'sakuraprofile3/sakurafinal4_14.gif'); return true;"&gt;
				&lt;IMG NAME="sakurafinal4_14" SRC="sakuraprofile3/sakurafinal4_14.gif" WIDTH=248 HEIGHT=271 BORDER=0 ALT="" USEMAP="#sakurafinal4_14_Map"&gt;&lt;/A&gt;&lt;/TD&gt;
		&lt;TD ROWSPAN=4&gt;
			&lt;IMG NAME="sakurafinal4_15" SRC="sakuraprofile3/sakurafinal4_15.gif" WIDTH=63 HEIGHT=426 ALT=""&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="sakuraprofile3/spacer.gif" WIDTH=1 HEIGHT=47 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD ROWSPAN=3&gt;
			&lt;IMG NAME="sakurafinal4_16" SRC="sakuraprofile3/sakurafinal4_16.gif" WIDTH=322 HEIGHT=379 BORDER=0 ALT="" USEMAP="#sakurafinal4_16_Map"&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="sakuraprofile3/spacer.gif" WIDTH=1 HEIGHT=224 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD COLSPAN=5&gt;
			&lt;IMG NAME="sakurafinal4_17" SRC="sakuraprofile3/sakurafinal4_17.gif" WIDTH=621 HEIGHT=111 ALT=""&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="sakuraprofile3/spacer.gif" WIDTH=1 HEIGHT=111 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD COLSPAN=5&gt;
			&lt;A HREF="#"
				ONMOUSEOVER="changeImages('sakurafinal4_15', 'sakuraprofile3/sakurafinal4_15-sakurafinal.gif', 'sakurafinal4_16', 'sakuraprofile3/sakurafinal4_16-sakurafinal.gif', 'sakurafinal4_17', 'sakuraprofile3/sakurafinal4_17-sakurafinal.gif', 'sakurafinal4_18', 'sakuraprofile3/sakurafinal4_18-over.gif'); return true;"
				ONMOUSEOUT="changeImages('sakurafinal4_15', 'sakuraprofile3/sakurafinal4_15.gif', 'sakurafinal4_16', 'sakuraprofile3/sakurafinal4_16.gif', 'sakurafinal4_17', 'sakuraprofile3/sakurafinal4_17.gif', 'sakurafinal4_18', 'sakuraprofile3/sakurafinal4_18.gif'); return true;"&gt;
				&lt;IMG NAME="sakurafinal4_18" SRC="sakuraprofile3/sakurafinal4_18.gif" WIDTH=621 HEIGHT=44 BORDER=0 ALT="" USEMAP="#sakurafinal4_18_Map"&gt;&lt;/A&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="sakuraprofile3/spacer.gif" WIDTH=1 HEIGHT=44 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG SRC="sakuraprofile3/spacer.gif" WIDTH=255 HEIGHT=1 ALT=""&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="sakuraprofile3/spacer.gif" WIDTH=118 HEIGHT=1 ALT=""&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="sakuraprofile3/spacer.gif" WIDTH=136 HEIGHT=1 ALT=""&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="sakuraprofile3/spacer.gif" WIDTH=29 HEIGHT=1 ALT=""&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="sakuraprofile3/spacer.gif" WIDTH=83 HEIGHT=1 ALT=""&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="sakuraprofile3/spacer.gif" WIDTH=63 HEIGHT=1 ALT=""&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG SRC="sakuraprofile3/spacer.gif" WIDTH=322 HEIGHT=1 ALT=""&gt;&lt;/TD&gt;
		&lt;TD&gt;&lt;/TD&gt;
	&lt;/TR&gt;
&lt;/TABLE&gt;
&lt;MAP NAME="sakurafinal4_06_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="102,3,142,20" HREF="http://www.friendster.com/testimonials.php?action=add&amp;uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="29,2,80,23" HREF="http://www.friendster.com/testimonials.php?uid=5475934"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="sakurafinal4_13_Map"&gt;
&lt;AREA SHAPE="poly" ALT="" COORDS="169,152, 202,110, 253,94, 287,94, 318,100, 353,126, 366,140, 364,167, 322,203, 270,214, 222,206, 187,186, 172,167" HREF="#"
	ONMOUSEOVER="changeImages('sakurafinal4_13', 'sakuraprofile3/sakurafinal4_13-ImageMap_10.gif'); return true;"
	ONMOUSEOUT="changeImages('sakurafinal4_13', 'sakuraprofile3/sakurafinal4_13.gif'); return true;"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="sakurafinal4_14_Map"&gt;
&lt;AREA SHAPE="poly" ALT="" COORDS="207,199, 197,175, 71,214, 88,237" HREF="http://www.friendster.com/logout.php"&gt;
&lt;AREA SHAPE="poly" ALT="" COORDS="61,186, 186,143, 197,167, 72,210" HREF="http://www.friendster.com/interstitial.php?oldURL=http%3A//www.friendster.com/gallery.php&amp;timer=15000"&gt;
&lt;AREA SHAPE="poly" ALT="" COORDS="33,161, 197,107, 205,128, 44,182" HREF="http://www.friendster.com/messages.php"&gt;
&lt;AREA SHAPE="poly" ALT="" COORDS="185,101, 173,72, 29,122, 39,148" HREF="http://www.friendster.com/friends.php"&gt;
&lt;AREA SHAPE="poly" ALT="" COORDS="20,92, 165,45, 175,69, 35,120" HREF="http://www.friendster.com/user.php"&gt;
&lt;AREA SHAPE="poly" ALT="" COORDS="29,46, 129,18, 140,49, 47,78" HREF="http://www.friendster.com/home.php"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="sakurafinal4_16_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="10,275,283,305" HREF="http://www.markyctrigger.com"
	ONMOUSEOVER="changeImages('sakurafinal4_16', 'sakuraprofile3/sakurafinal4_16-ImageMap_09.gif'); return true;"
	ONMOUSEOUT="changeImages('sakurafinal4_16', 'sakuraprofile3/sakurafinal4_16.gif'); return true;"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="sakurafinal4_18_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="538,8,616,14" HREF="http://www.friendster.com/info/privacy.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="437,9,529,15" HREF="http://www.friendster.com/info/tos.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="404,9,429,15" HREF="http://www.friendster.com/custhelp.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="305,8,395,16" HREF="http://www.friendster.com/affiliate.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="271,8,297,16" HREF="http://www.friendster.com/info/tour/1_0.htm?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="225,7,263,15" HREF="http://www.friendster.com/events.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="169,8,217,16" HREF="http://www.friendster.com/info/shopping.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="101,9,161,15" HREF="http://www.friendster.com/info/contacts.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="45,9,93,15" HREF="http://www.friendster.com/info/index.php?statpos=footer"&gt;
&lt;/MAP&gt;
&lt;!-- End ImageReady Slices --&gt;
&lt;embed id=sakuraflash style="display:none;position:absolute; left:666; top:0;filter:alpha(opacity=30,finishopacity=0,style=2)" src='sakurafinal.swf' allowScriptAccess="never" quality=high  wmode='transparent' width='357' height='750' menu='true' &gt;&lt;/embed&gt;

&lt;div style="filter:alpha(opacity=100,finishopacity=30,style=1);background-color:transparent;width:204; height:301; 
border:0px none #000000; overflow:auto; font-weight:bold; color:#000000; text-align:left;
position:absolute; padding-right:5;padding-top:5; z-index:2;top:111;left:304"&gt;
&lt;!-- BEGIN CBOX - http://www.cbox.ws --&gt;
&lt;table border="0" cellpadding="0" cellspacing="0" summary="cbox tagboard" align="center"&gt;
&lt;tr&gt;&lt;td align="center"&gt;
&lt;iframe frameborder="0" width="189" height="286" src="http://www3.cbox.ws/box/?boxid=2184046&amp;amp;boxtag=9292&amp;amp;sec=main" marginheight="0" marginwidth="0" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border:none;" id="cboxmain"&gt;&lt;/iframe&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;

&lt;div style="filter:none;padding-right:10;overflow:hidden;height:100;width:192;position:absolute;left:180;top:452"&gt;
&lt;table border="0" cellpadding="0" cellspacing="0" summary="cbox tagboard" align="center" width="170"&gt;
&lt;tr&gt;
&lt;td align="center" width="170"&gt;
&lt;iframe frameborder="0" width="140" height="80" src="http://www3.cbox.ws/box/?boxid=2184046&amp;amp;boxtag=9292&amp;amp;sec=form" marginheight="0" marginwidth="0" scrolling="no" allowtransparency="yes" name="cboxform" style="border: none; border-top: 0px;" id="cboxform"&gt;&lt;/iframe&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;!-- END CBOX --&gt;
	
	&lt;div style="filter:none;position:absolute;top:693;left:546; width:136; height:16"&gt;&lt;a href="javascript:clickToggle('sakuraflash')"&gt;Toggle Animated Sakura&lt;/a&gt;&lt;/div&gt; 
&lt;div style="overflow:hidden;height:20;width:50;position:absolute; left:952; top:3"&gt;
  &lt;!-- Start of StatCounter Code --&gt;
  &lt;a href="http://www.statcounter.com/" target="_blank"&gt;
  &lt;img src="http://c12.statcounter.com/counter.php?sc_project=1668603&amp;java=0&amp;security=2f803d98&amp;invisible=0" alt="web page hit counter" border="0"&gt;&lt;/a&gt;
  &lt;!-- End of StatCounter Code --&gt;
&lt;/div&gt;

&lt;/BODY&gt;
&lt;/HTML&gt;
&lt;/textarea&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;overlayouts&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3976083099858561218-3052027796533496193?l=www.pinoy-design.co.cc' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/overlayouts/~4/OjGPPmR45LU" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-14T14:26:31.753+08:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.pinoy-design.co.cc/2009/04/sakura-layout.html</feedburner:origLink></item><item><title>sasuke layout</title><link>http://feedproxy.google.com/~r/overlayouts/~3/Pqxc66Q70Q0/sasuke-layout.html</link><category>Naruto layout</category><category>friendster overlay design</category><category>free sasuke layouts</category><category>friendster layout</category><author>noreply@blogger.com (iznab)</author><pubDate>Mon, 13 Apr 2009 23:23:11 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3976083099858561218.post-1005942522858860443</guid><description>&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 200px; height: 250px;" src="http://i103.photobucket.com/albums/m155/reiearth2/sasukebluepreview.jpg" border="0" alt="" /&gt;

&lt;a href="http://www.freewebtown.com/sasuke2006/sasukeblue.html"&gt;&lt;strong&gt;sasuke preview&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
     &lt;label for="textareainput"&gt;Layout Code:&lt;/label&gt;
     &lt;br /&gt;
 &lt;span class="niceform" style=" font-size:11px"&gt;
 &lt;textarea rows="10" cols="50"&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;reiearth sasuke premade layout&lt;/TITLE&gt;
&lt;META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"&gt;

&lt;META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"&gt;
&lt;META http-equiv=Page-Enter content=BlendTrans(Duration=1.5)&gt;
&lt;META http-equiv=Site-Exit content=BlendTrans(Duration=1.5)&gt;

&lt;STYLE type=text/css&gt;

	BODY {
		cursor: url("http://www.freewebs.com/elvolution/misc/elvocursor.cur"),default;
		SCROLLBAR-FACE-COLOR: #000000; 
		SCROLLBAR-HIGHLIGHT-COLOR: #343434; 
		SCROLLBAR-SHADOW-COLOR: #000000; 
		SCROLLBAR-3DLIGHT-COLOR: #343434;
		SCROLLBAR-ARROW-COLOR: #FFFFFF; 
		SCROLLBAR-TRACK-COLOR: #020E5A; 
		SCROLLBAR-DARKSHADOW-COLOR: #000000;
		FONT-SIZE: 10px; 
		COLOR: #000000; 
		FONT-FAMILY: Tahoma;}
		a, a:link, a:visited, a:active { font-size:10px;color:#000000; font-weight: bold; text-decoration: none; border-bottom:0px; font-style: normal; }
		div {
	SCROLLBAR-FACE-COLOR: #000000; 
		SCROLLBAR-HIGHLIGHT-COLOR: #343434; 
		SCROLLBAR-SHADOW-COLOR: #000000; 
		SCROLLBAR-3DLIGHT-COLOR: #343434;
		SCROLLBAR-ARROW-COLOR: #FFFFFF; 
		SCROLLBAR-TRACK-COLOR: #343434; 
		SCROLLBAR-DARKSHADOW-COLOR: #000000;}
	
&lt;/style&gt;
&lt;/HEAD&gt;
&lt;BODY BGCOLOR=#000000 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0&gt;
&lt;!-- ImageReady Slices (sasukeblue.psd) --&gt;
&lt;IMG SRC="http://img157.imageshack.us/img157/7509/sasukeblueyi3.jpg" WIDTH=1024 HEIGHT=768 BORDER=0 ALT="" USEMAP="#sasukeblue_Map"&gt;
&lt;MAP NAME="sasukeblue_Map"&gt;
&lt;AREA SHAPE="poly" ALT="welcome to reiearth computers" COORDS="838,722, 732,721, 732,693, 838,695" HREF="http://www.reiearthonline.com"&gt;
&lt;AREA SHAPE="poly" ALT="visit markyctrigger forum" COORDS="1018,528, 1019,565, 858,729, 837,712" HREF="http://www.markyctrigger.com/forum"&gt;
&lt;AREA SHAPE="rect" ALT="visit designer profile" COORDS="870,737,1009,756" HREF="http://www.friendster.com/reiearth"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="473,254,532,269" HREF="http://www.friendster.com/blogs.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="472,238,549,251" HREF="http://www.friendster.com/interstitial.php?oldURL=http%3A//www.friendster.com/gallery.php&amp;timer=15000"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="474,219,549,233" HREF="http://www.friendster.com/friends.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="475,202,540,217" HREF="http://www.friendster.com/user.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="475,182,528,198" HREF="http://www.friendster.com/home.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="41,334,187,352" HREF="http://www.friendster.com/logout.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="33,310,193,329" HREF="http://www.friendster.com/editaccount.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="63,289,166,308" HREF="http://www.friendster.com/custhelp.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="19,269,214,285" HREF="http://www.friendster.com/messages.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="62,247,170,267" HREF="http://www.friendster.com/invite.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="50,528,130,538" HREF="http://www.friendster.com/introduce.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="52,511,149,523" HREF="http://www.friendster.com/sendmessage.php?uid=5475934&amp;action=sendsmile"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="51,493,198,506" HREF="http://www.friendster.com/referafriend.php?refer=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="51,477,160,489" HREF="http://www.friendster.com/sendmessage.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="50,458,132,471" HREF="http://www.friendster.com/bookmarks.php?action=add&amp;uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="50,441,146,454" HREF="http://www.friendster.com/viewphotos.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="51,424,160,435" HREF="http://www.friendster.com/addfriendrequest.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="51,407,146,418" HREF="http://www.friendster.com/friends.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="52,390,185,401" HREF="http://www.friendster.com/testimonials.php?action=add&amp;uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="50,372,183,383" HREF="http://www.friendster.com/testimonials.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="728,735,811,744" HREF="http://www.friendster.com/info/privacy.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="627,734,722,745" HREF="http://www.friendster.com/info/tos.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="591,734,619,745" HREF="http://www.friendster.com/custhelp.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="493,735,586,744" HREF="http://www.friendster.com/affiliate.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="459,734,487,744" HREF="http://www.friendster.com/info/tour/1_0.htm?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="410,734,452,744" HREF="http://www.friendster.com/events.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="355,734,405,744" HREF="http://www.friendster.com/info/shopping.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="287,735,348,744" HREF="http://www.friendster.com/info/contacts.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="228,734,280,745" HREF="http://www.friendster.com/info/index.php?statpos=footer"&gt;
&lt;/MAP&gt;
&lt;!-- End ImageReady Slices --&gt;

&lt;!---------EDIT YOUR PHOTO MARQUEE HERE---&gt;

&lt;div style="filter:alpha(opacity=100,finishopacity=20,style=3);background-color:transparent;width:285; height:131; 
border:medium none; overflow:auto; font-weight:bold; color:#ffffff; text-align:left; position:absolute; top:569; left:430;
		padding-right:3;padding-top:3"&gt;
		&lt;marquee behavior=alternate scrollamount=2 height="112"&gt;&lt;img style="border:none;filter:none" src="http://www.freewebtown.com/sasuke2006/03.gif"&gt;&lt;/marquee&gt;
		&lt;/div&gt;
	
&lt;!------PROFILE INFO HERE-----&gt;
	&lt;div id=hidetable style="filter:alpha(opacity=100,finishopacity=75,style=1);background-color:transparent;width:212; height:325; 
border:0px inset #FFFFFF; overflow:auto; font-weight:bold; color:#000000; text-align:left;
position:absolute; padding-right:5;padding-top:5;padding-left:5; z-index:1;top:192;left:238"&gt;
&lt;center&gt;&lt;img style="filter:gray" src="http://i2.photobucket.com/albums/y21/reiearth/28.gif" width="80" height="120"&gt;&lt;/center&gt;&lt;br&gt;
Name: Uchiha Sasuke&lt;br&gt;
Country: Fire Country&lt;br&gt;
Hidden Leaf Village&lt;br&gt;
Age: 13 &lt;br&gt;
Height: 153.2 CM &lt;br&gt;
Weight: 43.5 KG&lt;br&gt;
Birthday: July 23rd&lt;br&gt;
Bloodtype: AB&lt;br&gt;
First Seen: Chapter 003; Anime Episode 001
Acquaintances: Haruno Sakura, Hatake Kakashi, Orochimaru, Uchiha Itachi, Uzumaki Naruto
&lt;hr&gt;
Sasuke is the last surviving member of the Uchiha Clan, along with his brother 
Itachi. Sasuke's goal in life is to revenge his parents death by killing his own 
sibling, and he will do anything to reach this target. &lt;BR&gt;
&lt;/div&gt;
&lt;!------TESTIMONIAL/PHOTOS/LINKS/CREDITS HERE-----&gt;
	&lt;div id=hidetable3 style="padding:5; filter:alpha(opacity=100,finishopacity=75,style=1);background-color:transparent;width:397; height:140; 
border:0px inset #FFFFFF; overflow:auto; font-weight:bold; color:#000000; text-align:left;
position:absolute; z-index:3;top:565;left:18"&gt;
The Sharingan (Copy Wheel Eye)&lt;BR&gt;&amp;nbsp;The Sharingan, literally Copy Wheel Eye, is a very special condition 
of the eye that occurs naturally in some members of the Uchiha Clan. While it is 
believed to have been derived from the Hyuuga clan Byakugan the abilities of the 
Sharingan differ greatly from those of the Byakugan. Most notably the 
Sharingan's most well known ability is to be able to memorize any technique that 
it has been a witness to including nijutsu, genjutsu and taijutsu techniques. 
Other abilities of this very special eye include hypnosis, allowing it's user to 
suggest actions and thoughts to the opponent. The Sharingan also has the very 
useful ability to see through any illusionary technique. &lt;BR&gt;&lt;BR&gt;&amp;nbsp;Just like the Byakugan, the Sharingan also has one main weakness, 
while it is not a blind spot as the Byakugan has, this weakness could be more 
physically dangerous. When used for an extended period of time, in some cases, 
it drains the chakra of the user quite quickly. Any user of the Sharingan must 
have a good amount of chakra and stamina in order to successfully copy a 
technique, however, no amount of chakra will allow it's user to copy the 
abilities of another clans exclusive bloodline abilities, or allow him to summon 
a creature with whom he has not made a contract with. Along with all these, the 
worst opponent a Sharingan user could ever come up against is one who 
specializes in taijutsu such as Rock Lee. Because no hand seals involving chakra 
are required for taijutsu they can not easily be copied unless the user has 
extraordinary amounts of strength, agility, and stamina to keep up with the 
swift moves of a taijutsu user. &lt;BR&gt;&lt;BR&gt;Unlike the Byakugan, the Uchiha clan 
Sharingan does not appear automatically at birth in an Uchiha clan member. 
Instead the Sharingan will typically not show up until the user is faced with a 
life threatening situation, the Sharingan will activate and help to save the 
life of the user, and after the first appearance of the Sharingan, the user can 
call upon the use of the Sharingan at any time he pleases.&amp;nbsp; One interesting fact about the Sharingan is that you can gauge the 
power of the Sharingan user by counting the dots in the person's eye. One dot 
would be a beginner, two an intermediate, and three dots are found in each eye 
of a matured adult Sharingan user. It is not unusual to find a user whose two 
eyes contain different amount of dots, such as Uchiha Sasuke who initially had 
two dots in one eye, and just a single dot in the other eye, until eventually 
both eyes evened out as he matured. &lt;BR&gt;&lt;BR&gt;Users of the Sharingan include 
Uchiha Itachi, Uchiha Sasuke, Uchiha Obito (deceased), and Hatake Kakashi. Until 
revealed in the Kakashi Gaiden storyline, it was always a mystery how Hataka 
Kakashi, not a member of the Uchiha clan, possessed the Sharingan that is 
exclusive to the Uchiha clan.&amp;nbsp; We have learned that it is possible to transplant Sharingan eyes 
from one user to another, as is the case when Uchiha Obito (team-mate of a young 
Hatake Kakashi) gifted his eye to Kakashi upon his own death, the implant was 
performed by Rin (team-mate of Hatake Kakashi and Uchiha Obito). The drawback of 
being an un-natural user of the Sharingan is that it causes much more strain on 
the body of the user, and unlike natural Sharingan users, they will never be 
able to achive the Mangekyou Sharingan that far advanced users such as Uchiha 
Itachi possess. &lt;BR&gt;&lt;BR&gt;&lt;FONT id=content_title&gt;The Mangekyou Sharingan 
(Kaleidoscope Copy Wheel Eye)&lt;/FONT&gt;&lt;BR&gt;The Mangekyou Sharingan, literally 
Kaleidoscope Copy Wheel Eye, is a higher form of the Uchiha clan Sharingan that 
is only achievable by natural users of the Sharingan, those who have Uchiha 
blood running through their veins, eliminating Kakashi from potential users. The 
Mangekyou Sharingan is not easy to obtain however for those who are not made of 
cold blood as they must make a tremendous sacrifice in order to obtain it, they 
must kill their best friend.&amp;nbsp; To date only two people out of a possible three people have obtained 
this legendary eye, Uchiha Itachi and an unknown Uchiha ancestor. The only other 
person who could possibly attain the Mangekyou Sharingan is Uchiha Sasuke, to 
obtain this he would have to kill his best friend, presumably Uzumaki Naruto. 
With the Mangekyou Sharingan activated one major advantage is to be able to use 
the three most powerful jutsu possible, two of which have been revealed so far: 
Tsukuyomi and Amaterasu.&lt;BR&gt;&lt;BR&gt;
	&lt;/div&gt;

&lt;div id=hidetable2 style="filter:alpha(opacity=100,finishopacity=75,style=1);
background-color:transparent;width:195; height:220; 
border:0px none #000000; overflow:hidden; font-weight:bold; color:#000000; text-align:left;
position:absolute; padding-right:5;padding-top:5; z-index:2;top:301;left:465"&gt;
&lt;!-- BEGIN CBOX - http://www.cbox.ws --&gt;
&lt;table border="0" cellpadding="0" cellspacing="0" summary="cbox tagboard" align="center"&gt;
&lt;tr&gt;&lt;td align="center"&gt;
&lt;iframe frameborder="0" width="195" height="210" src="http://www2.cbox.ws/box/?boxid=1409093&amp;amp;boxtag=7365&amp;amp;sec=main" marginheight="0" marginwidth="0" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border:none;" id="cboxmain"&gt;&lt;/iframe&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;!--CBOX CODES HERE--&gt;
&lt;div style="filter:none;padding-right:10;overflow:hidden;height:100;width:192;position:absolute;left:820;top:90"&gt;
&lt;table border="0" cellpadding="0" cellspacing="0" summary="cbox tagboard" align="center" width="170"&gt;
&lt;tr&gt;
&lt;td align="center" width="170"&gt;
&lt;iframe frameborder="0" width="140" height="80" src="http://www2.cbox.ws/box/?boxid=1409093&amp;amp;boxtag=7365&amp;amp;sec=form" marginheight="0" marginwidth="0" scrolling="no" allowtransparency="yes" name="cboxform" style="border: none; border-top: 0px;" id="cboxform"&gt;&lt;/iframe&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;!-- END CBOX --&gt;	

&lt;div style="position:absolute;top:700;left:940; width:100; height:25"&gt;
&lt;!-- Start of StatCounter Code --&gt; 
&lt;a href="http://www.statcounter.com/" target="_blank"&gt; 
&lt;img src="http://c12.statcounter.com/counter.php?sc_project=1668603&amp;java=0&amp;security=2f803d98&amp;invisible=0" alt="web page hit counter" border="0"&gt;&lt;/a&gt; 
&lt;!-- End of StatCounter Code --&gt; 
&lt;/div&gt;

&lt;embed style="position:absolute; left:684; top:258;filter:alpha(Opacity=100,FinishOpacity=50,Style=2)" src="http://four.fsphost.com/reiearth/mp3playerblue.swf" allowScriptAccess="never" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="playList=http://four.fsphost.com/reiearth/mp3player.xml" wmode="transparent" width="300" height="300" menu="false"&gt;&lt;/embed&gt;
	
&lt;/BODY&gt;
&lt;/HTML&gt;
&lt;/textarea&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;overlayouts&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3976083099858561218-1005942522858860443?l=www.pinoy-design.co.cc' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/overlayouts/~4/Pqxc66Q70Q0" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-14T14:23:11.147+08:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.pinoy-design.co.cc/2009/04/sasuke-layout.html</feedburner:origLink></item><item><title>freestyle layout</title><link>http://feedproxy.google.com/~r/overlayouts/~3/v41YkOJz4tU/freestyle-layout.html</link><category>friendster overlay design</category><category>free layouts</category><category>freestyle layout</category><category>friendster layout</category><author>noreply@blogger.com (iznab)</author><pubDate>Mon, 13 Apr 2009 23:16:20 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3976083099858561218.post-2044438884221754992</guid><description>&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 200px; height: 390px;" src="http://i103.photobucket.com/albums/m155/reiearth2/freestylepreview.jpg" border="0" alt="" /&gt;

&lt;a href="http://www.freewebtown.com/freestyle2006/index.html"&gt;&lt;strong&gt;freestyle preview&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
     &lt;label for="textareainput"&gt;Layout Code:&lt;/label&gt;
     &lt;br /&gt;
 &lt;span class="niceform" style=" font-size:11px"&gt;
 &lt;textarea rows="10" cols="50"&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;&amp;nbspreiearth freestyle profile&amp;nbsp©&lt;/TITLE&gt;
&lt;META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252"&gt;
&lt;META http-equiv=Page-Enter content=BlendTrans(Duration=1.5)&gt;
&lt;META http-equiv=Site-Exit content=BlendTrans(Duration=1.5)&gt;
&lt;style type="text/css"&gt;

	BODY {
		SCROLLBAR-FACE-COLOR: #000000; 
		SCROLLBAR-HIGHLIGHT-COLOR: #343434; 
		SCROLLBAR-SHADOW-COLOR: #000000; 
		SCROLLBAR-3DLIGHT-COLOR: #343434;
		SCROLLBAR-ARROW-COLOR: #4A0000; 
		SCROLLBAR-TRACK-COLOR: #250000; 
		SCROLLBAR-DARKSHADOW-COLOR: #000000;
		FONT-SIZE: 10px; 
		COLOR: #000000; 
		FONT-FAMILY: Tahoma;}
		a, a:link, a:visited, a:active { font-size:10px;color:#FFFFFF; font-weight: bold; 

text-decoration: none; border-bottom:0px; font-style: normal; }
		a:hover { font-size:10px;background-color:#000000;color:#ffffff; font-weight: 

bold; text-decoration: underline; border-bottom:0px; font-style: normal; }
	div {SCROLLBAR-FACE-COLOR: #000000; 
		SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
		SCROLLBAR-SHADOW-COLOR: #000000; 
		SCROLLBAR-3DLIGHT-COLOR: #343434;
		SCROLLBAR-ARROW-COLOR: #FFFFFF; 
		SCROLLBAR-TRACK-COLOR: #343434; 
		SCROLLBAR-DARKSHADOW-COLOR: #000000;
		padding-right:3;padding-top:3"}

&lt;/style&gt;

&lt;script type="text/javascript"&gt;
/*
Cursor scroller script- By Dynamicdrive.com
For full source, Terms of service, and 100s DTHML scripts
Visit http://www.dynamicdrive.com
*/

var dismissafter=9999

function ietruebody(){
return (document.compatMode &amp;&amp; document.compatMode!="BackCompat")? 

document.documentElement : document.body
}

var initialvisible=0
if (document.all)
document.write('&lt;img style="filter:alpha(opacity=100, 

finishopacity=0,style=2)"src="http://i2.photobucket.com/albums/y21/reiearth/freestyle/ballcursor.p

ng" width=35 height=35 id="curscroll" 

style="filter:none;position:absolute;border:none;visibility:hidden;z-index:200"&gt;')

function followcursor(){
//move cursor function for IE

if (initialvisible==0){
curscroll.style.visibility="visible"
initialvisible=1
}

curscroll.style.left=ietruebody().scrollLeft+event.clientX+10
curscroll.style.top=ietruebody().scrollTop+event.clientY+10
}

function dismissmessage(){
curscroll.style.visibility="hidden"
}


if (document.all){
document.onmousemove=followcursor
document.ondblclick=dismissmessage
if (dismissafter!=0)
setTimeout("dismissmessage()",dismissafter*1000)
}
  &lt;/script&gt;

&lt;script language="javascript"&gt;
 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()&lt;/script&gt;
&lt;script language="javascript"&gt;
 &lt;!--// 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 &lt;yshiran@iil.intel.com&gt;

// 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 &lt; 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 &lt;= 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 &lt; 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 &lt; 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()
// --&gt;&lt;/script&gt;

&lt;/HEAD&gt;
&lt;BODY BGCOLOR=#242424 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 

MARGINHEIGHT=0&gt;
&lt;!-- ImageReady Slices (freestyle.psd) --&gt;
&lt;div align="center"&gt;
  &lt;center&gt;
&lt;TABLE WIDTH=753 BORDER=0 CELLPADDING=0 CELLSPACING=0 style="border-collapse: 

collapse" bordercolor="#111111"&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i2.photobucket.com/albums/y21/reiearth/freestyle/freestylexxx_01.gif" WIDTH=753 

HEIGHT=179 BORDER=0 ALT="" USEMAP="#freestylexxx_01_Map"&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i2.photobucket.com/albums/y21/reiearth/freestyle/freestylexxx_02.gif" WIDTH=753 

HEIGHT=221 BORDER=0 ALT="" USEMAP="#freestylexxx_02_Map"&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i2.photobucket.com/albums/y21/reiearth/freestyle/freestylexxx_03.gif" WIDTH=753 

HEIGHT=200 BORDER=0 ALT="" USEMAP="#freestylexxx_03_Map"&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i2.photobucket.com/albums/y21/reiearth/freestyle/freestylexxx_04.gif" WIDTH=753 

HEIGHT=200 BORDER=0 ALT="" USEMAP="#freestylexxx_04_Map"&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i2.photobucket.com/albums/y21/reiearth/freestyle/freestylexxx_05.gif" WIDTH=753 

HEIGHT=200 BORDER=0 ALT="" USEMAP="#freestylexxx_05_Map"&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i2.photobucket.com/albums/y21/reiearth/freestyle/freestylexxx_06.gif" WIDTH=753 

HEIGHT=200 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i2.photobucket.com/albums/y21/reiearth/freestyle/freestylexxx_07.gif" WIDTH=753 

HEIGHT=200 BORDER=0 ALT="" USEMAP="#freestylexxx_07_Map"&gt;&lt;/TD&gt;
	&lt;/TR&gt;
&lt;/TABLE&gt;
  &lt;/center&gt;
&lt;/div&gt;
&lt;MAP NAME="freestylexxx_01_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="626,136,700,160" 

HREF="http://www.friendster.com/logout.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="628,114,735,134" 

HREF="http://www.friendster.com/messages.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="624,88,721,112" 

HREF="http://www.friendster.com/friends.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="623,67,721,87" 

HREF="http://www.friendster.com/user.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="623,41,684,66" 

HREF="http://www.friendster.com/home.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="179,16,501,158" 

HREF="http://www.freestyleonline.ph"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="2,3,164,33" HREF="http://www.friendster.com"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="freestylexxx_02_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="7,199,97,219" 

HREF="http://www.friendster.com/viewphotos.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="5,135,111,152" 

HREF="http://www.friendster.com/friends.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="6,71,146,89" 

HREF="http://www.friendster.com/testimonials.php?uid=5475934"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="freestylexxx_03_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="6,174,117,194" 

HREF="http://www.friendster.com/addfriendrequest.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="6,110,130,127" 

HREF="http://www.friendster.com/testimonials.php?action=add&amp;uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="6,45,117,63" 

HREF="http://www.friendster.com/sendmessage.php?uid=5475934"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="freestylexxx_04_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="5,170,114,189" 

HREF="http://www.friendster.com/invite.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="6,107,97,124" 

HREF="http://www.friendster.com/editphotos.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="6,41,102,58" 

HREF="http://www.friendster.com/editprofile.php"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="freestylexxx_05_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="6,102,129,120" HREF="http://reiearth.multiply.com"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="8,38,83,53" 

HREF="http://www.friendster.com/bookmarks.php?action=add&amp;uid=5475934"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="freestylexxx_07_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="568,148,657,160" 

HREF="http://www.friendster.com/info/privacy.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="456,146,562,160" 

HREF="http://www.friendster.com/info/tos.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="417,146,450,160" 

HREF="http://www.friendster.com/custhelp.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="311,146,412,160" 

HREF="http://www.friendster.com/affiliate.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="271,146,306,161" 

HREF="http://www.friendster.com/info/tour/1_0.htm?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="215,145,266,162" 

HREF="http://www.friendster.com/events.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="152,148,210,160" 

HREF="http://www.friendster.com/info/shopping.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="73,147,145,161" 

HREF="http://www.friendster.com/info/contacts.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="7,145,67,160" 

HREF="http://www.friendster.com/info/index.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="visit designer profile" COORDS="312,163,457,187" 

HREF="http://www.friendster.com/reiearth"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="189,64,465,91" 

HREF="http://www.markyctrigger.com"&gt;
&lt;/MAP&gt;
&lt;!-- End ImageReady Slices --&gt;
&lt;div style="filter:alpha(opacity=100,finishopacity=100,style=1);
background-color:#000000;
width:107; height:156; 
border:1px inset #FFFFFF; 
overflow:auto; 
font-weight:bold; color:#ffffff; 
text-align:left; 
z-index:11;
position:absolute; 
top:481; left:415"&gt;
&lt;p align="center"&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/freestyle/sexy.gif" border="0" 

height="89" width="64"&gt;&lt;br&gt;
im too&lt;br&gt;
sexy&lt;br&gt;
for my&lt;br&gt;
girl
&lt;/p&gt;
&lt;/div&gt;
&lt;div style="filter:alpha(opacity=100,finishopacity=100,style=1);
background-color:#000000;
width:186; height:156; 
border:1px inset #FFFFFF; 
overflow:auto; 
font-weight:bold; color:#ffffff; 
text-align:left; 
z-index:10;
position:absolute; 
top:481; left:523"&gt;
		
  Name: William Rei Udarbe&lt;br&gt;
  Nick: rei&lt;br&gt;
  Birthday: February 10, 1981&lt;br&gt;
  Age: 25&lt;br&gt;
  Gender: Male!&lt;br&gt;
  Status: Single&lt;br&gt;
  School: Data Center Philippines&lt;br&gt;
  Hobbies: Web designing, Playing Computer games,&amp;nbsp; Listening Music, Watching 
  TV, Texting, Reading Magazines and sleeping. &lt;/p&gt;
  &lt;hr&gt;
  MORE ABOUT I:&lt;p&gt;I want to meet my TWIN&lt;br&gt;
I want to meet my soulmate&lt;br&gt;
I want to meet all my friends&lt;br&gt;
I want to meet SMB Beermen&lt;br&gt;
I want to meet ARTISTAS&lt;br&gt;
I want to meet Manny Pacquiao&lt;br&gt;
I want to be in Game K N B&lt;br&gt;
I want to be in Deal or No Deal&lt;br&gt;
I want to be in Wowowee&lt;br&gt;
I want to become a millionaire&lt;br&gt;
I want to travel the world&lt;br&gt;
I am 25 years old&lt;br&gt;
I am a music enthusiast&lt;br&gt;
I am a web designer designer&lt;br&gt;
I am a graphic designer&lt;br&gt;
I am a smart globe TM Sun user&lt;br&gt;
I am a dreamer&lt;br&gt;
I am someone with high ambition&lt;br&gt;
I am classified as middle-class&lt;br&gt;
I sleep late&lt;br&gt;
i wake up late&lt;br&gt;
I dont smoke and drink alcohol&lt;br&gt;
I love the Philippines&lt;br&gt;
I love making money&lt;br&gt;
I love computers&lt;br&gt;
I love gadgets&lt;br&gt;
I love Anime&lt;br&gt;
I love computer games&lt;br&gt;
I love video games&lt;br&gt;
I love FHM&lt;br&gt;
I love movies and DVDs&lt;br&gt;
I love Interior Design&lt;br&gt;
I love reading magazines&lt;br&gt;
I love Kris Aquino&lt;br&gt;
I love Willy&lt;br&gt;
I love Animax&lt;br&gt;
I love ABSCBN Kapamilya&lt;br&gt;
I hate vegetables&lt;br&gt;
I hate backstabbers&lt;br&gt;
I hate user-friendly people&lt;br&gt;
I hate deadlines&lt;br&gt;
I would like to experience love&lt;br&gt;
I would like to have a worry-free life&lt;br&gt;
   &lt;/div&gt;
   &lt;div style="background-color:transparent;width:174; height:365; 
border:0px inset #000000; overflow:hidden; font-weight:bold; color:#000000; text-align:left;
position:absolute; padding-left:0;padding-top:0; z-index:2;top:925;left:132;
SCROLLBAR-ARROW-COLOR: #FFFFFF; 
SCROLLBAR-TRACK-COLOR: #353535;z-index:40;filter:chroma(color=353535) "&gt;

&lt;!-- BEGIN CBOX - http://www.cbox.ws --&gt;
&lt;table border="0" cellpadding="0" cellspacing="0" summary="cbox tagboard" align="center"&gt;
&lt;tr&gt;&lt;td align="center"&gt;
&lt;iframe frameborder="0" width="165" height="270" 

src="http://www3.cbox.ws/box/?boxid=2234038&amp;amp;boxtag=2381&amp;amp;sec=main" 

marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" 

style="border: #ababab 0px solid;" id="cboxmain"&gt;&lt;/iframe&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;
&lt;iframe frameborder="0" width="165" height="75" 

src="http://www3.cbox.ws/box/?boxid=2234038&amp;amp;boxtag=2381&amp;amp;sec=form" 

marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" 

style="border: #ababab 0px solid; border-top: 0px;" id="cboxform"&gt;&lt;/iframe&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
&lt;!-- END CBOX --&gt;

	&lt;/div&gt;
	
	
	&lt;!------TESTIMONIAL/PHOTOS/LINKS/CREDITS HERE-----&gt;
	&lt;div id=hidetable3 style="padding:5; 

filter:alpha(opacity=100,finishopacity=100,style=1);background-color:000000;width:511; 

height:130; 
border:1px inset #FFFFFF; overflow:auto; font-weight:bold; color:#FFFFFF; text-align:left;
position:absolute; z-index:13;top:842;left:324"&gt;
&lt;script language="javascript"&gt; 
autotesti="yes"; 
&lt;/script&gt; 
&lt;div id=AUT class=left_column_content style="width:490px "&gt;&lt;/div&gt;
&lt;p align="center"&gt;
&lt;br&gt;
&lt;script language="javascript"&gt; 
quicktesti="yes"; 
&lt;/script&gt; 
&lt;div id=quicktestiid&gt;&lt;/div&gt;
&lt;/p&gt;
&lt;/div&gt;
	
&lt;!-----------my friends---&gt;
	&lt;div 

style="filter:alpha(opacity=100,finishopacity=100,style=1);background-color:#000000;width:390; 

height:115; 
border:1px inset #FFFFFF; overflow:auto; font-weight:bold; color:#ffffff; text-align:left; 

position:absolute; top:681; left:448;
		padding-right:3;padding-top:3"&gt;
&lt;script language="javascript"&gt; 
autofriend="yes" 
&lt;/script&gt; 
&lt;div id="autofriendid" class=column_content&gt;&lt;/div&gt;				
			&lt;/div&gt;
	
&lt;div 

style="filter:alpha(opacity=100,finishopacity=50,style=2);position:absolute;top:1140;left:450;font-w

eight:bold;color:#FFFFFF"&gt;pages visit&lt;/div&gt;

&lt;div style="z-index:40;overflow:hidden;height:39;width:94;position:absolute;left:520;top:1140"&gt;
  &lt;!-- Start of StatCounter Code --&gt;
  &lt;a href="http://www.statcounter.com/" target="_blank"&gt;
  &lt;img 

src="http://c12.statcounter.com/counter.php?sc_project=1668603&amp;java=0&amp;security=2f803d98&amp;inv

isible=0" alt="web page hit counter" border="0"&gt;&lt;/a&gt;
  &lt;!-- End of StatCounter Code --&gt;
&lt;/div&gt;
&lt;div 

style="filter:alpha(opacity=100,finishopacity=100,style=1);background-color:#000000;width:250; 

height:155; 
border:1px inset #FFFFFF; overflow:auto; font-weight:bold; color:#ffffff; text-align:left; 

position:absolute; top:978; left:324;padding-right:3;padding-top:3;z-index:16"&gt;
LINKS/CREDITS/20 LAST VISIT:
&lt;br&gt;
&lt;br&gt;
&lt;script language="javascript"&gt; 
last20="yes"; 
tagboarduname="reiearth"; 
&lt;/script&gt; 
&lt;div id="last20id"&gt;&lt;/div&gt;
&lt;br&gt;
&lt;script language="javascript"&gt; 
lastlogin="yes" 
&lt;/script&gt; 
&lt;div id="lastloginid"&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;div 

style="filter:alpha(opacity=100,finishopacity=50,style=2);position:absolute;top:180;left:700;font-wei

ght:bold;color:#FFFFFF"&gt;&lt;a 

href="http://www.friendster.com/reiearth"&gt;www.friendster.com/reiearth&lt;/a&gt;&lt;/div&gt;


&lt;!--------MP3 PLAYER-------&gt;
&lt;embed style="position:absolute; left:574; top:970;z-index:20" 

src="http://four.fsphost.com/reiearth/mp3playershadow.swf" allowScriptAccess="never" 

quality="high" wmode="transparent" width="300" height="300" 

type="application/x-shockwave-flash" 

pluginspage="http://www.macromedia.com/go/getflashplayer" 

flashvars="playList=http://four.fsphost.com/reiearth/mp3player.xml" menu="false"&gt;


&lt;!----------FLASH TIME---------&gt;
&lt;embed style="position:absolute; left:55; 

top:100;filter:alpha(Opacity=100,FinishOpacity=0,Style=2)" 
src='http://four.fsphost.com/reiearth/shock1.swf' allowScriptAccess="never" quality=high 

FlashVars='texter=NEVALOSE' 
wmode='transparent' width='350' height='80' menu='false' &gt;&lt;/embed&gt;

&lt;embed 

style="z-indez:50;filter:alpha(opacity=100,finishopacity=100,style=2);position:absolute;top:170;
left:295" src='http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf' wmode="transparent"  

quality='high' width='106' height='26' align='middle' type='application/x-shockwave-flash' 

pluginspage='http://www.macromedia.com/go/getflashplayer'/&gt;

&lt;embed 

style="z-index:100;filter:alpha(opacity=100,finishopacity=0,style=2);position:absolute;top:1220;left

:445" 

src="http://www.dluxproductions.com/webcandy/photocube2/photocube2d.swf?imageID=2d37c1b

0699054c4e5bec623c0672b2d&amp;glowOn=&amp;shadowOn=&amp;sparkOn=1&amp;fireOn=&amp;twoByTwoOn=" 

quality="high" bgcolor="#000000" wmode="transparent" width="150" height="140" name="D.Lux 

Photo Cube" align="middle" allowScriptAccess="sameDomain" 

type="application/x-shockwave-flash" 

pluginspage="http://www.macromedia.com/go/getflashplayer" /&gt;

&lt;!------------ADVERTISE SCRIPT---&gt;
&lt;script language="javascript"&gt; 
var advertisem = "yes"; 
&lt;/script&gt; 
&lt;div id="advertisemsundel"&gt;&lt;/div&gt; 

&lt;/BODY&gt;
&lt;/HTML&gt;
&lt;/textarea&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;overlayouts&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3976083099858561218-2044438884221754992?l=www.pinoy-design.co.cc' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/overlayouts/~4/v41YkOJz4tU" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-14T14:16:20.818+08:00</app:edited><media:thumbnail url="http://i2.photobucket.com/albums/y21/reiearth/freestyle/th_freestylexxx_01.gif" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><enclosure url="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf" length="1975" type="application/x-shockwave-flash" /><media:content url="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf" fileSize="1975" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle> freestyle preview Layout Code: &amp;nbspreiearth freestyle profile&amp;nbsp© BODY { SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #343434; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #343434; SCROLLBAR-ARROW-COLOR: #4A0000; SCROLLBAR-TR</itunes:subtitle><itunes:author>noreply@blogger.com (iznab)</itunes:author><itunes:summary> freestyle preview Layout Code: &amp;nbspreiearth freestyle profile&amp;nbsp© BODY { SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #343434; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #343434; SCROLLBAR-ARROW-COLOR: #4A0000; SCROLLBAR-TRACK-COLOR: #250000; SCROLLBAR-DARKSHADOW-COLOR: #000000; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Tahoma;} a, a:link, a:visited, a:active { font-size:10px;color:#FFFFFF; font-weight: bold; text-decoration: none; border-bottom:0px; font-style: normal; } a:hover { font-size:10px;background-color:#000000;color:#ffffff; font-weight: bold; text-decoration: underline; border-bottom:0px; font-style: normal; } div {SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #343434; SCROLLBAR-ARROW-COLOR: #FFFFFF; SCROLLBAR-TRACK-COLOR: #343434; SCROLLBAR-DARKSHADOW-COLOR: #000000; padding-right:3;padding-top:3"} /* Cursor scroller script- By Dynamicdrive.com For full source, Terms of service, and 100s DTHML scripts Visit http://www.dynamicdrive.com */ var dismissafter=9999 function ietruebody(){ return (document.compatMode &amp;&amp; document.compatMode!="BackCompat")? document.documentElement : document.body } var initialvisible=0 if (document.all) document.write('') function followcursor(){ //move cursor function for IE if (initialvisible==0){ curscroll.style.visibility="visible" initialvisible=1 } curscroll.style.left=ietruebody().scrollLeft+event.clientX+10 curscroll.style.top=ietruebody().scrollTop+event.clientY+10 } function dismissmessage(){ curscroll.style.visibility="hidden" } if (document.all){ document.onmousemove=followcursor document.ondblclick=dismissmessage if (dismissafter!=0) setTimeout("dismissmessage()",dismissafter*1000) } 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() // 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 im too sexy for my girl Name: William Rei Udarbe Nick: rei Birthday: February 10, 1981 Age: 25 Gender: Male! Status: Single School: Data Center Philippines Hobbies: Web designing, Playing Computer games,&amp;nbsp; Listening Music, Watching TV, Texting, Reading Magazines and sleeping. MORE ABOUT I: I want to meet my TWIN I want to meet my soulmate I want to meet all my friends I want to meet SMB Beermen I want to meet ARTISTAS I want to meet Manny Pacquiao I want to be in Game K N B I want to be in Deal or No Deal I</itunes:summary><itunes:keywords>friendster overlay design, free layouts, freestyle layout, friendster layout</itunes:keywords><feedburner:origLink>http://www.pinoy-design.co.cc/2009/04/freestyle-layout.html</feedburner:origLink></item><item><title>GAARA layout</title><link>http://feedproxy.google.com/~r/overlayouts/~3/WHSdkMOd6gU/gaara-layout.html</link><category>friendster overlay design</category><category>free layouts</category><category>GAARA layout</category><category>friendster layout</category><author>noreply@blogger.com (iznab)</author><pubDate>Mon, 13 Apr 2009 23:10:35 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3976083099858561218.post-6859506867575927885</guid><description>&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 250px; height: 250px;" src="http://i2.photobucket.com/albums/y21/reiearth/gaarapreview.jpg" border="0" alt="" /&gt;

&lt;a href="http://www.freewebtown.com/gaaraxxx/index.html"&gt;&lt;strong&gt;GAARA preview&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
     &lt;label for="textareainput"&gt;Layout Code:&lt;/label&gt;
     &lt;br /&gt;
 &lt;span class="niceform" style=" font-size:11px"&gt;
 &lt;textarea rows="10" cols="50"&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;&amp;nbspreiearth gaara profile&amp;nbsp©&lt;/TITLE&gt;
&lt;META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252"&gt;
&lt;META http-equiv=Page-Enter content=BlendTrans(Duration=1.5)&gt;
&lt;META http-equiv=Site-Exit content=BlendTrans(Duration=1.5)&gt;
&lt;style type="text/css"&gt;

	BODY {
		SCROLLBAR-FACE-COLOR: #000000; 
		SCROLLBAR-HIGHLIGHT-COLOR: #343434; 
		SCROLLBAR-SHADOW-COLOR: #000000; 
		SCROLLBAR-3DLIGHT-COLOR: #343434;
		SCROLLBAR-ARROW-COLOR: #402A07; 
		SCROLLBAR-TRACK-COLOR: #402A07; 
		SCROLLBAR-DARKSHADOW-COLOR: #000000;
		FONT-SIZE: 11px; 
		COLOR: #000000; 
		FONT-FAMILY: Tahoma;}
		a, a:link, a:visited, a:active { font-size:10px;color:#FFFFFF; font-weight: bold; text-decoration: none; border-bottom:0px; font-style: normal; }
		a:hover { font-size:10px;background-color:#000000;color:#ffffff; font-weight: bold; text-decoration: underline; border-bottom:0px; font-style: normal; }
	div {SCROLLBAR-FACE-COLOR: #000000; 
		SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
		SCROLLBAR-SHADOW-COLOR: #000000; 
		SCROLLBAR-3DLIGHT-COLOR: #000000;
		SCROLLBAR-ARROW-COLOR: #402A07; 
		SCROLLBAR-TRACK-COLOR: #402A07; 
		SCROLLBAR-DARKSHADOW-COLOR: #000000;
		padding-right:3;padding-top:3"}

&lt;/style&gt;
&lt;script type="text/javascript"&gt;
/*
Cursor scroller script- By Dynamicdrive.com
For full source, Terms of service, and 100s DTHML scripts
Visit http://www.dynamicdrive.com
*/

var dismissafter=9999

function ietruebody(){
return (document.compatMode &amp;&amp; document.compatMode!="BackCompat")? document.documentElement : document.body
}

var initialvisible=0
if (document.all)
document.write('&lt;img style="filter:alpha(opacity=100, finishopacity=50,style=2) xray" src="http://i2.photobucket.com/albums/y21/reiearth/gaaraface.gif" width=85 height=85 id="curscroll" style="filter:none;position:absolute;border:none;visibility:hidden;z-index:200"&gt;')

function followcursor(){
//move cursor function for IE

if (initialvisible==0){
curscroll.style.visibility="visible"
initialvisible=1
}

curscroll.style.left=ietruebody().scrollLeft+event.clientX+10
curscroll.style.top=ietruebody().scrollTop+event.clientY+10
}

function dismissmessage(){
curscroll.style.visibility="hidden"
}


if (document.all){
document.onmousemove=followcursor
document.ondblclick=dismissmessage
if (dismissafter!=0)
setTimeout("dismissmessage()",dismissafter*1000)
}
  &lt;/script&gt;

&lt;script language="javascript"&gt;
 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()&lt;/script&gt;
&lt;script language="javascript"&gt;
 &lt;!--// 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 &lt;yshiran@iil.intel.com&gt;

// 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 &lt; 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 &lt;= 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 &lt; 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 &lt; 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()
// --&gt;&lt;/script&gt;
&lt;/HEAD&gt;
&lt;BODY BGCOLOR=#000000 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0&gt;
&lt;!-- ImageReady Slices (gaara.psd) --&gt;
&lt;IMG SRC="http://img225.imageshack.us/img225/6830/gaara2ay0.jpg" WIDTH=1024 HEIGHT=768 BORDER=0 ALT="" USEMAP="#gaara2_Map"&gt;
&lt;MAP NAME="gaara2_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="885,707,1017,718" HREF="http://www.friendster.com/introduce.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="886,691,1004,703" HREF="http://www.friendster.com/referafriend.php?refer=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="885,675,948,688" HREF="http://www.friendster.com/bookmarks.php?action=add&amp;uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="885,659,984,671" HREF="http://www.friendster.com/addfriendrequest.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="885,643,1001,656" HREF="http://www.friendster.com/testimonials.php?action=add&amp;uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="729,707,812,719" HREF="http://www.friendster.com/sendmessage.php?uid=5475934&amp;action=sendsmile"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="729,692,817,702" HREF="http://www.friendster.com/sendmessage.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="730,675,836,687" HREF="http://www.friendster.com/viewphotos.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="728,658,842,670" HREF="http://www.friendster.com/friends.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="729,643,852,654" HREF="http://www.friendster.com/testimonials.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="408,740,468,753" HREF="http://www.friendster.com/info/privacy.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="333,740,404,750" HREF="http://www.friendster.com/info/tos.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="308,739,329,750" HREF="http://www.friendster.com/custhelp.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="238,740,306,750" HREF="http://www.friendster.com/affiliate.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="213,739,236,749" HREF="http://www.friendster.com/info/tour/1_0.htm?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="179,740,210,750" HREF="http://www.friendster.com/events.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="142,740,174,750" HREF="http://www.friendster.com/info/shopping.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="86,740,138,750" HREF="http://www.friendster.com/info/contacts.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="41,739,82,751" HREF="http://www.friendster.com/info/index.php?statpos=footer"&gt;
&lt;AREA SHAPE="poly" ALT="" COORDS="676,228, 742,257, 731,275, 668,250" HREF="http://www.friendster.com/logout.php"&gt;
&lt;AREA SHAPE="poly" ALT="" COORDS="636,189, 680,101, 696,110, 656,200" HREF="http://www.friendster.com/messages.php"&gt;
&lt;AREA SHAPE="poly" ALT="" COORDS="577,84, 603,83, 611,156, 585,162" HREF="http://www.friendster.com/friends.php"&gt;
&lt;AREA SHAPE="poly" ALT="" COORDS="481,155, 552,181, 541,207, 468,184" HREF="http://www.friendster.com/user.php"&gt;
&lt;AREA SHAPE="poly" ALT="" COORDS="449,244, 505,234, 518,258, 453,270" HREF="http://www.friendster.com/home.php"&gt;
&lt;AREA SHAPE="rect" ALT="visit friendster" COORDS="519,213,667,238" HREF="http://www.friendster.com"&gt;
&lt;AREA SHAPE="rect" ALT="visit designer profile" COORDS="684,748,840,762" HREF="http://www.friendster.com/reiearth"&gt;
&lt;AREA SHAPE="rect" ALT="visit markyctrigger forum" COORDS="55,584,305,606" HREF="http://www.markyctrigger.com"&gt;
&lt;/MAP&gt;
&lt;!-- End ImageReady Slices --&gt;
&lt;div style="filter:alpha(opacity=100,finishopacity=50,style=2);
background-color:transparent;
width:352; height:240; 
border:0px inset #FFFFFF; 
overflow:auto; 
font-weight:normal; color:#ffffff; 
text-align:left; 
z-index:10;
position:absolute; 
top:162; left:28"&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/naruto16.gif" width="100" height="100"&gt;&lt;br&gt;		
  Name: William Rei Udarbe&lt;br&gt;
  Nick: rei&lt;br&gt;
  Birthday: February 10, 1981&lt;br&gt;
  Age: 25&lt;br&gt;
  Gender: Male!&lt;br&gt;
  Status: Single&lt;br&gt;
  School: Data Center Philippines&lt;br&gt;
  Hobbies: Web designing, Playing Computer games, &lt;br&gt;
  Listening Music, Watching TV, Texting, Reading Magazines&lt;br&gt;
  and sleeping. &lt;/p&gt;
  &lt;hr&gt;
  MORE ABOUT I:&lt;p&gt;I want to meet my TWIN&lt;br&gt;
I want to meet my soulmate&lt;br&gt;
I want to meet all my friends&lt;br&gt;
I want to meet SMB Beermen&lt;br&gt;
I want to meet ARTISTAS&lt;br&gt;
I want to meet Manny Pacquiao&lt;br&gt;
I want to be in Game K N B&lt;br&gt;
I want to be in Deal or No Deal&lt;br&gt;
I want to be in Wowowee&lt;br&gt;
I want to become a millionaire&lt;br&gt;
I want to travel the world&lt;br&gt;
I am 25 years old&lt;br&gt;
I am a music enthusiast&lt;br&gt;
I am a web designer designer&lt;br&gt;
I am a graphic designer&lt;br&gt;
I am a smart globe TM Sun user&lt;br&gt;
I am a dreamer&lt;br&gt;
I am someone with high ambition&lt;br&gt;
I am classified as middle-class&lt;br&gt;
I sleep late&lt;br&gt;
i wake up late&lt;br&gt;
I dont smoke and drink alcohol&lt;br&gt;
I love the Philippines&lt;br&gt;
I love making money&lt;br&gt;
I love computers&lt;br&gt;
I love gadgets&lt;br&gt;
I love Anime&lt;br&gt;
I love computer games&lt;br&gt;
I love video games&lt;br&gt;
I love FHM&lt;br&gt;
I love movies and DVDs&lt;br&gt;
I love Interior Design&lt;br&gt;
I love reading magazines&lt;br&gt;
I love Kris Aquino&lt;br&gt;
I love Willy&lt;br&gt;
I love Animax&lt;br&gt;
I love ABSCBN Kapamilya&lt;br&gt;
I hate vegetables&lt;br&gt;
I hate backstabbers&lt;br&gt;
I hate user-friendly people&lt;br&gt;
I hate deadlines&lt;br&gt;
I would like to experience love&lt;br&gt;
I would like to have a worry-free life&lt;br&gt;
&lt;/div&gt;

&lt;div style="filter:alpha(opacity=100,finishopacity=50,style=2);
background-color:transparent;
width:352; height:165; 
border:0px inset #FFFFFF; 
overflow:auto; 
font-weight:normal; color:#ffffff; 
text-align:left; 
z-index:11;
position:absolute; 
top:410; left:28"&gt;
Gaara, the name that when pronounced causes people to freeze for an instant. 
Freeze because the name Gaara itself has become a synonym for death. Ever since 
his first appearance Gaara has inspired fear, seemingly being an emotionless 
killer, a monster. Gaara is part of a three man team from the Hidden Village of 
Sand comprising of himself, Kankuro, and Temari. Even though this is a team 
Gaara is clearly the leader of the group, anything that seems like a protest is 
immediately followed by threatening the person with death. Silent and always 
withdrawn onto himself, even more than Sasuke, Gaara only talks when it's time 
to threaten someone or while having a thought about the person whom he is in 
battle with. Most of the time only the desire to kill and a deep hatred for 
everything that breathes consumes him. &lt;BR&gt;&lt;BR&gt;Like Naruto, Gaara also hides a 
terrible secret. He has sealed within his body one of the Jinchuuriki, a tailed 
demon. Deep within his body Shukaku awaits the moment when he'll wake up from 
his sleep, when the body of that who carries him falls alseep. Gaara's past is 
indeed the most tragic and awful of anyone in the series, from the moment he was 
born Gaara was deeply hated. His own Mother who gave birth to him even hated him 
for the fact that she was made a sacrifice for him, she would die cursing at 
him. The name Gaara itself is telling of his personality trait as it means "A 
demon who only loves himself". The name was chosen for him by his Mother who 
wished and believed he was only to fight for his sake and love only himself, and 
by doing so he would live on forever. This gesture was not done out of love for 
Gaara but rather in hopes that Gaara would live on to carry her grudge. 
&lt;BR&gt;&lt;BR&gt;As a child things only got worse for Gaara. Always alone no child would 
dare play with him, every time he tried with the nicest smile that his tortured 
soul could possibly show everyone would run off screaming, screaming in fear as 
they believed him to be a moster that would kill them. This was only fuelled 
several times when out of a panicked self defense his sand barrier nearly killed 
a few of the children, which was no fault of Gaara. The only friend Gaara was 
able to find was in Yashamaru, the only person who really tried to love Gaara, 
the only one to calm him when he was sad, and give him advice. &lt;BR&gt;&lt;BR&gt;This all 
changed when one night sitting alone, trying to understand the purpose in life, 
he was attacked by a single ninja. This was a foolish thing for the attacker to 
do as Gaara had no problem defending himself with a deadly attack that crushed 
the masked opponent. When Gaara unmasked the assailant he discovered that it was 
none other than the person who he considered a friend, Yashamaru! Yashamaru 
explained that he had received an order from Gaara's father, the Kazekage of the 
Hidden Sand Village, to kill Gaara. Absolutely terrified, backed into his last 
bit of sanity Gaara stated that Yashamaru was forced to attack him. Yashamaru 
would only destroy this hypothesis by telling Gaara that this was only a last 
refuge, he could have refused the order but deep down he has always resented 
Gaara. He continued on saying Gaara had never been loved by anyone, not his 
Father, not his Mother, he was only an experiment made by the village to try and 
take control over the awesome power of the one tailed demon inside of Gaara, but 
he was a failure, and therefore the failure had to be killed. Even on the brink 
of death Yashamaru tried once more to kill Gaara, blowing himself up, but not 
killing Gaara. Following this Gaara began to believe that the only reason to 
live was to love himself and annihilate all who lived. &lt;BR&gt;&lt;BR&gt;Gaara continued 
on that path of grief until he was in combat with Naruto, this made him make a 
drastically for the best. He began to understand that to live on and not be 
lonely anymore, he had to make connections with others. And that's exactly what 
he did. Following his Father's footsteps Gaara would become the Kazekage of of 
the Sand and began to be appreciated by others in return, he began to appreciate 
them and he was finally able to love, but more importantly, receive love. The 
group Akatsuki had other plans for Gaara, though. Sending one of their members 
to the Sand, they captured him because they have a need to take control of the 
demon sealed within him. The future of Gaara is unclear, was he killed? Only 
time will tell what happened to this lonely soul. &lt;BR&gt;&lt;BR&gt;Gaara's fighting style 
is primarily composed of an almost impenetrable defense, for his sand shield 
automatically activates as soon as there is a present threat. When Gaara attacks 
the enemy, he does so very viciously, using his sand to bind the enemy and to 
crush him until he falls apart. Aside from this technique Gaara really doesn't 
move much in battle, nor does he use Taijutsu or Genjutsu, as he has never 
needed them in his life at all. When Gaara has a deep desire to crush his 
adversary he calls upon the Shukaku and his fighting style completely changed. 
Shukaku can be invoked either partially or completely, making Gaara many times 
stronger each time the demon is allowed to grow stronger, he becomes very fast 
and tricky. The automatic sand defense is deactivated but instead is replaced by 
something even more deadlier, for the body of the one tailed demon completely 
covers him and therefore protects his own body. Even better is the ability of 
the demon to regenerate. Finally things get really deadly when Gaara completely 
awakens the demon inside of him by putting himself to sleep with a jutsu. In 
that state Gaara can even stand up to the toughest summoned creatures.&lt;BR&gt;
&lt;/div&gt;

&lt;div style="filter:alpha(opacity=100,finishopacity=50,style=2);
background-color:transparent;
width:175; height:434; 
border:0px inset #FFFFFF; 
overflow:auto; 
font-weight:normal; color:#ffffff; 
text-align:left; 
z-index:11;
position:absolute; 
top:37; left:842"&gt;
&lt;!-- BEGIN CBOX - http://www.cbox.ws --&gt;
&lt;table border="0" cellpadding="0" cellspacing="0" summary="cbox tagboard" align="center"&gt;
&lt;tr&gt;&lt;td align="center"&gt;
&lt;iframe frameborder="0" width="160" height="290" src="http://www3.cbox.ws/box/?boxid=2242337&amp;amp;boxtag=6342&amp;amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border: #ababab 0px solid;" id="cboxmain"&gt;&lt;/iframe&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;
&lt;iframe frameborder="0" width="160" height="130" src="http://www3.cbox.ws/box/?boxid=2242337&amp;amp;boxtag=6342&amp;amp;sec=form&amp;amp;alt=4" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border: #ababab 0px solid; border-top: 0px;" id="cboxform"&gt;&lt;/iframe&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
&lt;!-- END CBOX --&gt;
&lt;/div&gt;

&lt;div style="z-index:40;overflow:hidden;height:39;width:94;position:absolute;left:935;top:541"&gt;
  &lt;!-- Start of StatCounter Code --&gt;
  &lt;a href="http://www.statcounter.com/" target="_blank"&gt;
  &lt;img src="http://c12.statcounter.com/counter.php?sc_project=1668603&amp;java=0&amp;security=2f803d98&amp;invisible=0" alt="web page hit counter" border="0"&gt;&lt;/a&gt;
  &lt;!-- End of StatCounter Code --&gt;
&lt;/div&gt;

&lt;embed style="z-indez:50;filter:alpha(opacity=100,finishopacity=50,style=2);position:absolute;top:465;
left:845" src='http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf' wmode="transparent"  quality='high' width='106' height='26' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'/&gt;


&lt;embed style="position:absolute; left:450; top:405;z-index:20" src="http://four.fsphost.com/reiearth/mp3playershadow.swf" allowScriptAccess="never" quality="high" wmode="transparent" width="300" height="300" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="playList=http://four.fsphost.com/reiearth/mp3player.xml" menu="false"&gt;
&lt;/BODY&gt;
&lt;/HTML&gt;
&lt;/textarea&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;overlayouts&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3976083099858561218-6859506867575927885?l=www.pinoy-design.co.cc' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/overlayouts/~4/WHSdkMOd6gU" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-14T14:10:35.308+08:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><enclosure url="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf" length="1975" type="application/x-shockwave-flash" /><media:content url="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf" fileSize="1975" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle> GAARA preview Layout Code: &amp;nbspreiearth gaara profile&amp;nbsp© BODY { SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #343434; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #343434; SCROLLBAR-ARROW-COLOR: #402A07; SCROLLBAR-TRACK-COLO</itunes:subtitle><itunes:author>noreply@blogger.com (iznab)</itunes:author><itunes:summary> GAARA preview Layout Code: &amp;nbspreiearth gaara profile&amp;nbsp© BODY { SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #343434; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #343434; SCROLLBAR-ARROW-COLOR: #402A07; SCROLLBAR-TRACK-COLOR: #402A07; SCROLLBAR-DARKSHADOW-COLOR: #000000; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Tahoma;} a, a:link, a:visited, a:active { font-size:10px;color:#FFFFFF; font-weight: bold; text-decoration: none; border-bottom:0px; font-style: normal; } a:hover { font-size:10px;background-color:#000000;color:#ffffff; font-weight: bold; text-decoration: underline; border-bottom:0px; font-style: normal; } div {SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #402A07; SCROLLBAR-TRACK-COLOR: #402A07; SCROLLBAR-DARKSHADOW-COLOR: #000000; padding-right:3;padding-top:3"} /* Cursor scroller script- By Dynamicdrive.com For full source, Terms of service, and 100s DTHML scripts Visit http://www.dynamicdrive.com */ var dismissafter=9999 function ietruebody(){ return (document.compatMode &amp;&amp; document.compatMode!="BackCompat")? document.documentElement : document.body } var initialvisible=0 if (document.all) document.write('') function followcursor(){ //move cursor function for IE if (initialvisible==0){ curscroll.style.visibility="visible" initialvisible=1 } curscroll.style.left=ietruebody().scrollLeft+event.clientX+10 curscroll.style.top=ietruebody().scrollTop+event.clientY+10 } function dismissmessage(){ curscroll.style.visibility="hidden" } if (document.all){ document.onmousemove=followcursor document.ondblclick=dismissmessage if (dismissafter!=0) setTimeout("dismissmessage()",dismissafter*1000) } 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() // 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 Name: William Rei Udarbe Nick: rei Birthday: February 10, 1981 Age: 25 Gender: Male! Status: Single School: Data Center Philippines Hobbies: Web designing, Playing Computer games, Listening Music, Watching TV, Texting, Reading Magazines and sleeping. MORE ABOUT I: I want to meet my TWIN I want to meet my soulmate I want to meet all my friends I want to meet SMB Beermen I want to meet ARTISTAS I want to meet Manny Pacquiao I want to be in Game K N B I want to be in Deal or No Deal I want to be in Wowowee I want to becom</itunes:summary><itunes:keywords>friendster overlay design, free layouts, GAARA layout, friendster layout</itunes:keywords><feedburner:origLink>http://www.pinoy-design.co.cc/2009/04/gaara-layout.html</feedburner:origLink></item><item><title>final fantasy vii advent children Layout</title><link>http://feedproxy.google.com/~r/overlayouts/~3/OgQ_k99-BgU/final-fantasy-vii-advent-children.html</link><category>friendster overlay design</category><category>free layouts</category><category>final fantasy vii advent children Layout</category><category>friendster layout</category><author>noreply@blogger.com (iznab)</author><pubDate>Mon, 13 Apr 2009 23:02:45 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3976083099858561218.post-2355686370483948633</guid><description>&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 200px; height: 390px;" src="http://i2.photobucket.com/albums/y21/reiearth/FF7/ff7preview.jpg" border="0" alt="" /&gt;

&lt;a href="http://www.freewebtown.com/finalfantasy7/index.html"&gt;&lt;strong&gt;final fantasy vii advent children preview&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
     &lt;label for="textareainput"&gt;Layout Code:&lt;/label&gt;
     &lt;br /&gt;
 &lt;span class="niceform" style=" font-size:11px"&gt;
 &lt;textarea rows="10" cols="50"&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;&amp;nbspreiearth final fantasy VII advent children profile&amp;nbsp©&lt;/TITLE&gt;
&lt;META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252"&gt;
&lt;META http-equiv=Page-Enter content=BlendTrans(Duration=1.5)&gt;
&lt;META http-equiv=Site-Exit content=BlendTrans(Duration=1.5)&gt;
&lt;style type="text/css"&gt;

	BODY {
		SCROLLBAR-FACE-COLOR: #223038; 
		SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
		SCROLLBAR-SHADOW-COLOR: #223038; 
		SCROLLBAR-3DLIGHT-COLOR: #000000;
		SCROLLBAR-ARROW-COLOR: #000000; 
		SCROLLBAR-TRACK-COLOR: #223038; 
		SCROLLBAR-DARKSHADOW-COLOR: #223038;
		FONT-SIZE: 10px; 
		COLOR: #000000; 
		FONT-FAMILY: Tahoma;
		cursor: url("http://www.freewebs.com/elvolution/misc/elvocursor.cur"),default;
		}
	body {border-style: inset; border-top-color: black;
	border-bottom-color: black; border-left-color: black;
	border-right-color: #000000;
	border-top-width: 10px;
	border-bottom-width: 10px; 
	border-left-width: 150px;
	border-right-width: 150px;}
		a, a:link, a:visited, a:active { font-size:10px;color:#FFFFFF; font-weight: 

normal; text-decoration: none; border-bottom:0px; font-style: normal; }
		a:hover { font-size:10px;background-color:transparent;color:#ffffff; font-weight: 

bold; text-decoration: underline; border-bottom:0px; font-style: normal; }
	div {SCROLLBAR-FACE-COLOR: #000000; 
		SCROLLBAR-HIGHLIGHT-COLOR: #343434; 
		SCROLLBAR-SHADOW-COLOR: #000000; 
		SCROLLBAR-3DLIGHT-COLOR: #343434;
		SCROLLBAR-ARROW-COLOR: #223038; 
		SCROLLBAR-TRACK-COLOR: #223038; 
		SCROLLBAR-DARKSHADOW-COLOR: #000000;
		padding-right:3;padding-top:3"}

&lt;/style&gt;
&lt;script type="text/javascript"&gt;
    function clickToggle(target) {
      obj=(document.all) ? document.all[target] : document.getElementById(target);
      obj.style.display=(obj.style.display=='none') ? '' : 'none';
    }
  &lt;/script&gt;


&lt;script language="javascript"&gt;
 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()&lt;/script&gt;
&lt;script language="javascript"&gt;
 &lt;!--// 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 &lt;yshiran@iil.intel.com&gt;

// 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 &lt; 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 &lt;= 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 &lt; 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 &lt; 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()
// --&gt;&lt;/script&gt;



&lt;SCRIPT language=javascript&gt;

/*
Gradual-Highlight Image Script II- 
By J. Mark Birenbaum (birenbau@ugrad.cs.ualberta.ca)
Permission granted to Dynamicdrive.com to feature script in archive
For full source to script, visit http://dynamicdrive.com
*/

nereidFadeObjects = new Object();
nereidFadeTimers = new Object();

/* object - image to be faded (actual object, not name);
 * destop - destination transparency level (ie 80, for mostly solid)
 * rate   - time in milliseconds between trasparency changes (best under 100)
 * delta  - amount of change each time (ie 5, for 5% change in transparency)
 */

function nereidFade(object, destOp, rate, delta){
if (!document.all)
return
    if (object != "[object]"){  //do this so I can take a string too
        setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);
        return;
    }
        
    clearTimeout(nereidFadeTimers[object.sourceIndex]);
    
    diff = destOp-object.filters.alpha.opacity;
    direction = 1;
    if (object.filters.alpha.opacity &gt; destOp){
        direction = -1;
    }
    delta=Math.min(direction*diff,delta);
    object.filters.alpha.opacity+=direction*delta;

    if (object.filters.alpha.opacity != destOp){
        nereidFadeObjects[object.sourceIndex]=object;
        

nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourc

eIndex+"],"+destOp+","+rate+","+delta+")",rate);
    }
}
&lt;/SCRIPT&gt;
&lt;/HEAD&gt;
&lt;BODY BGCOLOR=#223038 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 

MARGINHEIGHT=0&gt;
&lt;!-- ImageReady Slices (ff7 advent children.psd) --&gt;
&lt;div align="center"&gt;
&lt;TABLE WIDTH=700 BORDER=0 CELLPADDING=0 CELLSPACING=0&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i2.photobucket.com/albums/y21/reiearth/FF7/FF7_01.jpg" WIDTH=700 HEIGHT=250 

BORDER=0 ALT="" USEMAP="#ff7_advent_children_01_Map"&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i2.photobucket.com/albums/y21/reiearth/FF7/FF7_02.jpg" WIDTH=700 HEIGHT=250 

BORDER=0 ALT="" USEMAP="#ff7_advent_children_02_Map"&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i2.photobucket.com/albums/y21/reiearth/FF7/FF7_03.jpg" WIDTH=700 HEIGHT=250 

BORDER=0 ALT="" USEMAP="#ff7_advent_children_03_Map"&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i2.photobucket.com/albums/y21/reiearth/FF7/FF7_04.jpg" WIDTH=700 HEIGHT=250 

BORDER=0 ALT="" USEMAP="#ff7_advent_children_04_Map"&gt;&lt;/TD&gt;
	&lt;/TR&gt;
&lt;/TABLE&gt;
&lt;MAP NAME="ff7_advent_children_01_Map"&gt;
&lt;AREA SHAPE="rect" ALT="visit designer profile" COORDS="30,8,163,25" 

HREF="http://www.friendster.com/reiearth"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="618,26,661,39" 

HREF="http://www.friendster.com/logout.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="547,24,612,40" 

HREF="http://www.friendster.com/messages.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="494,23,542,40" 

HREF="http://www.friendster.com/friends.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="444,24,490,42" 

HREF="http://www.friendster.com/user.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="401,24,439,40" 

HREF="http://www.friendster.com/home.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="49,37,153,55" HREF="javascript:clickToggle('player')"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="168,63,342,97" HREF="http://www.friendster.com"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="ff7_advent_children_02_Map"&gt;
&lt;AREA SHAPE="rect" ALT="visit markyctrigger forum" COORDS="399,225,628,245" 

HREF="http://www.markyctrigger.com/forum"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="145,208,215,219" 

HREF="http://www.friendster.com/editprofile.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="62,205,138,219" 

HREF="http://www.friendster.com/editphotos.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="4,206,54,219" 

HREF="http://www.friendster.com/editusername.php"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="ff7_advent_children_03_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="41,240,168,250" 

HREF="http://www.friendster.com/referafriend.php?refer=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="41,211,107,226" 

HREF="http://www.friendster.com/bookmarks.php?action=add&amp;uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="41,184,137,197" 

HREF="http://www.friendster.com/addfriendrequest.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="42,156,151,169" 

HREF="http://www.friendster.com/testimonials.php?action=add&amp;uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="42,128,130,141" 

HREF="http://www.friendster.com/sendmessage.php?uid=5475934&amp;action=sendsmile"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="42,100,149,114" 

HREF="http://www.friendster.com/sendmessage.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="41,72,130,87" 

HREF="http://www.friendster.com/friends.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="42,43,125,59" 

HREF="http://www.friendster.com/viewphotos.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="39,16,167,30" 

HREF="http://www.friendster.com/testimonials.php?uid=5475934"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="ff7_advent_children_04_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="581,127,669,141" 

HREF="http://www.friendster.com/info/privacy.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="466,126,573,139" 

HREF="http://www.friendster.com/info/tos.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="431,127,460,139" 

HREF="http://www.friendster.com/custhelp.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="322,128,425,139" 

HREF="http://www.friendster.com/affiliate.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="282,126,315,140" 

HREF="http://www.friendster.com/info/tour/1_0.htm?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="228,128,277,139" 

HREF="http://www.friendster.com/events.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="165,128,221,140" 

HREF="http://www.friendster.com/info/shopping.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="84,128,158,139" 

HREF="http://www.friendster.com/info/contacts.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="18,127,79,140" 

HREF="http://www.friendster.com/info/index.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="41,47,144,59" 

HREF="http://www.friendster.com/invite.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="41,18,181,30" 

HREF="http://www.friendster.com/introduce.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="41,0,168,3" 

HREF="http://www.friendster.com/referafriend.php?refer=5475934"&gt;
&lt;/MAP&gt;
&lt;!-- End ImageReady Slices --&gt;
&lt;/div&gt;


&lt;!----------CHATTER BOX--------&gt;
&lt;div style="background-color:transparent;width:152; height:220; 
border:0px inset #FFFFFF; overflow:hidden; font-weight:bold; color:#000000; text-align:left;
position:absolute; padding-left:0;padding-top:0; z-index:2;top:517;left:551;
;z-index:40 "&gt;
&lt;iframe frameborder="0" width="152" height="220" 

src="http://www3.cbox.ws/box/?boxid=2257095&amp;amp;boxtag=1830&amp;amp;sec=main" 

marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" 

style="border: #ababab 0px solid;" id="cboxmain"&gt;&lt;/iframe&gt;
&lt;/div&gt;
	
&lt;div 

style="filter:alpha(opacity=100,finishopacity=100,style=1);background-color:transparent;width:123; 
height:120; 
border:0px inset #FFFFFF; overflow:hidden; font-weight:normal; color:#ffffff; 
position:absolute; top:740; left:579;padding-right:5;padding-top:3;z-index:16"&gt;
&lt;iframe frameborder="0" width="123" height="125" 

src="http://www3.cbox.ws/box/?boxid=2257095&amp;amp;boxtag=1830&amp;amp;sec=form&amp;amp;alt=4" 

marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" 

style="border: #ababab 0px solid; border-top: 0px;" id="cboxform"&gt;&lt;/iframe&gt;
&lt;/div&gt;	
	&lt;div onmouseover=nereidFade(this,100,70,20) 
onmouseout=nereidFade(this,20,50,10) 

style="FILTER:alpha(opacity=100,finishopacity=100,style=1);DIRECTION:ltr;background-color:tran

sparent;
width:300; height:235; 
border:0px inset #FFFFFF; 
overflow:auto; 
font-weight:BOLD; color:#000000; 
text-align:left; 
z-index:10;
position:absolute; 
top:512; left:212;
PADDING-LEFT:5;"&gt;
&lt;marquee direction=up scrollamount=2&gt;
&lt;img style="filter:alpha(opacity=100,finishopacity=0,style=2)" 

src="http://i2.photobucket.com/albums/y21/reiearth/FF7/thalana.jpg"&gt;&lt;br&gt;

  Name: William Rei Udarbe&lt;br&gt;
  Nick: rei&lt;br&gt;
  Birthday: February 10, 1981&lt;br&gt;
  Age: 25&lt;br&gt;
  Gender: Male!&lt;br&gt;
  Status: Single&lt;br&gt;
  School: Data Center Philippines&lt;br&gt;
  Hobbies: Web designing, Playing Computer games, &lt;br&gt;
  Listening Music, Watching TV, Texting, Reading Magazines&lt;br&gt;
  and sleeping. &lt;/p&gt;

  MORE ABOUT I:&lt;p&gt;I want to meet my TWIN&lt;br&gt;
I want to meet my soulmate&lt;br&gt;
I want to meet all my friends&lt;br&gt;
I want to meet SMB Beermen&lt;br&gt;
I want to meet ARTISTAS&lt;br&gt;
I want to meet Manny Pacquiao&lt;br&gt;
I want to be in Game K N B&lt;br&gt;
I want to be in Deal or No Deal&lt;br&gt;
I want to be in Wowowee&lt;br&gt;
I want to become a millionaire&lt;br&gt;
I want to travel the world&lt;br&gt;
I am 25 years old&lt;br&gt;
I am a music enthusiast&lt;br&gt;
I am a web designer designer&lt;br&gt;
I am a graphic designer&lt;br&gt;
I am a smart globe TM Sun user&lt;br&gt;
I am a dreamer&lt;br&gt;
I am someone with high ambition&lt;br&gt;
I am classified as middle-class&lt;br&gt;
I sleep late&lt;br&gt;
i wake up late&lt;br&gt;
I dont smoke and drink alcohol&lt;br&gt;
I love the Philippines&lt;br&gt;
I love making money&lt;br&gt;
I love computers&lt;br&gt;
I love gadgets&lt;br&gt;
I love Anime&lt;br&gt;
I love computer games&lt;br&gt;
I love video games&lt;br&gt;
I love FHM&lt;br&gt;
I love movies and DVDs&lt;br&gt;
I love Interior Design&lt;br&gt;
I love reading magazines&lt;br&gt;
I love Kris Aquino&lt;br&gt;
I love Willy&lt;br&gt;
I love Animax&lt;br&gt;
I love ABSCBN Kapamilya&lt;br&gt;
I hate vegetables&lt;br&gt;
I hate backstabbers&lt;br&gt;
I hate user-friendly people&lt;br&gt;
I hate deadlines&lt;br&gt;
I would like to experience love&lt;br&gt;
I would like to have a worry-free life&lt;br&gt;
&lt;/marquee&gt;
&lt;/div&gt;

&lt;div id=testi style="display:show;filter:alpha(opacity=100,finishopacity=100,style=1);
background-color:#000000;
width:303; height:140; 
border:1px inset #FFFFFF; 
overflow:auto; 
font-weight:bold; color:#FFFFFF; 
text-align:left; 
z-index:11;
position:absolute; 
top:720; left:212"&gt;
&lt;script language="javascript"&gt; 
autotesti="yes"; 
&lt;/script&gt; 
&lt;div id=AUT class=left_column_content style="width:285px "&gt;&lt;/div&gt;

&lt;/div&gt;
&lt;!-----------20 visit--------&gt;
&lt;div id=20visit 

style="display:none;filter:alpha(opacity=100,finishopacity=100,style=1);background-color:transpar

ent;width:200; 
height:230; 
border:0px inset #FFFFFF; overflow:auto; font-weight:bold; color:#ffffff; text-align:left; 
position:absolute; top:200; left:49;padding-right:3;padding-top:3;z-index:16"&gt;
&lt;script language="javascript"&gt; 
last20="yes"; 
tagboarduname="reiearth"; 
&lt;/script&gt; 
&lt;div id="last20id"&gt;&lt;/div&gt;
&lt;br&gt;
&lt;script language="javascript"&gt; 
lastlogin="yes" 
&lt;/script&gt; 
&lt;div id="lastloginid"&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;!--------links/credit----&gt;

&lt;div 

style="filter:alpha(opacity=100,finishopacity=100,style=1);background-color:transparent;width:94; 
height:84; 
border:0px inset #FFFFFF; overflow:auto; font-weight:normal; color:#ffffff; 
position:absolute; top:901; left:608;z-index:16"&gt;
&lt;marquee onmouseout=this.start() onmouseover=this.stop() 

style="filter:alpha(opacity=100,finishopacity=0,style=1,finishX=0,finishY=20)" direction=up 

scrollamount=1 height="77" width="90"&gt;
&lt;p align=center&gt;
markyctrigger OG&lt;br&gt;
adobe photoshop&lt;br&gt;
&lt;br&gt;
&lt;a href="http://www.friendster.com/reiearth"&gt;reiearth profile&lt;/a&gt;
&lt;br&gt;
&lt;a href="http://www.friendster.com"&gt;friendster&lt;/a&gt;
&lt;br&gt;
&lt;a href="http://www.good-tutorials.com"&gt;good tutorials&lt;/a&gt;
&lt;br&gt;
&lt;a href="http://www.yahoo.com"&gt;Yahoo&lt;/a&gt;
&lt;/p&gt;&lt;/marquee&gt;
&lt;/div&gt;
&lt;!-----------text script--&gt;
&lt;div 

style="filter:alpha(opacity=100,finishopacity=50,style=2);position:absolute;top:436;left:489;font-wei

ght:bold;color:#FFFFFF"&gt;&lt;a 

href="http://www.friendster.com/reiearth"&gt;www.friendster.com/reifantasy7&lt;/a&gt;&lt;/div&gt;

&lt;div 

style="filter:alpha(opacity=100,finishopacity=50,style=2);position:absolute;top:858;left:212;font-wei

ght:bold;color:#FFFFFF"&gt;&lt;a href="javascript:clickToggle('testi')"&gt;on/off testimonials&lt;/a&gt;&lt;/div&gt;

&lt;div 

style="filter:alpha(opacity=100,finishopacity=50,style=2);position:absolute;top:436;left:52;font-weig

ht:bold;color:#FFFFFF"&gt;&lt;a href="javascript:clickToggle('20visit')"&gt;show visitors&lt;/a&gt;&lt;/div&gt;

&lt;!---------EDIT YOUR PHOTO MARQUEE HERE---&gt;

&lt;div 

style="overflow:hidden;filter:alpha(opacity=0,finishopacity=100,style=1);background-color:transpar

ent;width:337; height:121; 
border:medium none; font-weight:bold; color:#ffffff; text-align:left; position:absolute; top:884; 

left:185;
		padding-right:3;padding-top:3"&gt;
		&lt;marquee behavior=scroll scrollamount=5 height="117"&gt;&lt;a 

href="http://www.friendster.com/reiearth"&gt;&lt;img 

style="filter:alpha(opacity=100,finishopacity=0,style=2)" 

src="http://i2.photobucket.com/albums/y21/reiearth/FF7/thalana.jpg" alt="Kizz Me"&gt;&lt;/a&gt;&lt;a 

href="http://www.friendster.com/reiearth" &gt;&lt;img 

style="filter:alpha(opacity=100,finishopacity=0,style=2)" 

src="http://i2.photobucket.com/albums/y21/reiearth/FF7/thalana.jpg" alt="Kiss 

ME"&gt;&lt;/a&gt;&lt;/marquee&gt;
		&lt;/div&gt;
		
		&lt;div onmouseover=nereidFade(this,100,70,20) 
onmouseout=nereidFade(this,20,50,10) style=" 
         border:0px solid #000000; padding: 0px;
          overflow:hidden; width:113; height:92; 
                    position:absolute; left:8; top:896;filter:alpha(Opacity=50)"&gt; 
          
&lt;SCRIPT language=javascript&gt;
var NS4 = (document.layers) ? true : false;
var IE4 = (document.all) ? true : false;

var interval = 3;			
var increment =9;			
var pause = 2000;			
var bannerColor = "transparent";	

var bannerWidth = 113;			
var bannerHeight = 90;			

var Msg = new Array(

"&lt;img src='http://i2.photobucket.com/albums/y21/reiearth/FF7/cuteaya.gif'&gt;",
"&lt;img src='http://i2.photobucket.com/albums/y21/reiearth/FF7/cuteaya.gif'&gt;"
);

if (NS4) onload = startBanner;
else  startBanner();

function showMessage(n, show) {
  var showL = (NS4) ? eval("message" + n) :
					  eval("message" + n + ".style");
  showL.visibility = (show) ? ((NS4) ? "show" : "visible") :
							  ((NS4) ? "hide" : "hidden");
}

function nextMessage() {
  var msgIndex = nextIndex;
  nextIndex = (msgIndex == Msg.length - 1) ? 0 : msgIndex + 1;
  scrollBanner(msgIndex, nextIndex);
}

function moveUp() {
  if (NS4) {
	preLayer.top -= increment;
	if (nextLayer.top - increment &lt;= nextLayerTarget) {
	  nextLayer.top = nextLayerTarget;
	  clearInterval(intervalID);
	  preLayer.visibility = "hide";
	  timeoutID = setTimeout("nextMessage()", pause);
	} else {
	  nextLayer.top -= increment;
	}
  } else {
	preLayer.pixelTop -= increment;
	if (nextLayer.pixelTop - increment &lt;= nextLayerTarget) {
	  nextLayer.pixelTop = nextLayerTarget;
	  clearInterval(intervalID);
	  preLayer.visibility = "hidden";
	  timeoutID = setTimeout("nextMessage()", pause);
	} else {
	  nextLayer.pixelTop -= increment;
	}
  }
}

function scrollBanner(from, to) {
  if (NS4) {
	preLayer = eval("message" + from);
	nextLayer = eval("message" + to);
	nextLayer.top = preLayer.top + bannerHeight;
	nextLayerTarget = preLayer.top;
  } else {
	preLayer = eval("message" + from + ".style");
	nextLayer = eval("message" + to + ".style");
	nextLayer.pixelTop = preLayer.pixelTop + bannerHeight;
	nextLayerTarget = preLayer.pixelTop;
  }
  showMessage(to, true); 
  intervalID = setInterval("moveUp()", interval);
}

function drawIE() {
  
  var text = '&lt;DIV ID="banner" STYLE="position:absolute"  left="0" top="0"&gt;';
  for (var i = Msg.length - 1; i &gt;= 0; i--) {
	text += '&lt;DIV ID="message' + i + 
			'" STYLE="position:absolute"  left="0" top="0"&gt;&lt;/DIV&gt;';
  }
  text += '&lt;/DIV&gt;';
  document.write(text);

  
  with (document.all.banner.style) {
	width = bannerWidth;
	height = bannerHeight;
	clip = "rect(0 " + bannerWidth + " " + bannerHeight + " 0)";
	backgroundColor = bannerColor;
  }

  
  for (i = 0; i &lt; Msg.length; i++) {
	with (eval("message" + i + ".style")) {
	  visibility = "hidden";
	  pixelLeft = 0;
	  pixelTop = 0;
	  width = bannerWidth;
	  backgroundColor = bannerColor;
	}
  }
}

function drawNS() {
  
  banner = new Layer(bannerWidth);

  
  with (banner) {
	clip.right = bannerWidth;
	clip.bottom = bannerHeight;
	document.bgColor = bannerColor;
	left = bannerLeft;
	top = bannerTop;
	visibility = "show";
  }

  
  for (var i = 0; i &lt; Msg.length; i++) {
	eval("message" + i + " = " + 
		 "new Layer(bannerWidth, banner)");
	with(eval("message" + i)) {
	  visibility = "hide";
	  left = 0;
	  top = 0;
	  bgColor = bannerColor;
	}
  }
}

function writeBanner() {
  var writeL;
  if (NS4) {
	for (var i = 0; i &lt; Msg.length; i++) {
	  writeL = eval("message" + i);
	  writeL.document.write(Msg[i]);
	  writeL.document.close();
	}
  } else {
	for (var i = 0; i &lt; Msg.length; i++) {
	  writeL = eval("message" + i);
	  writeL.innerHTML = Msg[i];
	}
  }
}

function startBanner() {
	if (NS4)
		drawNS()
	else
		drawIE();
		writeBanner();
		showMessage(0, true);
		nextIndex = 0;
		timeoutID = setTimeout("nextMessage()", pause);
}

&lt;/SCRIPT&gt;
&lt;/div&gt;
		
	&lt;!------site counter----&gt;
		&lt;div 

style="z-index:40;overflow:hidden;height:39;width:94;position:absolute;left:77;top:839"&gt;
  &lt;!-- Start of StatCounter Code --&gt;
  &lt;a href="http://www.statcounter.com/" target="_blank"&gt;
  &lt;img 

src="http://c12.statcounter.com/counter.php?sc_project=1668603&amp;java=0&amp;security=2f803d98&amp;inv

isible=0" alt="web page hit counter" border="0"&gt;&lt;/a&gt;
  &lt;!-- End of StatCounter Code --&gt;
&lt;/div&gt;
&lt;!----------FLASH TIME---------&gt;
&lt;embed style="border:1px inset 

#FFFFFFF;z-indez:50;filter:alpha(opacity=100,finishopacity=100,style=2);position:absolute;top:17;
left:229" src='http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf' wmode="transparent"  

quality='high' width='106' height='26' align='middle' type='application/x-shockwave-flash' 

pluginspage='http://www.macromedia.com/go/getflashplayer'/&gt;


&lt;!--------MP3 PLAYER-------&gt;
&lt;embed id=player style="display:none;filter:alpha(opacity=100); position:absolute; left:183; 

top:156;z-index:300" src="http://four.fsphost.com/reiearth/mp3playershadow.swf" 

allowScriptAccess="never" quality="high" wmode="transparent" width="300" height="300" 

type="application/x-shockwave-flash" 

pluginspage="http://www.macromedia.com/go/getflashplayer" 

flashvars="playList=http://four.fsphost.com/reiearth/mp3player.xml" menu="false"&gt;
&lt;/BODY&gt;
&lt;/HTML&gt;
&lt;/textarea&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;overlayouts&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3976083099858561218-2355686370483948633?l=www.pinoy-design.co.cc' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/overlayouts/~4/OgQ_k99-BgU" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-14T14:02:45.276+08:00</app:edited><media:thumbnail url="http://i2.photobucket.com/albums/y21/reiearth/FF7/th_ff7preview.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><enclosure url="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf" length="1975" type="application/x-shockwave-flash" /><media:content url="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf" fileSize="1975" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle> final fantasy vii advent children preview Layout Code: &amp;nbspreiearth final fantasy VII advent children profile&amp;nbsp© BODY { SCROLLBAR-FACE-COLOR: #223038; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #223038; SCROLLBAR-3DLIGHT-COLOR: #0000</itunes:subtitle><itunes:author>noreply@blogger.com (iznab)</itunes:author><itunes:summary> final fantasy vii advent children preview Layout Code: &amp;nbspreiearth final fantasy VII advent children profile&amp;nbsp© BODY { SCROLLBAR-FACE-COLOR: #223038; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #223038; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #223038; SCROLLBAR-DARKSHADOW-COLOR: #223038; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Tahoma; cursor: url("http://www.freewebs.com/elvolution/misc/elvocursor.cur"),default; } body {border-style: inset; border-top-color: black; border-bottom-color: black; border-left-color: black; border-right-color: #000000; border-top-width: 10px; border-bottom-width: 10px; border-left-width: 150px; border-right-width: 150px;} a, a:link, a:visited, a:active { font-size:10px;color:#FFFFFF; font-weight: normal; text-decoration: none; border-bottom:0px; font-style: normal; } a:hover { font-size:10px;background-color:transparent;color:#ffffff; font-weight: bold; text-decoration: underline; border-bottom:0px; font-style: normal; } div {SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #343434; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #343434; SCROLLBAR-ARROW-COLOR: #223038; SCROLLBAR-TRACK-COLOR: #223038; SCROLLBAR-DARKSHADOW-COLOR: #000000; padding-right:3;padding-top:3"} function clickToggle(target) { obj=(document.all) ? document.all[target] : document.getElementById(target); obj.style.display=(obj.style.display=='none') ? '' : 'none'; } 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() // 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 /* Gradual-Highlight Image Script II- By J. Mark Birenbaum (birenbau@ugrad.cs.ualberta.ca) Permission granted to Dynamicdrive.com to feature script in archive For full source to script, visit http://dynamicdrive.com */ nereidFadeObjects = new Object(); nereidFadeTimers = new Object(); /* object - image to be faded (actual object, not name); * destop - destination transparency level (ie 80, for mostly solid) * rate - time in milliseconds between trasparency changes (best under 100) * delta - amount of change each time (ie 5, for 5% change in transparency) */ function nereidFade(object, destOp, rate, delta){ if (!document.all) return if (object != "[object]"){ //do this so I can take a string too setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0); return; } clearTimeout(nereidFadeTim</itunes:summary><itunes:keywords>friendster overlay design, free layouts, final fantasy vii advent children Layout, friendster layout</itunes:keywords><feedburner:origLink>http://www.pinoy-design.co.cc/2009/04/final-fantasy-vii-advent-children.html</feedburner:origLink></item><item><title>rozen maiden layout</title><link>http://feedproxy.google.com/~r/overlayouts/~3/VDd_AdTht8Y/rozen-maiden-layout.html</link><category>friendster overlay design</category><category>free layouts</category><category>rozen maiden layout</category><category>friendster layout</category><author>noreply@blogger.com (iznab)</author><pubDate>Mon, 13 Apr 2009 22:56:25 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3976083099858561218.post-6682169001829564253</guid><description>&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 200px; height: 369px;" src="http://i103.photobucket.com/albums/m155/reiearth2/rozenmaidenpreview.jpg" border="0" alt="" /&gt;


&lt;a href="http://www.freewebtown.com/rozenmaiden/index.html"&gt;&lt;strong&gt;rozenmaiden preview&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
     &lt;label for="textareainput"&gt;Layout Code:&lt;/label&gt;
     &lt;br /&gt;
 &lt;span class="niceform" style=" font-size:11px"&gt;
 &lt;textarea rows="10" cols="50"&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;&amp;nbspreiearth rozen maiden profile&amp;nbsp©&lt;/TITLE&gt;
&lt;META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252"&gt;
&lt;META http-equiv=Page-Enter content=BlendTrans(Duration=1.5)&gt;
&lt;META http-equiv=Site-Exit content=BlendTrans(Duration=1.5)&gt;
&lt;style type="text/css"&gt;

	BODY {
		SCROLLBAR-FACE-COLOR: #0A1630; 
		SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
		SCROLLBAR-SHADOW-COLOR: #0A1630; 
		SCROLLBAR-3DLIGHT-COLOR: #000000;
		SCROLLBAR-ARROW-COLOR: #000000; 
		SCROLLBAR-TRACK-COLOR: #000000; 
		SCROLLBAR-DARKSHADOW-COLOR: #0A1630;
		FONT-SIZE: 10px; 
		COLOR: #000000; 
		FONT-FAMILY: Tahoma;
		}
		a, a:link, a:visited, a:active { font-size:10px;color:#FFFFFF; font-weight: 		normal; text-decoration: none; border-bottom:0px; font-style: normal; }
		a:hover { font-size:10px;background-color:#000000;color:#ffffff; font-weight: 		bold; text-decoration: underline; border-bottom:0px; font-style: normal; }
	div {SCROLLBAR-FACE-COLOR: #05112B; 
		SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
		SCROLLBAR-SHADOW-COLOR: #343434 
		SCROLLBAR-3DLIGHT-COLOR: #000000;
		SCROLLBAR-ARROW-COLOR: #000000; 
		SCROLLBAR-TRACK-COLOR: #000000; 
		SCROLLBAR-DARKSHADOW-COLOR: #343434;
		padding-right:3;padding-top:3"}
	
&lt;/style&gt;

&lt;script type="text/javascript"&gt;
    function clickToggle(target) {
      obj=(document.all) ? document.all[target] : document.getElementById(target);
      obj.style.display=(obj.style.display=='none') ? '' : 'none';
    }
  &lt;/script&gt;


&lt;script language="javascript"&gt;
 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()&lt;/script&gt;
&lt;script language="javascript"&gt;
 &lt;!--// 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 &lt;yshiran@iil.intel.com&gt;

// 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 &lt; 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 &lt;= 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 &lt; 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 &lt; 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()
// --&gt;&lt;/script&gt;



&lt;SCRIPT language=javascript&gt;

/*
Gradual-Highlight Image Script II- 
By J. Mark Birenbaum (birenbau@ugrad.cs.ualberta.ca)
Permission granted to Dynamicdrive.com to feature script in archive
For full source to script, visit http://dynamicdrive.com
*/

nereidFadeObjects = new Object();
nereidFadeTimers = new Object();

/* object - image to be faded (actual object, not name);
 * destop - destination transparency level (ie 80, for mostly solid)
 * rate   - time in milliseconds between trasparency changes (best under 100)
 * delta  - amount of change each time (ie 5, for 5% change in transparency)
 */

function nereidFade(object, destOp, rate, delta){
if (!document.all)
return
    if (object != "[object]"){  //do this so I can take a string too
        setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);
        return;
    }
        
    clearTimeout(nereidFadeTimers[object.sourceIndex]);
    
    diff = destOp-object.filters.alpha.opacity;
    direction = 1;
    if (object.filters.alpha.opacity &gt; destOp){
        direction = -1;
    }
    delta=Math.min(direction*diff,delta);
    object.filters.alpha.opacity+=direction*delta;

    if (object.filters.alpha.opacity != destOp){
        nereidFadeObjects[object.sourceIndex]=object;
        nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);
    }
}
&lt;/SCRIPT&gt;
&lt;/HEAD&gt;
&lt;BODY BGCOLOR=#000000 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0 background="http://i2.photobucket.com/albums/y21/reiearth/bg-decorative.jpg"&gt;
&lt;DIV id=watermark 
style="Z-INDEX: 20; LEFT: 0px; VISIBILITY: hidden; POSITION: absolute; TOP: 0px" 
align=right&gt;
&lt;TABLE cellSpacing=0 cellPadding=0 width=127 border=0 style="border-collapse: collapse"&gt;
  &lt;TBODY&gt;
  &lt;TR&gt;
    &lt;TD align=left width="130"&gt;
    &lt;!-- Start of StatCounter Code --&gt;
  &lt;a href="http://www.statcounter.com/" target="_blank"&gt;
  &lt;img src="http://c12.statcounter.com/counter.php?sc_project=1668603&amp;java=0&amp;security=2f803d98&amp;invisible=0" alt="web page hit counter" border="0"&gt;&lt;/a&gt;&lt;br&gt;&lt;b&gt;&lt;font color="#FFFFFF" size="1"&gt;page 
    counter&lt;/font&gt;&lt;/b&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/table&gt;&lt;/DIV&gt;
    
&lt;SCRIPT language=javascript&gt;
function makeStatic(){
if(document.all){watermark.style.pixelTop=document.body.scrollTop+document.body.clientHeight-20-30;}
else if(document.layers){eval(document.watermark.top=eval(window.pageYOffset+window.innerHeight-20-30));}
else if(document.getElementById &amp;&amp; !document.all){document.getElementById("watermark").style.top=window.pageYOffset+window.innerHeight-20-30;}
}

setInterval("makeStatic()",1);

function position() {
if(document.all){
watermark.style.pixelLeft = document.body.clientWidth-20-120;
setTimeout('watermark.style.visibility = "visible"', 50);}
else if(document.layers){
document.watermark.left+=window.innerWidth-20-300;
setTimeout('document.watermark.visibility = "visible"', 50);}
else if(document.getElementById &amp;&amp; !document.all){
document.getElementById("watermark").style.left=window.innerWidth-20-120;
setTimeout('document.getElementById("watermark").style.visibility = "visible"', 50);}
}//end function

position(); 
        &lt;/SCRIPT&gt;
&lt;!-- ImageReady Slices (rozenmaiden2.psd) --&gt;
&lt;div align="center"&gt;
&lt;TABLE WIDTH=600 BORDER=0 CELLPADDING=0 CELLSPACING=0&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG SRC="http://i2.photobucket.com/albums/y21/reiearth/rozenmaiden2_01.jpg" WIDTH=600 

HEIGHT=313 BORDER=0 ALT="" USEMAP="#rozenmaiden2_01_Map"&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG SRC="http://i2.photobucket.com/albums/y21/reiearth/rozenmaiden2_02.jpg" WIDTH=600 HEIGHT=312 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG SRC="http://i2.photobucket.com/albums/y21/reiearth/rozenmaiden2_03.jpg" WIDTH=600 HEIGHT=313 BORDER=0 ALT="" USEMAP="#rozenmaiden2_03_Map"&gt;&lt;/TD&gt;
	&lt;/TR&gt;
&lt;/TABLE&gt;
&lt;MAP NAME="rozenmaiden2_01_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="9,11,153,34" HREF="http://www.friendster.com"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="rozenmaiden2_03_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="266,258,369,284" HREF="http://www.friendster.com/reiearth"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="11,278,253,300" HREF="http://www.markyctrigger.com"&gt;
&lt;/MAP&gt;
&lt;!-- End ImageReady Slices --&gt;
&lt;/div&gt;
&lt;div style="FILTER:alpha(opacity=100,finishopacity=100,style=3);DIRECTION:ltr;background-color:transparent;
width:281; height:265; 
border:0px inset #000000; 
overflow:auto; 
font-weight:BOLD; color:#000000; 
text-align:left; 
z-index:10;
position:absolute; 
top:171; left:218;
PADDING-LEFT:5;
"&gt;
  &lt;marquee direction=up scrollamount=1 height=255 style="filter:alpha(opacity=100,finishopacity=0,style=1)"&gt;
&lt;img style="filter:alpha(opacity=100,finishopacity=50,style=2)" src="http://i2.photobucket.com/albums/y21/reiearth/japanesename.gif"&gt;&lt;br&gt;

  Name: William Rei Udarbe&lt;br&gt;
  Nick: rei&lt;br&gt;
  Birthday: February 10, 1981&lt;br&gt;
  Age: 25&lt;br&gt;
  Gender: Male!&lt;br&gt;
  Status: Single&lt;br&gt;
  School: Data Center Philippines&lt;br&gt;
  Hobbies: Web designing, Playing Computer games, &lt;br&gt;
  Listening Music, Watching TV, Texting, Reading Magazines&lt;br&gt;
  and sleeping. &lt;/p&gt;

  MORE ABOUT I:&lt;p&gt;
I want to meet my TWIN&lt;br&gt;
I want to meet my soulmate&lt;br&gt;
I want to meet all my friends&lt;br&gt;
I want to meet SMB Beermen&lt;br&gt;
I want to meet ARTISTAS&lt;br&gt;
I want to meet Manny Pacquiao&lt;br&gt;
I want to be in Game K N B&lt;br&gt;
I want to be in Deal or No Deal&lt;br&gt;
I want to be in Wowowee&lt;br&gt;
I want to become a millionaire&lt;br&gt;
I want to travel the world&lt;br&gt;
I am 25 years old&lt;br&gt;
I am a music enthusiast&lt;br&gt;
I am a web designer designer&lt;br&gt;
I am a graphic designer&lt;br&gt;
I am a smart globe TM Sun user&lt;br&gt;
I am a dreamer&lt;br&gt;
I am someone with high ambition&lt;br&gt;
I am classified as middle-class&lt;br&gt;
I sleep late&lt;br&gt;
i wake up late&lt;br&gt;
I dont smoke and drink alcohol&lt;br&gt;
I love the Philippines&lt;br&gt;
I love making money&lt;br&gt;
I love computers&lt;br&gt;
I love gadgets&lt;br&gt;
I love Anime&lt;br&gt;
I love computer games&lt;br&gt;
I love video games&lt;br&gt;
I love FHM&lt;br&gt;
I love movies and DVDs&lt;br&gt;
I love Interior Design&lt;br&gt;
I love reading magazines&lt;br&gt;
I love Kris Aquino&lt;br&gt;
I love Willy&lt;br&gt;
I love Animax&lt;br&gt;
I love ABSCBN Kapamilya&lt;br&gt;
I hate vegetables&lt;br&gt;
I hate backstabbers&lt;br&gt;
I hate user-friendly people&lt;br&gt;
I hate deadlines&lt;br&gt;
I would like to experience love&lt;br&gt;
I would like to have a worry-free life&lt;br&gt;
&lt;/marquee&gt;
&lt;/div&gt;

&lt;!----------CHATTER BOX--------&gt;
&lt;div style="background-color:transparent;width:165; height:330; 
border:0px inset #FFFFFF; overflow:hidden; font-weight:bold; color:#000000; text-align:left;
position:absolute; z-index:2;top:566;left:220;
;z-index:40;SCROLLBAR-FACE-COLOR: #202020"&gt;
&lt;!-- BEGIN CBOX - http://www.cbox.ws --&gt;
&lt;table border="0" cellpadding="0" cellspacing="0" summary="cbox tagboard" align="center"&gt;
&lt;tr&gt;&lt;td align="center"&gt;
&lt;iframe frameborder="0" width="165" height="174" src="http://www3.cbox.ws/box/?boxid=2262053&amp;amp;boxtag=6737&amp;amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border: #ababab 0px solid;" id="cboxmain"&gt;&lt;/iframe&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;
&lt;iframe frameborder="0" width="165" height="156" src="http://www3.cbox.ws/box/?boxid=2262053&amp;amp;boxtag=6737&amp;amp;sec=form&amp;amp;alt=4" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border: #ababab 0px solid; border-top: 0px;" id="cboxform"&gt;&lt;/iframe&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
&lt;!-- END CBOX --&gt;

&lt;/div&gt;
&lt;!-----------testi box----&gt;
&lt;div style="filter:alpha(opacity=100,finishopacity=100,style=1);
background-color:transparent;
width:313; height:170; 
border:0px inset #FFFFFF; 
overflow:auto; 
font-weight:bold; color:#FFFFFF; 
text-align:left; 
position:absolute; 
top:713; left:470;z-index:50"&gt;
&lt;script language="javascript"&gt; 
autotesti="yes"; 
&lt;/script&gt; 
&lt;div id=AUT class=left_column_content style="width:285px "&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;!-----------photo marquee----&gt;
&lt;div style="filter:alpha(opacity=0,finishopacity=100,style=1);
background-color:transparent;
width:368; height:101; 
border:0px inset #FFFFFF; 
overflow:auto; 
font-weight:bold; color:#FFFFFF; 
text-align:left; 
position:absolute; 
top:516; left:424;z-index:60;
SCROLLBAR-FACE-COLOR: #202020"&gt;
&lt;marquee direction=left scrollamoung=2 onmouseover=this.stop() onmouseout=this.start()&gt;
&lt;br&gt;
&lt;a href="http://www.friendster.com/reiearth"&gt;&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/Alana.jpg" border=0&gt;&lt;/a&gt;&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/Alana.jpg" border=0&gt;&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/Alana.jpg" border=0&gt;&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/Alana.jpg" border=0&gt;
&lt;/marquee&gt;
&lt;/div&gt;


&lt;div style="position:absolute; overflow:hidden; left:212; top:55; width:107; height:59; z-index:0"&gt;
&lt;a href="#" onmouseover="javascript:clickToggle('mainmenu')" &gt;Main Menu&lt;/a&gt;&lt;br&gt;&lt;a href="#" onmouseover="javascript:clickToggle('profmenu')"&gt;Profile Menu&lt;/a&gt;&lt;br&gt;&lt;a href="#" onmouseover="javascript:clickToggle('20visit')"&gt;20 Last Visitor&lt;/a&gt;&lt;br&gt;&lt;a href="javascript:clickToggle('player')" &gt;Mp3 Player&lt;/a&gt;
&lt;/div&gt;

&lt;div id=mainmenu style="display:none;position:absolute; overflow:hidden; left:100; top:5; height:155; z-index:50; width:100"&gt;
&lt;div align="right"&gt;
&lt;table border="1" cellpadding="0" cellspacing="0" style="border-style:ridge; border-width:2; border-collapse: collapse" width="100%" bgcolor="#000000"&gt;
  &lt;tr&gt;
    &lt;td width="100%" bgcolor="#000000"&gt;&lt;a href="http://www.friendster.com/home.php" &gt;Home&lt;/a&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width="100%"&gt;&lt;a href="http://www.friendster.com/user.php" &gt;My Profile&lt;/a&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width="100%"&gt;&lt;a href="http://www.friendster.com/friends.php" &gt;My Friends&lt;/a&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width="100%"&gt;&lt;a href="http://www.friendster.com/interstitial.php?oldURL=http%3A//www.friendster.com/gallery.php&amp;timer=15000" &gt;Search&lt;/a&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width="100%"&gt;&lt;a href="http://www.friendster.com/messages.php" &gt;My Messages&lt;/a&gt;&lt;/td&gt;
  &lt;/tr&gt;
   &lt;tr&gt;
    &lt;td width="100%"&gt;&lt;a href="http://www.friendster.com/editaccount.php" &gt;My Settings&lt;/a&gt;&lt;/td&gt;
  &lt;/tr&gt;
   &lt;tr&gt;
    &lt;td width="100%"&gt;&lt;a href="http://www.friendster.com/editprofile.php" &gt;Edit Profile&lt;/a&gt;&lt;/td&gt;
  &lt;/tr&gt;
   &lt;tr&gt;
    &lt;td width="100%"&gt;&lt;a href="http://www.friendster.com/blogs.php" &gt;Blogs&lt;/a&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width="100%"&gt;&lt;a href="http://www.friendster.com/logout.php" &gt;Logout&lt;/a&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;


 &lt;SCRIPT language=JavaScript&gt;
&lt;!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//--&gt;
 &lt;/SCRIPT&gt;

&lt;SELECT 
      style="padding:0; FONT-SIZE: 11px; COLOR: #FFFFFF; FONT-FAMILY: tahoma, verdana, helvetica, arial; 
      position:absolute; left:636; top:71; background-color:#000000" onchange="MM_jumpMenu('parent',this,0)" name=select2 size="1"&gt; 
  &lt;OPTION selected value="#"&gt;reiearth links&lt;/OPTION&gt; &lt;OPTION value="#"&gt;-------------------------------&lt;/OPTION&gt; &lt;OPTION 
        value=http://www.onimega.com&gt;Onimegax Site&lt;/OPTION&gt; &lt;OPTION 
        value=http://www.friendster.com&gt;Friendster&lt;/OPTION&gt; &lt;OPTION 
        value=http://www.friendster-tweakers.com&gt;Friendster Tweakers&lt;/OPTION&gt;
  &lt;option value="http://reiearth.onimega.com"&gt;Reiearth Site&lt;/option&gt;
  &lt;option value="htto://www.pba.com.ph"&gt;PBA Official Website&lt;/option&gt;
  &lt;option value="http://www.fhm.com.ph"&gt;FHM Philippines&lt;/option&gt;
  &lt;option value="http://cbox.ws"&gt;Cbox&lt;/option&gt;
  &lt;option value="http://www.yahoo.com"&gt;Yahoo&lt;/option&gt;
  &lt;option value="http://www.gunbound.ph"&gt;Gunbound Philippines&lt;/option&gt;
  &lt;option value="http://www.mobius.ph"&gt;Mobius&lt;/option&gt;
  &lt;option value="http://www.good-tutorials.com"&gt;Adobe Photoshop Tutorials
  &lt;/option&gt;
  &lt;option value="http://www.skins.be"&gt;Skins Wallpapers&lt;/option&gt;
  &lt;option value="http://www.gamewallpapers.com"&gt;Gamewallpapers&lt;/option&gt;
  &lt;option value="http://www.narutofan.com"&gt;Narutofan&lt;/option&gt;
  &lt;option value="http://www.limewire.com"&gt;Limewire&lt;/option&gt;
  &lt;option value="http://www.smartftp.com"&gt;SmartFTP&lt;/option&gt;
  &lt;option value="http://www.markyctrigger.com"&gt;MarkyTrigger OG
  &lt;/option&gt;
 &lt;/SELECT&gt;
 
 &lt;div align="center"&gt;
                  &lt;center&gt;
                           
                &lt;table border="0" cellpadding="0" cellspacing="0" style="filter:alpha(opacity=100,finishopacity=100,style=2); position:absolute; border-collapse:collapse; left:232; top:943"499" height="24" width="538"&gt;
                  &lt;tr&gt;
                    &lt;td width="100%" align="center" style="border-style: none; border-width: medium" height="23"&gt;
               
                &lt;p align="center"&gt;
        
                &lt;b&gt;
                              
                &lt;A 
      href="http://www.friendster.com/info/index.php?statpos=footer"&gt;
                &lt;font size="1" color="#FFFFFF"&gt;About Us &lt;/font&gt; 
      &lt;/A&gt;&lt;font size="1"&gt;&lt;font color="#FFFFFF"&gt;•&lt;/font&gt;&lt;A  
      href="http://www.friendster.com/info/contacts.php?statpos=footer"&gt;&lt;font color="#FFFFFF"&gt; 
      Contact Us&lt;/font&gt;&lt;/A&gt;&lt;font color="#FFFFFF"&gt; •&lt;/font&gt;&lt;A  
      href="http://www.friendster.com/info/shopping.php?statpos=footer"&gt;&lt;font color="#FFFFFF"&gt; 
      Store&lt;/font&gt;&lt;/A&gt;&lt;font color="#FFFFFF"&gt; •&lt;/font&gt;&lt;A  
      href="http://www.friendster.com/events.php?statpos=footer"&gt;&lt;font color="#FFFFFF"&gt; Events&lt;/font&gt;&lt;/A&gt;&lt;font color="#FFFFFF"&gt; •&lt;/font&gt;&lt;A 
      href="http://www.friendster.com/info/tour/1_0.htm?statpos=footer"&gt;&lt;font color="#FFFFFF"&gt; 
      Tour&lt;/font&gt;&lt;/A&gt;&lt;font color="#FFFFFF"&gt; • &lt;/font&gt; &lt;A 
      href="http://www.friendster.com/affiliate.php?statpos=footer"&gt;
                &lt;font color="#FFFFFF"&gt;SuperFriendster&lt;/font&gt;&lt;/A&gt;&lt;font color="#FFFFFF"&gt; 
                •&lt;/font&gt;&lt;A id=new2 href="http://www.friendster.com/custhelp.php?statpos=footer"&gt;&lt;font color="#FFFFFF"&gt; 
      Help&lt;/font&gt;&lt;/A&gt;&lt;font color="#FFFFFF"&gt; •&lt;/font&gt;&lt;A 
      href="http://www.friendster.com/info/tos.php?statpos=footer"&gt;&lt;font color="#FFFFFF"&gt; Terms of 
      Service&lt;/font&gt;&lt;/A&gt;&lt;font color="#FFFFFF"&gt; • &lt;/font&gt; &lt;A 
      href="http://www.friendster.com/info/privacy.php?statpos=footer"&gt;
                &lt;font color="#FFFFFF"&gt;Privacy 
      Policy&lt;/font&gt;&lt;/A&gt;&lt;/font&gt;&lt;font size="1" color="#FFFFFF"&gt;&lt;BR&gt;&lt;/font&gt;&lt;/b&gt;
                &lt;font size="1" color="#FFFFFF"&gt;&amp;nbsp;&lt;SPAN class=style4&gt;Copyright © 2002-2006 Friendster, Inc. 
      All rights reserved. Patent Pending.&lt;/SPAN&gt; &lt;/font&gt; &lt;/td&gt;
                  &lt;/tr&gt;
&lt;/table&gt;
                  &lt;/center&gt;
&lt;/div&gt;


&lt;div id=profmenu style="display:none;position:absolute; overflow:hidden; left:100; top:150; height:155; z-index:50; width:100"&gt;
&lt;div align="right"&gt;
&lt;table border="1" cellpadding="0" cellspacing="0" style="border-style:ridge; border-width:2; border-collapse: collapse" width="100%" bgcolor="#000000"&gt;
  &lt;tr&gt;
    &lt;td width="100%"&gt;&lt;a href="http://www.friendster.com/testimonials.php?uid=YOURUSERID" &gt;View All Testimonials&lt;/a&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width="100%"&gt;&lt;a href="http://www.friendster.com/friends.php?uid=YOURUSERID" &gt;View All Friends&lt;/a&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width="100%"&gt;&lt;a href="http://www.friendster.com/viewphotos.php?uid=YOURUSERID" &gt;View All Photos&lt;/a&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width="100%"&gt;&lt;a href="http://www.friendster.com/sendmessage.php?uid=YOURUSERID" &gt;Send a Message&lt;/a&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width="100%"&gt;&lt;a href="http://www.friendster.com/sendmessage.php?uid=YOURUSERID&amp;action=sendsmile" &gt;Send a Smile&lt;/a&gt;&lt;/td&gt;
  &lt;/tr&gt;
   &lt;tr&gt;
    &lt;td width="100%"&gt;&lt;a href="http://www.friendster.com/testimonials.php?action=add&amp;uid=YOURUSERID" &gt;Add a Testimonial&lt;/a&gt;&lt;/td&gt;
  &lt;/tr&gt;
   &lt;tr&gt;
    &lt;td width="100%"&gt;&lt;a href="http://www.friendster.com/addfriendrequest.php?uid=YOURUSERID&amp;email=YOUREMAIL&amp;submit=1" &gt;Auto Add Friend&lt;/a&gt;&lt;/td&gt;
  &lt;/tr&gt;
   &lt;tr&gt;
    &lt;td width="100%"&gt;&lt;a href="http://www.friendster.com/bookmarks.php?action=add&amp;uid=YOURUSERID" &gt;Bookmark&lt;/a&gt;&lt;/td&gt;
  &lt;/tr&gt;
  &lt;tr&gt;
    &lt;td width="100%"&gt;&lt;a href="http://www.friendster.com/referafriend.php?refer=YOURUSERID" &gt;Forward to Friend&lt;/a&gt;&lt;/td&gt;
  &lt;/tr&gt;
   &lt;tr&gt;
    &lt;td width="100%"&gt;&lt;a href="http://www.friendster.com/introduce.php?uid=YOURUSERID" &gt;Introduce to Friend&lt;/a&gt;&lt;/td&gt;
  &lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;


 &lt;SCRIPT language=JavaScript&gt;
&lt;!--
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
//--&gt;
 &lt;/SCRIPT&gt;

&lt;SELECT 
      style="padding:0; FONT-SIZE: 11px; COLOR: #FFFFFF; FONT-FAMILY: tahoma, verdana, helvetica, arial; 
      position:absolute; left:636; top:71; background-color:#000000" onchange="MM_jumpMenu('parent',this,0)" name=select2 size="1"&gt; 
  &lt;OPTION selected value="#"&gt;reiearth links&lt;/OPTION&gt; &lt;OPTION value="#"&gt;-------------------------------&lt;/OPTION&gt; &lt;OPTION 
        value=http://www.onimega.com&gt;Onimegax Site&lt;/OPTION&gt; &lt;OPTION 
        value=http://www.friendster.com&gt;Friendster&lt;/OPTION&gt; &lt;OPTION 
        value=http://www.friendster-tweakers.com&gt;Friendster Tweakers&lt;/OPTION&gt;
  &lt;option value="http://reiearth.onimega.com"&gt;Reiearth Site&lt;/option&gt;
  &lt;option value="htto://www.pba.com.ph"&gt;PBA Official Website&lt;/option&gt;
  &lt;option value="http://www.fhm.com.ph"&gt;FHM Philippines&lt;/option&gt;
  &lt;option value="http://cbox.ws"&gt;Cbox&lt;/option&gt;
  &lt;option value="http://www.yahoo.com"&gt;Yahoo&lt;/option&gt;
  &lt;option value="http://www.gunbound.ph"&gt;Gunbound Philippines&lt;/option&gt;
  &lt;option value="http://www.mobius.ph"&gt;Mobius&lt;/option&gt;
  &lt;option value="http://www.good-tutorials.com"&gt;Adobe Photoshop Tutorials
  &lt;/option&gt;
  &lt;option value="http://www.skins.be"&gt;Skins Wallpapers&lt;/option&gt;
  &lt;option value="http://www.gamewallpapers.com"&gt;Gamewallpapers&lt;/option&gt;
  &lt;option value="http://www.narutofan.com"&gt;Narutofan&lt;/option&gt;
  &lt;option value="http://www.limewire.com"&gt;Limewire&lt;/option&gt;
  &lt;option value="http://www.smartftp.com"&gt;SmartFTP&lt;/option&gt;
  &lt;option value="http://www.markyctrigger.com"&gt;MarkyTrigger OG
  &lt;/option&gt;
 &lt;/SELECT&gt;
 

&lt;!-----------20 visit--------&gt;
&lt;div id=20visit style="display:none;filter:alpha(opacity=100,finishopacity=100,style=1);background-color:transparent;width:178; 
height:266; 
border:1px inset #FFFFFF; overflow:auto; font-weight:bold; color:#ffffff; text-align:left; 
position:absolute; top:4; left:805;padding-right:3;padding-top:3;z-index:16"&gt;
&lt;script language="javascript"&gt; 
boxid=2257095; 
boxtag=1830; 
wvcbox="yes"; 
&lt;/script&gt; 
&lt;div id="wvcboxel" style="display:none"&gt;&lt;/div&gt; 
&lt;br&gt;
&lt;script language="javascript"&gt; 
last20="yes"; 
tagboarduname="reiearth"; 
&lt;/script&gt; 
&lt;div id="last20id"&gt;&lt;/div&gt;
&lt;br&gt;
&lt;script language="javascript"&gt; 
lastlogin="yes" 
&lt;/script&gt; 
&lt;div id="lastloginid"&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;!----------FLASH TIME---------&gt;
&lt;embed style="z-indez:50;filter:alpha(opacity=100,finishopacity=100,style=2);position:absolute;top:17;
left:400" src='http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf' wmode="transparent"  quality='high' width='106' height='26' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'/&gt;


&lt;!--------MP3 PLAYER-------&gt;
&lt;embed id=player style="display:none;filter:alpha(opacity=100); position:absolute; left:503; top:168;z-index:300" src="http://four.fsphost.com/reiearth/mp3playershadow.swf" allowScriptAccess="never" quality="high" wmode="transparent" width="300" height="300" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="playList=http://four.fsphost.com/reiearth/mp3player.xml" menu="false"&gt;
&lt;/BODY&gt;
&lt;/HTML&gt;
&lt;/textarea&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;overlayouts&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3976083099858561218-6682169001829564253?l=www.pinoy-design.co.cc' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/overlayouts/~4/VDd_AdTht8Y" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-14T13:56:25.424+08:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><enclosure url="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf" length="1975" type="application/x-shockwave-flash" /><media:content url="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf" fileSize="1975" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle> rozenmaiden preview Layout Code: &amp;nbspreiearth rozen maiden profile&amp;nbsp© BODY { SCROLLBAR-FACE-COLOR: #0A1630; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #0A1630; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #000000; SCROLLB</itunes:subtitle><itunes:author>noreply@blogger.com (iznab)</itunes:author><itunes:summary> rozenmaiden preview Layout Code: &amp;nbspreiearth rozen maiden profile&amp;nbsp© BODY { SCROLLBAR-FACE-COLOR: #0A1630; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #0A1630; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #000000; SCROLLBAR-DARKSHADOW-COLOR: #0A1630; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Tahoma; } a, a:link, a:visited, a:active { font-size:10px;color:#FFFFFF; font-weight: normal; text-decoration: none; border-bottom:0px; font-style: normal; } a:hover { font-size:10px;background-color:#000000;color:#ffffff; font-weight: bold; text-decoration: underline; border-bottom:0px; font-style: normal; } div {SCROLLBAR-FACE-COLOR: #05112B; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #343434 SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #000000; SCROLLBAR-DARKSHADOW-COLOR: #343434; padding-right:3;padding-top:3"} function clickToggle(target) { obj=(document.all) ? document.all[target] : document.getElementById(target); obj.style.display=(obj.style.display=='none') ? '' : 'none'; } 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() // 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 /* Gradual-Highlight Image Script II- By J. Mark Birenbaum (birenbau@ugrad.cs.ualberta.ca) Permission granted to Dynamicdrive.com to feature script in archive For full source to script, visit http://dynamicdrive.com */ nereidFadeObjects = new Object(); nereidFadeTimers = new Object(); /* object - image to be faded (actual object, not name); * destop - destination transparency level (ie 80, for mostly solid) * rate - time in milliseconds between trasparency changes (best under 100) * delta - amount of change each time (ie 5, for 5% change in transparency) */ function nereidFade(object, destOp, rate, delta){ if (!document.all) return if (object != "[object]"){ //do this so I can take a string too setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0); return; } clearTimeout(nereidFadeTimers[object.sourceIndex]); diff = destOp-object.filters.alpha.opacity; direction = 1; if (object.filters.alpha.opacity destOp){ direction = -1; } delta=Math.min(direction*diff,delta); object.filters.alpha.opacity+=direction*delta; if (object.filters.alpha.opacity != destOp){ nereidFadeObjects[object.sourceIndex]=object; nereidFadeTimers[object.sourceIndex]=setTimeou</itunes:summary><itunes:keywords>friendster overlay design, free layouts, rozen maiden layout, friendster layout</itunes:keywords><feedburner:origLink>http://www.pinoy-design.co.cc/2009/04/rozen-maiden-layout.html</feedburner:origLink></item><item><title>guiltygear layout</title><link>http://feedproxy.google.com/~r/overlayouts/~3/XPzs8MpG8RA/guiltygear-layout.html</link><category>friendster overlay design</category><category>free layouts</category><category>friendster layout</category><category>guiltygear layout</category><author>noreply@blogger.com (iznab)</author><pubDate>Mon, 13 Apr 2009 22:49:09 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3976083099858561218.post-2394583707410269971</guid><description>&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 200px; height: 390px;" src="http://img515.imageshack.us/img515/2158/ggxpreviewnz9.jpg" border="0" alt="" /&gt;

&lt;a href="http://www.freewebtown.com/guiltygear/index.html"&gt;&lt;strong&gt;guiltygear preview&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
     &lt;label for="textareainput"&gt;Layout Code:&lt;/label&gt;
     &lt;br /&gt;
 &lt;span class="niceform" style=" font-size:12px"&gt;
 &lt;textarea id="textareainput2" name="textareainput2" rows="3" cols="28" onMouseover="ddrivetip(ins5, 300)"; onMouseout="hideddrivetip()"&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;&amp;nbspreiearth guilty gear profile&amp;nbsp©&lt;/TITLE&gt;
&lt;META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252"&gt;
&lt;META http-equiv=Page-Enter content=BlendTrans(Duration=1.5)&gt;
&lt;META http-equiv=Site-Exit content=BlendTrans(Duration=1.5)&gt;
&lt;style type="text/css"&gt;

	BODY {
		SCROLLBAR-FACE-COLOR: #000000; 
		SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
		SCROLLBAR-SHADOW-COLOR: #000000; 
		SCROLLBAR-3DLIGHT-COLOR: #000000;
		SCROLLBAR-ARROW-COLOR: #FFFFFF; 
		SCROLLBAR-TRACK-COLOR: #202020; 
		SCROLLBAR-DARKSHADOW-COLOR: #000000;
		FONT-SIZE: 10px; 
		COLOR: #000000; 
		FONT-FAMILY: Tahoma;
		}
		a, a:link, a:visited, a:active { font-size:10px;color:#FFFFFF; font-weight: 		

normal; text-decoration: none; border-bottom:0px; font-style: normal; }
		a:hover { font-size:10px;background-color:#000000;color:#ffffff; font-weight: 		

bold; text-decoration: underline; border-bottom:0px; font-style: normal; }
	div {SCROLLBAR-FACE-COLOR: #000000; 
		SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
		SCROLLBAR-SHADOW-COLOR: #000000;
		SCROLLBAR-3DLIGHT-COLOR: #000000;
		SCROLLBAR-ARROW-COLOR: #FFFFFF; 
		SCROLLBAR-TRACK-COLOR: #202020; 
		SCROLLBAR-DARKSHADOW-COLOR: #000000;
		padding-right:3;padding-top:3"}
	
&lt;/style&gt;
&lt;script type="text/javascript"&gt;
    function clickToggle(target) {
      obj=(document.all) ? document.all[target] : document.getElementById(target);
      obj.style.display=(obj.style.display=='none') ? '' : 'none';
    }
  &lt;/script&gt;
&lt;/HEAD&gt;
&lt;BODY BGCOLOR=#000000 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 

MARGINHEIGHT=0&gt;
&lt;a href="javascript:clickToggle('interface');javascript:clickToggle('enter')"&gt;&lt;IMG id=enter 

style="display:show;position:absolute;left:1;top:1;z-index:100" 

SRC="http://img524.imageshack.us/img524/1935/gearenterua0.jpg" WIDTH=1024 HEIGHT=768 

border=0 ALT="CLICK TO ENTER PROFILE" &gt;&lt;/a&gt;
&lt;div id=interface style="display:none" align="center"&gt;
&lt;!-- ImageReady Slices (guiltygearisuka3.psd) --&gt;
&lt;TABLE WIDTH=600 BORDER=0 CELLPADDING=0 CELLSPACING=0&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/guiltygearisukax_01.jpg" 

WIDTH=600 HEIGHT=294 BORDER=0 ALT="" USEMAP="#guiltygearisukax_01_Map"&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/guiltygearisukax_02.jpg" 

WIDTH=600 HEIGHT=294 BORDER=0 ALT="" USEMAP="#guiltygearisukax_02_Map"&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/guiltygearisukax_03.jpg" 

WIDTH=600 HEIGHT=293 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/guiltygearisukax_04.jpg" 

WIDTH=600 HEIGHT=294 BORDER=0 ALT="" USEMAP="#guiltygearisukax_04_Map"&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/guiltygearisukax_05.jpg" 

WIDTH=600 HEIGHT=294 BORDER=0 ALT="" USEMAP="#guiltygearisukax_05_Map"&gt;&lt;/TD&gt;
	&lt;/TR&gt;
&lt;/TABLE&gt;
&lt;MAP NAME="guiltygearisukax_01_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="526,143,587,157" 

HREF="javascript:clickToggle('player')"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="1,0,186,14" 

HREF="http://www.friendster.com/reiearth"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="45,19,187,42" HREF="http://www.friendster.com"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="497,67,589,88" 

HREF="http://www.friendster.com/logout.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="403,67,492,89" 

HREF="http://www.friendster.com/editaccount.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="306,69,398,87" 

HREF="http://www.friendster.com/messages.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="497,46,589,64" 

HREF="http://www.friendster.com/blogs.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="402,47,492,65" 

HREF="http://www.friendster.com/editprofile.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="307,46,397,67" 

HREF="http://www.friendster.com/interstitial.php?oldURL=http%3A//www.friendster.com/gallery.p

hp&amp;timer=15000"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="497,21,590,45" 

HREF="http://www.friendster.com/friends.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="402,22,491,44" 

HREF="http://www.friendster.com/user.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="307,21,398,44" 

HREF="http://www.friendster.com/home.php"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="guiltygearisukax_02_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="495,235,589,253" 

HREF="http://www.friendster.com/invite.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="403,234,493,254" 

HREF="http://www.friendster.com/bookmarks.php?action=add&amp;uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="303,235,398,253" 

HREF="http://www.friendster.com/addfriendrequest.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="496,214,588,233" 

HREF="http://www.friendster.com/testimonials.php?action=add&amp;uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="403,213,492,232" 

HREF="http://www.friendster.com/sendmessage.php?uid=5475934&amp;action=sendsmile"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="305,211,397,231" 

HREF="http://www.friendster.com/sendmessage.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="495,190,587,210" 

HREF="http://www.friendster.com/viewphotos.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="402,189,492,211" 

HREF="http://www.friendster.com/friends.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="305,188,397,210" 

HREF="http://www.friendster.com/testimonials.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="0,167,185,181" 

HREF="http://www.friendster.com/reiearth"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="guiltygearisukax_04_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="497,107,588,129" HREF="cbox.ws"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="401,109,493,127" 

HREF="mailto:reiearth2001@yahoo.com"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="305,105,396,127" HREF="http://www.tag-board.com"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="497,87,587,104" 

HREF="http://friendster-tweakers.com"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="305,84,396,103" 

HREF="http://www.markyctrigger.com"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="497,61,588,86" HREF="ymsgr:sendIM?reiearth2001"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="401,63,493,84" HREF="http://www.statcounter.com"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="305,61,396,82" HREF="http://www.friendster.com"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="4,40,190,53" 

HREF="http://www.friendster.com/reiearth"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="guiltygearisukax_05_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="494,224,578,237" 

HREF="http://www.friendster.com/info/privacy.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="397,224,492,237" 

HREF="http://www.friendster.com/info/tos.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="363,223,394,238" 

HREF="http://www.friendster.com/custhelp.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="269,222,361,237" 

HREF="http://www.friendster.com/affiliate.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="236,222,265,237" 

HREF="http://www.friendster.com/info/tour/1_0.htm?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="191,221,233,237" 

HREF="http://www.friendster.com/events.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="139,221,188,237" 

HREF="http://www.friendster.com/info/shopping.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="73,223,136,237" 

HREF="http://www.friendster.com/info/contacts.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="16,221,69,236" 

HREF="http://www.friendster.com/info/index.php?statpos=footer"&gt;
&lt;/MAP&gt;
&lt;!-- End ImageReady Slices --&gt;
&lt;!-----------photo marquee----&gt;
&lt;div style="filter:alpha(opacity=100,finishopacity=0,style=1,finishX=0,finishy=0);
background-color:transparent;
width:253; height:154; 
border:0px inset #FFFFFF; 
overflow:auto; 
font-weight:bold; color:#FFFFFF; 
text-align:left; 
position:absolute; 
top:612; left:513;z-index:60"&gt;
&lt;marquee direction=up scrollamount=2 scrolldelay=1 onmouseover=this.stop() 

onmouseout=this.start() width="246" height="150"&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/gg1.jpg" border=0&gt;&lt;br&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/gg2.jpg" border=0&gt;&lt;br&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/gg3.jpg" border=0&gt;&lt;br&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/gg4.jpg" border=0&gt;&lt;br&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/gg5.jpg" border=0&gt;&lt;br&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/gg6.jpg" border=0&gt;&lt;br&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/gg7.jpg" border=0&gt;&lt;br&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/gg8.jpg" border=0&gt;&lt;br&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/gg9.jpg" border=0&gt;&lt;br&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/gg10.jpg" border=0&gt;&lt;br&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/gg11.jpg" border=0&gt;&lt;br&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/gg12.jpg" border=0&gt;&lt;br&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/gg13.jpg" border=0&gt;&lt;br&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/gg14.jpg" border=0&gt;&lt;br&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/gg15.jpg" border=0&gt;&lt;br&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/gg16.jpg" border=0&gt;&lt;br&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/gg17.jpg" border=0&gt;&lt;br&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/gg18.jpg" border=0&gt;&lt;br&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/gg19.jpg" border=0&gt;&lt;br&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/gg20.jpg" border=0&gt;&lt;br&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/gg21.jpg" border=0&gt;&lt;br&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/gg22.jpg" border=0&gt;&lt;br&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/gg23.jpg" border=0&gt;&lt;br&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/ggback.jpg" border=0&gt;&lt;br&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/ggbox.jpg" border=0&gt;&lt;br&gt;
&lt;/marquee&gt;
&lt;/div&gt;

&lt;!----------FLASH TIME--------&gt;
&lt;embed style="border:3px outset 

#000000;z-indez:50;filter:alpha(opacity=100,finishopacity=100,style=2);position:absolute;top:135;
left:230" src='http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf' wmode="transparent"  

quality='high' width='106' height='26' align='middle' type='application/x-shockwave-flash' 

pluginspage='http://www.macromedia.com/go/getflashplayer'/&gt;

&lt;!----------PROFILE INFO BOX--------&gt;
&lt;div 

style="FILTER:alpha(opacity=100,finishopacity=100,style=3);DIRECTION:ltr;background-color:tran

sparent;
width:197; height:164; 
border:0px inset #000000; 
overflow:HIDDEN; 
font-weight:BOLD; color:#000000; 
text-align:left; 
z-index:10;
position:absolute; 
top:229; left:265;
PADDING-LEFT:5"&gt;
&lt;!----------REPLACE INFO HERE--------&gt;
  &lt;marquee direction=up scrollamount=2 scrolldelay=1 height=162 

style="filter:alpha(opacity=100,finishopacity=0,style=1)" width="189"&gt;
&lt;img style="filter:alpha(opacity=100,finishopacity=50,style=2)" 

src="http://i2.photobucket.com/albums/y21/reiearth/japanesename.gif"&gt;&lt;br&gt;

  Name: William Rei Udarbe&lt;br&gt;
  Nick: rei&lt;br&gt;
  Birthday: February 10, 1981&lt;br&gt;
  Age: 25&lt;br&gt;
  Gender: Male!&lt;br&gt;
  Status: Single&lt;br&gt;
  School: Data Center Philippines&lt;br&gt;
  Hobbies: Web designing, Playing Computer games, &lt;br&gt;
  Listening Music, Watching TV, Texting, Reading Magazines&lt;br&gt;
  and sleeping. &lt;/p&gt;

  MORE ABOUT I:&lt;p&gt;
I want to meet my TWIN&lt;br&gt;
I want to meet my soulmate&lt;br&gt;
I want to meet all my friends&lt;br&gt;
I want to meet SMB Beermen&lt;br&gt;
I want to meet ARTISTAS&lt;br&gt;
I want to meet Manny Pacquiao&lt;br&gt;
I want to be in Game K N B&lt;br&gt;
I want to be in Deal or No Deal&lt;br&gt;
I want to be in Wowowee&lt;br&gt;
I want to become a millionaire&lt;br&gt;
I want to travel the world&lt;br&gt;
I am 25 years old&lt;br&gt;
I am a music enthusiast&lt;br&gt;
I am a web designer designer&lt;br&gt;
I am a graphic designer&lt;br&gt;
I am a smart globe TM Sun user&lt;br&gt;
I am a dreamer&lt;br&gt;
I am someone with high ambition&lt;br&gt;
I am classified as middle-class&lt;br&gt;
I sleep late&lt;br&gt;
i wake up late&lt;br&gt;
I dont smoke and drink alcohol&lt;br&gt;
I love the Philippines&lt;br&gt;
I love making money&lt;br&gt;
I love computers&lt;br&gt;
I love gadgets&lt;br&gt;
I love Anime&lt;br&gt;
I love computer games&lt;br&gt;
I love video games&lt;br&gt;
I love FHM&lt;br&gt;
I love movies and DVDs&lt;br&gt;
I love Interior Design&lt;br&gt;
I love reading magazines&lt;br&gt;
I love Kris Aquino&lt;br&gt;
I love Willy&lt;br&gt;
I love Animax&lt;br&gt;
I love ABSCBN Kapamilya&lt;br&gt;
I hate vegetables&lt;br&gt;
I hate backstabbers&lt;br&gt;
I hate user-friendly people&lt;br&gt;
I hate deadlines&lt;br&gt;
I would like to experience love&lt;br&gt;
I would like to have a worry-free life&lt;br&gt;
&lt;/marquee&gt;
&lt;/div&gt;


&lt;!-----------photo marquee----&gt;
&lt;div style="filter:alpha(opacity=0,finishopacity=100,style=1);
background-color:transparent;
width:266; height:101; 
border:0px inset #FFFFFF; 
overflow:hidden; 
font-weight:bold; color:#FFFFFF; 
text-align:left; 
position:absolute; 
top:784; left:501;z-index:60;
SCROLLBAR-FACE-COLOR: #202020"&gt;
&lt;marquee direction=left scrollamount=3 scrolldelay=1 onmouseover=this.stop() 

onmouseout=this.start() height="90" width="266"&gt;
&lt;br&gt;
&lt;a href="http://www.friendster.com/reiearth"&gt;&lt;img 

src="http://i2.photobucket.com/albums/y21/reiearth/Alana.jpg" border=0&gt;&lt;/a&gt;&lt;img 

src="http://i2.photobucket.com/albums/y21/reiearth/Alana.jpg" border=0&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/Alana.jpg" border=0&gt;
&lt;img src="http://i2.photobucket.com/albums/y21/reiearth/Alana.jpg" border=0&gt;
&lt;/marquee&gt;
&lt;/div&gt;

&lt;!------site counter----&gt;
&lt;div style="z-index:40;overflow:hidden;height:35;width:65;position:absolute;left:615;top:969"&gt;
 &lt;!-- Start of StatCounter Code --&gt;
 &lt;a href="http://www.statcounter.com/" target="_blank"&gt;
 &lt;img 

src="http://c12.statcounter.com/counter.php?sc_project=1668603&amp;java=0&amp;security=2f803d98&amp;inv

isible=0" alt="web page hit counter" border="0"&gt;&lt;/a&gt;
 &lt;!-- End of StatCounter Code --&gt;
&lt;/div&gt;

&lt;div style="filter:alpha(opacity=100,finishopacity=100,style=2);
background-color:transparent;
width:241; height:233; 
border:0px inset #FFFFFF; 
overflow:auto; 
font-weight:bold; color:#000000; 
text-align:left; 
z-index:11;
position:absolute; 
top:1110; left:521"&gt;
&lt;script language="javascript"&gt; 
autotesti="yes"; 
&lt;/script&gt; 
&lt;div id=AUT class=left_column_content style="width:230px "&gt;&lt;/div&gt;
Gaara, the name that when pronounced causes people to freeze for an instant. 
Freeze because the name Gaara itself has become a synonym for death. Ever since 
his first appearance Gaara has inspired fear, seemingly being an emotionless 
killer, a monster. Gaara is part of a three man team from the Hidden Village of 
Sand comprising of himself, Kankuro, and Temari. Even though this is a team 
Gaara is clearly the leader of the group, anything that seems like a protest is 
immediately followed by threatening the person with death. Silent and always 
withdrawn onto himself, even more than Sasuke, Gaara only talks when it's time 
to threaten someone or while having a thought about the person whom he is in 
battle with. Most of the time only the desire to kill and a deep hatred for 
everything that breathes consumes him.
&lt;br&gt;
Gaara is clearly the leader of the group, anything that seems like a protest is 
immediately followed by threatening the person with death. Silent and always 
withdrawn onto himself, even more than Sasuke, Gaara only talks when it's time 
to threaten someone or while having a thought about the person whom he is in 
battle with. Most of the time only the desire to kill and a deep hatred for 
everything that breathes consumes him.
&lt;/div&gt;

&lt;!---------CHAT BOX-----------&gt;
&lt;div style="filter:alpha(opacity=100,finishopacity=100,style=2);
background-color:transparent;
width:187; height:323; 
border:0px inset #FFFFFF; 
overflow:hidden; 
font-weight:normal; color:#ffffff; 
text-align:left; 
z-index:10;
position:absolute; 
top:542; left:226"&gt;
&lt;!-- BEGIN CBOX - http://www.cbox.ws --&gt;
&lt;table border="0" cellpadding="0" cellspacing="0" summary="cbox tagboard" align="center"&gt;
&lt;tr&gt;&lt;td align="center"&gt;
&lt;iframe frameborder="0" width="185" height="164" 

src="http://www3.cbox.ws/box/?boxid=2277673&amp;amp;boxtag=1353&amp;amp;sec=main" 

marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" 

style="border: #DBE2ED 0px solid;" id="cboxmain"&gt;&lt;/iframe&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;
&lt;iframe frameborder="0" width="185" height="156" 

src="http://www3.cbox.ws/box/?boxid=2277673&amp;amp;boxtag=1353&amp;amp;sec=form&amp;amp;alt=4" 

marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" 

style="border: #DBE2ED 0px solid; border-top: 0px;" id="cboxform"&gt;&lt;/iframe&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
&lt;!-- END CBOX --&gt;

&lt;/div&gt;
&lt;!----------TAGBOARD/WHOVIEW----&gt;
&lt;div style="filter:alpha(opacity=100,finishopacity=100,style=2);
background-color:transparent;
width:187; height:323; 
border:0px inset #FFFFFF; 
overflow:auto; 
font-weight:normal; color:#ffffff; 
text-align:left; 
z-index:10;
position:absolute; 
top:1005; left:226"&gt;
MORE ABOUT I:&lt;p&gt;I want to meet my TWIN&lt;br&gt;
I want to meet my soulmate&lt;br&gt;
I want to meet all my friends&lt;br&gt;
I want to meet SMB Beermen&lt;br&gt;
I want to meet ARTISTAS&lt;br&gt;
I want to meet Manny Pacquiao&lt;br&gt;
I want to be in Game K N B&lt;br&gt;
I want to be in Deal or No Deal&lt;br&gt;
I want to be in Wowowee&lt;br&gt;
I want to become a millionaire&lt;br&gt;
I want to travel the world&lt;br&gt;
I am 25 years old&lt;br&gt;
I am a music enthusiast&lt;br&gt;
I am a web designer designer&lt;br&gt;
I am a graphic designer&lt;br&gt;
I am a smart globe TM Sun user&lt;br&gt;
I am a dreamer&lt;br&gt;
I am someone with high ambition&lt;br&gt;
I am classified as middle-class&lt;br&gt;
I sleep late&lt;br&gt;
i wake up late&lt;br&gt;
I dont smoke and drink alcohol&lt;br&gt;
I love the Philippines&lt;br&gt;
I love making money&lt;br&gt;
I love computers&lt;br&gt;
I love gadgets&lt;br&gt;
I love Anime&lt;br&gt;
I love computer games&lt;br&gt;
I love video games&lt;br&gt;
I love FHM&lt;br&gt;
&lt;script type="text/javascript" 
src="http://fastonlineusers.com/on3.php?d=www.friendster.com/reiearth2001"&gt; 
                 &lt;/script&gt; online&lt;/a&gt; 
&lt;br&gt;
&lt;a href="http://casinoprestigeclub.com"&gt;casino games&lt;/a&gt;
&lt;!-- End FastOnlineUsers.com --&gt; 
&lt;script language="javascript"&gt; 
wvsystem="yes"; 
&lt;/script&gt;
&lt;iframe id="whov" src="http://dinoandfriendz.freepgs.com/who/who.php?user=5475934" 

width="175" height="300" scrolling="yes" frameborder="1" border="0"  leftmargin="0" 

topmargin="0" marginwidth="0" marginheight="0"&gt;&lt;/iframe&gt;
&lt;div id="photomo"&gt;&lt;/div&gt;
&lt;br&gt;
&lt;script language="javascript"&gt; 
boxid=2257095; 
boxtag=1830; 
wvcbox="yes"; 
&lt;/script&gt; 
&lt;div id="wvcboxel" style="display:none"&gt;&lt;/div&gt; 
&lt;br&gt;
&lt;script language="javascript"&gt; 
last20="yes"; 
tagboarduname="reiearth"; 
&lt;/script&gt; 
&lt;div id="last20id"&gt;&lt;/div&gt;
&lt;br&gt;
&lt;script language="javascript"&gt; 
lastlogin="yes" 
&lt;/script&gt; 
&lt;div id="lastloginid"&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;!--------MP3 PLAYER-------&gt;
&lt;embed id=player style="display:NONE;filter:alpha(opacity=80); 
position:absolute; left:495; top:164;z-index:300" 
src="http://four.fsphost.com/reiearth/mp3playershadow.swf" allowScriptAccess="never" 
quality="high" wmode="transparent" width="300" height="300" 

type="application/x-shockwave-flash" 
pluginspage="http://www.macromedia.com/go/getflashplayer" 
flashvars="playList=http://four.fsphost.com/reiearth/mp3player.xml" menu="false"&gt;
&lt;!----------FAST LINKS----&gt;
&lt;div style="filter:alpha(opacity=100,finishopacity=50,style=3);position: absolute; width:568; 

left:220; top:1420; height:4" height="21"&gt;
  &lt;marquee onmouseover="this.stop()" onmouseout="this.start()" scrolldelay=1 scrollamount="3" 

width="561" height="23"&gt;&lt;b&gt;&lt;font color="#FFFFFF"&gt;Quick 
  Links:&lt;/font&gt; &lt;a href="http://www.friendster.com/editusername.php"&gt;[edit url]
  &lt;/a&gt;&lt;a href="http://www.friendster.com/bulletinboard.php"&gt;[view bulletins] &lt;/a&gt;
  &lt;a href="http://www.friendster.com/bulletin.php"&gt;[post a bulletin] &lt;/a&gt;
  &lt;a href="http://www.friendster.com/friendrequests.php"&gt;[new friend request]
  &lt;/a&gt;&lt;a href="http://www.friendster.com/testimonials.php?action=pending"&gt;[new testimonials]
  &lt;/a&gt;&lt;a href="http://www.friendster.com/editprofile.php"&gt;[edit profile] &lt;/a&gt;
  &lt;a href="http://www.friendster.com/editphotos.php"&gt;[edit photos] &lt;/a&gt;
  &lt;a href="http://www.friendster.com/viewphotos.php?type=1degree"&gt;[photo slideshow]
  &lt;/a&gt;&lt;a href="http://www.friendster.com/photolist.php?list=friends"&gt;[gallery]
  &lt;/a&gt;&lt;a href="http://www.friendster.com/userlist.php?list=newusers"&gt;[more new members]
  &lt;/a&gt;&lt;a href="http://www.friendster.com/userlist.php?list=feat_profile"&gt;[more featured 
  fan profile] &lt;/a&gt;&lt;a href="http://www.friendster.com/blogs.php"&gt;[more blog entries]
  &lt;/a&gt;&lt;/b&gt;&lt;/font&gt;&lt;/marquee&gt;
&lt;/div&gt;
&lt;/div&gt;

&lt;/BODY&gt;
&lt;/HTML&gt;
&lt;/textarea&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;overlayouts&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3976083099858561218-2394583707410269971?l=www.pinoy-design.co.cc' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/overlayouts/~4/XPzs8MpG8RA" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-14T13:49:09.227+08:00</app:edited><media:thumbnail url="http://i2.photobucket.com/albums/y21/reiearth/guiltygear/th_guiltygearisukax_01.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><enclosure url="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf" length="1975" type="application/x-shockwave-flash" /><media:content url="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf" fileSize="1975" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle> guiltygear preview Layout Code: &amp;nbspreiearth guilty gear profile&amp;nbsp© BODY { SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #FFFFFF; SCROLLBAR</itunes:subtitle><itunes:author>noreply@blogger.com (iznab)</itunes:author><itunes:summary> guiltygear preview Layout Code: &amp;nbspreiearth guilty gear profile&amp;nbsp© BODY { SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #FFFFFF; SCROLLBAR-TRACK-COLOR: #202020; SCROLLBAR-DARKSHADOW-COLOR: #000000; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Tahoma; } a, a:link, a:visited, a:active { font-size:10px;color:#FFFFFF; font-weight: normal; text-decoration: none; border-bottom:0px; font-style: normal; } a:hover { font-size:10px;background-color:#000000;color:#ffffff; font-weight: bold; text-decoration: underline; border-bottom:0px; font-style: normal; } div {SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #FFFFFF; SCROLLBAR-TRACK-COLOR: #202020; SCROLLBAR-DARKSHADOW-COLOR: #000000; padding-right:3;padding-top:3"} function clickToggle(target) { obj=(document.all) ? document.all[target] : document.getElementById(target); obj.style.display=(obj.style.display=='none') ? '' : 'none'; } Name: William Rei Udarbe Nick: rei Birthday: February 10, 1981 Age: 25 Gender: Male! Status: Single School: Data Center Philippines Hobbies: Web designing, Playing Computer games, Listening Music, Watching TV, Texting, Reading Magazines and sleeping. MORE ABOUT I: I want to meet my TWIN I want to meet my soulmate I want to meet all my friends I want to meet SMB Beermen I want to meet ARTISTAS I want to meet Manny Pacquiao I want to be in Game K N B I want to be in Deal or No Deal I want to be in Wowowee I want to become a millionaire I want to travel the world I am 25 years old I am a music enthusiast I am a web designer designer I am a graphic designer I am a smart globe TM Sun user I am a dreamer I am someone with high ambition I am classified as middle-class I sleep late i wake up late I dont smoke and drink alcohol I love the Philippines I love making money I love computers I love gadgets I love Anime I love computer games I love video games I love FHM I love movies and DVDs I love Interior Design I love reading magazines I love Kris Aquino I love Willy I love Animax I love ABSCBN Kapamilya I hate vegetables I hate backstabbers I hate user-friendly people I hate deadlines I would like to experience love I would like to have a worry-free life autotesti="yes"; Gaara, the name that when pronounced causes people to freeze for an instant. Freeze because the name Gaara itself has become a synonym for death. Ever since his first appearance Gaara has inspired fear, seemingly being an emotionless killer, a monster. Gaara is part of a three man team from the Hidden Village of Sand comprising of himself, Kankuro, and Temari. Even though this is a team Gaara is clearly the leader of the group, anything that seems like a protest is immediately followed by threatening the person with death. Silent and always withdrawn onto himself, even more than Sasuke, Gaara only talks when it's time to threaten someone or while having a thought about the person whom he is in battle with. Most of the time only the desire to kill and a deep hatred for everything that breathes consumes him. Gaara is clearly the leader of the group, anything that seems like a protest is immediately followed by threatening the person with death. Silent and always withdrawn onto himself, even more than Sasuke, Gaara only talks when it's time to threaten someone or while having a thought about the person whom he is in battle with. Most of the time only the desire to kill and a deep hatred for everything that breathes consumes him. MORE ABOUT I: I want to meet my TWIN I want to meet my soulmate I want to meet all my friends I want to meet SMB Beermen I want to meet ARTISTAS I want to meet Manny Pacquiao I want to be in Game K N B I want to be in Deal or No Deal I want to be in Wowowee I want to become a millionaire I want to travel the world I am 25 years old I am a music enthusias</itunes:summary><itunes:keywords>friendster overlay design, free layouts, friendster layout, guiltygear layout</itunes:keywords><feedburner:origLink>http://www.pinoy-design.co.cc/2009/04/guiltygear-layout.html</feedburner:origLink></item><item><title>O2Jam Layout</title><link>http://feedproxy.google.com/~r/overlayouts/~3/fmWBmBD0_fE/o2jam-layout.html</link><category>friendster overlay design</category><category>overlay design</category><category>free layouts</category><category>o2jam layout</category><author>noreply@blogger.com (iznab)</author><pubDate>Mon, 13 Apr 2009 22:41:57 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3976083099858561218.post-2943153604650387425</guid><description>&lt;img style="float:left; margin:0 10px 10px 0;cursor:pointer; cursor:hand;width: 200px; height: 291px;" src="http://i103.photobucket.com/albums/m155/reiearth2/o2jampreview.jpg" border="0" alt="" /&gt;

&lt;a href="http://www.freewebtown.com/o2jam/index.html"&gt;&lt;strong&gt;O2jampreview&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
     &lt;label for="textareainput"&gt;Layout Code:&lt;/label&gt;
     &lt;br /&gt;
 &lt;span class="niceform" style=" font-size:12px"&gt;
 &lt;textarea id="textareainput2" name="textareainput2" rows="3" cols="28" onMouseover="ddrivetip(ins5, 300)"; onMouseout="hideddrivetip()"&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;&amp;nbspreiearth O2Jam profile&amp;nbsp©&lt;/TITLE&gt;
&lt;META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252"&gt;
&lt;META http-equiv=Page-Enter content=BlendTrans(Duration=1.5)&gt;
&lt;META http-equiv=Site-Exit content=BlendTrans(Duration=1.5)&gt;
&lt;style type="text/css"&gt;

	BODY {
		SCROLLBAR-FACE-COLOR: #C56712; 
		SCROLLBAR-HIGHLIGHT-COLOR: #C56712; 
		SCROLLBAR-SHADOW-COLOR: #C56712; 
		SCROLLBAR-3DLIGHT-COLOR: #C56712;
		SCROLLBAR-ARROW-COLOR: #000000; 
		SCROLLBAR-TRACK-COLOR: #752100; 
		SCROLLBAR-DARKSHADOW-COLOR: #C56712;
		FONT-SIZE: 10px; 
		COLOR: #000000; 
		FONT-FAMILY: Tahoma;
		}
	a, a:link, a:visited, a:active { font-size:10px;color:#FFFFFF; font-weight: 				normal; text-decoration: none; border-bottom:0px; font-style: normal; }
	a:hover { font-size:10px;background-color:#000000;color:#ffffff; font-weight: 				bold; text-decoration: underline; border-bottom:0px; font-style: normal; }
	div 	{SCROLLBAR-FACE-COLOR: #C56712; 
		SCROLLBAR-HIGHLIGHT-COLOR: #000000; 
		SCROLLBAR-SHADOW-COLOR: #000000; 
		SCROLLBAR-3DLIGHT-COLOR: #000000;
		SCROLLBAR-ARROW-COLOR: #000000; 
		SCROLLBAR-TRACK-COLOR: #752100; 
		SCROLLBAR-DARKSHADOW-COLOR: #000000}

	.drag {
		CURSOR: hand; POSITION: relative}
	
&lt;/style&gt;

&lt;SCRIPT language=JavaScript1.2&gt;
&lt;!--

/*
drag and Drop Script-
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/

var dragapproved=false
var z,x,y
function move(){
if (event.button==1&amp;&amp;dragapproved){
z.style.pixelLeft=temp1+event.clientX-x
z.style.pixelTop=temp2+event.clientY-y
return false
}
}
function drags(){
if (!document.all)
return
if (event.srcElement.className=="drag"){
dragapproved=true
z=event.srcElement
temp1=z.style.pixelLeft
temp2=z.style.pixelTop
x=event.clientX
y=event.clientY
document.onmousemove=move
}
}
document.onmousedown=drags
document.onmouseup=new Function("dragapproved=false")
//--&gt;
&lt;/SCRIPT&gt;


&lt;script language="javascript"&gt;
 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()&lt;/script&gt;

&lt;script language="javascript"&gt;
 &lt;!--// 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 &lt;yshiran@iil.intel.com&gt;

// 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 &lt; 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 &lt;= 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 &lt; 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 &lt; 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()
// --&gt;&lt;/script&gt;
&lt;/HEAD&gt;
&lt;BODY BGCOLOR=#000000 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0&gt;
&lt;!-- ImageReady Slices (02jam.psd) --&gt;
&lt;div align="center"&gt;
&lt;TABLE WIDTH=768 BORDER=0 CELLPADDING=0 CELLSPACING=0&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG SRC="http://i2.photobucket.com/albums/y21/reiearth/o2jam/02jam_01.jpg" WIDTH=768 HEIGHT=250 BORDER=0 ALT="" USEMAP="#id02jam_01_Map"&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG SRC="http://i2.photobucket.com/albums/y21/reiearth/o2jam/02jam_02.jpg" WIDTH=768 HEIGHT=250 BORDER=0 ALT="" USEMAP="#id02jam_02_Map"&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG SRC="http://i2.photobucket.com/albums/y21/reiearth/o2jam/02jam_03.jpg" WIDTH=768 HEIGHT=250 BORDER=0 ALT="" USEMAP="#id02jam_03_Map"&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG SRC="http://i2.photobucket.com/albums/y21/reiearth/o2jam/02jam_04.jpg" WIDTH=768 HEIGHT=250 BORDER=0 ALT="" USEMAP="#id02jam_04_Map"&gt;&lt;/TD&gt;
	&lt;/TR&gt;
&lt;/TABLE&gt;
&lt;MAP NAME="id02jam_01_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="42,83,190,107" HREF="http://www.friendster.com"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="id02jam_02_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="8,246,141,250" HREF="http://www.friendster.com/addfriendrequest.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="9,226,142,243" HREF="http://www.friendster.com/testimonials.php?action=add&amp;uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="8,208,141,225" HREF="http://www.friendster.com/sendmessage.php?uid=5475934&amp;action=sendsmile"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="8,191,140,208" HREF="http://www.friendster.com/sendmessage.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="7,174,141,188" HREF="http://www.friendster.com/viewphotos.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="7,155,143,172" HREF="http://www.friendster.com/friends.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="8,138,142,155" HREF="http://www.friendster.com/testimonials.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="596,78,680,99" HREF="http://www.friendster.com/logout.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="473,78,559,98" HREF="http://www.friendster.com/messages.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="346,77,433,99" HREF="http://www.friendster.com/friends.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="219,78,304,98" HREF="http://www.friendster.com/user.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="95,77,180,98" HREF="http://www.friendster.com/home.php"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="id02jam_03_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="5,47,140,63" HREF="http://www.friendster.com/invite.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="7,31,142,46" HREF="http://www.friendster.com/referafriend.php?refer=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="7,13,141,30" HREF="http://www.friendster.com/bookmarks.php?action=add&amp;uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="8,0,141,11" HREF="http://www.friendster.com/addfriendrequest.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="visit designer profile" COORDS="503,72,596,85" HREF="http://www.friendster.com/reiearth"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="id02jam_04_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="580,225,656,242" HREF="http://www.friendster.com/info/privacy.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="486,224,574,239" HREF="http://www.friendster.com/info/tos.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="451,225,480,240" HREF="http://www.friendster.com/custhelp.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="358,225,446,240" HREF="http://www.friendster.com/affiliate.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="325,225,354,238" HREF="http://www.friendster.com/info/tour/1_0.htm?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="282,225,322,240" HREF="http://www.friendster.com/events.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="229,225,279,241" HREF="http://www.friendster.com/info/shopping.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="165,227,227,240" HREF="http://www.friendster.com/info/contacts.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="110,225,160,239" HREF="http://www.friendster.com/info/index.php?statpos=footer"&gt;
&lt;/MAP&gt;
&lt;!-- End ImageReady Slices --&gt;

&lt;!----------FAST LINKS----&gt;
&lt;div style="filter:alpha(opacity=100,finishopacity=75,style=3);position: absolute; width:275; left:155; top:276; height:26" height="21"&gt;
  &lt;marquee onmouseover="this.stop()" onmouseout="this.start()" scrolldelay=1 scrollamount="3" width="250" height="23"&gt;&lt;b&gt;&lt;font color="#FFFFFF"&gt;Quick 
  Links:&lt;/font&gt;&lt;a href="http://www.friendster.com/reiearth"&gt;[www.friendster.com/reiearth]
  &lt;/a&gt; &lt;a href="http://www.friendster.com/editusername.php"&gt;[edit url]
  &lt;/a&gt;&lt;a href="http://www.friendster.com/bulletinboard.php"&gt;[view bulletins] &lt;/a&gt;
  &lt;a href="http://www.friendster.com/bulletin.php"&gt;[post a bulletin] &lt;/a&gt;
  &lt;a href="http://www.friendster.com/friendrequests.php"&gt;[new friend request]
  &lt;/a&gt;&lt;a href="http://www.friendster.com/testimonials.php?action=pending"&gt;[new testimonials]
  &lt;/a&gt;&lt;a href="http://www.friendster.com/editprofile.php"&gt;[edit profile] &lt;/a&gt;
  &lt;a href="http://www.friendster.com/editphotos.php"&gt;[edit photos] &lt;/a&gt;
  &lt;a href="http://www.friendster.com/viewphotos.php?type=1degree"&gt;[photo slideshow]
  &lt;/a&gt;&lt;a href="http://www.friendster.com/photolist.php?list=friends"&gt;[gallery]
  &lt;/a&gt;&lt;a href="http://www.friendster.com/userlist.php?list=newusers"&gt;[more new members]
  &lt;/a&gt;&lt;a href="http://www.friendster.com/userlist.php?list=feat_profile"&gt;[more featured 
  fan profile] &lt;/a&gt;&lt;a href="http://www.friendster.com/blogs.php"&gt;[more blog entries]
  &lt;/a&gt;&lt;/b&gt;&lt;/font&gt;&lt;/marquee&gt;
&lt;/div&gt;


&lt;!----------PROFILE INFO BOX--------&gt;
&lt;div style="FILTER:alpha(opacity=100,finishopacity=100,style=3);DIRECTION:ltr;background-color:transparent;
width:440; height:174; 
border:2px inset #000000; 
overflow:auto; 
font-weight:BOLD; color:#FFFFFF; 
text-align:left; 
z-index:10;
position:absolute; 
top:389; left:271;
PADDING-LEFT:5"&gt;
&lt;!----------REPLACE INFO HERE--------&gt;
&lt;img class=drag src="http://i2.photobucket.com/albums/y21/reiearth/o2jam/Villa_Elf_Girl.gif" width="138" height="118"&gt;&lt;br&gt;

  Name: William Rei Udarbe&lt;br&gt;
  Nick: rei&lt;br&gt;
  Birthday: February 10, 1981&lt;br&gt;
  Age: 25&lt;br&gt;
  Gender: Male!&lt;br&gt;
  Status: Single&lt;br&gt;
  School: Data Center Philippines&lt;br&gt;
  Hobbies: Web designing, Playing Computer games, &lt;br&gt;
  Listening Music, Watching TV, Texting, Reading Magazines&lt;br&gt;
  and sleeping. &lt;/p&gt;
  &lt;img class=drag src="http://i2.photobucket.com/albums/y21/reiearth/o2jam/Sing_Sing_Girl.gif" width="138" height="119"&gt;&lt;br&gt;
  MORE ABOUT I:&lt;p&gt;
I want to meet my TWIN&lt;br&gt;
I want to meet my soulmate&lt;br&gt;
I want to meet all my friends&lt;br&gt;
I want to meet SMB Beermen&lt;br&gt;
I want to meet ARTISTAS&lt;br&gt;
I want to meet Manny Pacquiao&lt;br&gt;
I want to be in Game K N B&lt;br&gt;
I want to be in Deal or No Deal&lt;br&gt;
I want to be in Wowowee&lt;br&gt;
I want to become a millionaire&lt;br&gt;
I want to travel the world&lt;br&gt;
I am 25 years old&lt;br&gt;
I am a music enthusiast&lt;br&gt;
I am a web designer designer&lt;br&gt;
I am a graphic designer&lt;br&gt;
I am a smart globe TM Sun user&lt;br&gt;
I am a dreamer&lt;br&gt;
I am someone with high ambition&lt;br&gt;
I am classified as middle-class&lt;br&gt;
I sleep late&lt;br&gt;
i wake up late&lt;br&gt;
I dont smoke and drink alcohol&lt;br&gt;
I love the Philippines&lt;br&gt;
I love making money&lt;br&gt;
I love computers&lt;br&gt;
I love gadgets&lt;br&gt;
I love Anime&lt;br&gt;
I love computer games&lt;br&gt;
I love video games&lt;br&gt;
I love FHM&lt;br&gt;
I love movies and DVDs&lt;br&gt;
I love Interior Design&lt;br&gt;
I love reading magazines&lt;br&gt;
I love Kris Aquino&lt;br&gt;
I love Willy&lt;br&gt;
I love Animax&lt;br&gt;
I love ABSCBN Kapamilya&lt;br&gt;
I hate vegetables&lt;br&gt;
I hate backstabbers&lt;br&gt;
I hate user-friendly people&lt;br&gt;
I hate deadlines&lt;br&gt;
I would like to experience love&lt;br&gt;
I would like to have a worry-free life&lt;br&gt;
  &lt;/div&gt;
  
  
&lt;!----------PROFILE INFO BOX--------&gt;
&lt;div style="FILTER:alpha(opacity=100,finishopacity=100,style=3);DIRECTION:ltr;background-color:transparent;
width:440; height:174; 
border:2px inset #000000; 
overflow:auto; 
font-weight:BOLD; color:#FFFFFF; 
text-align:left; 
z-index:10;
position:absolute; 
top:613; left:271;
PADDING-LEFT:5"&gt;
&lt;!--------------------delete this text------------&gt;
Gaara, the name that when pronounced causes people to freeze for an instant. 
Freeze because the name Gaara itself has become a synonym for death. Ever since 
his first appearance Gaara has inspired fear, seemingly being an emotionless 
killer, a monster. Gaara is part of a three man team from the Hidden Village of 
Sand comprising of himself, Kankuro, and Temari. Even though this is a team 
Gaara is clearly the leader of the group, anything that seems like a protest is 
immediately followed by threatening the person with death. Silent and always 
withdrawn onto himself, even more than Sasuke, Gaara only talks when it's time 
to threaten someone or while having a thought about the person whom he is in 
battle with. Most of the time only the desire to kill and a deep hatred for 
everything that breathes consumes him. &lt;BR&gt;&lt;BR&gt;
Like Naruto, Gaara also hides a 
terrible secret. He has sealed within his body one of the Jinchuuriki, a tailed 
demon. Deep within his body Shukaku awaits the moment when he'll wake up from 
his sleep, when the body of that who carries him falls alseep. Gaara's past is 
indeed the most tragic and awful of anyone in the series, from the moment he was 
born Gaara was deeply hated. His own Mother who gave birth to him even hated him 
for the fact that she was made a sacrifice for him, she would die cursing at 
him. The name Gaara itself is telling of his personality trait as it means "A 
demon who only loves himself". The name was chosen for him by his Mother who 
wished and believed he was only to fight for his sake and love only himself, and 
by doing so he would live on forever. This gesture was not done out of love for 
Gaara but rather in hopes that Gaara would live on to carry her grudge. 
&lt;BR&gt;&lt;BR&gt;As a child things only got worse for Gaara. Always alone no child would 
dare play with him, every time he tried with the nicest smile that his tortured 
soul could possibly show everyone would run off screaming, screaming in fear as 
they believed him to be a moster that would kill them. This was only fuelled 
several times when out of a panicked self defense his sand barrier nearly killed 
a few of the children, which was no fault of Gaara. The only friend Gaara was 
able to find was in Yashamaru, the only person who really tried to love Gaara, 
the only one to calm him when he was sad, and give him advice. &lt;BR&gt;&lt;BR&gt;
&lt;-----------STOP HERE----&gt;
&lt;!---------------testimonial script--&gt;
&lt;script language="javascript"&gt; 
autotesti="yes"; 
&lt;/script&gt; 
&lt;div id=AUT class=left_column_content style="width:400px "&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;!-----------CHAT BOX-------&gt;
&lt;div style="filter:alpha(opacity=100,finishopacity=50,style=2);
background-color:transparent;
width:165; height:355; 
border:0px inset #FFFFFF; 
overflow:auto; 
font-weight:normal; color:#ffffff; 
text-align:left; 
z-index:11;
position:absolute; 
top:595; left:718"&gt;
&lt;!-- BEGIN CBOX - http://www.cbox.ws --&gt;
&lt;table border="0" cellpadding="0" cellspacing="0" summary="cbox tagboard" align="center"&gt;
&lt;tr&gt;&lt;td align="center"&gt;
&lt;iframe frameborder="0" width="165" height="225" src="http://www3.cbox.ws/box/?boxid=2286126&amp;amp;boxtag=7278&amp;amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border: #ababab 0px solid;" id="cboxmain"&gt;&lt;/iframe&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td align="center"&gt;
&lt;iframe frameborder="0" width="165" height="130" src="http://www3.cbox.ws/box/?boxid=2286126&amp;amp;boxtag=7278&amp;amp;sec=form&amp;amp;alt=4" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border: #ababab 0px solid; border-top: 0px;" id="cboxform"&gt;&lt;/iframe&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
&lt;!-- END CBOX --&gt;
&lt;/div&gt;


&lt;!--------links/credit----&gt;

&lt;div style="background-color:transparent;width:148; 
height:145; overflow:auto; font-weight:normal; color:#ffffff; 
position:absolute; top:415; left:729;z-index:16"&gt;
&lt;marquee onmouseout=this.start() onmouseover=this.stop() style="filter:alpha(opacity=100,finishopacity=0,style=1,finishX=0,finishY=0)" direction=up scrollamount=1 scrolldelay=1 height="145" width="144"&gt;
&lt;p align=center&gt;
&lt;a target="_blank" href="http://www.markyctrigger.com"&gt;Markyctrigger Overlay Generator&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.markyctrigger.com/forum"&gt;Markyctrigger Forum&lt;/a&gt;&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebs.com/petok1983"&gt;
                  Code Encrypter&lt;/a&gt;&lt;br&gt;
&lt;a target="_blank" href="http://www.friendster.com/reiearth"&gt;reiearth friendster profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/finalfantasy7"&gt;Final Fantasy 7 profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/freestyle2006"&gt;Freestyle profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/rozenmaiden"&gt;RozenMaiden profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/sasuke2006"&gt;Sasuke Animated profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/sasuke2006/sasuke2.html"&gt;Sasuke1 profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/sasuke2006/sasuke3.html"&gt;Sasuke2 profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/sasuke2006/sasublue.html"&gt;Sasuke Blue profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/narutoxxx"&gt;Naruto profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/sakuraex"&gt;Sakura1 profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/sakuraex2"&gt;Sakura2 profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/angel_grace"&gt;Angel Grace profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/angel_grace/angelice.html"&gt;Angel profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://four.fsphost.com/reiearth/gaara2.html"&gt;Gaara profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/shadow2/shadow2.html"&gt;Shadow Hedgehog profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/shadow2"&gt;Shadow Hedgehog Animated profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/purplefox"&gt;purplefox profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/purplefox/pfox_premade.html"&gt;purplefox premade1 profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/purplefox/pfox_premade2.html"&gt;purplefox premade2 profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.friendster.com"&gt;Friendster&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.good-tutorials.com"&gt;good tutorials&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.yahoo.com"&gt;Yahoo&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.good-tutorials.com"&gt;Good Tutorials&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.o2jam.com.ph"&gt;O2JAM&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.e-games.com.ph"&gt;E-Games&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freestylonline.ph"&gt;Freestyle Online&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.levelupgames.ph"&gt;Level Up Games&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.mobius.ph"&gt;Mobius&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.gunbound.ph"&gt;Gunbound&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.pangya.com.ph"&gt;Pangya&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.ranonline.com.ph"&gt;Ran Online&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http:/friendster-tweakers.com"&gt;Friendster Tweakers&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://cbox.ws"&gt;CBOX&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.tag-board.com"&gt;Tagboard&lt;/a&gt;
&lt;br&gt;

&lt;a target="_blank" href="http://www.Photobucket.com"&gt;Photobucket&lt;/a&gt;&lt;/br&gt;
&lt;a target="_blank" href="http://www.freewebtown.com"&gt;Free Web Town&lt;/a&gt;&lt;/br&gt;
&lt;a target="_blank" href="http://www.picturetrail.com"&gt;Picture Trail&lt;/a&gt;&lt;/br&gt;
&lt;a href="http://www.toxxic.net"&gt;&lt;img src="http://img106.exs.cx/img106/9069/linkme3gr.gif" border='0'&gt;&lt;/a&gt;
&lt;br&gt;
&lt;a href="http://www.friendster.com/user.php?uid=3489221" target="_blank"&gt;&lt;img src="http://i67.photobucket.com/albums/h316/slasherx12/slasherx.gif" border="0" /&gt;&lt;/a&gt;
&lt;br&gt;&lt;br&gt;
&lt;a href=""&gt;&lt;img src="emosig.png" border="0" /&gt;&lt;/a&gt;
&lt;br&gt;&lt;br&gt;
This page was visited&lt;br&gt;
&lt;br&gt;
&lt;!-- Start of StatCounter Code --&gt;
  &lt;a href="http://www.statcounter.com/" target="_blank"&gt;
  &lt;img src="http://c12.statcounter.com/counter.php?sc_project=1668603&amp;java=0&amp;security=2f803d98&amp;invisible=0" alt="web page hit counter" border="0"&gt;&lt;/a&gt;
  &lt;!-- End of StatCounter Code --&gt;
&lt;br&gt;&lt;br&gt;
Vote for my profile:&lt;br&gt;
&lt;a href="http://top.friendster-tweakers.com/"&gt;&lt;img src="http://top.friendster-tweakers.com/button.php?u=reiearth" alt="Friendster Top Profiles" border="0" /&gt;&lt;/a&gt;
&lt;br&gt;&lt;br&gt;
&lt;a href="http://www.aerocloud.com/topsites/"&gt;&lt;img src="http://www.aerocloud.com/topsites/button.php?u=reiearth" alt="AeroCloud Topsites List" border="0" /&gt;&lt;/a&gt;
&lt;br&gt;&lt;br&gt;
&lt;script language="javascript"&gt; 
lastlogin="yes" 
&lt;/script&gt; 
&lt;div id="lastloginid"&gt;&lt;/div&gt;
&lt;/p&gt;&lt;/marquee&gt;
&lt;/div&gt;
&lt;/div&gt;


&lt;!------------------------REIEARTH SIGNATURE JAVASCRIPT----------&gt;
&lt;div style="overflow:hidden; width:109; height:334; 
          position:absolute; left:141; top:603;color:#FFFFFF"&gt; 
          
&lt;SCRIPT language=javascript&gt;
var NS4 = (document.layers) ? true : false;
var IE4 = (document.all) ? true : false;

var interval = 3;			
var increment = 9;			
var pause = 2000;			
var bannerColor = "transparent";	

var bannerWidth = 109;			
var bannerHeight = 334;			

var Msg = new Array(

"&lt;a href='http://www.friendster.com/reiearth'&gt;&lt;img src='http://i2.photobucket.com/albums/y21/reiearth/o2jam/cuteaya.gif' border='0'&gt;&lt;/a&gt;&lt;br&gt;reiearth&lt;br&gt;&lt;a href='http://www.friendster.com/reiearth'&gt;&lt;img src='http://i2.photobucket.com/albums/y21/reiearth/o2jam/cuteaya.gif' border='0'&gt;&lt;/a&gt;&lt;br&gt;reiearth&lt;br&gt;&lt;a href='http://www.friendster.com/reiearth'&gt;&lt;img src='http://i2.photobucket.com/albums/y21/reiearth/o2jam/cuteaya.gif' border='0'&gt;&lt;/a&gt;&lt;br&gt;reiearth&lt;br&gt;",
"&lt;a href='http://www.friendster.com/reiearth'&gt;&lt;img src='http://i2.photobucket.com/albums/y21/reiearth/o2jam/cuteaya.gif' border='0'&gt;&lt;/a&gt;&lt;br&gt;reiearth&lt;br&gt;&lt;a href='http://www.friendster.com/reiearth'&gt;&lt;img src='http://i2.photobucket.com/albums/y21/reiearth/o2jam/cuteaya.gif' border='0'&gt;&lt;/a&gt;&lt;br&gt;reiearth&lt;br&gt;&lt;a href='http://www.friendster.com/reiearth'&gt;&lt;img src='http://i2.photobucket.com/albums/y21/reiearth/o2jam/cuteaya.gif' border='0'&gt;&lt;/a&gt;&lt;br&gt;reiearth&lt;br&gt;"
);

if (NS4) onload = startBanner;
else  startBanner();

function showMessage(n, show) {
  var showL = (NS4) ? eval("message" + n) :
					  eval("message" + n + ".style");
  showL.visibility = (show) ? ((NS4) ? "show" : "visible") :
							  ((NS4) ? "hide" : "hidden");
}

function nextMessage() {
  var msgIndex = nextIndex;
  nextIndex = (msgIndex == Msg.length - 1) ? 0 : msgIndex + 1;
  scrollBanner(msgIndex, nextIndex);
}

function moveUp() {
  if (NS4) {
	preLayer.top -= increment;
	if (nextLayer.top - increment &lt;= nextLayerTarget) {
	  nextLayer.top = nextLayerTarget;
	  clearInterval(intervalID);
	  preLayer.visibility = "hide";
	  timeoutID = setTimeout("nextMessage()", pause);
	} else {
	  nextLayer.top -= increment;
	}
  } else {
	preLayer.pixelTop -= increment;
	if (nextLayer.pixelTop - increment &lt;= nextLayerTarget) {
	  nextLayer.pixelTop = nextLayerTarget;
	  clearInterval(intervalID);
	  preLayer.visibility = "hidden";
	  timeoutID = setTimeout("nextMessage()", pause);
	} else {
	  nextLayer.pixelTop -= increment;
	}
  }
}

function scrollBanner(from, to) {
  if (NS4) {
	preLayer = eval("message" + from);
	nextLayer = eval("message" + to);
	nextLayer.top = preLayer.top + bannerHeight;
	nextLayerTarget = preLayer.top;
  } else {
	preLayer = eval("message" + from + ".style");
	nextLayer = eval("message" + to + ".style");
	nextLayer.pixelTop = preLayer.pixelTop + bannerHeight;
	nextLayerTarget = preLayer.pixelTop;
  }
  showMessage(to, true); 
  intervalID = setInterval("moveUp()", interval);
}

function drawIE() {
  
  var text = '&lt;DIV ID="banner" STYLE="position:absolute"  left="0" top="0"&gt;';
  for (var i = Msg.length - 1; i &gt;= 0; i--) {
	text += '&lt;DIV ID="message' + i + 
			'" STYLE="position:absolute"  left="0" top="0"&gt;&lt;/DIV&gt;';
  }
  text += '&lt;/DIV&gt;';
  document.write(text);

  
  with (document.all.banner.style) {
	width = bannerWidth;
	height = bannerHeight;
	clip = "rect(0 " + bannerWidth + " " + bannerHeight + " 0)";
	backgroundColor = bannerColor;
  }

  
  for (i = 0; i &lt; Msg.length; i++) {
	with (eval("message" + i + ".style")) {
	  visibility = "hidden";
	  pixelLeft = 0;
	  pixelTop = 0;
	  width = bannerWidth;
	  backgroundColor = bannerColor;
	}
  }
}

function drawNS() {
  
  banner = new Layer(bannerWidth);

  
  with (banner) {
	clip.right = bannerWidth;
	clip.bottom = bannerHeight;
	document.bgColor = bannerColor;
	left = bannerLeft;
	top = bannerTop;
	visibility = "show";
  }

  
  for (var i = 0; i &lt; Msg.length; i++) {
	eval("message" + i + " = " + 
		 "new Layer(bannerWidth, banner)");
	with(eval("message" + i)) {
	  visibility = "hide";
	  left = 0;
	  top = 0;
	  bgColor = bannerColor;
	}
  }
}

function writeBanner() {
  var writeL;
  if (NS4) {
	for (var i = 0; i &lt; Msg.length; i++) {
	  writeL = eval("message" + i);
	  writeL.document.write(Msg[i]);
	  writeL.document.close();
	}
  } else {
	for (var i = 0; i &lt; Msg.length; i++) {
	  writeL = eval("message" + i);
	  writeL.innerHTML = Msg[i];
	}
  }
}

function startBanner() {
	if (NS4)
		drawNS()
	else
		drawIE();
		writeBanner();
		showMessage(0, true);
		nextIndex = 0;
		timeoutID = setTimeout("nextMessage()", pause);
}

&lt;/SCRIPT&gt;
&lt;/div&gt;

&lt;!--------------flash clock--------&gt;
&lt;embed style="border:2px solid #000000;z-indez:300;position:absolute;top:385;
left:748" src='http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf' wmode="transparent"  quality='high' width='106' height='26' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'/&gt;

&lt;!----------animated banner-------&gt;
&lt;img class=drag style="position:absolute;left:290;top:815;z-index:500" src="http://i2.photobucket.com/albums/y21/reiearth/o2jam/o2jammer.gif" height=130 width=400 alt="Drag me Anywhere"&gt;

&lt;/BODY&gt;
&lt;/HTML&gt;
&lt;/textarea&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;overlayouts&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3976083099858561218-2943153604650387425?l=www.pinoy-design.co.cc' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/overlayouts/~4/fmWBmBD0_fE" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-14T13:41:57.964+08:00</app:edited><media:thumbnail url="http://i2.photobucket.com/albums/y21/reiearth/o2jam/th_02jam_01.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><enclosure url="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf" length="1975" type="application/x-shockwave-flash" /><media:content url="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf" fileSize="1975" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle> O2jampreview Layout Code: &amp;nbspreiearth O2Jam profile&amp;nbsp© BODY { SCROLLBAR-FACE-COLOR: #C56712; SCROLLBAR-HIGHLIGHT-COLOR: #C56712; SCROLLBAR-SHADOW-COLOR: #C56712; SCROLLBAR-3DLIGHT-COLOR: #C56712; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR</itunes:subtitle><itunes:author>noreply@blogger.com (iznab)</itunes:author><itunes:summary> O2jampreview Layout Code: &amp;nbspreiearth O2Jam profile&amp;nbsp© BODY { SCROLLBAR-FACE-COLOR: #C56712; SCROLLBAR-HIGHLIGHT-COLOR: #C56712; SCROLLBAR-SHADOW-COLOR: #C56712; SCROLLBAR-3DLIGHT-COLOR: #C56712; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #752100; SCROLLBAR-DARKSHADOW-COLOR: #C56712; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Tahoma; } a, a:link, a:visited, a:active { font-size:10px;color:#FFFFFF; font-weight: normal; text-decoration: none; border-bottom:0px; font-style: normal; } a:hover { font-size:10px;background-color:#000000;color:#ffffff; font-weight: bold; text-decoration: underline; border-bottom:0px; font-style: normal; } div {SCROLLBAR-FACE-COLOR: #C56712; SCROLLBAR-HIGHLIGHT-COLOR: #000000; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #000000; SCROLLBAR-TRACK-COLOR: #752100; SCROLLBAR-DARKSHADOW-COLOR: #000000} .drag { CURSOR: hand; POSITION: relative} 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() // 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 Quick Links:[www.friendster.com/reiearth] [edit url] [view bulletins] [post a bulletin] [new friend request] [new testimonials] [edit profile] [edit photos] [photo slideshow] [gallery] [more new members] [more featured fan profile] [more blog entries] Name: William Rei Udarbe Nick: rei Birthday: February 10, 1981 Age: 25 Gender: Male! Status: Single School: Data Center Philippines Hobbies: Web designing, Playing Computer games, Listening Music, Watching TV, Texting, Reading Magazines and sleeping. MORE ABOUT I: I want to meet my TWIN I want to meet my soulmate I want to meet all my friends I want to meet SMB Beermen I want to meet ARTISTAS I want to meet Manny Pacquiao I want to be in Game K N B I want to be in Deal or No Deal I want to be in Wowowee I want to become a millionaire I want to travel the world I am 25 years old I am a music enthusiast I am a web designer designer I am a graphic designer I am a smart globe TM Sun user I am a dreamer I am someone with high ambition I am classified as middle-class I sleep late i wake up late I dont smoke and drink alcohol I love the Philippines I love making money I love computers I love gadgets I love Anime I love computer games I love video games I love FHM I love movies and DVDs I love Interior Design I love reading magazines I love Kris Aquino I love Willy I love Animax I love ABSC</itunes:summary><itunes:keywords>friendster overlay design, overlay design, free layouts, o2jam layout</itunes:keywords><feedburner:origLink>http://www.pinoy-design.co.cc/2009/04/o2jam-layout.html</feedburner:origLink></item><item><title>ITACHI LAYOUT</title><link>http://feedproxy.google.com/~r/overlayouts/~3/8g7ghaYqI9c/itachi-layout.html</link><category>overlay design</category><category>free</category><category>friendster layout</category><category>itachi layout</category><author>noreply@blogger.com (iznab)</author><pubDate>Mon, 13 Apr 2009 22:35:40 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3976083099858561218.post-1904145758021004989</guid><description>ITACHI LAYOUT HAD "NO SCREENSHOT" BUT HAVE A PREVIEW

&lt;a href="http://www.freewebtown.com/itachixxx/index.html"&gt;&lt;strong&gt;ITACHI preview&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
     &lt;label for="textareainput"&gt;Layout Code:&lt;/label&gt;
     &lt;br /&gt;
 &lt;span class="niceform" style=" font-size:12px"&gt;
 &lt;textarea id="textareainput2" name="textareainput2" rows="3" cols="28" onMouseover="ddrivetip(ins5, 300)"; onMouseout="hideddrivetip()"&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;&amp;nbspreiearth uchiha itachi profile&amp;nbsp©&lt;/TITLE&gt;
&lt;META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252"&gt;
&lt;META http-equiv=Page-Enter content=BlendTrans(Duration=1.5)&gt;
&lt;META http-equiv=Site-Exit content=BlendTrans(Duration=1.5)&gt;
&lt;style type="text/css"&gt;

	BODY {
		SCROLLBAR-FACE-COLOR: #000000; 
		SCROLLBAR-HIGHLIGHT-COLOR: #202020; 
		SCROLLBAR-SHADOW-COLOR: #000000; 
		SCROLLBAR-3DLIGHT-COLOR: #000000;
		SCROLLBAR-ARROW-COLOR: #FFFFFF; 
		SCROLLBAR-TRACK-COLOR: #6E0000; 
		SCROLLBAR-DARKSHADOW-COLOR: #000000;
		FONT-SIZE: 10px; 
		COLOR: #000000; 
		FONT-FAMILY: Tahoma;
		}
		a, a:link, a:visited, a:active { font-size:10px;color:#FFFFFF; font-weight:		

	normal; text-decoration: none; border-bottom:0px; font-style: normal; }
		a:hover { font-size:10px;background-color:#000000;color:#ffffff; font-weight: 

bold; text-decoration: none; border-bottom:0px; font-style: normal; }

#aut{width:100%; font-size:10px; color:#000000; padding:0px 5px 0px 5px; overflow:hidden;}
	  .left_column_testimonials IMG{width:50px; border:2px solid #000000 !important; 

margin-right:5px !important;}
	  .left_column_testimonials_content .date {color:#FFFFFF;}
	  .testimonialbody{ padding-bottom:5px; margin-bottom:5px;} 
	  .left_column_testimonials a:visited, .left_column_testimonials 

a:link{text-decoration:none; color:#000000;}
	  .left_column_hr{overflow:hidden; clear:both; border-bottom:1px solid #000000; 

height:5px; margin-bottom:5px;}
	  .seeall{padding-bottom:5px; text-align:center;}
	  .seeall a:link, .seeall a:visited{text-decoration:none; color:#000000;}
	  .seeall a:hover, #quote_nav a:hover{color:#000000;}


.boldtext{font-size: 10px;font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;color: 

#253B6D;}
.bluetext{font-size: 10px;font-family: Verdana,  Arial, Tahoma, Helvetica, sans-serif;color: 

#3A78B4;}
&lt;/style&gt;


&lt;script language="javascript"&gt;
 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()&lt;/script&gt;

&lt;script language="javascript"&gt;
 &lt;!--// 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 &lt;yshiran@iil.intel.com&gt;

// 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 &lt; 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 &lt;= 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 &lt; 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 &lt; 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()
// --&gt;&lt;/script&gt;
&lt;/HEAD&gt;
&lt;BODY BGCOLOR=#000000 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 

MARGINHEIGHT=0&gt;
&lt;!-- ImageReady Slices (itachi.psd) --&gt;
&lt;TABLE WIDTH=1024 BORDER=0 CELLPADDING=0 CELLSPACING=0&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i103.photobucket.com/albums/m155/reiearth2/itachi/itachi_01.jpg" WIDTH=512 

HEIGHT=146 BORDER=0 ALT="" USEMAP="#itachi_01_Map"&gt;&lt;/TD&gt;
		&lt;TD COLSPAN=3&gt;
			&lt;IMG 

SRC="http://i103.photobucket.com/albums/m155/reiearth2/itachi/itachi_02.jpg" WIDTH=512 

HEIGHT=146 BORDER=0 ALT="" USEMAP="#itachi_02_Map"&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i103.photobucket.com/albums/m155/reiearth2/itachi/spacer.gif" WIDTH=1 

HEIGHT=146 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD COLSPAN=2 ROWSPAN=2&gt;
			&lt;IMG 

SRC="http://i103.photobucket.com/albums/m155/reiearth2/itachi/itachi_03.jpg" WIDTH=568 

HEIGHT=311 BORDER=0 ALT="" USEMAP="#itachi_03_Map"&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i103.photobucket.com/albums/m155/reiearth2/itachi/itachi_04.gif" WIDTH=243 

HEIGHT=166 ALT=""&gt;&lt;/TD&gt;
		&lt;TD ROWSPAN=2&gt;
			&lt;IMG 

SRC="http://i103.photobucket.com/albums/m155/reiearth2/itachi/itachi_05.jpg" WIDTH=213 

HEIGHT=311 ALT=""&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i103.photobucket.com/albums/m155/reiearth2/itachi/spacer.gif" WIDTH=1 

HEIGHT=166 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD ROWSPAN=2&gt;
			&lt;IMG 

SRC="http://i103.photobucket.com/albums/m155/reiearth2/itachi/itachi_06.jpg" WIDTH=243 

HEIGHT=456 BORDER=0 ALT="" USEMAP="#itachi_06_Map"&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i103.photobucket.com/albums/m155/reiearth2/http://i103.photobucket.com/albums/

m155/reiearth2/itachi/spacer.gif" WIDTH=1 HEIGHT=145 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD COLSPAN=2&gt;
			&lt;IMG 

SRC="http://i103.photobucket.com/albums/m155/reiearth2/itachi/itachi_07.jpg" WIDTH=568 

HEIGHT=311 BORDER=0 ALT="" USEMAP="#itachi_07_Map"&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i103.photobucket.com/albums/m155/reiearth2/itachi/itachi_08.jpg" WIDTH=213 

HEIGHT=311 BORDER=0 ALT="" USEMAP="#itachi_08_Map"&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i103.photobucket.com/albums/m155/reiearth2/itachi/spacer.gif" WIDTH=1 

HEIGHT=311 ALT=""&gt;&lt;/TD&gt;
	&lt;/TR&gt;
	&lt;TR&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i103.photobucket.com/albums/m155/reiearth2/itachi/spacer.gif" WIDTH=512 

HEIGHT=1 ALT=""&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i103.photobucket.com/albums/m155/reiearth2/itachi/spacer.gif" WIDTH=56 

HEIGHT=1 ALT=""&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i103.photobucket.com/albums/m155/reiearth2/itachi/spacer.gif" WIDTH=243 

HEIGHT=1 ALT=""&gt;&lt;/TD&gt;
		&lt;TD&gt;
			&lt;IMG 

SRC="http://i103.photobucket.com/albums/m155/reiearth2/itachi/spacer.gif" WIDTH=213 

HEIGHT=1 ALT=""&gt;&lt;/TD&gt;
		&lt;TD&gt;&lt;/TD&gt;
	&lt;/TR&gt;
&lt;/TABLE&gt;
&lt;MAP NAME="itachi_01_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="373,78,453,146" 

HREF="http://www.friendster.com/logout.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="295,79,368,146" 

HREF="http://www.friendster.com/messages.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="213,78,286,146" 

HREF="http://www.friendster.com/friends.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="134,79,210,146" 

HREF="http://www.friendster.com/user.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="46,77,130,146" 

HREF="http://www.friendster.com/home.php"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="itachi_02_Map"&gt;
&lt;AREA SHAPE="rect" ALT="visit friendster" COORDS="351,29,492,57" 

HREF="http://www.friendster.com/"&gt;
&lt;AREA SHAPE="rect" ALT="visit designer profile" COORDS="348,67,489,83" 

HREF="http://www.friendster.com/reiearth"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="itachi_03_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="373,0,453,14" 

HREF="http://www.friendster.com/logout.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="295,0,368,17" 

HREF="http://www.friendster.com/messages.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="213,0,286,17" 

HREF="http://www.friendster.com/friends.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="134,0,210,15" 

HREF="http://www.friendster.com/user.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="46,0,130,17" 

HREF="http://www.friendster.com/home.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="528,310,568,311" 

HREF="http://www.friendster.com/sendmessage.php?uid=5475934&amp;action=sendsmile"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="527,292,568,304" 

HREF="http://www.friendster.com/sendmessage.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="526,274,568,287" 

HREF="http://www.friendster.com/viewphotos.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="527,257,568,270" 

HREF="http://www.friendster.com/friends.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="526,234,568,254" 

HREF="http://www.friendster.com/testimonials.php?uid=5475934"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="itachi_06_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="222,428,243,440" 

HREF="http://www.friendster.com/info/privacy.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="120,426,217,440" 

HREF="http://www.friendster.com/info/tos.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="85,426,115,441" 

HREF="http://www.friendster.com/custhelp.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="0,427,80,440" 

HREF="http://www.friendster.com/affiliate.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="0,235,112,250" 

HREF="http://www.friendster.com/introduce.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="0,216,108,229" 

HREF="http://www.friendster.com/referafriend.php?refer=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="0,200,30,213" 

HREF="http://www.friendster.com/bookmarks.php?action=add&amp;uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="0,179,71,196" 

HREF="http://www.friendster.com/addfriendrequest.php?uid=5475934&amp;email=reiearth2001@yaho

o.com&amp;confirm=1"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="0,163,92,177" 

HREF="http://www.friendster.com/testimonials.php?action=add&amp;uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="0,144,58,158" 

HREF="http://www.friendster.com/sendmessage.php?uid=5475934&amp;action=sendsmile"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="0,126,79,138" 

HREF="http://www.friendster.com/sendmessage.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="0,108,80,121" 

HREF="http://www.friendster.com/viewphotos.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="0,91,100,104" 

HREF="http://www.friendster.com/friends.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="0,68,99,88" 

HREF="http://www.friendster.com/testimonials.php?uid=5475934"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="itachi_07_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="554,282,568,295" 

HREF="http://www.friendster.com/affiliate.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="518,282,550,295" 

HREF="http://www.friendster.com/info/tour/1_0.htm?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="474,283,514,295" 

HREF="http://www.friendster.com/events.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="416,282,466,296" 

HREF="http://www.friendster.com/info/shopping.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="348,281,411,296" 

HREF="http://www.friendster.com/info/contacts.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="289,282,343,296" 

HREF="http://www.friendster.com/info/index.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="529,90,568,105" 

HREF="http://www.friendster.com/introduce.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="529,71,568,84" 

HREF="http://www.friendster.com/referafriend.php?refer=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="527,55,568,68" 

HREF="http://www.friendster.com/bookmarks.php?action=add&amp;uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="526,34,568,51" 

HREF="http://www.friendster.com/addfriendrequest.php?uid=5475934&amp;email=reiearth2001@yaho

o.com&amp;confirm=1"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="525,18,568,32" 

HREF="http://www.friendster.com/testimonials.php?action=add&amp;uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="528,0,568,13" 

HREF="http://www.friendster.com/sendmessage.php?uid=5475934&amp;action=sendsmile"&gt;
&lt;AREA SHAPE="rect" ALT="visit markyctrigger forum" COORDS="10,283,280,304" 

HREF="http://www.markyctrigger.com/forum"&gt;
&lt;/MAP&gt;
&lt;MAP NAME="itachi_08_Map"&gt;
&lt;AREA SHAPE="rect" ALT="visit designer profile" COORDS="50,257,189,273" 

HREF="http://www.friendster.com/reiearth"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="77,281,182,303" 

HREF="http://www.friendster.com/reiearth"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="0,283,62,295" 

HREF="http://www.friendster.com/info/privacy.php?statpos=footer"&gt;
&lt;/MAP&gt;
&lt;!-- End ImageReady Slices --&gt;
&lt;!----------
&lt;embed style="z-indez:500;position:absolute;top:95;
left:51" src='http://i103.photobucket.com/albums/m155/reiearth2/itachi/itachibutton.swf'  

wmode='transparent'  quality='high' width=400 height='75' align='middle' 

type='application/x-shockwave-flash' 

pluginspage='http://www.macromedia.com/go/getflashplayer'/&gt;

&lt;embed style="filter:alpha(opacity=90);z-indez:300;position:absolute;top:575;
left:435" src='http://www.freewebtown.com/guiltygear/itachisig.swf'  wmode='transparent'  

quality='high' width=400 height='150' align='middle' type='application/x-shockwave-flash' 

pluginspage='http://www.macromedia.com/go/getflashplayer'/&gt;
---------&gt;
&lt;embed style="z-indez:500;position:absolute;top:95;
left:51" src='itachibutton.swf'  wmode='transparent'  quality='high' width=400 height='75' 

align='middle' type='application/x-shockwave-flash' 

pluginspage='http://www.macromedia.com/go/getflashplayer'/&gt;

&lt;embed style="z-indez:300;position:absolute;top:575;
left:435" src='http://www.freewebtown.com/guiltygear/itachisig.swf'  wmode='transparent'  

quality='high' width=400 height='150' align='middle' type='application/x-shockwave-flash' 

pluginspage='http://www.macromedia.com/go/getflashplayer'/&gt;

&lt;!----------PROFILE INFO BOX--------&gt;
&lt;div style="FILTER:chroma(color=#6e0000);background-color:transparent;
width:257; height:217; 
border:0px inset #000000; 
overflow:auto; 
font-weight:normal; color:#FFFFFF; 
text-align:left; 
z-index:10;
position:absolute; 
top:205; left:235;
PADDING-LEFT:5"&gt;

&lt;marquee onmouseout=this.start() onmouseover=this.stop() 

style="filter:alpha(opacity=100,finishopacity=0,style=1,finishX=0,finishY=0)" direction=up 

scrollamount=1 scrolldelay=1&gt;
&lt;!----------REPLACE INFO HERE--------&gt;
 &lt;img  src='http://i103.photobucket.com/albums/m155/reiearth2/uchiha_itachi2.jpg'&gt;&lt;br&gt;
  Name: William Rei Udarbe&lt;br&gt;
  Nick: rei&lt;br&gt;
  Birthday: February 10, 1981&lt;br&gt;
  Age: 25&lt;br&gt;
  Gender: Male!&lt;br&gt;
  Status: Single&lt;br&gt;
  School: Data Center Philippines&lt;br&gt;
  Hobbies: Web designing, Playing Computer games, &lt;br&gt;
  Listening Music, Watching TV, Texting, Reading Magazines&lt;br&gt;
  and sleeping. &lt;/p&gt;

  MORE ABOUT I:&lt;p&gt;
I want to meet my TWIN&lt;br&gt;
I want to meet my soulmate&lt;br&gt;
I want to meet all my friends&lt;br&gt;
I want to meet SMB Beermen&lt;br&gt;
I want to meet ARTISTAS&lt;br&gt;
I want to meet Manny Pacquiao&lt;br&gt;
I want to be in Game K N B&lt;br&gt;
I want to be in Deal or No Deal&lt;br&gt;
I want to be in Wowowee&lt;br&gt;
I want to become a millionaire&lt;br&gt;
I want to travel the world&lt;br&gt;
I am 25 years old&lt;br&gt;
I am a music enthusiast&lt;br&gt;
I am a web designer designer&lt;br&gt;
I am a graphic designer&lt;br&gt;
I am a smart globe TM Sun user&lt;br&gt;
I am a dreamer&lt;br&gt;
I am someone with high ambition&lt;br&gt;
I am classified as middle-class&lt;br&gt;
I sleep late&lt;br&gt;
i wake up late&lt;br&gt;
I dont smoke and drink alcohol&lt;br&gt;
I love the Philippines&lt;br&gt;
I love making money&lt;br&gt;
I love computers&lt;br&gt;
I love gadgets&lt;br&gt;
I love Anime&lt;br&gt;
I love computer games&lt;br&gt;
I love video games&lt;br&gt;
I love FHM&lt;br&gt;
I love movies and DVDs&lt;br&gt;
I love Interior Design&lt;br&gt;
I love reading magazines&lt;br&gt;
I love Kris Aquino&lt;br&gt;
I love Willy&lt;br&gt;
I love Animax&lt;br&gt;
I love ABSCBN Kapamilya&lt;br&gt;
I hate vegetables&lt;br&gt;
I hate backstabbers&lt;br&gt;
I hate user-friendly people&lt;br&gt;
I hate deadlines&lt;br&gt;
I would like to experience love&lt;br&gt;
I would like to have a worry-free life&lt;br&gt;
&lt;br&gt;
&lt;font color="#CC0000" face="Verdana" size="1"&gt;&lt;b&gt;Pinoy Ako&lt;/b&gt;&lt;br&gt;&lt;br&gt;Orange And 

Lemons&lt;br&gt;&lt;br&gt;Lahat tayo mayroon pagkakaiba madalang makikita na&lt;br&gt;Ibat ibang 

kagustuhan ngunit iisang patutunguhan&lt;br&gt;Gabay at pagmamahal ang hanap ko&lt;br&gt;Pagbibigay 

ng halaga sa iyo&lt;br&gt;Nais mong ipakilala kung sino ka man 

talaga?&lt;br&gt;&lt;br&gt;[chorus]&lt;br&gt;&lt;br&gt;Pinoy ikaw pinoy&lt;br&gt;Ipakita sa mundo&lt;br&gt;Kung ano ang kaya 

mundo&lt;br&gt;Ibang-iba pinoy&lt;br&gt;Wag kang matatakot&lt;br&gt;Ipagmalaki mo pinoy ako&lt;br&gt;Pinoy 

tayo&lt;br&gt;&lt;br&gt;Ipakita mo ang tunay at sino ka?&lt;br&gt;Mayroon masasama at maganda&lt;br&gt;Wala 

naman perpekto&lt;br&gt;Basta magpakatotoo oohh… oohh…&lt;br&gt;Gabay at pagmamahal ang hanap 

mo&lt;br&gt;Pagbibigay ng halaga sa iyo&lt;br&gt;Nais mong ipakilala kung sino ka man 

talaga?&lt;br&gt;&lt;br&gt;[chorus]&lt;br&gt;&lt;br&gt;Talagang ganyan ang buhay&lt;br&gt;Dapat ka nang 

masanay&lt;br&gt;Wala rin mangyayari&lt;br&gt;Kung laging nakikibagay&lt;br&gt;Ipakilala ang iyong 

sarili&lt;br&gt;Ano man sa iyo mangyayari&lt;br&gt;Ang lagi mong iisipin&lt;br&gt;Kayang kayang 

gawin&lt;br&gt;&lt;br&gt;[chorus] &lt;/font&gt;
&lt;br&gt;&lt;br&gt;
&lt;script language="javascript"&gt; 
last20="yes"; 
tagboarduname="reiearth"; 
&lt;/script&gt; 
&lt;div id="last20id"&gt;&lt;/div&gt;
&lt;/marquee&gt;
&lt;!------------ADVERTISE SCRIPT---&gt;
&lt;script language="javascript"&gt; 
var advertisem = "yes"; 
&lt;/script&gt; 
&lt;div id="advertisemsundel"&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;div style="width:250; height:45; overflow:auto; 
font-weight:normal; color:#ffffff; 
text-align:left; 
z-index:10;
position:absolute; 
top:600; left:450"&gt;
&lt;script language="javascript"&gt; 
lastlogin="yes" 
&lt;/script&gt; 
&lt;div id="lastloginid"&gt;&lt;/div&gt;
&lt;br&gt;
&lt;script type="text/javascript" 
src="http://fastonlineusers.com/on3.php?d=www.friendster.com/reiearth"&gt; 
                 &lt;/script&gt; user online&lt;/a&gt; 
&lt;/div&gt;


&lt;div style="filter:alpha(opacity=100,finishopacity=75,style=3);position: absolute; width:998; 

left:25; top:2; height:4" height="21"&gt;&lt;marquee scrollamount=3 direction=left&gt;
  &lt;font color="#FFFFFF"&gt;Quick 
  Links:&lt;/font&gt;&lt;a href="http://www.friendster.com/editusername.php"&gt;[edit url]
  &lt;/a&gt;&lt;a href="http://www.friendster.com/bulletinboard.php"&gt;[view bulletins] &lt;/a&gt;
  &lt;a href="http://www.friendster.com/bulletin.php"&gt;[post a bulletin] &lt;/a&gt;
  &lt;a href="http://www.friendster.com/friendrequests.php"&gt;[new friend request]
  &lt;/a&gt;&lt;a href="http://www.friendster.com/testimonials.php?action=pending"&gt;[new testimonials]
  &lt;/a&gt;&lt;a href="http://www.friendster.com/editprofile.php"&gt;[edit profile] &lt;/a&gt;
  &lt;a href="http://www.friendster.com/editphotos.php"&gt;[edit photos] &lt;/a&gt;
  &lt;a href="http://www.friendster.com/viewphotos.php?type=1degree"&gt;[photo slideshow]
  &lt;/a&gt;&lt;a href="http://www.friendster.com/photolist.php?list=friends"&gt;[gallery]
  &lt;/a&gt;&lt;a href="http://www.friendster.com/userlist.php?list=newusers"&gt;[more new members]
  &lt;/a&gt;&lt;a href="http://www.friendster.com/userlist.php?list=feat_profile"&gt;[more featured 
  fan profile] &lt;/a&gt;&lt;a href="http://www.friendster.com/blogs.php"&gt;[more blog entries]
  &lt;/a&gt;&lt;/b&gt;&lt;/marquee&gt;
&lt;/div&gt;

&lt;!---------CHAT BOX-----------&gt;
&lt;div style="filter:chroma(color=#6e0000);padding-right:10;overflow:hidden;
width:225; height:348; position:absolute;top:205; left:12"&gt;

&lt;table border="0" cellpadding="0" cellspacing="0" summary="cbox tagboard" align="center"&gt;
&lt;tr&gt;&lt;td align="center"&gt;
&lt;iframe style="filter:chroma(color=#6e0000)" frameborder="0" width="220" height="345" 

src="http://www3.cbox.ws/box/?boxid=2322291&amp;amp;boxtag=9803&amp;amp;sec=main" 

marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" 

style="border:  0px solid;" id="cboxmain"&gt;&lt;/iframe&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;div 

style="padding-right:10;overflow:hidden;height:130;width:250;position:absolute;left:240;top:430"&gt;
&lt;table border="0" cellpadding="0" cellspacing="0" summary="cbox tagboard" align="center" 

width="250"&gt;
&lt;tr&gt;
&lt;td align="center" width="250"&gt;
&lt;iframe frameborder="0" width="250" height="120" 

src="http://www3.cbox.ws/box/?boxid=2322291&amp;amp;boxtag=9803&amp;amp;sec=form&amp;amp;alt=3" 

marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" 

style="border:  0px solid; border-top: 0px;" id="cboxform"&gt;&lt;/iframe&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/font&gt;
 &lt;div &gt;
&lt;/div&gt;

&lt;div  style="background-color:transparent;
width:414; height:150; 
border:2px inset #000000; 
overflow:auto; 
font-weight:normal; color:#FFFFFF; 
text-align:left; 
z-index:11;
position:absolute; 
filter:chroma(color=#6e0000);
top:585; left:8"&gt;
&lt;script language="javascript"&gt; 
autotesti="yes"; 
&lt;/script&gt; 
&lt;div id=AUT class=left_column_content style="width:230px "&gt;&lt;/div&gt;
There is no more complex character in the world of Naruto than Itachi of the Uchiha clan. He is 

somewhat alone in his own universe, nobody so far has been able to approach him enough to 

know his true intentions. We do know that Itachi is a member of Akatsuki, and it would seem that 

he is a feared and respected member amongst the group of missing-nins. His goal, if it is the 

same as the rest of the group, is to bring back all of the "tailed" demons, from the one that Gaara 

has in his body, to Kyuubi that lies sealed in Naruto. Itachi is a lonely guy, from what we could 

see from the few glimpses we have gotten of his past, he spent most of his time alone and 

training in the wild, or doing missions for the Konohagakure police force or ANBU Squad. It is 

known that Itachi had one close friend by the name of Uchiha Shisui, but it seems as if this was 

only because Itachi needed someone to obtain the infamous Mangekyou Sharingan. Cold with 

everyone, even his own family, the only person that was able to approach him enough to get a 

smile out of him was his little brother, Sasuke. It seems as if this behaviour was only a mask to 

hide Itachi's more and more murderous intentions. 

Even though Itachi became like this, he had everything an aspiring ninja could want. Very talented 

from the beginning, Itachi showed to be more than promising as he was the top rookie of the 

academy and he graduated in only one year at the age of seven! A year later, at the age of eight, 

he was able to activate the Uchiha Clans special Advanced Bloodline ability of the Sharingan, 

which is exceptional for one of such a young age, even his brother Sasuke could not activate this 

until the age of twelve. Boosted with this new ability Itachi became a Chuunin at the age of ten. 

Later Itachi would be a Jounin and ANBU squad leader at the age of only thirteen. Tired of being 

surrounded by people he considered as week low-lives, Itachi decided to test his own strength in 

a sickening way. He began his evil deeds by killing his best friend Uchiha Shisui, and with this he 

obtained the greatest technique achievable by his bloodline, The Mangekyou Sharingan. It would 

be awhile before Itachi would commit his next act, when he would finally let his murderous intents 

take over. 

One night, dressed in his ANBU suit, he began the last act he would perform in Konoha for many 

years, the killing of his entire clan. He succeeded with no trouble at all, killing everyone including 

his Mother and Father, the only person he spared for twisted reasons was his little brother, 

Sasuke. There are many reasons why this could be, one is because he wanted his brother to live 

a life of suffering, tortured by the death of all whom he loved. Another is because Itachi possibly 

did not want to suffer the guilt of being responsible for the death of his entire clan, so he left one 

of them alive. Or, perhaps, Itachi wanted his brother to grow strong, strong enough so that one 

day he may be worth fighting, his last words to Sasuke were that he was not even worth killing. 

The fighting style of Itachi is perhaps the most frightening of all those we have seen so far. He has 

mastered every aspect of the art of Ninjutsu, Genjutsu, and Taijutsu. His fighting style mainly 

revolves around a combination of many illusionary techniques mixed with ultra-fast moves that 

even an experienced Jounin such as Hatake Kakashi could barely keep up with. Itachi's 

Sharingan provides even more terrifying Genjutsu for him to use, and Uzumaki Naruto has 

experience it one too many times! But the most terrifying aspect of Itachi is his infamous 

Mangekyou Sharingan, the deadliest form of them all. The Mangekyou casts off a Genjutsu 

(Tsukiyomi) that is absolutely impossible to dispel, a technique that can completely submerge 

the victim in to a parallel world where time for he or she passes much slower for in an instant in 

the real world, 24 hours passes in this dimension, The World of the Grasping Moon, as Itachi 

calls it. What really makes this technique deadly however, is the fact that the user can do 

anything to his victim that he wants, from making him relive moments of his life, to torturing him 

for 72 hours at a time with the blink of an eye. The proof that this technique is so powerful lies in 

the fact that even Kakashi has fallen victim to it and remained broken, powerless and ill for days.

&lt;script language="javascript"&gt; 
autotesti="yes"; 
&lt;/script&gt; 
&lt;div id=AUT&gt;&lt;/div&gt; 
&lt;/div&gt;

&lt;!------------------------REIEARTH SIGNATURE JAVASCRIPT----------&gt;
&lt;div style="overflow:hidden; width:109; height:334; 
          position:absolute; left:880; top:100;color:#FFFFFF"&gt; 
          
&lt;SCRIPT language=javascript&gt;
var NS4 = (document.layers) ? true : false;
var IE4 = (document.all) ? true : false;

var interval = 3;			
var increment = 9;			
var pause = 2000;			
var bannerColor = "transparent";	

var bannerWidth = 109;			
var bannerHeight = 334;			

var Msg = new Array(

"&lt;a href='http://www.friendster.com/reiearth'&gt;&lt;img 

src='http://i103.photobucket.com/albums/m155/reiearth2/itachi/itachix.gif' 

border='0'&gt;&lt;/a&gt;&lt;br&gt;reiearth&lt;br&gt;&lt;a href='http://www.friendster.com/reiearth'&gt;&lt;img 

src='http://i103.photobucket.com/albums/m155/reiearth2/itachi/itachix.gif' 

border='0'&gt;&lt;/a&gt;&lt;br&gt;reiearth&lt;br&gt;&lt;a href='http://www.friendster.com/reiearth'&gt;&lt;img 

src='http://i103.photobucket.com/albums/m155/reiearth2/itachi/itachix.gif' 

border='0'&gt;&lt;/a&gt;&lt;br&gt;reiearth&lt;br&gt;",
"&lt;a href='http://www.friendster.com/reiearth'&gt;&lt;img 

src='http://i103.photobucket.com/albums/m155/reiearth2/itachi/itachix.gif' 

border='0'&gt;&lt;/a&gt;&lt;br&gt;reiearth&lt;br&gt;&lt;a href='http://www.friendster.com/reiearth'&gt;&lt;img 

src='http://i103.photobucket.com/albums/m155/reiearth2/itachi/itachix.gif' 

border='0'&gt;&lt;/a&gt;&lt;br&gt;reiearth&lt;br&gt;&lt;a href='http://www.friendster.com/reiearth'&gt;&lt;img 

src='http://i103.photobucket.com/albums/m155/reiearth2/itachi/itachix.gif' 

border='0'&gt;&lt;/a&gt;&lt;br&gt;reiearth&lt;br&gt;"
);

if (NS4) onload = startBanner;
else  startBanner();

function showMessage(n, show) {
  var showL = (NS4) ? eval("message" + n) :
					  eval("message" + n + ".style");
  showL.visibility = (show) ? ((NS4) ? "show" : "visible") :
							  ((NS4) ? "hide" : "hidden");
}

function nextMessage() {
  var msgIndex = nextIndex;
  nextIndex = (msgIndex == Msg.length - 1) ? 0 : msgIndex + 1;
  scrollBanner(msgIndex, nextIndex);
}

function moveUp() {
  if (NS4) {
	preLayer.top -= increment;
	if (nextLayer.top - increment &lt;= nextLayerTarget) {
	  nextLayer.top = nextLayerTarget;
	  clearInterval(intervalID);
	  preLayer.visibility = "hide";
	  timeoutID = setTimeout("nextMessage()", pause);
	} else {
	  nextLayer.top -= increment;
	}
  } else {
	preLayer.pixelTop -= increment;
	if (nextLayer.pixelTop - increment &lt;= nextLayerTarget) {
	  nextLayer.pixelTop = nextLayerTarget;
	  clearInterval(intervalID);
	  preLayer.visibility = "hidden";
	  timeoutID = setTimeout("nextMessage()", pause);
	} else {
	  nextLayer.pixelTop -= increment;
	}
  }
}

function scrollBanner(from, to) {
  if (NS4) {
	preLayer = eval("message" + from);
	nextLayer = eval("message" + to);
	nextLayer.top = preLayer.top + bannerHeight;
	nextLayerTarget = preLayer.top;
  } else {
	preLayer = eval("message" + from + ".style");
	nextLayer = eval("message" + to + ".style");
	nextLayer.pixelTop = preLayer.pixelTop + bannerHeight;
	nextLayerTarget = preLayer.pixelTop;
  }
  showMessage(to, true); 
  intervalID = setInterval("moveUp()", interval);
}

function drawIE() {
  
  var text = '&lt;DIV ID="banner" STYLE="position:absolute"  left="0" top="0"&gt;';
  for (var i = Msg.length - 1; i &gt;= 0; i--) {
	text += '&lt;DIV ID="message' + i + 
			'" STYLE="position:absolute"  left="0" top="0"&gt;&lt;/DIV&gt;';
  }
  text += '&lt;/DIV&gt;';
  document.write(text);

  
  with (document.all.banner.style) {
	width = bannerWidth;
	height = bannerHeight;
	clip = "rect(0 " + bannerWidth + " " + bannerHeight + " 0)";
	backgroundColor = bannerColor;
  }

  
  for (i = 0; i &lt; Msg.length; i++) {
	with (eval("message" + i + ".style")) {
	  visibility = "hidden";
	  pixelLeft = 0;
	  pixelTop = 0;
	  width = bannerWidth;
	  backgroundColor = bannerColor;
	}
  }
}

function drawNS() {
  
  banner = new Layer(bannerWidth);

  
  with (banner) {
	clip.right = bannerWidth;
	clip.bottom = bannerHeight;
	document.bgColor = bannerColor;
	left = bannerLeft;
	top = bannerTop;
	visibility = "show";
  }

  
  for (var i = 0; i &lt; Msg.length; i++) {
	eval("message" + i + " = " + 
		 "new Layer(bannerWidth, banner)");
	with(eval("message" + i)) {
	  visibility = "hide";
	  left = 0;
	  top = 0;
	  bgColor = bannerColor;
	}
  }
}

function writeBanner() {
  var writeL;
  if (NS4) {
	for (var i = 0; i &lt; Msg.length; i++) {
	  writeL = eval("message" + i);
	  writeL.document.write(Msg[i]);
	  writeL.document.close();
	}
  } else {
	for (var i = 0; i &lt; Msg.length; i++) {
	  writeL = eval("message" + i);
	  writeL.innerHTML = Msg[i];
	}
  }
}

function startBanner() {
	if (NS4)
		drawNS()
	else
		drawIE();
		writeBanner();
		showMessage(0, true);
		nextIndex = 0;
		timeoutID = setTimeout("nextMessage()", pause);
}

&lt;/SCRIPT&gt;
&lt;/div&gt;

&lt;!--------links/credit----&gt;

&lt;div style="background-color:transparent;width:148; 
height:220; overflow:auto; font-weight:normal; color:#ffffff; 
position:absolute; top:470; left:857;z-index:16"&gt;
&lt;marquee onmouseout=this.start() onmouseover=this.stop() 

style="filter:alpha(opacity=100,finishopacity=0,style=1,finishX=0,finishY=0)" direction=up 

scrollamount=1 scrolldelay=1 height="215" width="144"&gt;
&lt;p align=center&gt;
&lt;a target="_blank" href="http://www.markyctrigger.com"&gt;Markyctrigger Overlay Generator&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.markyctrigger.com/forum"&gt;Markyctrigger Forum&lt;/a&gt;&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebs.com/petok1983"&gt;
                  Code Encrypter&lt;/a&gt;&lt;br&gt;
&lt;a target="_blank" href="http://www.friendster.com/reiearth"&gt;reiearth friendster profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/finalfantasy7"&gt;Final Fantasy 7 profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/freestyle2006"&gt;Freestyle profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/rozenmaiden"&gt;RozenMaiden profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/sasuke2006"&gt;Sasuke Animated profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/sasuke2006/sasuke2.html"&gt;Sasuke1 

profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/sasuke2006/sasuke3.html"&gt;Sasuke2 

profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/sasuke2006/sasublue.html"&gt;Sasuke Blue 

profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/itachixxx"&gt;Itachi profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/narutoxxx"&gt;Naruto profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/sakuraex"&gt;Sakura1 profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/sakuraex2"&gt;Sakura2 profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/angel_grace"&gt;Angel Grace profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/angel_grace/angelice.html"&gt;Angel profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown.com/gaaraxxxl"&gt;Gaara profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/shadow2/shadow2.html"&gt;Shadow Hedgehog 

profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/shadow2"&gt;Shadow Hedgehog Animated 

profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/purplefox"&gt;purplefox profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/purplefox/pfox_premade.html"&gt;purplefox 

premade1 profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/purplefox/pfox_premade2.html"&gt;purplefox 

premade2 profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.friendster.com"&gt;Friendster&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.good-tutorials.com"&gt;good tutorials&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.yahoo.com"&gt;Yahoo&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.good-tutorials.com"&gt;Good Tutorials&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.o2jam.com.ph"&gt;O2JAM&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.e-games.com.ph"&gt;E-Games&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freestylonline.ph"&gt;Freestyle Online&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.levelupgames.ph"&gt;Level Up Games&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.mobius.ph"&gt;Mobius&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.gunbound.ph"&gt;Gunbound&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.pangya.com.ph"&gt;Pangya&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.ranonline.com.ph"&gt;Ran Online&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http:/friendster-tweakers.com"&gt;Friendster Tweakers&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://cbox.ws"&gt;CBOX&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.tag-board.com"&gt;Tagboard&lt;/a&gt;
&lt;br&gt;

&lt;a target="_blank" href="http://www.Photobucket.com"&gt;Photobucket&lt;/a&gt;&lt;/br&gt;
&lt;a target="_blank" href="http://www.freewebtown.com"&gt;Free Web Town&lt;/a&gt;&lt;/br&gt;
&lt;a target="_blank" href="http://www.picturetrail.com"&gt;Picture Trail&lt;/a&gt;&lt;/br&gt;
&lt;a target="_blank" href="http://www.narutoxxx.com"&gt;NarutoXXX&lt;/a&gt;&lt;/br&gt;
&lt;br&gt;&lt;br&gt;
This page was visited&lt;br&gt;
&lt;br&gt;
&lt;!-- Start of StatCounter Code --&gt;
  &lt;a href="http://www.statcounter.com/" target="_blank"&gt;
  &lt;img 

src="http://c12.statcounter.com/counter.php?sc_project=1668603&amp;java=0&amp;security=2f803d98&amp;in

visible=0" alt="web page hit counter" border="0"&gt;&lt;/a&gt;
  &lt;!-- End of StatCounter Code --&gt;
&lt;br&gt;&lt;br&gt;
Vote for my profile:&lt;br&gt;
&lt;a href="http://top.friendster-tweakers.com/"&gt;&lt;img 

src="http://top.friendster-tweakers.com/button.php?u=reiearth" alt="Friendster Top Profiles" 

border="0" /&gt;&lt;/a&gt;
&lt;br&gt;&lt;br&gt;
&lt;a href="http://www.aerocloud.com/topsites/"&gt;&lt;img 

src="http://www.aerocloud.com/topsites/button.php?u=reiearth" alt="AeroCloud Topsites List" 

border="0" /&gt;&lt;/a&gt;
&lt;br&gt;&lt;br&gt;
&lt;script language="javascript"&gt; 
lastlogin="yes" 
&lt;/script&gt; 
&lt;div id="lastloginid"&gt;&lt;/div&gt;
&lt;/p&gt;&lt;/marquee&gt;
&lt;/div&gt;
&lt;/div&gt;


&lt;embed style="filter:alpha(opacity=100,finishopacity=20,style=2);border:2px inset 

#FFFFFF;z-indez:50;position:absolute;top:530;
left:724" src='http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf' wmode="transparent"  

quality='high' width='106' height='26' align='middle' type='application/x-shockwave-flash' 

pluginspage='http://www.macromedia.com/go/getflashplayer'/&gt;

&lt;embed style="position:absolute; left:550; top:50;filter:alpha(Opacity=100,FinishOpacity=75,Style=2)" src="http://www.reiearth.net/flash/mp3player.swf" allowScriptAccess="never" quality="high" wmode="transparent" width="280" height="280" menu="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="playList=http://www.reiearth.net/flash/mp3player.xml"&gt;&lt;/embed&gt;

&lt;/BODY&gt;
&lt;/html&gt;
&lt;/textarea&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;overlayouts&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3976083099858561218-1904145758021004989?l=www.pinoy-design.co.cc' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/overlayouts/~4/8g7ghaYqI9c" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-14T13:35:40.207+08:00</app:edited><media:thumbnail url="http://i103.photobucket.com/albums/m155/reiearth2/itachi/th_itachi_01.jpg" height="72" width="72" /><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><enclosure url="http://i103.photobucket.com/albums/m155/reiearth2/itachi/itachibutton.swf" length="379014" type="application/x-shockwave-flash" /><media:content url="http://i103.photobucket.com/albums/m155/reiearth2/itachi/itachibutton.swf" fileSize="379014" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle>ITACHI LAYOUT HAD "NO SCREENSHOT" BUT HAVE A PREVIEW ITACHI preview Layout Code: &amp;nbspreiearth uchiha itachi profile&amp;nbsp© BODY { SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #202020; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: </itunes:subtitle><itunes:author>noreply@blogger.com (iznab)</itunes:author><itunes:summary>ITACHI LAYOUT HAD "NO SCREENSHOT" BUT HAVE A PREVIEW ITACHI preview Layout Code: &amp;nbspreiearth uchiha itachi profile&amp;nbsp© BODY { SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #202020; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #FFFFFF; SCROLLBAR-TRACK-COLOR: #6E0000; SCROLLBAR-DARKSHADOW-COLOR: #000000; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Tahoma; } a, a:link, a:visited, a:active { font-size:10px;color:#FFFFFF; font-weight: normal; text-decoration: none; border-bottom:0px; font-style: normal; } a:hover { font-size:10px;background-color:#000000;color:#ffffff; font-weight: bold; text-decoration: none; border-bottom:0px; font-style: normal; } #aut{width:100%; font-size:10px; color:#000000; padding:0px 5px 0px 5px; overflow:hidden;} .left_column_testimonials IMG{width:50px; border:2px solid #000000 !important; margin-right:5px !important;} .left_column_testimonials_content .date {color:#FFFFFF;} .testimonialbody{ padding-bottom:5px; margin-bottom:5px;} .left_column_testimonials a:visited, .left_column_testimonials a:link{text-decoration:none; color:#000000;} .left_column_hr{overflow:hidden; clear:both; border-bottom:1px solid #000000; height:5px; margin-bottom:5px;} .seeall{padding-bottom:5px; text-align:center;} .seeall a:link, .seeall a:visited{text-decoration:none; color:#000000;} .seeall a:hover, #quote_nav a:hover{color:#000000;} .boldtext{font-size: 10px;font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;color: #253B6D;} .bluetext{font-size: 10px;font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;color: #3A78B4;} 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() // 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 --------- Name: William Rei Udarbe Nick: rei Birthday: February 10, 1981 Age: 25 Gender: Male! Status: Single School: Data Center Philippines Hobbies: Web designing, Playing Computer games, Listening Music, Watching TV, Texting, Reading Magazines and sleeping. MORE ABOUT I: I want to meet my TWIN I want to meet my soulmate I want to meet all my friends I want to meet SMB Beermen I want to meet ARTISTAS I want to meet Manny Pacquiao I want to be in Game K N B I want to be in Deal or No Deal I want to be in Wowowee I want to become a millionaire I want to travel the world I am 25 years old I am a music enthusiast I am a web designer designer I am a graphic desi</itunes:summary><itunes:keywords>overlay design, free, friendster layout, itachi layout</itunes:keywords><feedburner:origLink>http://www.pinoy-design.co.cc/2009/04/itachi-layout.html</feedburner:origLink></item><item><title>neji layout</title><link>http://feedproxy.google.com/~r/overlayouts/~3/shUFgd0NKh4/neji-layout.html</link><category>overlay</category><category>neji layout</category><category>layouts</category><author>noreply@blogger.com (iznab)</author><pubDate>Mon, 13 Apr 2009 21:02:16 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3976083099858561218.post-9058390366240587925</guid><description>&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 200px; height: 200px;" src="http://i103.photobucket.com/albums/m155/reiearth2/nejipreview2.jpg" border="0" alt="" /&gt;

&lt;a href="http://www.freewebtown.com/nejixxx/index.html"&gt;&lt;strong&gt;neji preview&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
     &lt;label for="textareainput"&gt;Layout Code:&lt;/label&gt;
     &lt;br /&gt;
 &lt;span class="niceform" style=" font-size:12px"&gt;
 &lt;textarea id="textareainput2" name="textareainput2" rows="3" cols="28" onMouseover="ddrivetip(ins5, 300)"; onMouseout="hideddrivetip()"&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;&amp;nbspreiearth HYUUGA NEJI profile&amp;nbsp©&lt;/TITLE&gt;
&lt;META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"&gt;
&lt;META http-equiv=Page-Enter content=BlendTrans(Duration=1.5)&gt;
&lt;META http-equiv=Site-Exit content=BlendTrans(Duration=1.5)&gt;
&lt;style type="text/css"&gt;

	BODY {
		SCROLLBAR-FACE-COLOR: #000000; 
		SCROLLBAR-HIGHLIGHT-COLOR: #202020; 
		SCROLLBAR-SHADOW-COLOR: #000000; 
		SCROLLBAR-3DLIGHT-COLOR: #000000;
		SCROLLBAR-ARROW-COLOR: #FFFFFF; 
		SCROLLBAR-TRACK-COLOR: #353535; 
		SCROLLBAR-DARKSHADOW-COLOR: #000000;
		overflow-y:auto;
		FONT-SIZE: 10px; 
		COLOR: #000000; 
		FONT-FAMILY: Tahoma;
		}
		a, a:link, a:visited, a:active { font-size:10px;color:#FFFFFF; font-weight:				normal; text-decoration: none; border-bottom:0px; font-style: normal; }
		a:hover { font-size:10px;background-color:#000000;color:#ffffff; font-weight: bold; 			text-decoration: none; border-bottom:0px; font-style: normal; }
#aut{width:100%; font-size:10px; color:#000000; padding:0px 5px 0px 5px; overflow:hidden;}
	  .left_column_testimonials IMG{width:50px; border:2px solid #000000 !important; margin-right:5px !important;}
	  .left_column_testimonials_content .date {color:#FFFFFF;}
	  .testimonialbody{ padding-bottom:5px; margin-bottom:5px;} 
	  .left_column_testimonials a:visited, .left_column_testimonials a:link{text-decoration:none; color:#000000;}
	  .left_column_hr{overflow:hidden; clear:both; border-bottom:1px solid #000000; height:5px; margin-bottom:5px;}
	  .seeall{padding-bottom:5px; text-align:center;}
	  .seeall a:link, .seeall a:visited{text-decoration:none; color:#000000;}
	  .seeall a:hover, #quote_nav a:hover{color:#000000;}
&lt;/style&gt;
&lt;!--------NO RIGHT CLICK-------&gt;
&lt;script language="javascript"&gt;
if (window.Event)
  document.captureEvents(Event.MOUSEUP);

function nocontextmenu() {
  event.cancelBubble = true, event.returnValue = false;

  return false;
} 

function norightclick(e) {
  if (window.Event) {
    if (e.which == 2 || e.which == 3) return false;
  }
  else if (event.button == 2 || event.button == 3) {
    event.cancelBubble = true, event.returnValue = false;
    return false;
  }
}

if (document.layers)
  document.captureEvents(Event.MOUSEDOWN);

document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;
document.onmouseup = norightclick;
&lt;/script&gt;
&lt;!---------------TITLE SCROLLER-----&gt;
&lt;script language="javascript"&gt;
 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()&lt;/script&gt;
&lt;!-------------STATUS SCROLLER-------&gt;
&lt;script language="javascript"&gt;
 &lt;!--// 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 &lt;yshiran@iil.intel.com&gt;

// 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!"
ar[4] = "visit www.friendster.com/reiearth"
ar[5] = "visit www.reiearth.net"
ar[6] = "visit www.profile-overlay.com/forum"
ar[7] = "email me at reiearth2001@yahoo.com"
// 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 &lt; 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 &lt;= 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 &lt; 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 &lt; 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()
// --&gt;&lt;/script&gt;
&lt;/HEAD&gt;
&lt;BODY BGCOLOR=#000000 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0&gt;
&lt;!-- ImageReady Slices (neji4.psd) --&gt;
&lt;IMG SRC="http://img178.imageshack.us/img178/2246/neji4bg5.jpg" WIDTH=1008 HEIGHT=756 BORDER=0 ALT="" USEMAP="#neji4_Map"&gt;
&lt;MAP NAME="neji4_Map"&gt;
&lt;AREA SHAPE="poly" ALT="" COORDS="796,580, 881,605, 867,616, 793,595" HREF="http://www.friendster.com/referafriend.php?refer=5475934"&gt;
&lt;AREA SHAPE="poly" ALT="" COORDS="793,556, 882,582, 877,592, 795,569" HREF="http://www.friendster.com/introduce.php?uid=5475934"&gt;
&lt;AREA SHAPE="poly" ALT="" COORDS="803,535, 892,559, 882,570, 798,547" HREF="http://www.friendster.com/addfriendrequest.php?uid=5475934&amp;email=reiearth2001@yahoo.com&amp;confirm=1"&gt;
&lt;AREA SHAPE="poly" ALT="" COORDS="810,511, 895,537, 887,550, 805,525" HREF="http://www.friendster.com/bookmarks.php?action=add&amp;uid=5475934"&gt;
&lt;AREA SHAPE="poly" ALT="" COORDS="805,486, 914,517, 900,531, 803,501" HREF="http://www.friendster.com/testimonials.php?action=add&amp;uid=5475934"&gt;
&lt;AREA SHAPE="poly" ALT="" COORDS="823,466, 909,490, 900,502, 814,480" HREF="http://www.friendster.com/sendmessage.php?uid=5475934&amp;action=sendsmile"&gt;
&lt;AREA SHAPE="poly" ALT="" COORDS="812,439, 931,470, 920,484, 805,451" HREF="http://www.friendster.com/sendmessage.php?uid=5475934"&gt;
&lt;AREA SHAPE="poly" ALT="" COORDS="822,418, 929,449, 919,461, 818,430" HREF="http://www.friendster.com/viewphotos.php?uid=5475934"&gt;
&lt;AREA SHAPE="poly" ALT="" COORDS="829,395, 936,423, 927,440, 823,411" HREF="http://www.friendster.com/friends.php?uid=5475934"&gt;
&lt;AREA SHAPE="poly" ALT="" COORDS="821,372, 821,388, 959,424, 959,403, 839,371" HREF="http://www.friendster.com/testimonials.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="view reiearth profile" COORDS="397,585,536,598" HREF="http://www.friendster.com/reiearth"&gt;
&lt;AREA SHAPE="rect" ALT="exit profile" COORDS="952,8,993,47" HREF="http://www.friendster.com/logout.php"&gt;
&lt;AREA SHAPE="rect" ALT="go to my messages" COORDS="972,150,990,233" HREF="http://www.friendster.com/messages.php"&gt;
&lt;AREA SHAPE="rect" ALT="view your friends" COORDS="700,157,716,231" HREF="http://www.friendster.com/friends.php"&gt;
&lt;AREA SHAPE="rect" ALT="view your profile" COORDS="810,338,877,354" HREF="http://www.friendster.com/user.php"&gt;
&lt;AREA SHAPE="rect" ALT="go to friendster home" COORDS="817,39,874,57" HREF="http://www.friendster.com/home.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="767,4,916,26" HREF="http://www.friendster.com"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="820,726,883,737" HREF="http://www.friendster.com/info/privacy.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="742,727,816,737" HREF="http://www.friendster.com/info/tos.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="715,726,738,737" HREF="http://www.friendster.com/custhelp.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="639,726,713,737" HREF="http://www.friendster.com/affiliate.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="614,726,636,737" HREF="http://www.friendster.com/info/tour/1_0.htm?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="578,726,611,737" HREF="http://www.friendster.com/events.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="533,725,574,736" HREF="http://www.friendster.com/info/shopping.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="480,726,531,736" HREF="http://www.friendster.com/info/contacts.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="437,726,478,737" HREF="http://www.friendster.com/info/index.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="403,598,530,611" HREF="http://www.reiearth.net"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="31,559,308,586" HREF="http://www.profile-overlay.com"&gt;
&lt;/MAP&gt;
&lt;!-- End ImageReady Slices --&gt;

&lt;!----------PROFILE INFO BOX--------&gt;
&lt;div style="FILTER:chroma(color=#6e0000);background-color:transparent;
width:315; height:200; 
border:0px inset #000000; 
overflow:auto; 
font-weight:bold; color:#000000; 
text-align:left; 
z-index:10;
position:absolute; 
top:83; left:25;
SCROLLBAR-FACE-COLOR: #6e0000; 
		SCROLLBAR-HIGHLIGHT-COLOR: #6e0000; 
		SCROLLBAR-SHADOW-COLOR: #6e0000; 
		SCROLLBAR-3DLIGHT-COLOR: #6e0000;
		SCROLLBAR-ARROW-COLOR: #000000; 
		SCROLLBAR-TRACK-COLOR: #6e0000; 
		SCROLLBAR-DARKSHADOW-COLOR: #6e0000;

"&gt;
&lt;!----------REPLACE INFO HERE--------&gt;
&lt;script language="javascript"&gt; 
lastlogin="yes" 
&lt;/script&gt; 
&lt;div id="lastloginid"&gt;&lt;/div&gt;
 &lt;br&gt;
P R O F I L E  I N F O
&lt;hr&gt;
Name: Hatake Kakashi&lt;br&gt;
Country: Fire Country; Hidden Leaf Village&lt;br&gt;
Age: 27 Height: 181 CM Weight: 67.5 KG&lt;br&gt;
Birthday: September 15th&lt;br&gt;
Bloodtype: O&lt;br&gt;
First Seen: Chapter 003; Anime Episode 003&lt;br&gt;
Acquaintances: Haruno Sakura, Hatake Sakumo, Maito Gai, Pakkun, Rin, Uchiha Obito, Uchiha Sasuke, Uzumaki Naruto, Yondaime&lt;br&gt;
Hatake Kakashi, or "Copy Ninja Kakashi" is Sasuke's, Sakura's and Naruto's sensei. Usually discrete by nature about everything including himself, it seems that he wants to keep who he really is a secret to others and he always keeps his lower face hiddenby a mask. Kakashi also has a reputation of being a severe and demanding teacher, having returned all of his previous students before Naruto and his teammates to the academy. He said that all the others were brainless kids that didn't know what teamwork is and that they only obeyed to what they were told to do, teamwork seems to be very important to Kakashi. But, even though he seems to be cold sometimes, Kakashi loves his student and care for them enough to protect them at all costs, even his life, and he demonstrated that with Orochimaru and Zabuza. 
&lt;hr&gt;
&lt;/div&gt;
&lt;!---------------TESTIMONIALS-------------&gt;
&lt;div  style="background-color:transparent;
width:315; height:200; 
overflow:auto; 
font-weight:bold; color:#000000; 
text-align:left; 
z-index:11;
position:absolute; 
filter:chroma(color=#6e0000);
SCROLLBAR-FACE-COLOR: #6e0000; 
		SCROLLBAR-HIGHLIGHT-COLOR: #6e0000; 
		SCROLLBAR-SHADOW-COLOR: #6e0000; 
		SCROLLBAR-3DLIGHT-COLOR: #6e0000;
		SCROLLBAR-ARROW-COLOR: #000000; 
		SCROLLBAR-TRACK-COLOR: #6e0000; 
		SCROLLBAR-DARKSHADOW-COLOR: #6e0000;
top:280; left:25"&gt;
&lt;script language="javascript"&gt; 
autotesti="yes"; 
&lt;/script&gt; 
&lt;div id=AUT class=left_column_content style="width:230px "&gt;&lt;/div&gt;
T E S T I M O N I A L S&lt;hr&gt;
Kakashi is quick thinking and seems to always be one step ahead of everyone and almost always knows how to act accordingly, even though he's always late to every appointment he has, important, or not! Moreover, Kakashi always has an ethically questionable book on him from the "Come Come Paradise" trilogy, and he even reads it in his first combat with his students which, of course insulted Naruto and got him into some "trouble"! 

Like a lot of characters in Naruto, Kakashi's past is a tragic one, dirtied with the death of many friends and relatives. First, his father, Hatake Sakumo (AKA: White Fang), was disgraced after he abandoned a mission to save his friends, but because of that, Konoha suffered great losses and the village and his companions blamed the White Fang for that, thus, making him weak of mind and body because of the guilt he felt for his failure, and ultimately leading him to suicide. And for that reason, Kakashi became very strict about rules and regulations until 13 years ago... 

It is known that Kakashi became a jounin 13 years ago (from where the manga currently is), at age 16. At the time he was training under Konoha's future fourth Hokage, Yellow Flash. He was in a three man team with Uchiha Obito, whom he never got along very well because Obito never obeyed rules and regulations, and Rin. At the time, there was great turmoil between the great countries and Konoha was deeply involved in what was to be called: The Third Secret World War. All four ninja were involved in a sabotage mission during the war and went to Rock Country. During the mission, the future fourth had to separate from Kakashi and the rest, so Kakashi was given charge of Obito and Rin. 

Unfortunatly, Rin was captured by enemy ninjas and Obito went to rescue her without Kakashi who was still stuck up with his rules and regulations (he wanted to resume the mission without her). Obito had found Rin, but was about to be killed when Kakahi, who finally understood that teamwork and companionship was more important than rules, stepped in and injured the rock ninja. After some battle Kakashi injured his left eye and they were both about to be killed when he was helped by Obito who had his Sharingan awakened and killed the camouflaged enemy. The enemy's companion that was cornered used a Doton jutsu to make some rocks fall on Kakashi's team. Rin got out of the way but Kakashi was hit by a big rock on his blind side and fell to the ground, in an ultimate act of courage, Obito pushed Kakashi out of the way, therefore, saving him. Half crushed under the rocks, slowly dying, Obito's last gift to Kakashi was his Sharingan in his left eye, that was transplanted by Rin into Kakashi, making Kakashi what he is today, always being late and privileging teamwork to carry on Obito's legacy. 

Afterwards Kakashi became an ANBU team member for a number of years, his only known mission was a rescue mission to save Snow Country's princess. But, judging from what we have seen in that part, we can deduce that Kakashi has been a normal jounin only for a few years. 

Kakashi's fighting technique is complex and complete. First of all, Kakashi is quick thinking and has a developed sense of smell, thus making him very receptive to dangers surrounding him. He's also an excellent scout because of his great sense of smell and his ability to summon dogs. Kakashi, more than Sasuke, has learned how to use his Sharingan to the best of it's capacity. He knows the genjutsu that are related to the Sharingan and he can easily confuse powerful enemies like Zabuza with it. Moreover, Kakashi's favorite use of the Sharingan is it's copying ability. It is said that Kakashi has copied more than a thousand techniques with it, making Kakashi's arrays of techniques an exceptionally wide one. 

Finally, Kakashi can even foresee the enemies moves with his left eye, making him even more shrewd. Aside from his Sharingan, Kakashi devised a formidable and powerful jutsu named Chidori/Raikiri. With this jutsu, Kakshi can virtually pierce everything from rock to flesh. Adding to this great array of ninjutsu, Kakashi is a formidable taijutsu user, and proves to be a strong enemy to even taijutsu users like Gai and can easily hold his own in close combat, like he does against Zabuza. The son of the once respected White Fang can wisely use genjutsu to his advantage in combat, and he can use a lot of them, making him a dangerous adversary even when the enemy is in hiding or keeping a distance.
&lt;hr&gt;
&lt;/div&gt;
&lt;div style="position:absolute; left:400; top:1;height:60;width:300;overflow:hidden"&gt;
&lt;embed  src="flashneji.swf" quality="high" menu="false" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="85"&gt;&lt;/embed&gt;

&lt;/div&gt;
&lt;embed style="border:2px inset #000000;filter:alpha(opacity=100);z-indez:50;position:absolute;top:55;
left:135" src='fsdbp.swf' wmode="transparent"  menu='false' quality='high' width='106' height='26' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'/&gt;


&lt;div style="FILTER:chroma(color=#6e0000);background-color:transparent;
width:216; height:235; 
border:2px inset #000000; 
overflow:hidden; 
font-weight:bold; color:#000000; 
text-align:left; 
z-index:10;
position:absolute; 
top:82; left:736;
SCROLLBAR-FACE-COLOR: #6e0000; 
		SCROLLBAR-HIGHLIGHT-COLOR: #6e0000; 
		SCROLLBAR-SHADOW-COLOR: #6e0000; 
		SCROLLBAR-3DLIGHT-COLOR: #6e0000;
		SCROLLBAR-ARROW-COLOR: #000000; 
		SCROLLBAR-TRACK-COLOR: #6e0000; 
		SCROLLBAR-DARKSHADOW-COLOR: #6e0000;

"&gt;
&lt;!-- BEGIN CBOX - http://www.cbox.ws --&gt;
&lt;div align="center" id="cboxdiv"&gt;
&lt;iframe frameborder="0" width="215" height="230" src="http://www3.cbox.ws/box/?boxid=2406281&amp;amp;boxtag=4070&amp;amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border: 0px solid;" id="cboxmain"&gt;&lt;/iframe&gt;

&lt;/div&gt;
&lt;!-- END CBOX --&gt;
&lt;/div&gt;


&lt;div style="background-color:transparent;
width:200; height:100; 
border:0px inset #000000; 
text-align:left; 
z-index:10;
position:absolute; 
top:415; left:606;
"&gt;
&lt;iframe frameborder="0" width="200" height="132" src="http://www3.cbox.ws/box/?boxid=2406281&amp;amp;boxtag=4070&amp;amp;sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border: 0px solid;border-top:0px" id="cboxform"&gt;&lt;/iframe&gt; &lt;/div&gt;
&lt;/BODY&gt;
&lt;/HTML&gt;
&lt;/textarea&gt;
&lt;/span&gt;&lt;a href="http://www.freewebtown.com/nejixxx/index.html"&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;overlayouts&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3976083099858561218-9058390366240587925?l=www.pinoy-design.co.cc' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/overlayouts/~4/shUFgd0NKh4" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-14T12:02:16.616+08:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.pinoy-design.co.cc/2009/04/neji-layout.html</feedburner:origLink></item><item><title>kakashi layout</title><link>http://feedproxy.google.com/~r/overlayouts/~3/nxvddofJBUA/blog-post.html</link><category>overlay</category><category>kakashi layout</category><category>layouts</category><author>noreply@blogger.com (iznab)</author><pubDate>Mon, 13 Apr 2009 21:00:48 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3976083099858561218.post-4564939583108905881</guid><description>&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 200px; height: 200px;" src="http://i103.photobucket.com/albums/m155/reiearth2/kakashipreview.jpg" border="0" alt="" /&gt;

&lt;a href="http://www.freewebtown.com/kakashixxx/index.html"&gt;&lt;strong&gt;kakashipreview&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;
&lt;label for="textareainput"&gt;Layout Code:&lt;/label&gt;
&lt;br /&gt;
&lt;span class="niceform" style=" font-size:12px"&gt;
&lt;textarea id="textareainput2" name="textareainput2" rows="3" cols="28" onMouseover="ddrivetip(ins5, 300)"; onMouseout="hideddrivetip()"&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;&amp;nbspreiearth hatake kakashi profile&amp;nbsp©&lt;/TITLE&gt;
&lt;META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"&gt;
&lt;META http-equiv=Page-Enter content=BlendTrans(Duration=1.5)&gt;
&lt;META http-equiv=Site-Exit content=BlendTrans(Duration=1.5)&gt;
&lt;style type="text/css"&gt;

	BODY {
		SCROLLBAR-FACE-COLOR: #000000; 
		SCROLLBAR-HIGHLIGHT-COLOR: #202020; 
		SCROLLBAR-SHADOW-COLOR: #000000; 
		SCROLLBAR-3DLIGHT-COLOR: #000000;
		SCROLLBAR-ARROW-COLOR: #FFFFFF; 
		SCROLLBAR-TRACK-COLOR: #7F0003; 
		SCROLLBAR-DARKSHADOW-COLOR: #000000;
		overflow-x:hidden;
		overflow-y:auto;
		FONT-SIZE: 10px; 
		COLOR: #000000; 
		FONT-FAMILY: Tahoma;
		}
		a, a:link, a:visited, a:active { font-size:10px;color:#FFFFFF; font-weight:				normal; text-decoration: none; border-bottom:0px; font-style: normal; }
		a:hover { font-size:10px;background-color:#000000;color:#ffffff; font-weight: bold; 		text-decoration: none; border-bottom:0px; font-style: normal; }


#aut{width:100%; font-size:10px; color:#000000; padding:0px 5px 0px 5px; overflow:hidden;}
	  .left_column_testimonials IMG{width:50px; border:2px solid #000000 !important; margin-right:5px !important;}
	  .left_column_testimonials_content .date {color:#FFFFFF;}
	  .testimonialbody{ padding-bottom:5px; margin-bottom:5px;} 
	  .left_column_testimonials a:visited, .left_column_testimonials a:link{text-decoration:none; color:#000000;}
	  .left_column_hr{overflow:hidden; clear:both; border-bottom:1px solid #000000; height:5px; margin-bottom:5px;}
	  .seeall{padding-bottom:5px; text-align:center;}
	  .seeall a:link, .seeall a:visited{text-decoration:none; color:#000000;}
	  .seeall a:hover, #quote_nav a:hover{color:#000000;}

&lt;/style&gt;

&lt;!--------NO RIGHT CLICK-------&gt;
&lt;script language="javascript"&gt;
if (window.Event)
  document.captureEvents(Event.MOUSEUP);

function nocontextmenu() {
  event.cancelBubble = true, event.returnValue = false;

  return false;
} 

function norightclick(e) {
  if (window.Event) {
    if (e.which == 2 || e.which == 3) return false;
  }
  else if (event.button == 2 || event.button == 3) {
    event.cancelBubble = true, event.returnValue = false;
    return false;
  }
}

if (document.layers)
  document.captureEvents(Event.MOUSEDOWN);

document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;
document.onmouseup = norightclick;
&lt;/script&gt;
&lt;!---------------TITLE SCROLLER-----&gt;
&lt;script language="javascript"&gt;
 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()&lt;/script&gt;
&lt;!-------------STATUS SCROLLER-------&gt;
&lt;script language="javascript"&gt;
 &lt;!--// 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 &lt;yshiran@iil.intel.com&gt;

// 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!"
ar[4] = "visit www.friendster.com/reiearth"
ar[5] = "visit www.reiearth.net"
ar[6] = "visit www.profile-overlay.com/forum"
ar[7] = "email me at reiearth2001@yahoo.com"
// 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 &lt; 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 &lt;= 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 &lt; 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 &lt; 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()
// --&gt;&lt;/script&gt;

&lt;/HEAD&gt;
&lt;BODY BGCOLOR=#000000 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0&gt;
&lt;!-- ImageReady Slices (kakashixxx.psd) --&gt;
&lt;IMG SRC="http://img143.imageshack.us/img143/2180/kakashixxxla6.jpg" WIDTH=1008 HEIGHT=757 BORDER=0 ALT="" USEMAP="#kakashixxx_Map"&gt;
&lt;MAP NAME="kakashixxx_Map"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="11,143,154,168" HREF="http://www.friendster.com"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="585,725,659,738" HREF="http://www.friendster.com/info/privacy.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="494,725,582,737" HREF="http://www.friendster.com/info/tos.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="465,724,491,738" HREF="http://www.friendster.com/custhelp.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="378,724,463,738" HREF="http://www.friendster.com/affiliate.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="348,723,374,736" HREF="http://www.friendster.com/info/tour/1_0.htm?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="306,724,344,737" HREF="http://www.friendster.com/events.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="257,724,304,737" HREF="http://www.friendster.com/info/shopping.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="196,725,253,737" HREF="http://www.friendster.com/info/contacts.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="143,724,193,737" HREF="http://www.friendster.com/info/index.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="506,692,601,707" HREF="http://www.friendster.com/editprofile.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="507,674,605,689" HREF="http://www.friendster.com/editphotos.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="509,657,570,670" HREF="http://www.friendster.com/editusername.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="323,692,428,708" HREF="http://www.friendster.com/bulletin.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="323,673,424,689" HREF="http://www.friendster.com/bulletinboard.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="325,655,424,671" HREF="http://www.friendster.com/friends.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="326,639,424,653" HREF="http://www.friendster.com/viewphotos.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="325,619,480,635" HREF="http://www.friendster.com/testimonials.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="168,693,247,707" HREF="http://www.friendster.com/bookmarks.php?action=add&amp;uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="167,674,290,690" HREF="http://www.friendster.com/testimonials.php?action=add&amp;uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="167,656,283,670" HREF="http://www.friendster.com/addfriendrequest.php?uid=5475934&amp;email=reiearth2001@yahoo.com&amp;confirm"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="165,639,252,654" HREF="http://www.friendster.com/sendmessage.php?uid=5475934&amp;action=sendsmile"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="164,619,285,634" HREF="http://www.friendster.com/sendmessage.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="check reiearth profile" COORDS="171,37,312,55" HREF="http://www.friendster.com/reiearth"&gt;
&lt;AREA SHAPE="rect" ALT="exit profile" COORDS="29,443,134,466" HREF="http://www.friendster.com/logout.php"&gt;
&lt;AREA SHAPE="rect" ALT="edit your settings" COORDS="31,409,132,431" HREF="http://www.friendster.com/editaccount.php"&gt;
&lt;AREA SHAPE="rect" ALT="check your messages" COORDS="29,372,135,397" HREF="http://www.friendster.com/messages.php"&gt;
&lt;AREA SHAPE="rect" ALT="view your friends" COORDS="30,340,134,364" HREF="http://www.friendster.com/friends.php"&gt;
&lt;AREA SHAPE="rect" ALT="view your profile" COORDS="30,303,135,326" HREF="http://www.friendster.com/user.php"&gt;
&lt;AREA SHAPE="rect" ALT="go to index" COORDS="32,270,131,292" HREF="http://www.friendster.com/home.php"&gt;
&lt;/MAP&gt;
&lt;!-- End ImageReady Slices --&gt;

&lt;!----------PROFILE INFO BOX--------&gt;
&lt;div style="FILTER:chroma(color=#6e0000);background-color:transparent;
width:403; height:175; 
border:0px inset #000000; 
overflow:auto; 
font-weight:bold; color:#000000; 
text-align:left; 
z-index:10;
position:absolute; 
top:193; left:164;
PADDING-LEFT:5;
SCROLLBAR-FACE-COLOR: #6e0000; 
		SCROLLBAR-HIGHLIGHT-COLOR: #6e0000; 
		SCROLLBAR-SHADOW-COLOR: #000000; 
		SCROLLBAR-3DLIGHT-COLOR: #6e0000;
		SCROLLBAR-ARROW-COLOR: #000000; 
		SCROLLBAR-TRACK-COLOR: #6e0000; 
		SCROLLBAR-DARKSHADOW-COLOR: #6e0000;

"&gt;

&lt;!----------REPLACE INFO HERE--------&gt;
&lt;script language="javascript"&gt; 
lastlogin="yes" 
&lt;/script&gt; 
&lt;div id="lastloginid"&gt;&lt;/div&gt;
&lt;br&gt;&lt;br&gt;
 &lt;br&gt;
Name: Hatake Kakashi&lt;br&gt;
Country: Fire Country; Hidden Leaf Village&lt;br&gt;
Age: 27 Height: 181 CM Weight: 67.5 KG&lt;br&gt;
Birthday: September 15th&lt;br&gt;
Bloodtype: O&lt;br&gt;
First Seen: Chapter 003; Anime Episode 003&lt;br&gt;
Acquaintances: Haruno Sakura, Hatake Sakumo, Maito Gai, Pakkun, Rin, Uchiha Obito, Uchiha Sasuke, Uzumaki Naruto, Yondaime&lt;br&gt;
Hatake Kakashi, or "Copy Ninja Kakashi" is Sasuke's, Sakura's and Naruto's sensei. Usually discrete by nature about everything including himself, it seems that he wants to keep who he really is a secret to others and he always keeps his lower face hiddenby a mask. Kakashi also has a reputation of being a severe and demanding teacher, having returned all of his previous students before Naruto and his teammates to the academy. He said that all the others were brainless kids that didn't know what teamwork is and that they only obeyed to what they were told to do, teamwork seems to be very important to Kakashi. But, even though he seems to be cold sometimes, Kakashi loves his student and care for them enough to protect them at all costs, even his life, and he demonstrated that with Orochimaru and Zabuza. 

&lt;/div&gt;



&lt;!---------------TESTIMONIALS-------------&gt;
&lt;div  style="background-color:transparent;
width:403; height:185; 
overflow:auto; 
font-weight:bold; color:#000000; 
text-align:left; 
z-index:11;
position:absolute; 
PADDING-LEFT:5;
filter:chroma(color=#6e0000);
SCROLLBAR-FACE-COLOR: #6e0000; 
		SCROLLBAR-HIGHLIGHT-COLOR: #6e0000; 
		SCROLLBAR-SHADOW-COLOR: #000000; 
		SCROLLBAR-3DLIGHT-COLOR: #6e0000;
		SCROLLBAR-ARROW-COLOR: #000000; 
		SCROLLBAR-TRACK-COLOR: #6e0000; 
		SCROLLBAR-DARKSHADOW-COLOR: #6e0000;
top:407; left:164"&gt;
&lt;script language="javascript"&gt; 
autotesti="yes"; 
&lt;/script&gt; 
&lt;div id=AUT class=left_column_content style="width:230px "&gt;&lt;/div&gt;

Kakashi is quick thinking and seems to always be one step ahead of everyone and almost always knows how to act accordingly, even though he's always late to every appointment he has, important, or not! Moreover, Kakashi always has an ethically questionable book on him from the "Come Come Paradise" trilogy, and he even reads it in his first combat with his students which, of course insulted Naruto and got him into some "trouble"! 

Like a lot of characters in Naruto, Kakashi's past is a tragic one, dirtied with the death of many friends and relatives. First, his father, Hatake Sakumo (AKA: White Fang), was disgraced after he abandoned a mission to save his friends, but because of that, Konoha suffered great losses and the village and his companions blamed the White Fang for that, thus, making him weak of mind and body because of the guilt he felt for his failure, and ultimately leading him to suicide. And for that reason, Kakashi became very strict about rules and regulations until 13 years ago... 

It is known that Kakashi became a jounin 13 years ago (from where the manga currently is), at age 16. At the time he was training under Konoha's future fourth Hokage, Yellow Flash. He was in a three man team with Uchiha Obito, whom he never got along very well because Obito never obeyed rules and regulations, and Rin. At the time, there was great turmoil between the great countries and Konoha was deeply involved in what was to be called: The Third Secret World War. All four ninja were involved in a sabotage mission during the war and went to Rock Country. During the mission, the future fourth had to separate from Kakashi and the rest, so Kakashi was given charge of Obito and Rin. 

Unfortunatly, Rin was captured by enemy ninjas and Obito went to rescue her without Kakashi who was still stuck up with his rules and regulations (he wanted to resume the mission without her). Obito had found Rin, but was about to be killed when Kakahi, who finally understood that teamwork and companionship was more important than rules, stepped in and injured the rock ninja. After some battle Kakashi injured his left eye and they were both about to be killed when he was helped by Obito who had his Sharingan awakened and killed the camouflaged enemy. The enemy's companion that was cornered used a Doton jutsu to make some rocks fall on Kakashi's team. Rin got out of the way but Kakashi was hit by a big rock on his blind side and fell to the ground, in an ultimate act of courage, Obito pushed Kakashi out of the way, therefore, saving him. Half crushed under the rocks, slowly dying, Obito's last gift to Kakashi was his Sharingan in his left eye, that was transplanted by Rin into Kakashi, making Kakashi what he is today, always being late and privileging teamwork to carry on Obito's legacy. 

Afterwards Kakashi became an ANBU team member for a number of years, his only known mission was a rescue mission to save Snow Country's princess. But, judging from what we have seen in that part, we can deduce that Kakashi has been a normal jounin only for a few years. 

Kakashi's fighting technique is complex and complete. First of all, Kakashi is quick thinking and has a developed sense of smell, thus making him very receptive to dangers surrounding him. He's also an excellent scout because of his great sense of smell and his ability to summon dogs. Kakashi, more than Sasuke, has learned how to use his Sharingan to the best of it's capacity. He knows the genjutsu that are related to the Sharingan and he can easily confuse powerful enemies like Zabuza with it. Moreover, Kakashi's favorite use of the Sharingan is it's copying ability. It is said that Kakashi has copied more than a thousand techniques with it, making Kakashi's arrays of techniques an exceptionally wide one. 

Finally, Kakashi can even foresee the enemies moves with his left eye, making him even more shrewd. Aside from his Sharingan, Kakashi devised a formidable and powerful jutsu named Chidori/Raikiri. With this jutsu, Kakshi can virtually pierce everything from rock to flesh. Adding to this great array of ninjutsu, Kakashi is a formidable taijutsu user, and proves to be a strong enemy to even taijutsu users like Gai and can easily hold his own in close combat, like he does against Zabuza. The son of the once respected White Fang can wisely use genjutsu to his advantage in combat, and he can use a lot of them, making him a dangerous adversary even when the enemy is in hiding or keeping a distance.


&lt;script language="javascript"&gt; 
autotesti="yes"; 
&lt;/script&gt; 
&lt;div id=AUT&gt;&lt;/div&gt; 
&lt;/div&gt;







&lt;!--------links/credit----&gt;

&lt;div style="background-color:transparent;width:146; 
height:121; overflow:hidden; font-weight:normal; color:#ffffff; 
position:absolute; top:514; left:810;z-index:16"&gt;
&lt;marquee onmouseout=this.start() onmouseover=this.stop() style="filter:alpha(opacity=100,finishopacity=0,style=1,finishX=0,finishY=0)" direction=up scrollamount=1 scrolldelay=1 height="119" width="125"&gt;
&lt;p align=center&gt;
&lt;a target="_blank" href="http://www.markyctrigger.com"&gt;Markyctrigger Overlay Generator&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.markyctrigger.com/forum"&gt;Markyctrigger Forum&lt;/a&gt;&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebs.com/petok1983"&gt;
                  Code Encrypter&lt;/a&gt;&lt;br&gt;
&lt;a target="_blank" href="http://www.friendster.com/reiearth"&gt;reiearth friendster profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/finalfantasy7"&gt;Final Fantasy 7 profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/freestyle2006"&gt;Freestyle profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/rozenmaiden"&gt;RozenMaiden profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/sasuke2006"&gt;Sasuke Animated profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/sasuke2006/sasuke2.html"&gt;Sasuke1 profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/sasuke2006/sasuke3.html"&gt;Sasuke2 profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/sasuke2006/sasublue.html"&gt;Sasuke Blue profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/itachixxx"&gt;Itachi profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/narutoxxx"&gt;Naruto profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/sakuraex"&gt;Sakura1 profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/sakuraex2"&gt;Sakura2 profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/angel_grace"&gt;Angel Grace profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/angel_grace/angelice.html"&gt;Angel profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown.com/gaaraxxxl"&gt;Gaara profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/shadow2/shadow2.html"&gt;Shadow Hedgehog profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/shadow2"&gt;Shadow Hedgehog Animated profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/purplefox"&gt;purplefox profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/purplefox/pfox_premade.html"&gt;purplefox premade1 profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/purplefox/pfox_premade2.html"&gt;purplefox premade2 profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.friendster.com"&gt;Friendster&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.good-tutorials.com"&gt;good tutorials&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.yahoo.com"&gt;Yahoo&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.good-tutorials.com"&gt;Good Tutorials&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.o2jam.com.ph"&gt;O2JAM&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.e-games.com.ph"&gt;E-Games&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freestylonline.ph"&gt;Freestyle Online&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.levelupgames.ph"&gt;Level Up Games&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.mobius.ph"&gt;Mobius&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.gunbound.ph"&gt;Gunbound&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.pangya.com.ph"&gt;Pangya&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.ranonline.com.ph"&gt;Ran Online&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http:/friendster-tweakers.com"&gt;Friendster Tweakers&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://cbox.ws"&gt;CBOX&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.tag-board.com"&gt;Tagboard&lt;/a&gt;
&lt;br&gt;

&lt;a target="_blank" href="http://www.Photobucket.com"&gt;Photobucket&lt;/a&gt;&lt;/br&gt;
&lt;a target="_blank" href="http://www.freewebtown.com"&gt;Free Web Town&lt;/a&gt;&lt;/br&gt;
&lt;a target="_blank" href="http://www.picturetrail.com"&gt;Picture Trail&lt;/a&gt;&lt;/br&gt;
&lt;a target="_blank" href="http://www.narutoxxx.com"&gt;NarutoXXX&lt;/a&gt;&lt;/br&gt;
&lt;br&gt;&lt;br&gt;
This page was visited&lt;br&gt;
&lt;br&gt;
&lt;!-- Start of StatCounter Code --&gt;
  &lt;a href="http://www.statcounter.com/" target="_blank"&gt;
  &lt;img src="http://c12.statcounter.com/counter.php?sc_project=1668603&amp;java=0&amp;security=2f803d98&amp;invisible=0" alt="web page hit counter" border="0"&gt;&lt;/a&gt;
  &lt;!-- End of StatCounter Code --&gt;
&lt;br&gt;&lt;br&gt;
Vote for my profile:&lt;br&gt;
&lt;a href="http://top.friendster-tweakers.com/"&gt;&lt;img src="http://top.friendster-tweakers.com/button.php?u=reiearth" alt="Friendster Top Profiles" border="0" /&gt;&lt;/a&gt;
&lt;br&gt;&lt;br&gt;
&lt;a href="http://www.aerocloud.com/topsites/"&gt;&lt;img src="http://www.aerocloud.com/topsites/button.php?u=reiearth" alt="AeroCloud Topsites List" border="0" /&gt;&lt;/a&gt;
&lt;br&gt;&lt;br&gt;
&lt;/p&gt;&lt;/marquee&gt;
&lt;/div&gt;

&lt;div style="background-color:transparent;
width:181; height:515; 
overflow:auto; 
font-weight:bold; color:#000000; 
text-align:left; 
z-index:10;
position:absolute; 
top:86; left:587;
filter:chroma(color=#6e0000);
SCROLLBAR-FACE-COLOR: #6e0000; 
		SCROLLBAR-HIGHLIGHT-COLOR: #6e0000; 
		SCROLLBAR-SHADOW-COLOR: #6e0000; 
		SCROLLBAR-3DLIGHT-COLOR: #6e0000;
		SCROLLBAR-ARROW-COLOR: #520002; 
		SCROLLBAR-TRACK-COLOR: #6e0000; 
		SCROLLBAR-DARKSHADOW-COLOR: #6e0000;"&gt;
&lt;!-- BEGIN CBOX - http://www.cbox.ws --&gt;
&lt;div align="center" id="cboxdiv"&gt;
&lt;iframe frameborder="0" width="170" height="149" src="http://www3.cbox.ws/box/?boxid=2406287&amp;amp;boxtag=6637&amp;amp;sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border:#000000 1px solid;border-bottom:0px" id="cboxform"&gt;&lt;/iframe&gt;&lt;br&gt;
&lt;iframe frameborder="0" width="170" height="360" src="http://www3.cbox.ws/box/?boxid=2406287&amp;amp;boxtag=6637&amp;amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border:#000000 1px solid;" id="cboxmain"&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;!-- END CBOX --&gt;
&lt;/div&gt;


&lt;div style="position:absolute; left:704; top:1;height:60;width:300;overflow:hidden"&gt;
&lt;embed  src="flashkakashi.swf" quality="high" menu="false" wmode="transparent" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="85"&gt;&lt;/embed&gt;
&lt;/div&gt;
&lt;embed style="filter:alpha(opacity=70);z-indez:50;position:absolute;top:570;
left:28" src='fsdb.swf' wmode="transparent"  menu='false' quality='high' width='106' height='26' align='middle' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer'/&gt;

&lt;div style="background-color:transparent;
width:181; height:230; 
overflow:auto; 
border:1px solid #FFFFFF;
font-weight:bold; color:#000000; 
text-align:left; 
z-index:10;
position:absolute; 
top:237; left:800;
filter:chroma(color=#6e0000);
SCROLLBAR-FACE-COLOR: #6e0000; 
		SCROLLBAR-HIGHLIGHT-COLOR: #6e0000; 
		SCROLLBAR-SHADOW-COLOR: #6e0000; 
		SCROLLBAR-3DLIGHT-COLOR: #6e0000;
		SCROLLBAR-ARROW-COLOR: #520002; 
		SCROLLBAR-TRACK-COLOR: #6e0000; 
		SCROLLBAR-DARKSHADOW-COLOR: #6e0000;
PADDING-LEFT:5"&gt;
&lt;SCRIPT LANGUAGE="Javascript" TYPE="text/javascript" SRC="http://www.tag-board.com/tagboard.js?boardname=reiearth"&gt;&lt;/SCRIPT&gt; 
&lt;iframe src="http://www.tag-board.com/my.tag?name=reiearth" name="tag" width="175" height="220" 
marginwidth="0" marginheight="0"&gt;&lt;/iframe&gt; 
&lt;script&gt;netscape_support();&lt;/script&gt; 
&lt;script language="javascript"&gt; 
last20="yes"; 
tagboarduname="reiearth"; 
&lt;/script&gt; 
&lt;div id="last20id"&gt;&lt;/div&gt; 
&lt;/div&gt; 
&lt;/BODY&gt;
&lt;/HTML&gt;
&lt;/textarea&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;overlayouts&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3976083099858561218-4564939583108905881?l=www.pinoy-design.co.cc' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/overlayouts/~4/nxvddofJBUA" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-14T12:00:48.934+08:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><feedburner:origLink>http://www.pinoy-design.co.cc/2009/04/blog-post.html</feedburner:origLink></item><item><title>ragnarokgirls</title><link>http://feedproxy.google.com/~r/overlayouts/~3/t9bZtFl7BzI/quote-authorreiearth-linktopic342.html</link><category>overlay</category><category>ragnarokgirls</category><category>ragnarokgirls.zip</category><category>layouts</category><author>noreply@blogger.com (iznab)</author><pubDate>Mon, 13 Apr 2009 21:01:19 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3976083099858561218.post-1034359991879192806</guid><description>&lt;img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;width: 200px; height: 200px;" src="http://i2.photobucket.com/albums/y21/reiearth/ragnarokgirlspreview.jpg" border="0" alt="" /&gt;

&lt;a href="http://www.freewebtown.com/ragnarokgirls/ragnarokgirls.html"&gt;&lt;strong&gt;preview of ragnarokgirls&lt;/strong&gt;&lt;/a&gt;&lt;br&gt;

     &lt;label for="textareainput"&gt;Layout Code:&lt;/label&gt;
     &lt;br /&gt;
 &lt;span class="niceform" style=" font-size:12px"&gt;
 &lt;textarea id="textareainput2" name="textareainput2" rows="3" cols="28" onMouseover="ddrivetip(ins5, 300)"; onMouseout="hideddrivetip()"&gt;
&lt;HTML&gt;
&lt;HEAD&gt;
&lt;TITLE&gt;&amp;nbspreiearth ragnarok girls profile&amp;nbsp©&lt;/TITLE&gt;
&lt;META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252"&gt;
&lt;META http-equiv=Page-Enter content=BlendTrans(Duration=1.5)&gt;
&lt;META http-equiv=Site-Exit content=BlendTrans(Duration=1.5)&gt;
&lt;style type="text/css"&gt;

	BODY {
		SCROLLBAR-FACE-COLOR: #000000; 
		SCROLLBAR-HIGHLIGHT-COLOR: #202020; 
		SCROLLBAR-SHADOW-COLOR: #000000; 
		SCROLLBAR-3DLIGHT-COLOR: #000000;
		SCROLLBAR-ARROW-COLOR: #FFFFFF; 
		SCROLLBAR-TRACK-COLOR: #3F1516; 
		SCROLLBAR-DARKSHADOW-COLOR: #000000;
		FONT-SIZE: 10px; 
		COLOR: #000000; 
		FONT-FAMILY: Tahoma;
		}
		a, a:link, a:visited, a:active { font-size:10px;color:#FFFFFF; font-weight:		

	normal; text-decoration: none; border-bottom:0px; font-style: normal; }
		a:hover { font-size:10px;background-color:#000000;color:#ffffff; font-weight: 

bold; text-decoration: none; border-bottom:0px; font-style: normal; }

a img { border: none }
a:hover img { border: none  }

&lt;!-- -------------------------------------- --&gt;
&lt;!--cbox buttons and message are style----- --&gt;
&lt;!-- -------------------------------------- --&gt;

.cboxButtons { 
		background-color: #000000; 
		border-color: #151515; 
		color: #FFFFFF; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 9px;
} 
.cboxMsgArea { 
		padding:2px 2px 2px 2px; 
		width:210px; 
		height:80px; 
		background-color: transparent; 
		border: #151515 1px solid; 
		color: #000000; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 10px; 
		font-weight: normal;
} 


.boxcontent { padding: 0px 0px; } 
.flogrid75, .flogridp { zoom: 1; } 
.flogrid75:after, .flogridp:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } 
.flogridp { margin-right: 0px; margin-left: 0px; } 

.flogridp .flogriditem { background-color:#000000; margin-right: 0px; width: 55px; height: 55px; } 
.flogrid75 .flogriditem { width: 55px; } 
.flogridp .ir { width: 55px; height: 55px; margin: 0px 0 0 4px; } 

.flogridp .ir img { margin: 0 auto; height: 55px; width: 50px ; border:#FFFFFF 1px solid}


/** testimonial contents **/ 
.dtd{ 
        padding-left:10px; 
        padding-bottom:10px; 
        margin-bottom:0px; 
        margin-left: 5px; 
        margin-right: 5px; 
        text-align:justify;  
		text-decoration:none; 
        color:#FFFFFF!important; 
        font-size:11px; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
} 
/** names **/ 
.title a:visited, .title a:link{ 
        text-decoration:none; 
        color:#000000!important; 
        font-size:10px; 		
		font-weight:bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.title a:hover{ 
        color:#000000!important; 
        text-decoration: none; 
		font-weight:bold;
		font-size:10px; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
} 
/** view all and add a testimonial links **/ 
.viewall a{ 
   font-size: 10px; 
   color: #FFFFFF!important; 
   text-decoration: none; 
   font-size:10px; 
	font-weight:bold;
   font-family: Verdana, Arial, Helvetica, sans-serif;

} 
.viewall a:hover{ 
        font-size:10px; 
        text-decoration: none; 
        color:#000000!important; 
        font-weight: bold; 
		font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.viewall{ 
        font-size:10px; 
        text-decoration: none; 
        color:#000000!important; 
        font-weight: bold; 
		font-family: Verdana, Arial, Helvetica, sans-serif;     
} 
h2{ 
        display:none; 
}
.data li{ 
        list-style-type:none; 
} 
.data{ 
        padding:0; 
        margin:0; 
} 



&lt;/style&gt;

&lt;script type="text/javascript"&gt;
    function clickToggle(target) {
      obj=(document.all) ? document.all[target] : document.getElementById(target);
      obj.style.display=(obj.style.display=='none') ? '' : 'none';
    }
  &lt;/script&gt;


&lt;!--------NO RIGHT CLICK-------&gt;
&lt;script language="javascript"&gt;
if (window.Event)
  document.captureEvents(Event.MOUSEUP);

function nocontextmenu() {
  event.cancelBubble = true, event.returnValue = false;

  return false;
} 

function norightclick(e) {
  if (window.Event) {
    if (e.which == 2 || e.which == 3) return false;
  }
  else if (event.button == 2 || event.button == 3) {
    event.cancelBubble = true, event.returnValue = false;
    return false;
  }
}

if (document.layers)
  document.captureEvents(Event.MOUSEDOWN);

document.oncontextmenu = nocontextmenu;
document.onmousedown = norightclick;
document.onmouseup = norightclick;
&lt;/script&gt;
&lt;!---------------TITLE SCROLLER-----&gt;
&lt;script language="javascript"&gt;
 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()&lt;/script&gt;
&lt;!-------------STATUS SCROLLER-------&gt;
&lt;script language="javascript"&gt;
 &lt;!--// 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 &lt;yshiran@iil.intel.com&gt;

// 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!"
ar[4] = "visit www.friendster.com/reiearth"
ar[5] = "visit www.friendstertalk.com"
ar[6] = "visit www.markyctrigger.com/forum"
ar[7] = "add my friendster @ reiearth2001@yahoo.com"
// 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 &lt; 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 &lt;= 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 &lt; 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 &lt; 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()
// --&gt;&lt;/script&gt;
&lt;/HEAD&gt;
&lt;BODY BGCOLOR=#000000 LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0&gt;
&lt;!-- ImageReady Slices (ragnarok7.psd) --&gt;
&lt;IMG SRC="http://www.freewebtown.com/ragnarokgirls/ragnarokgirls.jpg" WIDTH=1024 HEIGHT=768 BORDER=0 ALT="" USEMAP="#ragnarokgirls_Map"&gt;
&lt;MAP NAME="ragnarokgirls_Map"&gt;
&lt;AREA SHAPE="rect" ALT="Overlay Generator" COORDS="4,151,70,206" HREF="http://www.markyctrigger.com"&gt;
&lt;AREA SHAPE="rect" ALT="my friends photos" COORDS="760,17,795,33" HREF="javascript:clickToggle('frens')"&gt;
&lt;AREA SHAPE="rect" ALT="tagboard" COORDS="878,394,990,402" HREF="javascript:clickToggle('visitor')"&gt;
&lt;AREA SHAPE="rect" ALT="toggle mp3" COORDS="923,19,949,32" HREF="javascript:clickToggle('player')"&gt;
&lt;AREA SHAPE="rect" ALT="toggle photo" COORDS="875,20,920,31" HREF="javascript:clickToggle('photo')"&gt;
&lt;AREA SHAPE="rect" ALT="toggle video player" COORDS="845,20,870,31" HREF="javascript:clickToggle('vidplayer')"&gt;
&lt;AREA SHAPE="rect" ALT="toggle comments" COORDS="798,19,842,32" HREF="javascript:clickToggle('koment')"&gt;
&lt;AREA SHAPE="rect" ALT="bookmark me" COORDS="473,199,533,209" HREF="http://www.friendster.com/bookmarks.php?action=add&amp;uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="be my friend" COORDS="384,200,465,208" HREF="http://www.friendster.com/addfriendrequest.php?uid=5475934&amp;email=reiearth2001@yahoo.com&amp;confirm"&gt;
&lt;AREA SHAPE="rect" ALT="sulatan mo ko" COORDS="297,200,378,209" HREF="http://www.friendster.com/sendmessage.php?uid=5475934"&gt;
&lt;AREA SHAPE="rect" ALT="send close up" COORDS="224,200,289,208" HREF="http://www.friendster.com/sendmessage.php?uid=5475934&amp;action=sendsmile"&gt;
&lt;AREA SHAPE="rect" ALT="exit profile" COORDS="435,53,481,64" HREF="http://www.friendster.com/logout.php"&gt;
&lt;AREA SHAPE="rect" ALT="edit account" COORDS="378,54,430,63" HREF="http://www.friendster.com/editaccount.php"&gt;
&lt;AREA SHAPE="rect" ALT="go to inbox" COORDS="314,53,372,63" HREF="http://www.friendster.com/messages.php"&gt;
&lt;AREA SHAPE="rect" ALT="go to friends" COORDS="262,54,308,65" HREF="http://www.friendster.com/friends.php"&gt;
&lt;AREA SHAPE="rect" ALT="my profile" COORDS="211,54,257,64" HREF="http://www.friendster.com/user.php"&gt;
&lt;AREA SHAPE="rect" ALT="go home now" COORDS="173,53,206,64" HREF="http://www.friendster.com/home.php"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="758,753,778,763" HREF="http://www.friendster.com/info/tour/1_0.htm?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="672,752,711,762" HREF="http://www.friendster.com/info/shopping.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="717,752,754,762" HREF="http://www.friendster.com/events.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="963,753,1024,763" HREF="http://www.friendster.com/info/privacy.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="884,752,957,762" HREF="http://www.friendster.com/info/tos.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="858,752,879,762" HREF="http://www.friendster.com/custhelp.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="781,753,853,762" HREF="http://www.friendster.com/affiliate.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="615,752,666,762" HREF="http://www.friendster.com/info/contacts.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="564,752,607,761" HREF="http://www.friendster.com/info/index.php?statpos=footer"&gt;
&lt;AREA SHAPE="rect" ALT="" COORDS="610,344,781,437" HREF="http://www.ragnarok.co.kr"&gt;
&lt;AREA SHAPE="rect" ALT="friendster site" COORDS="164,25,311,45" HREF="http://www.friendster.com"&gt;
&lt;AREA SHAPE="rect" ALT="designer profile" COORDS="785,343,917,359" HREF="http://www.friendster.com/reiearth"&gt;
&lt;AREA SHAPE="rect" ALT="markyctrigger forum" COORDS="727,299,999,326" HREF="http://www.markyctrigger.com/forum"&gt;
&lt;AREA SHAPE="rect" ALT="go to friendstertalk" COORDS="564,722,799,747" HREF="http://www.friendstertalk.com"&gt;
&lt;/MAP&gt;
&lt;!-- End ImageReady Slices --&gt;

&lt;!----------PROFILE INFO BOX--------&gt;
&lt;div style="FILTER:chroma(color=#6e0000);background-color:transparent;
width:250; height:265; 
border:0px inset #000000; 
overflow:auto; 
font-weight:normal; color:#FFFFFF; 
text-align:left; 
z-index:10;
position:absolute; 
top:450; left:575;
PADDING-LEFT:5;
SCROLLBAR-FACE-COLOR: #6e0000; 
SCROLLBAR-HIGHLIGHT-COLOR: #6e0000; 
SCROLLBAR-SHADOW-COLOR: #6e0000; 
SCROLLBAR-3DLIGHT-COLOR: #6e0000;
SCROLLBAR-ARROW-COLOR: #000000; 
SCROLLBAR-TRACK-COLOR: #6e0000; 
SCROLLBAR-DARKSHADOW-COLOR: #6e0000;

"&gt;
&lt;!--------
&lt;marquee onmouseout=this.start() onmouseover=this.stop() 

style="filter:alpha(opacity=100,finishopacity=0,style=1,finishX=0,finishY=0)" direction=up 

scrollamount=1 scrolldelay=1 height="265" width="250"&gt;
-----&gt;
&lt;!----------REPLACE INFO HERE--------&gt;
&lt;script language="javascript"&gt; 
automainphoto="yes" 
&lt;/script&gt; 
&lt;div id="automainphotoid"&gt;&lt;/div&gt;
&lt;br&gt;
  Name: William Rei Udarbe&lt;br&gt;
  Nick: rei&lt;br&gt;
  Birthday: February 10, 1981&lt;br&gt;
  Age: 25&lt;br&gt;
  Gender: Male!&lt;br&gt;
  Status: Single&lt;br&gt;
  School: Data Center Philippines&lt;br&gt;
  Hobbies: Web designing, Playing Computer games, &lt;br&gt;
  Listening Music, Watching TV, Texting, Reading Magazines&lt;br&gt;
  and sleeping. &lt;/p&gt;
&lt;br&gt;
&lt;div id="content_moreabout_1_5"&gt;&lt;/div&gt; 
&lt;script language="javascript"&gt; 
module4="yes"; 
&lt;/script&gt;
&lt;/div&gt;
&lt;!-------------------- LINKS------------&gt;
&lt;div style="filter:alpha(opacity=100,finishopacity=75,style=3);position: absolute; width:300; 

left:233; top:75; height:100" height="21"&gt;&lt;marquee scrollamount="1" direction=up height="100"&gt;
  &lt;font color="#FFFFFF"&gt;Quick 
  Links:&lt;/font&gt;&lt;br&gt;&lt;a href="http://www.friendster.com/editusername.php"&gt;[edit url]
  &lt;/a&gt;&lt;br&gt;&lt;a href="http://www.friendster.com/bulletinboard.php"&gt;[view bulletins] &lt;/a&gt;
  &lt;br&gt;&lt;a href="http://www.friendster.com/bulletin.php"&gt;[post a bulletin] &lt;/a&gt;&lt;br&gt;
  &lt;a href="http://www.friendster.com/friendrequests.php"&gt;[new friend request]
  &lt;/a&gt;&lt;br&gt;&lt;a href="http://www.friendster.com/testimonials.php?action=pending"&gt;[new testimonials]
  &lt;/a&gt;&lt;br&gt;&lt;a href="http://www.friendster.com/editprofile.php"&gt;[edit profile] &lt;/a&gt;&lt;br&gt;
  &lt;a href="http://www.friendster.com/editphotos.php"&gt;[edit photos] &lt;/a&gt;&lt;br&gt;
  &lt;a href="http://www.friendster.com/viewphotos.php?type=1degree"&gt;[photo slideshow]
  &lt;/a&gt;&lt;br&gt;&lt;a href="http://www.friendster.com/photolist.php?list=friends"&gt;[gallery]
  &lt;/a&gt;&lt;br&gt;&lt;a href="http://www.friendster.com/userlist.php?list=newusers"&gt;[more new members]
  &lt;/a&gt;&lt;br&gt;&lt;a href="http://www.friendster.com/userlist.php?list=feat_profile"&gt;[more featured 
  fan profile] &lt;/a&gt;&lt;br&gt;&lt;a href="http://www.friendster.com/blogs.php"&gt;[more blog entries]
  &lt;/a&gt;&lt;/b&gt;&lt;/marquee&gt;
&lt;/div&gt;




&lt;div style="background-color:#transparent;
width:215; height:410; 
overflow:hidden; 
font-weight:bold; color:#000000; 
text-align:left; 
z-index:3;
position:absolute; 
top:330; left:160;
filter:chroma(color=#6e0000);
SCROLLBAR-FACE-COLOR: #6e0000; 
		SCROLLBAR-HIGHLIGHT-COLOR: #6e0000; 
		SCROLLBAR-SHADOW-COLOR: #6e0000; 
		SCROLLBAR-3DLIGHT-COLOR: #6e0000;
		SCROLLBAR-ARROW-COLOR: #000000; 
		SCROLLBAR-TRACK-COLOR: #6e0000; 
		SCROLLBAR-DARKSHADOW-COLOR: #6e0000;"&gt;
&lt;div id="cboxap"&gt;&lt;/div&gt;
&lt;script language="javascript"&gt; 
	  capboxid=978721; 
	  capboxtag=1502; 
	  capmodule="pst"; 
	  cap="activate"; 
	  &lt;/script&gt;
&lt;iframe frameborder="0" width="192" height="385" src="http://www.cbox.ws/box/?boxid=978721&amp;amp;boxtag=1502&amp;amp;sec=main" marginheight="2" marginwidth="2" 
scrolling="auto" allowtransparency="yes" name="seebox" style="border:#000000 0px solid;" id="seebox"&gt;&lt;/iframe&gt;
&lt;/div&gt;

&lt;!--------links/credit----&gt;

&lt;div style="background-color:transparent;width:148; 
height:220; overflow:auto; font-weight:normal; color:#ffffff; 
position:absolute; top:470; left:857;z-index:16"&gt;
&lt;marquee onmouseout=this.start() onmouseover=this.stop() 

style="filter:alpha(opacity=100,finishopacity=0,style=1,finishX=0,finishY=0)" direction=up 

scrollamount=1 scrolldelay=1 height="215" width="144"&gt;
&lt;p align=center&gt;
&lt;a target="_blank" href="http://www.markyctrigger.com"&gt;Markyctrigger Overlay Generator&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.markyctrigger.com/forum"&gt;Markyctrigger Forum&lt;/a&gt;&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebs.com/petok1983"&gt;
                  Code Encrypter&lt;/a&gt;&lt;br&gt;
&lt;a target="_blank" href="http://www.friendster.com/reiearth"&gt;reiearth friendster profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/finalfantasy7"&gt;Final Fantasy 7 profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/freestyle2006"&gt;Freestyle profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/rozenmaiden"&gt;RozenMaiden profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/sasuke2006"&gt;Sasuke Animated profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/sasuke2006/sasuke2.html"&gt;Sasuke1 

profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/sasuke2006/sasuke3.html"&gt;Sasuke2 

profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/sasuke2006/sasublue.html"&gt;Sasuke Blue 

profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/itachixxx"&gt;Itachi profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/narutoxxx"&gt;Naruto profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/sakuraex"&gt;Sakura1 profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/sakuraex2"&gt;Sakura2 profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/angel_grace"&gt;Angel Grace profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/angel_grace/angelice.html"&gt;Angel profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown.com/gaaraxxxl"&gt;Gaara profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/shadow2/shadow2.html"&gt;Shadow Hedgehog 

profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/shadow2"&gt;Shadow Hedgehog Animated 

profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/purplefox"&gt;purplefox profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/purplefox/pfox_premade.html"&gt;purplefox 

premade1 profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freewebtown/purplefox/pfox_premade2.html"&gt;purplefox 

premade2 profile&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.friendster.com"&gt;Friendster&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.good-tutorials.com"&gt;good tutorials&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.yahoo.com"&gt;Yahoo&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.good-tutorials.com"&gt;Good Tutorials&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.o2jam.com.ph"&gt;O2JAM&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.e-games.com.ph"&gt;E-Games&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.freestylonline.ph"&gt;Freestyle Online&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.levelupgames.ph"&gt;Level Up Games&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.mobius.ph"&gt;Mobius&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.gunbound.ph"&gt;Gunbound&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.pangya.com.ph"&gt;Pangya&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.ranonline.com.ph"&gt;Ran Online&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http:/friendster-tweakers.com"&gt;Friendster Tweakers&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://cbox.ws"&gt;CBOX&lt;/a&gt;
&lt;br&gt;
&lt;a target="_blank" href="http://www.tag-board.com"&gt;Tagboard&lt;/a&gt;
&lt;br&gt;

&lt;a target="_blank" href="http://www.Photobucket.com"&gt;Photobucket&lt;/a&gt;&lt;/br&gt;
&lt;a target="_blank" href="http://www.freewebtown.com"&gt;Free Web Town&lt;/a&gt;&lt;/br&gt;
&lt;a target="_blank" href="http://www.picturetrail.com"&gt;Picture Trail&lt;/a&gt;&lt;/br&gt;
&lt;a target="_blank" href="http://www.narutoxxx.com"&gt;NarutoXXX&lt;/a&gt;&lt;/br&gt;
&lt;br&gt;&lt;br&gt;
This page was visited&lt;br&gt;
&lt;br&gt;
&lt;!-- Start of StatCounter Code --&gt;
  &lt;a href="http://www.statcounter.com/" target="_blank"&gt;
  &lt;img 

src="http://c12.statcounter.com/counter.php?sc_project=1668603&amp;java=0&amp;security=2f803d98&amp;in

visible=0" alt="web page hit counter" border="0"&gt;&lt;/a&gt;
  &lt;!-- End of StatCounter Code --&gt;
&lt;br&gt;&lt;br&gt;
Vote for my profile:&lt;br&gt;
&lt;a href="http://top.friendster-tweakers.com/"&gt;&lt;img 

src="http://top.friendster-tweakers.com/button.php?u=reiearth" alt="Friendster Top Profiles" 

border="0" /&gt;&lt;/a&gt;
&lt;br&gt;&lt;br&gt;
&lt;a href="http://www.aerocloud.com/topsites/"&gt;&lt;img 

src="http://www.aerocloud.com/topsites/button.php?u=reiearth" alt="AeroCloud Topsites List" 

border="0" /&gt;&lt;/a&gt;
&lt;br&gt;&lt;br&gt;
&lt;script language="javascript"&gt; 
lastlogin="yes" 
&lt;/script&gt; 
&lt;div id="lastloginid"&gt;&lt;/div&gt;
&lt;/p&gt;&lt;/marquee&gt;
&lt;/div&gt;
&lt;/div&gt;



&lt;!---------clock-&gt;
&lt;embed style="filter:alpha(opacity=100,finishopacity=50,style=2);border:2px inset 
#FFFFFF;z-indez:50;position:absolute;top:15;
left:375" src='http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf' wmode="transparent"  
quality='high' width='106' height='26' align='middle' type='application/x-shockwave-flash' 
pluginspage='http://www.macromedia.com/go/getflashplayer'/&gt;


&lt;embed style="filter:alpha(opacity=0,finishopacity=100,style=1);z-indez:50;position:absolute;top:50;
left:345" src='http://www.freewebtown.com/ragnarokgirls/character_supernovice_menu.swf' wmode="transparent"  
quality='high' width='150' height='150' align='middle' type='application/x-shockwave-flash' 
pluginspage='http://www.macromedia.com/go/getflashplayer'/&gt;


&lt;embed id=vidplayer style="display:show;z-indez:10;position:absolute;top:65;
left:705" src="http://www.youtube.com/v/SvN3B4BSQ1w" type="application/x-shockwave-flash" wmode="transparent" width="300" height="200"&gt;&lt;/embed&gt;


&lt;div&gt;&lt;embed id=photo style="display:none;z-indez:5;position:absolute;top:65;
left:715" src="http://widget-71.slide.com/widgets/slideticker.swf" type="application/x-shockwave-flash" quality="high" scale="noscale" salign="l" wmode="transparent" flashvars="site=widget-71.slide.com&amp;channel=432345564231422065&amp;cy=be&amp;il=1" width="280" height="180" name="flashticker" align="middle"/&gt;&lt;/div&gt;

&lt;embed id=player style="display:none;position:absolute; left:705; 
top:40;alpha(Opacity=100,FinishOpacity=50,Style=2);z-index:25" 
src="http://www.freewebtown.com/shadow2/mp3player.swf" 
allowScriptAccess="never" quality="high" wmode="transparent" width="300" 
height="300" type="application/x-shockwave-flash" 
pluginspage="http://www.macromedia.com/go/getflashplayer" 
flashvars="playList=http://www.freewebtown.com/shadow2/mp3player.xml" 
menu="false"&gt;&lt;/embed&gt;


&lt;div id=visitor style="display:none;background-color:transparent;width:220; height:300; overflow:hidden; 
border:none;font-weight:bold; color:#000000;text-align:left; 
z-index:2;position:absolute;top:435; left:335;filter:
PADDING-LEFT:5"&gt;
&lt;table border="0" cellpadding="0" cellspacing="0" summary="tag-world tagboard" width="180" height="280" align="center"&gt; &lt;tr&gt; 
&lt;td align="center" height="265" &gt;&lt;IFRAME style="filter:chroma(color=#6e0000) alpha(opacity=50,finishopacity=100,style=1)" frameborder="0" width="100%" height="275" name="tagboard" src="http://www.tag-world.com/tag.php?id=30051" 
marginheight="2" marginwidth="2" scrolling="yes" allowtransparency="yes" style="border: 0px solid #000000; "&gt;&lt;/IFRAME&gt;&lt;/td&gt; 
&lt;/tr&gt; 
&lt;tr&gt; 
&lt;td align="center" height="95"&gt;&lt;/td&gt; 
&lt;/tr&gt; 
&lt;/table&gt; 

&lt;script language=javascript&gt; 
WVTW="yes" 
tagWorldid=30051 
&lt;/script&gt; 
&lt;div id=wvTWorld&gt;&lt;/div&gt;
&lt;/div&gt; 




&lt;div id=koment style="display:none;FILTER:chroma(color=#6e0000);background-color:#000000;
width:275; height:250; 
border:2px inset #FFFFFF; 
overflow:auto; 
font-weight:normal; color:#FFFFFF; 
text-align:left; 
z-index:10;
position:absolute; 
top:32; left:717;
PADDING-LEFT:5;
SCROLLBAR-FACE-COLOR: #6e0000; 
SCROLLBAR-HIGHLIGHT-COLOR: #6e0000; 
SCROLLBAR-SHADOW-COLOR: #6e0000; 
SCROLLBAR-3DLIGHT-COLOR: #6e0000;
SCROLLBAR-ARROW-COLOR: #000000; 
SCROLLBAR-TRACK-COLOR: #6e0000; 
SCROLLBAR-DARKSHADOW-COLOR: #6e0000;"&gt;
 &lt;div id="content_publiccomments_1_7"&gt;&lt;/div&gt; 
&lt;script language="javascript"&gt; 
module5="yes"; 
&lt;/script&gt;
&lt;/div&gt;



&lt;div id=frens style="display:none;FILTER:chroma(color=#6e0000);background-color:#000000;
width:275; height:250; 
border:2px inset #FFFFFF; 
overflow:auto; 
font-weight:normal; color:#FFFFFF; 
text-align:left; 
z-index:10;
position:absolute; 
top:32; left:717;
PADDING-LEFT:5;
SCROLLBAR-FACE-COLOR: #6e0000; 
SCROLLBAR-HIGHLIGHT-COLOR: #6e0000; 
SCROLLBAR-SHADOW-COLOR: #6e0000; 
SCROLLBAR-3DLIGHT-COLOR: #6e0000;
SCROLLBAR-ARROW-COLOR: #000000; 
SCROLLBAR-TRACK-COLOR: #6e0000; 
SCROLLBAR-DARKSHADOW-COLOR: #6e0000;"&gt;
&lt;div id="content_friends_2_2"&gt;&lt;/div&gt; 
&lt;script language="javascript"&gt; 
module8="yes"; 
&lt;/script&gt;
&lt;/div&gt;


&lt;script language="javascript"&gt; 
AFA="yes"; 
AFAmail="youremail@youremail.com"; 
&lt;/script&gt; 
&lt;div id="AFAid" style="display:none"&gt;&lt;/div&gt;
&lt;/BODY&gt;
&lt;/HTML&gt;
&lt;/textarea&gt;
&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;overlayouts&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3976083099858561218-1034359991879192806?l=www.pinoy-design.co.cc' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/overlayouts/~4/t9bZtFl7BzI" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-14T12:01:19.824+08:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><enclosure url="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf" length="1975" type="application/x-shockwave-flash" /><media:content url="http://f.friendster-tweakers.com/rsc/swf/clock/fsdbp.swf" fileSize="1975" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle> preview of ragnarokgirls Layout Code: &amp;nbspreiearth ragnarok girls profile&amp;nbsp© BODY { SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #202020; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #FFFFFF; </itunes:subtitle><itunes:author>noreply@blogger.com (iznab)</itunes:author><itunes:summary> preview of ragnarokgirls Layout Code: &amp;nbspreiearth ragnarok girls profile&amp;nbsp© BODY { SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #202020; SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; SCROLLBAR-ARROW-COLOR: #FFFFFF; SCROLLBAR-TRACK-COLOR: #3F1516; SCROLLBAR-DARKSHADOW-COLOR: #000000; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Tahoma; } a, a:link, a:visited, a:active { font-size:10px;color:#FFFFFF; font-weight: normal; text-decoration: none; border-bottom:0px; font-style: normal; } a:hover { font-size:10px;background-color:#000000;color:#ffffff; font-weight: bold; text-decoration: none; border-bottom:0px; font-style: normal; } a img { border: none } a:hover img { border: none } .cboxButtons { background-color: #000000; border-color: #151515; color: #FFFFFF; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; } .cboxMsgArea { padding:2px 2px 2px 2px; width:210px; height:80px; background-color: transparent; border: #151515 1px solid; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; } .boxcontent { padding: 0px 0px; } .flogrid75, .flogridp { zoom: 1; } .flogrid75:after, .flogridp:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .flogridp { margin-right: 0px; margin-left: 0px; } .flogridp .flogriditem { background-color:#000000; margin-right: 0px; width: 55px; height: 55px; } .flogrid75 .flogriditem { width: 55px; } .flogridp .ir { width: 55px; height: 55px; margin: 0px 0 0 4px; } .flogridp .ir img { margin: 0 auto; height: 55px; width: 50px ; border:#FFFFFF 1px solid} /** testimonial contents **/ .dtd{ padding-left:10px; padding-bottom:10px; margin-bottom:0px; margin-left: 5px; margin-right: 5px; text-align:justify; text-decoration:none; color:#FFFFFF!important; font-size:11px; font-family: Verdana, Arial, Helvetica, sans-serif; } /** names **/ .title a:visited, .title a:link{ text-decoration:none; color:#000000!important; font-size:10px; font-weight:bold; font-family: Verdana, Arial, Helvetica, sans-serif; } .title a:hover{ color:#000000!important; text-decoration: none; font-weight:bold; font-size:10px; font-family: Verdana, Arial, Helvetica, sans-serif; } /** view all and add a testimonial links **/ .viewall a{ font-size: 10px; color: #FFFFFF!important; text-decoration: none; font-size:10px; font-weight:bold; font-family: Verdana, Arial, Helvetica, sans-serif; } .viewall a:hover{ font-size:10px; text-decoration: none; color:#000000!important; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; } .viewall{ font-size:10px; text-decoration: none; color:#000000!important; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; } h2{ display:none; } .data li{ list-style-type:none; } .data{ padding:0; margin:0; } function clickToggle(target) { obj=(document.all) ? document.all[target] : document.getElementById(target); obj.style.display=(obj.style.display=='none') ? '' : 'none'; } if (window.Event) document.captureEvents(Event.MOUSEUP); function nocontextmenu() { event.cancelBubble = true, event.returnValue = false; return false; } function norightclick(e) { if (window.Event) { if (e.which == 2 || e.which == 3) return false; } else if (event.button == 2 || event.button == 3) { event.cancelBubble = true, event.returnValue = false; return false; } } if (document.layers) document.captureEvents(Event.MOUSEDOWN); document.oncontextmenu = nocontextmenu; document.onmousedown = norightclick; document.onmouseup = norightclick; 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() // set speed of banner (pause in milliseconds between addition of new chara</itunes:summary><itunes:keywords>overlay, ragnarokgirls, ragnarokgirls.zip, layouts</itunes:keywords><feedburner:origLink>http://www.pinoy-design.co.cc/2009/04/quote-authorreiearth-linktopic342.html</feedburner:origLink></item><item><title>IZNABHERO</title><link>http://feedproxy.google.com/~r/overlayouts/~3/KCqVcA0MJMI/iznabhero.html</link><author>noreply@blogger.com (iznab)</author><pubDate>Wed, 01 Apr 2009 01:43:13 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3976083099858561218.post-9010726793246474078</guid><description>&lt;embed src="http://images.multiply.com/multiply/horizontal-headshot-badge.swf" allowscriptaccess="always" type="application/x-shockwave-flash" width=300 height=112 wmode="transparent" FLASHVARS="user_id=sigan21&amp;enc=U2FsdGVkX19wBhHXUL9oYo9-IZUY8l.DSKTR3Qt34.prjpbPv3sy.yLJL2TgBCLn9Ez.9nkZjXuszt3b3GfWFWf4AiR-jgCe&amp;env=PROD&amp;base_uri=.com&amp;badge_class=promote"&gt;&lt;/embed&gt;s


kung gusto nyo ng mga bagong rap na kanta click mo lang yan makikita mo lhat ng mga latest rap song&lt;div class="blogger-post-footer"&gt;overlayouts&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3976083099858561218-9010726793246474078?l=www.pinoy-design.co.cc' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/overlayouts/~4/KCqVcA0MJMI" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-01T16:43:13.873+08:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><enclosure url="http://images.multiply.com/multiply/horizontal-headshot-badge.swf" length="23723" type="application/x-shockwave-flash" /><media:content url="http://images.multiply.com/multiply/horizontal-headshot-badge.swf" fileSize="23723" type="application/x-shockwave-flash" /><itunes:explicit>no</itunes:explicit><itunes:subtitle>s kung gusto nyo ng mga bagong rap na kanta click mo lang yan makikita mo lhat ng mga latest rap songoverlayouts</itunes:subtitle><itunes:author>noreply@blogger.com (iznab)</itunes:author><itunes:summary>s kung gusto nyo ng mga bagong rap na kanta click mo lang yan makikita mo lhat ng mga latest rap songoverlayouts</itunes:summary><feedburner:origLink>http://www.pinoy-design.co.cc/2009/04/iznabhero.html</feedburner:origLink></item><item><title>PSF PADER v2</title><link>http://feedproxy.google.com/~r/overlayouts/~3/BmALMl1GtF8/psf-pader-v2.html</link><author>noreply@blogger.com (iznab)</author><pubDate>Wed, 01 Apr 2009 02:23:23 PDT</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-3976083099858561218.post-7519803294152305388</guid><description>eto launch ko ng ung latest pader hack hahaha

release april 01, 2009

compatibility: windows XP home , XP pro SP1/SP2
files included:
-WH Installer.exe
-WH.exe
-RestoreSF.exe

1. CLICK HERE &lt;a href="http://www.mediafire.com/?iwtzqwlnwqy"&gt;DOWNLOAD WH-Naked&lt;/a&gt;
2. extract all items in the WH-Naked.
3. we have a 3 .exe in the items.
4. first double click the "WH installer"
5. run the WH.exe
6. double click the specialforce icon to start the game WH will automatically in you game.

LETS BEGIN THE GAME^_^

how to use:
1. run WH.exe then wait for the SpecialForce Launcher to open
2. login to the game, naked wallhack will automatically be activated during gameplay.

important:
if you get GG Error 380, just run RestoreSF.exe. this will remove gg emulation.&lt;div class="blogger-post-footer"&gt;overlayouts&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/3976083099858561218-7519803294152305388?l=www.pinoy-design.co.cc' alt='' /&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/overlayouts/~4/BmALMl1GtF8" height="1" width="1"/&gt;</description><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-01T17:23:23.958+08:00</app:edited><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">2</thr:total><feedburner:origLink>http://www.pinoy-design.co.cc/2009/04/psf-pader-v2.html</feedburner:origLink></item><media:rating>nonadult</media:rating></channel></rss>

