hoi ak monanya nih tu lay outs yang diatas ak cobai pada gak bisa kenapa sih ak juga dapet lay out nya transformer keren baget yp gak bisa dipake kenapa ya ak juga dah pake overlay generator , tak masukin css box gak bisa ,mediabox gak bisa ak sampe stresss,, tolong kalian yang baik hati bantu aku ya gimana make layouts dari friendstertalk ,,, ni salah satu kode layout yang ak pengen banget pake ,,,bantu aku yaaaa .. ak dah tigahari tiga malam otak atik hasilnya malah errrorrr ,,,
ni kode nya
<!---------------PLEASE DO NOT REMOVE THE CREDITS------------------->
<html>
<title> Welcome 2 orliski109's Transformers ver 1.0 Friendster Profile©!!!</title>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<meta http-equiv="Page-Enter" content="BlendTrans(Duration=1.5)">
<meta http-equiv="Site-Exit" content="BlendTrans(Duration=1.5)">
<style type="text/css">
<!--
.style3 {
font-family: Transmetals, "Transformers Solid", "Transformers Hollow";
font-size: 16px;
}
.style4 {color: #FF0000}
-->
</style>
</head>
<style type="text/css">
BODY {
SCROLLBAR-FACE-COLOR: #FF0000;
SCROLLBAR-HIGHLIGHT-COLOR: #33CCFF;
SCROLLBAR-SHADOW-COLOR: #000000;
SCROLLBAR-3DLIGHT-COLOR: #343434;
SCROLLBAR-ARROW-COLOR: #343434;
SCROLLBAR-TRACK-COLOR: #FFCC00;
SCROLLBAR-DARKSHADOW-COLOR: #000000;
cursor: url("http://www.freewebs.com/elvolution/misc/elvocursor.cur"),default;
}
td, tr, div {
FONT-SIZE: 10px;
COLOR: #FFFFFF;
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:#FFFFFF;
font-weight: bold; text-decoration: none;
border-bottom:0px; font-style: normal; }
#aut{width:100%; font-size:12px; color:#434D61; padding:0px 5px 0px 5px; overflow:hidden;}
.left_column_testimonials IMG{width:50px; border:2px solid #586278 !important; margin-right:5px !important;}
.left_column_testimonials_content .date {color:#999999;}
.testimonialbody{ padding-bottom:5px; margin-bottom:5px;}
.left_column_testimonials a:visited, .left_column_testimonials a:link{text-decoration:none; color:#003399;}
.left_column_hr{overflow:hidden; clear:both; border-bottom:1px solid #DDE0E4; height:5px; margin-bottom:5px;}
.seeall{padding-bottom:5px; text-align:center;}
.seeall a:link, .seeall a:visited{text-decoration:none; color:#003399;}
.seeall a:hover, a:hover{color:#FF0000;}
.style7 {font-size: 11px}
.style8 {
font-family: "Courier New", Courier, monospace;
font-weight: bold;
}
</style>
<!------------------ NO RIGHT CLICKING ------------------>
<script language=JavaScript>
<!--
var message="Ah!Ah!Ah! No Right Clicking Dude!!!";
///////////////////////////////////
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which=
) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false")
// -->
</script>
<script type="text/javascript">
function clickToggle(target) {
obj=(document.all) ? document.all[target] : document.getElementById(target);
obj.style.display=(obj.style.display=='none') ? '' : 'none';
}
</script>
<!------------------STATUS BAR SCROLLING MESSAGE------------------>
<script language="javascript">
var repeat=1 //enter 0 to not repeat scrolling after 1 run, othersise, enter 1
var title=document.title
var leng=title.length
var start=1
function titlemove() {
titl=title.substring(start, leng) + title.substring(0, start)
document.title=titl
start++
if (start==leng+1) {
start=0
if (repeat==0)
return
}
setTimeout("titlemove()",140)
}
if (document.title)
titlemove()</script>
<script language="javascript">
<!--// Copyright 1996 - Tomer and Yehuda Shiran
// This example will appear in our forthcoming book on JavaScript.
// Feel free to "steal" this code provided that you leave this notice as is.
// Additional examples from the book can be found at
http://www.geocities.com/SiliconValley/9000/
// For more information contact Tomer or Yehuda Shiran <yshiran@iil.intel.com>
// set speed of banner (pause in milliseconds between addition of new character)
var speed = 10
// decrease value to increase speed (must be positive)
// set pause between completion of message and beginning of following message
var pause = 1500
// increase value to increase pause
// set initial values
var timerID = null
var bannerRunning = false
// create array
var ar = new Array()
// assign the strings to the array's elements
ar[0] = "Welcome to my Friendster Profile Dude"
ar[1] = "I hope you like my very own made layout"
ar[2] = "Pls leave a message on the Chatterbox"
ar[3] = "Don't forget to give me a testimonial Thanx!"
// assign index of current message
var message = 0
// empty string initialization
var state = ""
// no value is currently being displayed
clearState()
// stop the banner if it is currently running
function stopBanner() {
// if banner is currently running
if (bannerRunning)
// stop the banner
clearTimeout(timerID)
// timer is now stopped
timerRunning = false
}
// start the banner
function startBanner() {
// make sure the banner is stopped
stopBanner()
// start the banner from the current position
showBanner()
}
// assign state a string of "0" characters of the length of the current message
function clearState() {
// initialize to empty string
state = ""
// create string of same length containing 0 digits
for (var i = 0; i < ar[message].length; ++i) {
state += "0"
}
}
// display the current message
function showBanner() {
// if the current message is done
if (getString()) {
// increment message
message++
// if new message is out of range wrap around to first message
if (ar.length <= message)
message = 0
// new message is first displayed as empty string
clearState()
// display next character after pause milliseconds
timerID = setTimeout("showBanner()", pause)
}
else {
// initialize to empty string
var str = ""
// built string to be displayed (only character selected thus far are displayed)
for (var j = 0; j < state.length; ++j) {
str += (state.charAt(j) == "1") ? ar[message].charAt(j) : " "
}
// partial string is placed in status bar
window.status = str
// add another character after speed milliseconds
timerID = setTimeout("showBanner()", speed)
}
}
function getString() {
// set variable to true (it will stay true unless proven otherwise)
var full = true
// set variable to false if a free space is found in string (a not-displayed char)
for (var j = 0; j < state.length; ++j) {
// if character at index j of current message has not been placed in displayed string
if (state.charAt(j) == 0)
full = false
}
// return true immediately if no space found (avoid infinitive loop later)
if (full) return true
// search for random until free space found (braoken up via break statement)
while (1) {
// a random number (between 0 and state.length - 1 == message.length - 1)
var num = getRandom(ar[message].length)
// if free space found break infinitive loop
if (state.charAt(num) == "0")
break
}
// replace the 0 character with 1 character at place found
state = state.substring(0, num) + "1" + state.substring(num + 1, state.length)
// return false because the string was not full (free space was found)
return false
}
function getRandom(max) {
// create instance of current date
var now = new Date()
// create a random number (good generator)
var num = now.getTime() * now.getSeconds() * Math.random()
// cut random number to value between 0 and max - 1, inclusive
return num % max
}
startBanner()
// --></script>
</HEAD>
<body BGCOLOR="#000000" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">
<!-- ImageReady Slices
http://img297.imageshack.us/img297/2126/transformerslayoutdp4.jpg -->
<img src="http://img297.imageshack.us/img297/2126/transformerslayoutdp4.jpg" width="1024" height="1400" border="0" alt usemap="#TF_premade_Map">
<map name="TF_premade_Map">
<area shape="rect" alt="My Photos" coords="621,919,737,945" href="http://www.friendster.com/viewphotos.php?uid=YOURUSERID">
<area shape="rect" alt="Rate My Profile" coords="10,1340,253,1392" href="http://top.friendster-tweakers.com/index.php?a=stats&u=Matrixxx09">
<area shape="rect" alt="Friends Photos" coords="420,918,529,946" href="http://www.friendster.com/friends.php?uid=YOURUSERID">
<area shape="rect" alt="visit designer profile" coords="868,572,990,592" href="http://www.friendster.com/orliski109">
<area shape="rect" alt="visit designer profile" coords="868,1060,991,1084" href="http://www.friendster.com/orliski109">
<area shape="rect" alt="Introduce Me" coords="808,971,952,1004" href="http://www.friendster.com/introduce.php?uid=YOURUSERID">
<area shape="rect" alt="Refer Me" coords="808,938,952,970" href="http://www.friendster.com/referafriend.php?refer=YOURUSERID">
<area shape="rect" alt="Bookmark" coords="808,905,952,937" href="http://www.friendster.com/bookmarks.php?action=add&uid=YOURUSERID">
<area shape="rect" alt="Add Me as Friend" coords="808,841,952,872" href="http://www.friendster.com/addfriendrequest.php?uid=YOURUSERID">
<area shape="rect" alt="Give Me a Testi" coords="808,873,952,904" href="http://www.friendster.com/testimonials.php?action=add&uid=YOURUSERID">
<area shape="rect" alt="Send Me a Smile" coords="808,807,952,840" href="http://www.friendster.com/sendmessage.php?uid=YOURUSERID&action=sendsmile">
<area shape="rect" alt="Send Me a Message" coords="808,774,952,806" href="http://www.friendster.com/sendmessage.php?uid=YOURUSERID">
<area shape="rect" alt="View My Photos" coords="808,741,952,773" href="http://www.friendster.com/viewphotos.php?uid=YOURUSERID">
<area shape="rect" alt="View Friends Photos" coords="808,709,952,740" href="http://www.friendster.com/friends.php?uid=YOURUSERID">
<area shape="rect" alt="View my Testimonials" coords="808,678,952,708" href="http://www.friendster.com/testimonials.php?uid=YOURUSERID">
<area shape="rect" alt="Friendster Games" coords="806,494,950,526" href="http://games.friendster.com/">
<area shape="rect" alt="Classifieds" coords="806,462,950,493" href="http://classifieds.friendster.com">
<area shape="rect" alt="Dating Tips" coords="806,430,950,461" href="http://www.friendster.com/datingtips.php">
<area shape="rect" alt="View My Blog" coords="806,396,950,429" href="http://orly_oliquino.blogs.friendster.com/my_blog">
<area shape="rect" alt="Videos" coords="806,364,950,395" href="http://www.friendster.com/redirect.cgi?u=http://grouper.friendster.com&b=Z3JvdXBlciBmaWxlcw==">
<area shape="rect" alt="Search" coords="806,332,950,363" href="http://www.friendster.com/interstitial.php?oldURL=http%3A//www.friendster.com/gallery.php&timer=15000">
<area shape="rect" alt="My Friends" coords="806,298,950,331" href="http://www.friendster.com/friends.php?uid=YOURUSERID">
<area shape="rect" alt="View My Profile" coords="806,266,950,297" href="http://www.friendster.com/user.php">
<area shape="rect" alt="Back to Home" coords="806,235,950,265" href="http://www.friendster.com/home.php">
<area shape="rect" alt="Logout" coords="876,13,1011,40" href="http://www.friendster.com/logout.php">
<area shape="rect" alt="Customer Help" coords="736,13,870,40" href="http://www.friendster.com/custhelp.php">
<area shape="rect" alt="Edit Account" coords="596,13,730,40" href="http://www.friendster.com/editaccount.php">
<area shape="rect" alt="Messages" coords="456,13,590,40" href="http://www.friendster.com/messages.php">
<area shape="rect" alt="Invite" coords="317,13,450,40" href="http://www.friendster.com/invite.php">
<area shape="rect" alt="visit markyctrigger Overlay Generator" coords="255,1345,454,1375" href="http://www.markyctrigger.com">
<area shape="rect" alt="View Designer's Profile" coords="15,123,286,146" href="http://www.friendster.com/orlyoliquino">
</map>
<!-- End ImageReady Slices -->
<!------------------DANCING STARS CURSOR------------------>
<SCRIPT language=JavaScript>
<!--
/*
Dancing Stars cursor (Submitted by Kurt at kurt.grigg@virgin.net)
Modified and permission granted to Dynamic Drive to feature script in archive
For full source, usage terms, and 100's more DHTML scripts, visit
http://dynamicdrive.com
*/
if (document.all){
document.write('<div id="starsDiv" style="position:absolute;top:0px;left:0px">')
for (xy=0;xy<7;xy++)
document.write('<div style="position:relative;width:3px;height:3px;background:#a979d6;font-size:2px;visibility:visible"></div>')
document.write('</div>')
}
if (document.layers)
{window.captureEvents(Event.MOUSEMOVE);}
var yBase = 200;
var xBase = 200;
var yAmpl = 10;
var yMax = 40;
var step = .2;
var ystep = .5;
var currStep = 0;
var tAmpl=1;
var Xpos = 1;
var Ypos = 1;
var i = 0;
var j = 0;
if (document.all)
{
function MoveHandler(){
Xpos = document.body.scrollLeft+event.x;
Ypos = document.body.scrollTop+event.y;
}
document.onmousemove = MoveHandler;
}
else if (document.layers)
{
function xMoveHandler(evnt){
Xpos = evnt.pageX;
Ypos = evnt.pageY;
}
window.onMouseMove = xMoveHandler;
}
function animateLogo() {
if (document.all)
{
yBase = window.document.body.offsetHeight/4;
xBase = window.document.body.offsetWidth/4;
}
else if (document.layers)
{
yBase = window.innerHeight/4 ;
xBase = window.innerWidth/4;
}
if (document.all)
{
var totaldivs=document.all.starsDiv.all.length
for ( i = 0 ; i < totaldivs ; i++ )
{
var tempdiv=document.all.starsDiv.all[i].style
tempdiv.top = Ypos + Math.cos((20*Math.sin(currStep/20))+i*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);
tempdiv.left = Xpos + Math.sin((20*Math.sin(currStep/20))+i*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + i*25)/10);
}
}
else if (document.layers)
{
for ( j = 0 ; j < 7 ; j++ )
{
var templayer="a"+j
document.layers[templayer].top = Ypos + Math.cos((20*Math.sin(currStep/20))+j*70)*yBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);
document.layers[templayer].left =Xpos + Math.sin((20*Math.sin(currStep/20))+j*70)*xBase*(Math.sin(10+currStep/10)+0.2)*Math.cos((currStep + j*25)/10);
}
}
currStep += step;
setTimeout("animateLogo()", 15);
}
animateLogo();
// -->
</SCRIPT>
<!--- PLACE UR MP3 PLAYER HERE --->
<div style="display:yes;overflow:hidden;height:245;width:255;position:absolute;left:37;top:215;z-index:2">
<embed allowScriptAccess="never" style="filter:alpha(opacity=70)" src="http://www.myspaceprodesigns.com/Belladonna/goatwoman.swf" wmode="transparent" menu="false" quality="high" width="255px" height="245px" name="index" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" flashvars="playList=http://www.myspaceprodesigns.com/xml/1K1Fm222-FD2421.xml" wmode="transparent" /><br />
</div>
<!----------------------------PLACE UR VIDEO PLAYLIST AND SCREEN HERE ------------------------>
<div style="display:yes;overflow:hidden;height:265;width:495;position:absolute;left:232;top:1001;z-index:2">
<iframe style="filter:alpha(opacity=70)" src="http://www.myfilehut.com/userfiles/220130/File%20Investment/main.html" class="iscroll" width="495" height="265" left="234" top="995" frameborder="1" scrolling="No">
</iframe></Div>
<!-- START CBOX -->
<div style="padding-right:10;overflow:hidden;height:185;width:255;position:absolute;left:34;top:565">
<!-- BEGIN CBOX -
http://www.cbox.ws -->
<table border="0" cellpadding="0" cellspacing="0" summary="cbox tagboard" align="center">
<tr><td align="center"><!-- MESSAGE LIST -->
<iframe frameborder="0" style="filter:alpha(opacity=70)" width="250" height="180" src="http://www3.cbox.ws/box/?boxid=2378469&boxtag=9156&sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="seebox" style="border: 0px solid;" id="seebox"></iframe>
</td></tr>
</table>
</div>
<div style="padding-right:10;overflow:hidden;height:108;width:250;position:absolute;left:34;top:815">
<table border="0" cellpadding="0" cellspacing="0" summary="cbox tagboard" align="center">
<tr>
<td align="center"><!-- CHAT BOX -->
<iframe frameborder="0" style="filter:alpha(opacity=55)" width="250" height="108" src="http://www3.cbox.ws/box/?boxid=2378469&boxtag=9156&sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border: 0px solid; border-top: 0px;" id="cboxform"></iframe>
</td></tr>
</table>
</div>
<!-- END CBOX -->
<!-- SCROLLING INFO TYPE IN YOUR PERSONAL INFORMATION -->
<div id=hidetable style="direction:ltr;
background-color:transparent;width:178px; height:1154px;
border:none; font-weight:bold; color:#00FFCC;
text-align:left;position:absolute; padding-bottom:5;padding-left:5;padding-right:5;
padding-top:5; z-index:1;top:209px;left:365px">
<marquee onmouseover=this.stop() onmouseout=this.start() style="position:left"; direction=up width=165 height=165 scrollamount=1>
Codename: Matrixxx109<BR>
Sex: Male Age : Forgotten<BR>
Birthday: October 09th, 19?? <BR>
Email: orliski109@yahoo.com<BR>
<BR>Introduced: Chapter 2, Episode 2<BR>
Origin: Makati City, Philippines<BR>
<BR>Schools:<BR>
AMA Computer College-Mkt.,<BR>
SouthEastern College-Pasay City,<BR>
St. Anthony School-Mla.<BR>
<BR>Occupation:<BR>
Computer Teacher,<BR>
System Analyst,<BR>
Programmer,<BR>
Inventory Clerk,<BR>
Transport Officer, Etc.<BR>
<BR>Companies:<BR>
St. Nicolas College of Business and Technology,<BR>
Embassy of the United States of America,<BR>
Designer Blooms, Nissan Car Lease-Phils.<BR>
AMA Computer Learning Center,<BR>
AMA Computer College-Mla., Etc.<BR>
<hr>
<BR>More About Me:<BR>
<BR>A happy-go-lucky type of a person.
Very friendly. Likes to explore a
lot of different adventures in life.
A person whose goal is to be very
successful in the mere future
either by hook or by crook. Always
wants to achieve the very best in
most of the things that I do. A
perfectionist in different ways.
A very nice person who has a very
soft heart for everything which also
depends on the situations. Tends to
be crazy sometimes especially if
dealing with some funny stuffs. A
person who friends can count on most
of the time except for financial
reasons of course. Never let a friend
down. Always there in time of friends'
hardships and good times. Down to earth
most of the time. A reliable person.
Hates boring situations. Likes to
have fun most of the time. I think theres
not enough space here to describe
myself further so I will be leaving
everything else to you guys to describe
whatever you think about me through my
testimonials.<BR>
<hr>
<BR>Who I want 2 Meet:<BR>
<BR>Well, I don't care to much on who I want to meet
as long as he or she shares the same thoughts
and characteristics I have, then I think
we can go along fine. I would also like to
meet some old friends, some students of
mine who still remember me. I think it will
be very much ok if they will add me as their
friend here in friendster. Everybody on
friendster are all invited to add me as their
friend if they want to do so.<BR>
<hr>
</marquee></a></div></b>
<!-- PROFILE PICTURE KO -->
<img style="position:absolute; filter:alpha(opacity=100; finishopacity=70,style=2) alpha(opacity=100,finishopacity=50,style=2);left:547px; top:228px; height: 163px; width: 178px;" border="0"
src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg"
width="170" height="164"><img style="position:absolute; filter:alpha(opacity=100; finishopacity=40,style=2) alpha(opacity=100,finishopacity=40,style=2);left:102px; top:76px; height: 44px; width: 91px;" border="0"
src="http://i103.photobucket.com/albums/m160/Matrixxx09/phl_flag.gif"
width="70" height="40">
<img style="position:absolute; filter:alpha(opacity=100; finishopacity=40,style=2) alpha(opacity=100,finishopacity=40,style=2);left:12px; top:79px; height: 42px; width: 65px;" border="0"
src="http://i103.photobucket.com/albums/m160/Matrixxx09/spinner_all.gif"
width="70" height="40">
<img style="position:absolute; filter:alpha(opacity=100; finishopacity=40,style=2) alpha(opacity=100,finishopacity=40,style=2);left:222px; top:79px; height: 42px; width: 65px;" border="0"
src="http://i103.photobucket.com/albums/m160/Matrixxx09/spinner_all.gif"
width="70" height="40">
<!-- IMAGES AND FLASH ANIMS --><!---------------WHO VIEWED ME SYSTEM KUNYARI------------------->
<div style="filter:alpha(Opacity=100,FinishOpacity=50,style=2); position:absolute; overflow:hidden; left:30px; top:1013px; width:144px; height:238px; z-index:0">
<p align="center">
<marquee style="width:130px;height:250px;border:0px solid black;" onmouseover='this.stop()' onmouseout='this.start()' scrollamount="3" direction="up" loop="true"><center>
<a href="http://friendster.com/22729204" target="_blank"><img src="http://i103.photobucket.com/albums/m160/Matrixxx09/35353730157095s.jpg" height="105" width="130" </a><BR>Cristina
<a href="http://www.friendster.com/23436008" target="_blank"><img src="http://i103.photobucket.com/albums/m160/Matrixxx09/34884129652739s.jpg" height="105" width="130" </a><BR>Merry Ann
<a href="http://www.friendster.com/9035844" target="_blank"><img src="http://i103.photobucket.com/albums/m160/Matrixxx09/24649214711000m.jpg" height="105" width="130" </a><BR>Jhun
<a href="http://www.friendster.com/24514157" target="_blank"><img src="http://i103.photobucket.com/albums/m160/Matrixxx09/35792481338577m.jpg" height="105" width="130" </a><BR>Megastar
<a href="http://www.friendster.com/6848062" target="_blank"><img src="http://i103.photobucket.com/albums/m160/Matrixxx09/28206255932827s.jpg" height="105" width="130" </a><BR>Vicky
<a href="http://www.friendster.com/23929592" target="_blank"><img src="http://i103.photobucket.com/albums/m160/Matrixxx09/20109791829419s.jpg" height="105" width="130" </a><BR>St. Nicolas
<a href="http://friendster.com/YOURUSERID" target="_blank"><img src="http://i105.photobucket.com/albums/m237/Matrixxx109/38215143012517s.jpg" height="105" width="130" </a><BR>Nowt In Love
<a href="http://www.friendster.com/YOURUSERID" target="_blank"><img src="http://i105.photobucket.com/albums/m237/Matrixxx109/37812386226125s.jpg" height="105" width="130" </a><BR>Daniel
<a href="http://www.friendster.com/YOURUSERID" target="_blank"><img src="http://i105.photobucket.com/albums/m237/Matrixxx109/37725555210743s.jpg" height="105" width="130" </a><BR>Wandha
<a href="http://www.friendster.com/YOURUSERID" target="_blank"><img src="http://i105.photobucket.com/albums/m237/Matrixxx109/34896416750369s.jpg" height="105" width="130" </a><BR>Akela
<a href="http://www.friendster.com/YOURUSERID" target="_blank"><img src="http://i105.photobucket.com/albums/m237/Matrixxx109/32913068449237s.jpg" height="105" width="130" </a><BR>Yoko Yohei
<a href="http://www.friendster.com/YOURUSERID" target="_blank"><img src="http://i105.photobucket.com/albums/m237/Matrixxx109/2151106077333s.jpg" height="105" width="130" </a><BR>Lana
<!---------END PHOTOS---------------->
</center></marquee></p>
</div>
<div style="filter:alpha(Opacity=100,FinishOpacity=70,style=2); position:absolute; overflow:hidden; left:906px; top:1130px; width:94px; height:149px; z-index:0">
<p align="center">
<marquee style="width:93px;height:148px;border:0px solid black;" onmouseover='this.stop()' onmouseout='this.start()' scrollamount="3" direction="up" loop="true"><center>
<a href="http://pba-online.net/news.php" target="_blank"><img border=0 src="http://i103.photobucket.com/albums/m160/Matrixxx09/PBA.jpg" width="88" height="31" alt="PBA-Online"></a><br>
<a href="http://pinoy-designz.net" target="_blank"><img border=0 src="http://www.geocities.com/pinoy.designz/linkme.gif" width="88" height="31" alt="Pinoy - Designz"></a><br>
<a href="http://www.pinoy-nukerz.net" target="_blank"><img border=0 src="http://pinoy-nukerz.net/images/pn_logo_88x33_ani_2.gif" width="88" height="33" alt="Pinoy - Nukerz"></a><br>
<a href="http://www.sikat.us" target="_blank"><img border=0 src="http://www.sikat.us/sikat_ani.gif" width="88" height="31" alt="Sikat.us"></a><br>
<a href="http://techno-sisters.cjb.net"><img src="http://i103.photobucket.com/albums/m160/Matrixxx09/Technosis.gif" width="88" height="31" alt="Techno-Sisters" title="Techno-Sisters"></a>
<br>
<a href="http://friendstercustomized.cjb.net"><img border=0 src="http://i103.photobucket.com/albums/m160/Matrixxx09/FriendCust.gif" width="88" height="31" alt="Friendster Customized" title="Friendster Customized"></a><br>
<a href="http://www.feenqueville.co.nr" target="_blank"><img border=0 src="http://i96.photobucket.com/albums/l189/ayeimar06/Link.gif" width="88" height="31" alt="Feenqueville"></a><br>
<a href="http://www.xanga.com/o17layoutz" target="_new"><IMG src="http://i80.photobucket.com/albums/j192/o17layoutz/o17layoutBLAK.gif" border="0" width="88" height="31"></a><br>
<a href="http://klairelix.hollosite.com"><img src="http://i103.photobucket.com/albums/m160/Matrixxx09/Klairelix.gif" alt="Klairelix GFX" title="Klairelix GFX" border="0" width="88" height="31"></a><br>
<a href="http://top.friendster-tweakers.com/index.php?a=stats&u=Matrixxx09"><img src="http://i103.photobucket.com/albums/m160/Matrixxx09/topprofiles.gif" alt="Friendster Top Profiles" title="Friendster Top Profiles" border="0" width="88" height="31"></a><br>
<a href="http://www.myfilehut.com"><img src="http://i103.photobucket.com/albums/m160/Matrixxx09/myfilehut.gif" alt="My File Hut" title="My File Hut" border="0" width="88" height="31"></a><br>
<a href="http://www.imageshack.us"><img src="http://i103.photobucket.com/albums/m160/Matrixxx09/imageshack.png" alt="ImageShack" title="ImageShack" border="0" width="88" height="31"></a><br>
<a href="http://cbox.ws/admin.php?"><img src="http://i103.photobucket.com/albums/m160/Matrixxx09/cbox.gif" alt="CBox" title="CBox" border="0" width="88" height="31"></a><br>
<a href="http://photobucket.com/"><img src="http://i103.photobucket.com/albums/m160/Matrixxx09/PbLogo_170_g.gif" alt="Photobucket" title="Photobucket" border="0" width="88" height="31"></a><br>
</center></marquee></p>
</div>
<div style="filter:alpha(Opacity=100,FinishOpacity=70,style=2); position:absolute; overflow:hidden; left:802px; top:1130px; width:97px; height:149px; z-index:0">
<p align="center">
<marquee style="width:96px;height:148px;border:0px solid black;" onmouseover='this.stop()' onmouseout='this.start()' scrollamount="3" direction="down" loop="true"><center>
<a href="http://pba-online.net/news.php" target="_blank"><img border=0 src="http://i103.photobucket.com/albums/m160/Matrixxx09/PBA.jpg" width="88" height="31" alt="PBA-Online"></a><br>
<a href="http://pinoy-designz.net/" target="_blank"><img border=0 src="http://www.geocities.com/pinoy.designz/linkme.gif" width="88" height="31" alt="Pinoy - Designz"></a><br>
<a href="http://www.pinoy-nukerz.net/" target="_blank"><img border=0 src="http://pinoy-nukerz.net/images/pn_logo_88x33_ani_2.gif" width="88" height="33" alt="Pinoy - Nukerz"></a><br>
<a href="http://www.sikat.us/" target="_blank"><img border=0 src="http://www.sikat.us/sikat_ani.gif" width="88" height="31" alt="Sikat.us"></a><br>
<a href="http://techno-sisters.cjb.net"><img src="http://i103.photobucket.com/albums/m160/Matrixxx09/Technosis.gif" width="88" height="31" alt="Techno-Sisters" title="Techno-Sisters"></a>
<br>
<a href="http://friendstercustomized.cjb.net"><img border=0 src="http://i103.photobucket.com/albums/m160/Matrixxx09/FriendCust.gif" width="88" height="31" alt="Friendster Customized" title="Friendster Customized"></a><br>
<a href="http://www.feenqueville.co.nr" target="_blank"><img border=0 src="http://i96.photobucket.com/albums/l189/ayeimar06/Link.gif" width="88" height="31" alt="Feenqueville"></a><br>
<a href="http://www.xanga.com/o17layoutz" target="_new"><IMG src="http://i80.photobucket.com/albums/j192/o17layoutz/o17layoutBLAK.gif" border="0" width="88" height="31"></a><br>
<a href="http://klairelix.hollosite.com"><img src="http://i103.photobucket.com/albums/m160/Matrixxx09/Klairelix.gif" alt="Klairelix GFX" title="Klairelix GFX" border="0" width="88" height="31"></a><br>
<a href="http://top.friendster-tweakers.com/index.php?a=stats&u=Matrixxx09"><img src="http://i103.photobucket.com/albums/m160/Matrixxx09/topprofiles.gif" alt="Friendster Top Profiles" title="Friendster Top Profiles" border="0" width="88" height="31"></a><br>
<a href="http://www.myfilehut.com"><img src="http://i103.photobucket.com/albums/m160/Matrixxx09/myfilehut.gif" alt="My File Hut" title="My File Hut" border="0" width="88" height="31"></a><br>
<a href="http://www.imageshack.us"><img src="http://i103.photobucket.com/albums/m160/Matrixxx09/imageshack.png" alt="ImageShack" title="ImageShack" border="0" width="88" height="31"></a><br>
<a href="http://cbox.ws/admin.php?"><img src="http://i103.photobucket.com/albums/m160/Matrixxx09/cbox.gif" alt="CBox" title="CBox" border="0" width="88" height="31"></a><br>
<a href="http://photobucket.com/"><img src="http://i103.photobucket.com/albums/m160/Matrixxx09/PbLogo_170_g.gif" alt="Photobucket" title="Photobucket" border="0" width="88" height="31"></a><br>
</center></marquee></p>
</div>
<div style="filter:alpha(Opacity=100,FinishOpacity=0,style=2); position: absolute; left: 521px; top: 148px; height:22px; width: 403px;">
<h1><span class="style3 style8"><span class="style4">
<MARQUEE width=380 scrollAmount=3 height="38"><span class="style3"><a href="" class="style3"><span class="style4">Hello Visitors! Im orliski109. Welcome to my Transformers Friendster Profile Version 1.0! [Features: Modified cbox and smilies/javascript/animation/flash/MP3 PLayer/MTV Playlist and cool links.] Keep Checking for Updates and please RATE MY PROFILE thanx</span>. </a></span><span class="style3 style8"><span class="style4"><a href="">
</MARQUEE>
</a> </span></span></h1>
</font></div>
<div style="filter:alpha(Opacity=100,FinishOpacity=50,style=1); position:absolute; overflow:hidden; left:567px; top:796px; width:170px; height:125px; z-index:0">
<p align="center">
<marquee style="width:150px;height:400px;border:0px solid black;" onmouseover='this.stop()' onmouseout='this.start()' scrollamount="5" direction="left" loop="true"><center>
<!---------------BEGIN PHOTOS------------------->
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<!---------END PHOTOS---------------->
</center></marquee></p>
</div>
<!------------------FRIENDS LIST SCROLLING PICS------------------>
<div style="filter:alpha(Opacity=100,FinishOpacity=50,style=1); position:absolute; overflow:hidden; left:363px; top:796px; width:170px; height:125px; z-index:0">
<p align="center">
<marquee style="width:150px;height:400px;border:0px solid black;" onmouseover='this.stop()' onmouseout='this.start()' scrollamount="5" direction="right" loop="true"><center>
<!---------------BEGIN PHOTOS------------------->
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<img border="0" height="118" width="120" src="http://photos.friendster.com/photos/12/37/38387321/842555617s.jpg">
<!---------END PHOTOS---------------->
</center></marquee></p>
</div>
<!-- Friendster Footer -->
<table width="538" height="24" border="0" cellpadding="0" cellspacing="0" class="style3" style="filter:alpha(Opacity=100,FinishOpacity=90,style=1); position:absolute; border-collapse:collapse; left:461px; top:1330; width: 546px;">
<tr>
<td width="100%" align="center" style="border-style: none; border-width: medium" height="23">
<p align="center"><b> <span class="style7"><a href="http://www.friendster.com/info/index.php?statpos=footer">
About Us </a>
•<a href="http://www.friendster.com/info/contacts.php?statpos=footer">
Contact Us</a> •</font><a href="http://www.friendster.com/info/shopping.php?statpos=footer">
Store</a> •</font><a href="http://www.friendster.com/events.php?statpos=footer">
Events</a> •</font><a href="http://www.friendster.com/info/tour/1_0.htm?statpos=footer">
Tour</a> • </font>
<a href="http://www.friendster.com/affiliate.php?statpos=footer">
SuperFriendster</a> •<a id="new2" href="http://www.friendster.com/custhelp.php?statpos=footer">
Help</a> •<a href="http://www.friendster.com/info/tos.php?statpos=footer">
Terms of Service</a> •
<a href="http://www.friendster.com/info/privacy.php?statpos=footer">
Privacy Policy</a> </span></p></td>
</tr>
</table>
</center>
<!-- Page Hit Counter Create ur own stat counter-->
<div style="overflow:hidden;height:14px;width:78px;position:absolute;left:163px;top:1319px">
<!-- Start of StatCounter Code -->
<a href="http://www.statcounter.com/" target="_blank">
<img src="http://c19.statcounter.com/counter.php?sc_project=2030081&java=0&security=0e2bb9b7&invisible=0" alt="web page hit counter" border="0"></a>
<!-- End of StatCounter Code -->
</div>
<!------------------START TESTIMONIALS------------------>
<div id=AUT style="position:absolute; width:363px; height:196px; z-index:1; left:367px;top:509px; border: 0; overflow: auto;">
<script language="javascript">
quickcomment="yes";
</script>
<div id=quickcommentid></div>
<div id="content_publiccomments_1_7"></div>
<script language="javascript">
module5="yes";
</script>
<script language="javascript">
quickcomment="yes";
</script>
<div id=quickcommentid></div>
</div>
<SCRIPT LANGUAGE="javascript">
setTimeout("getTesti()",5000);
</script>
<script language=javascript>
FAlink="yes";
</script>
<div id=FAlinkid></div>
<script language="javascript">
starget="yes";
stargetvisit=5;
</script>
<div id="stargetid" style="display:none"></div>
<div style="filter:alpha(Opacity=100,FinishOpacity=50,style=1); position:absolute; overflow:hidden; left:284px; top:1305px; width:87px; height:31px; z-index:0">
<a href="http://top.friendster-tweakers.com/index.php?a=stats&u=Matrixxx09"><img src="http://i103.photobucket.com/albums/m160/Matrixxx09/topprofiles.gif" alt="Vote 4 Mah Profile!!!" border="0" /></a></div>
<embed style="filter:alpha(opacity=100,finishopacity=50,style=2);position:absolute;top:63px;left:777px"
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'/>
<embed style="filter:alpha(opacity=100,finishopacity=0,style=2); position:absolute; top:101px; left:435px; width: 82px; height: 69px;"
src="http://www.dluxproductions.com/webcandy/photocube2/photocube2d.swf?im
ageID=2d37c1b0699054c4e5bec623c0672b2d&glowOn=&shadowOn=&sparkOn=
1&fireOn=&twoByTwoOn=" quality="high" bgcolor="#000000"
wmode="transparent" width="83" height="64" name="D.Lux Photo Cube"
align="middle" allowscriptaccess="sameDomain"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</BODY>
</HTML>
makasih ,, n , aku tunggu jawaban nya ya teman2