Google
 

Go Back   NackVision > Website Related > Premade Layout > Premade Friendster Overlay

Reply
 
Thread Tools
Old 11-08-2006, 08:20 PM   #1
kirksydney
I Am Marah's Miel
 
kirksydney's Avatar
 
Join Date: Oct 2005
Location: upstairs
Posts: 2,206
Talking RAN Characters

Thanks to ranon01 for these cool overlays..


Here's the preview:



Here are the codes:
No need to download the images
Just edit the contents..

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<META http-equiv=Page-Enter content=BlendTrans(Duration=1.5)>
<META http-equiv=Site-Exit content=BlendTrans(Duration=1.5)>
<title>....ran online....</title>
<STYLE TYPE="text/css">
BODY {SCROLLBAR-FACE-COLOR:black; 
SCROLLBAR-HIGHLIGHT-COLOR: black; 
SCROLLBAR-SHADOW-COLOR:FFFB00;
SCROLLBAR-3DLIGHT-COLOR:black;
SCROLLBAR-ARROW-COLOR: FFFB00; 
SCROLLBAR-TRACK-COLOR: black; 
SCROLLBAR-DARKSHADOW-COLOR: black;
FONT-SIZE: 9; COLOR: FFFB00; FONT-FAMILY: verdana;}
a, a:link, a:visited, a:active { font-size:9;color:#FFFB00; font-weight:bold; text-decoration: none; border-bottom:0px; font-style: normal; }
a:hover { font-size:9;color:#FFFB00; font-weight: bold; text-decoration: overline; border-bottom:0px; }</style>

<!--// Copyright 1996 - Tomer and Yehuda Shiran
// This example will appear in our forthcoming book on JavaScript.
// Feel free to "steal" this code provided that you leave this notice as is.
// Additional examples from the book can be found at 

http://www.geocities.com/SiliconValley/9000/
// For more information contact Tomer or Yehuda Shiran <yshiran@iil.intel.com>

// set speed of banner (pause in milliseconds between addition of new character)
var speed = 10 

// decrease value to increase speed (must be positive)
// set pause between completion of message and beginning of following message
var pause = 1500 

// increase value to increase pause
// set initial values
var timerID = null
var bannerRunning = false

// create array
var ar = new Array()

// assign the strings to the array's elements
ar[0] = "Welcome to my Friendster Profile"
ar[1] = "I hope you like my design"
ar[2] = "Pls leave a message on the Chatterbox"
ar[3] = "Don't forget to give me a testi Thanx!"

// assign index of current message
var message = 0

// empty string initialization
var state = ""

// no value is currently being displayed
clearState()

// stop the banner if it is currently running
function stopBanner() {	
	// if banner is currently running	
	if (bannerRunning)		
	// stop the banner		
	clearTimeout(timerID)	
	// timer is now stopped	
	timerRunning = false
}

// start the banner
function startBanner() {	
	// make sure the banner is stopped	
	stopBanner()	
	// start the banner from the current position	
	showBanner()
}

// assign state a string of "0" characters of the length of the current message
function clearState() {	
	// initialize to empty string	
	state = ""	
	// create string of same length containing 0 digits	
	for (var i = 0; i < ar[message].length; ++i) {		
		state += "0"	
	}
}

// display the current message
function showBanner() {	
	// if the current message is done	
	if (getString()) {		
		// increment message		
		message++		
		// if new message is out of range wrap around to first message	

	
	if (ar.length <= message)			
		message = 0		
		// new message is first displayed as empty string		
		clearState()		
		// display next character after pause milliseconds		
		timerID = setTimeout("showBanner()", pause)	
	} 
	else {		
		// initialize to empty string		
		var str = ""		
		// built string to be displayed (only character selected thus far 

are displayed)		
	for (var j = 0; j < state.length; ++j) {			
		str += (state.charAt(j) == "1") ? ar[message].charAt(j) : "     "	

	
	}		
	// partial string is placed in status bar		
	window.status = str		
	// add another character after speed milliseconds		
	timerID = setTimeout("showBanner()", speed)	
	}
}

function getString() {	
	// set variable to true (it will stay true unless proven otherwise)	
	var full = true	
	// set variable to false if a free space is found in string (a not-displayed 

char)	
	for (var j = 0; j < state.length; ++j) {		
		// if character at index j of current message has not been 

placed in displayed string		
		if (state.charAt(j) == 0)			
		full = false	
	}	
	// return true immediately if no space found (avoid infinitive loop later)	
	if (full) return true	
	// search for random until free space found (braoken up via break 

statement)	
	while (1) {		
		// a random number (between 0 and state.length - 1 == 

message.length - 1)		
		var num = getRandom(ar[message].length)		
		// if free space found break infinitive loop		
	if (state.charAt(num) == "0")			
		break	
	}	
	// replace the 0 character with 1 character at place found	
	state = state.substring(0, num) + "1" + state.substring(num + 1, 

state.length)	
	// return false because the string was not full (free space was found)	
	return false
}

function getRandom(max) {	
	// create instance of current date	
	var now = new Date()		
	// create a random number (good generator)	
	var num = now.getTime() * now.getSeconds() * Math.random()	
	// cut random number to value between 0 and max - 1, inclusive	
	return num % max
}
startBanner()
// --></script>

<script language="javascript">
 var repeat=1 //enter 0 to not repeat scrolling after 1 run, othersise, enter 1
var title=document.title
var leng=title.length
var start=1
function titlemove() {
  titl=title.substring(start, leng) + title.substring(0, start)
  document.title=titl
  start++
  if (start==leng+1) {
    start=0
    if (repeat==0)
    return
  }
  setTimeout("titlemove()",140)
}
if (document.title)
titlemove()</script>

<script language=JavaScript> 
<!-- 
function click() { 
if (event.button==2) { 
window.moveTo(0, 0) 
window.moveTo(1, 1) 
window.moveTo(2, 2) 
window.moveTo(3, 3) 
window.moveTo(4, 4) 
window.moveTo(5, 5) 
window.moveTo(6, 6) 
window.moveTo(7, 7) 
window.moveTo(8, 8) 
window.moveTo(9, 9) 
window.moveTo(10, 10) 
window.moveTo(9, 9) 
window.moveTo(8, 8) 
window.moveTo(7, 7) 
window.moveTo(6, 6) 
window.moveTo(5, 5) 
window.moveTo(4, 4) 
window.moveTo(3, 3) 
window.moveTo(2, 2) 
window.moveTo(1, 1) 
window.moveTo(0, 0) 
window.moveTo(1, 1) 
window.moveTo(2, 2) 
window.moveTo(3, 3) 
window.moveTo(4, 4) 
window.moveTo(5, 5) 
window.moveTo(6, 6) 
window.moveTo(7, 7) 
window.moveTo(8, 8) 
window.moveTo(9, 9) 
window.moveTo(10, 10) 
window.moveTo(9, 9) 
window.moveTo(8, 8) 
window.moveTo(7, 7) 
window.moveTo(6, 6) 
window.moveTo(5, 5) 
window.moveTo(4, 4) 
window.moveTo(3, 3) 
window.moveTo(2, 2) 
window.moveTo(1, 1) 
window.moveTo(0, 0) 
window.moveTo(1, 1) 
window.moveTo(2, 2) 
window.moveTo(3, 3) 
window.moveTo(4, 4) 
window.moveTo(5, 5) 
window.moveTo(6, 6) 
window.moveTo(7, 7) 
window.moveTo(8, 8) 
window.moveTo(9, 9) 
window.moveTo(10, 10) 
window.moveTo(9, 9) 
window.moveTo(8, 8) 
window.moveTo(7, 7) 
window.moveTo(6, 6) 
window.moveTo(5, 5) 
window.moveTo(4, 4) 
window.moveTo(3, 3) 
window.moveTo(2, 2) 
window.moveTo(1, 1) 
window.moveTo(0, 0) 
window.moveTo(1, 1) 
window.moveTo(2, 2) 
window.moveTo(3, 3) 
window.moveTo(4, 4) 
window.moveTo(5, 5) 
window.moveTo(6, 6) 
window.moveTo(7, 7) 
window.moveTo(8, 8) 
window.moveTo(9, 9) 
window.moveTo(10, 10) 
window.moveTo(9, 9) 
window.moveTo(8, 8) 
window.moveTo(7, 7) 
window.moveTo(6, 6) 
window.moveTo(5, 5) 
window.moveTo(4, 4) 
window.moveTo(3, 3) 
window.moveTo(2, 2) 
window.moveTo(1, 1) 
window.moveTo(0, 0) 
window.moveTo(50, 50) 
window.moveTo(55, 55) 
window.moveTo(60, 60) 
window.moveTo(100, 100) 
window.moveTo(5000, 5000)
alert(' >>>>>> (^-^) >>>>>> '); 
} 
} 
document.onmousedown=click 
// --> 
</SCRIPT>


<BODY BGCOLOR=black LEFTMARGIN=100 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<!-- ImageReady Slices (ran1.html) --> <table id="ran1" width="0" height="0" border="0" cellpadding="0" cellspacing="0">
<TABLE WIDTH=800 BORDER=0 CELLPADDING=0 CELLSPACING=0>
	<TR>
		<TD COLSPAN=2>
			<IMG SRC="http://img.photobucket.com/albums/v238/kirksydney/ran1a.jpg" WIDTH=800 HEIGHT=389 BORDER=0 ALT="" USEMAP="#ran1_01_Map"></TD>
	</TR>
	<TR>
		<TD>
			<IMG SRC="http://img.photobucket.com/albums/v238/kirksydney/ran1b.jpg" WIDTH=418 HEIGHT=811 BORDER=0 ALT="" USEMAP="#ran1_02_Map"></TD>
		<TD>
			<IMG SRC="http://img.photobucket.com/albums/v238/kirksydney/ran1c.jpg" WIDTH=382 HEIGHT=811 BORDER=0 ALT="" USEMAP="#ran1_03_Map"></TD>
	</TR>
</TABLE>
<MAP NAME="ran1_01_Map">
<AREA SHAPE="rect" ALT="" COORDS="340,125,421,142" HREF="http://www.friendster.com/logout.php">
<AREA SHAPE="rect" ALT="" COORDS="237,126,319,141" HREF="http://www.friendster.com/custhelp.php">
<AREA SHAPE="rect" ALT="" COORDS="128,127,209,143" HREF="http://www.friendster.com/editaccount.php">
<AREA SHAPE="rect" ALT="" COORDS="21,127,98,144" HREF="http://www.friendster.com/friends.php">
<AREA SHAPE="rect" ALT="" COORDS="218,97,300,115" HREF="http://www.friendster.com/user.php">
<AREA SHAPE="rect" ALT="" COORDS="114,98,199,113" HREF="http://www.friendster.com/messages.php">
<AREA SHAPE="rect" ALT="" COORDS="13,97,94,115" HREF="http://www.friendster.com">
</MAP>
<MAP NAME="ran1_02_Map">
<AREA SHAPE="rect" ALT="" COORDS="350,783,418,794" HREF="http://www.friendster.com/affiliate.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="303,784,343,793" HREF="http://www.friendster.com/events.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="240,784,296,794" HREF="http://www.friendster.com/info/contacts.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="186,783,231,793" HREF="http://www.friendster.com/info/index.php?statpos=footer">
</MAP>
<MAP NAME="ran1_03_Map">
<AREA SHAPE="rect" ALT="" COORDS="99,784,169,794" HREF="http://www.friendster.com/info/privacy.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="69,784,94,794" HREF="http://www.friendster.com/info/tos.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="36,784,61,794" HREF="http://www.friendster.com/custhelp.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="0,783,27,794" HREF="http://www.friendster.com/affiliate.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="170,634,298,650" HREF="http://www.friendster.com/bookmarks.php?action=add&uid=4925722">
<AREA SHAPE="rect" ALT="" COORDS="173,611,299,627" HREF="http://www.friendster.com/friendphotoupload.php?uid=4925722">
<AREA SHAPE="rect" ALT="" COORDS="172,589,298,604" HREF="http://www.friendster.com/photos/4925722">
<AREA SHAPE="rect" ALT="" COORDS="171,568,298,582" HREF="http://www.friendster.com/friends/4925722">
<AREA SHAPE="rect" ALT="" COORDS="168,546,299,559" HREF="http://www.friendster.com/referafriend.php?refer=4925722">
<AREA SHAPE="rect" ALT="" COORDS="171,522,298,536" HREF="http://www.friendster.com/testimonials.php?action=add&uid=4925722">
<AREA SHAPE="rect" ALT="" COORDS="172,500,298,516" HREF="http://www.friendster.com/sendmessage.php?uid=4925722&action=sendsmile">
<AREA SHAPE="rect" ALT="" COORDS="170,478,299,493" HREF="http://www.friendster.com/sendmessage.php?uid=4925722">
<AREA SHAPE="rect" ALT="" COORDS="167,455,298,469" HREF="http://www.friendster.com/addfriendrequest.php?uid=4925722">
</MAP>
<!-- End ImageReady Slices -->
</BODY>



<!++++++++ ABOUT ME ++++++++>
<div style="overflow:auto; background-color: transparent; position:absolute;top:183;left:155;"><marquee style="width:372; height:182;" onmouseover='this.stop()' onmouseout='this.start()' scrollamount="1" direction="up">
<br>
<!++++++++ EDIT THIS PART ++++++++>
18 years ago on the sky above the land of Asia like never before an eclipse took place, in the dark, millions of falling stars flying across the sky. Then, after 16 years, there comes an influential Sacred Financial Group that has the power which is great enough to be the rival of the country, and under this group four unique educational institute were form. The four institutions are: [Sacred Gate Campus], [Mystic Peak Campus], [Phoenix Campus], and [Leonine Campus]. 
Students in each campus been through very stringent assessment, those are all top sports students that were pick from all over the nation. Even though each campus is very much influence by the normal sports campus, yet they have a very distinct syllabus as compare to the normal sport campus. Furthermore, all four campuses are built from structures that look like some Spells, therefore some of the students felt strange and bewilder, and reluctant to study in these four campuses. All students from these four campuses have experience some distinctive experience, in the end the students are not able to live a simple campus life, thus, all the doubts that used to bother them are eventually being forgotten in their daily lives. There are rumors mentioned that when the students reach the higher grade, they will be taught all kind of combat skills that seldom being taught in those combat troops. 

As of now, though there is nothing exceptional happen at the moment, but at this moment, but one can surely and deeply get the feel where... in a split second an unspeakable force will emerge and surround the whole campus and even the whole world... 

Uncertainty, Fear, Anxiety are in everyone's heart... but on another hand, they do feel excited about the destruction, and long to destroy... the evil self that was hidden in their deep soul...


<!++++++++ END ++++++++>
</marquee></div>

<div style="filter:alpha(opacity=75,finishopacity=75,style=1);background-color:transparent; overflow:auto; color:; position:absolute;top:435;left:180;"><marquee style="width:335; height:184;" onmouseover='this.stop()' onmouseout='this.start()' scrollamount="1">
<!++++++++ CHANGE PIC ++++++++>
<img src="http://four.fsphost.com/zrone01/rockon.jpg" height=84 width=100>
<img src="http://four.fsphost.com/zrone01/rockon.jpg" height=84 width=100>
<img src="http://four.fsphost.com/zrone01/rockon.jpg" height=84 width=100>
<img src="http://four.fsphost.com/zrone01/rockon.jpg" height=84 width=100>
<img src="http://four.fsphost.com/zrone01/rockon.jpg" height=84 width=100>
<!++++++++ END++++++++>
</marquee></div>

<div style="background-color:transparent; overflow:auto; position:absolute;top:850;left:360;">
<!++++++++ MP3 PLAYER ++++++++>
<embed allowScriptAccess="never" allowNetworking="internal" 
src="http://www.loudfusion.com/mp3_players/managed/plr_4/player.swf" 
flashVars="USERID=45013" quality="high" wmode="transparent" bgcolor="#DDDDDD" width="311" height="113"  
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
<!++++++++ END MP3 PLAYER++++++++>
</div>


<div style="background-color:transparent; overflow:auto; position:absolute;top:880;left:130;">
<!++++++++ CHATTERBOX CODE HERE (just change the boxid and boxtag)++++++++>
<!-- BEGIN CBOX - http://www.cbox.ws -->
<table border="0" cellpadding="0" cellspacing="0" summary="cbox tagboard" align="center">
<tr><td align="center">
<iframe frameborder="0" width="183" height="260" src="http://www3.cbox.ws/box/?boxid=2300365&amp;boxtag=7117&amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" id="cboxmain"></iframe>
</td></tr><tr></table></div>
<div style="background-color:transparent; position:absolute;top:1030;left:380;">
<iframe frameborder="0" width="210" height="66" src="http://www3.cbox.ws/box/?boxid=2300365&amp;boxtag=7117&amp;sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" border-top: 1px;" id="cboxform"></iframe>
</td></tr>
</table>
<!-- END CBOX -->
<!++++++++ END CHATTERBOX CODE++++++++>
</div>

<div style="filter:alpha(opacity=100,finishopacity=75,style=1);background-color:transparent; overflow:auto; position:absolute;top:595;left:170; height:205;width:664;">
<script language="javascript"> autotesti="yes"; </script> 
<div id=AUT></div> <div id=AUT></div> <STYLE TYPE="text/css"> #aut{width:100%; font-size:9px; color:#FFFB00; padding:0px 5px 0px 5px; overflow:hidden;} .left_column_testimonials IMG{width:100px; border:none; !important; margin-right:5px !important;} .left_column_testimonials_content .date {color:#FFFB00;} .testimonialbody{ padding-bottom:5px; margin-bottom:5px;} .left_column_testimonials a:visited, .left_column_testimonials a:link{text-decoration:none; color:#FFFB00;} .left_column_hr{overflow:hidden; clear:both; border-bottom:1px dashed #FFFB00; height:1px; margin-bottom:5px;} .seeall{padding-bottom:5px; text-align:center;} .seeall a:link, .seeall a:visited{text-decoration:none; color:#FFFB00;} .seeall a:hover, a:hover{color:#FFFB00;} </style></div>

Here's the preview:



Here are the codes:
No need to download the images
Just edit the contents..

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<META http-equiv=Page-Enter content=BlendTrans(Duration=1.5)>
<META http-equiv=Site-Exit content=BlendTrans(Duration=1.5)>
<title>....ran online....</title>
<STYLE TYPE="text/css">
BODY {SCROLLBAR-FACE-COLOR:black; 
SCROLLBAR-HIGHLIGHT-COLOR: black; 
SCROLLBAR-SHADOW-COLOR:556AA9;
SCROLLBAR-3DLIGHT-COLOR:black;
SCROLLBAR-ARROW-COLOR: 556AA9; 
SCROLLBAR-TRACK-COLOR: black; 
SCROLLBAR-DARKSHADOW-COLOR: black;
FONT-SIZE: 9; COLOR: 556AA9; FONT-FAMILY: verdana;}
a, a:link, a:visited, a:active { font-size:9;color:#556AA9; font-weight:bold; text-decoration: none; border-bottom:0px; font-style: normal; }
a:hover { font-size:9;color:#556AA9; font-weight: bold; text-decoration: overline; border-bottom:0px; }</style>

<!--// Copyright 1996 - Tomer and Yehuda Shiran
// This example will appear in our forthcoming book on JavaScript.
// Feel free to "steal" this code provided that you leave this notice as is.
// Additional examples from the book can be found at 

http://www.geocities.com/SiliconValley/9000/
// For more information contact Tomer or Yehuda Shiran <yshiran@iil.intel.com>

// set speed of banner (pause in milliseconds between addition of new character)
var speed = 10 

// decrease value to increase speed (must be positive)
// set pause between completion of message and beginning of following message
var pause = 1500 

// increase value to increase pause
// set initial values
var timerID = null
var bannerRunning = false

// create array
var ar = new Array()

// assign the strings to the array's elements
ar[0] = "Welcome to my Friendster Profile"
ar[1] = "I hope you like my design"
ar[2] = "Pls leave a message on the Chatterbox"
ar[3] = "Don't forget to give me a testi Thanx!"

// assign index of current message
var message = 0

// empty string initialization
var state = ""

// no value is currently being displayed
clearState()

// stop the banner if it is currently running
function stopBanner() {	
	// if banner is currently running	
	if (bannerRunning)		
	// stop the banner		
	clearTimeout(timerID)	
	// timer is now stopped	
	timerRunning = false
}

// start the banner
function startBanner() {	
	// make sure the banner is stopped	
	stopBanner()	
	// start the banner from the current position	
	showBanner()
}

// assign state a string of "0" characters of the length of the current message
function clearState() {	
	// initialize to empty string	
	state = ""	
	// create string of same length containing 0 digits	
	for (var i = 0; i < ar[message].length; ++i) {		
		state += "0"	
	}
}

// display the current message
function showBanner() {	
	// if the current message is done	
	if (getString()) {		
		// increment message		
		message++		
		// if new message is out of range wrap around to first message	

	
	if (ar.length <= message)			
		message = 0		
		// new message is first displayed as empty string		
		clearState()		
		// display next character after pause milliseconds		
		timerID = setTimeout("showBanner()", pause)	
	} 
	else {		
		// initialize to empty string		
		var str = ""		
		// built string to be displayed (only character selected thus far 

are displayed)		
	for (var j = 0; j < state.length; ++j) {			
		str += (state.charAt(j) == "1") ? ar[message].charAt(j) : "     "	

	
	}		
	// partial string is placed in status bar		
	window.status = str		
	// add another character after speed milliseconds		
	timerID = setTimeout("showBanner()", speed)	
	}
}

function getString() {	
	// set variable to true (it will stay true unless proven otherwise)	
	var full = true	
	// set variable to false if a free space is found in string (a not-displayed 

char)	
	for (var j = 0; j < state.length; ++j) {		
		// if character at index j of current message has not been 

placed in displayed string		
		if (state.charAt(j) == 0)			
		full = false	
	}	
	// return true immediately if no space found (avoid infinitive loop later)	
	if (full) return true	
	// search for random until free space found (braoken up via break 

statement)	
	while (1) {		
		// a random number (between 0 and state.length - 1 == 

message.length - 1)		
		var num = getRandom(ar[message].length)		
		// if free space found break infinitive loop		
	if (state.charAt(num) == "0")			
		break	
	}	
	// replace the 0 character with 1 character at place found	
	state = state.substring(0, num) + "1" + state.substring(num + 1, 

state.length)	
	// return false because the string was not full (free space was found)	
	return false
}

function getRandom(max) {	
	// create instance of current date	
	var now = new Date()		
	// create a random number (good generator)	
	var num = now.getTime() * now.getSeconds() * Math.random()	
	// cut random number to value between 0 and max - 1, inclusive	
	return num % max
}
startBanner()
// --></script>

<script language="javascript">
 var repeat=1 //enter 0 to not repeat scrolling after 1 run, othersise, enter 1
var title=document.title
var leng=title.length
var start=1
function titlemove() {
  titl=title.substring(start, leng) + title.substring(0, start)
  document.title=titl
  start++
  if (start==leng+1) {
    start=0
    if (repeat==0)
    return
  }
  setTimeout("titlemove()",140)
}
if (document.title)
titlemove()</script>

<script language=JavaScript> 
<!-- 
function click() { 
if (event.button==2) { 
window.moveTo(0, 0) 
window.moveTo(1, 1) 
window.moveTo(2, 2) 
window.moveTo(3, 3) 
window.moveTo(4, 4) 
window.moveTo(5, 5) 
window.moveTo(6, 6) 
window.moveTo(7, 7) 
window.moveTo(8, 8) 
window.moveTo(9, 9) 
window.moveTo(10, 10) 
window.moveTo(9, 9) 
window.moveTo(8, 8) 
window.moveTo(7, 7) 
window.moveTo(6, 6) 
window.moveTo(5, 5) 
window.moveTo(4, 4) 
window.moveTo(3, 3) 
window.moveTo(2, 2) 
window.moveTo(1, 1) 
window.moveTo(0, 0) 
window.moveTo(1, 1) 
window.moveTo(2, 2) 
window.moveTo(3, 3) 
window.moveTo(4, 4) 
window.moveTo(5, 5) 
window.moveTo(6, 6) 
window.moveTo(7, 7) 
window.moveTo(8, 8) 
window.moveTo(9, 9) 
window.moveTo(10, 10) 
window.moveTo(9, 9) 
window.moveTo(8, 8) 
window.moveTo(7, 7) 
window.moveTo(6, 6) 
window.moveTo(5, 5) 
window.moveTo(4, 4) 
window.moveTo(3, 3) 
window.moveTo(2, 2) 
window.moveTo(1, 1) 
window.moveTo(0, 0) 
window.moveTo(1, 1) 
window.moveTo(2, 2) 
window.moveTo(3, 3) 
window.moveTo(4, 4) 
window.moveTo(5, 5) 
window.moveTo(6, 6) 
window.moveTo(7, 7) 
window.moveTo(8, 8) 
window.moveTo(9, 9) 
window.moveTo(10, 10) 
window.moveTo(9, 9) 
window.moveTo(8, 8) 
window.moveTo(7, 7) 
window.moveTo(6, 6) 
window.moveTo(5, 5) 
window.moveTo(4, 4) 
window.moveTo(3, 3) 
window.moveTo(2, 2) 
window.moveTo(1, 1) 
window.moveTo(0, 0) 
window.moveTo(1, 1) 
window.moveTo(2, 2) 
window.moveTo(3, 3) 
window.moveTo(4, 4) 
window.moveTo(5, 5) 
window.moveTo(6, 6) 
window.moveTo(7, 7) 
window.moveTo(8, 8) 
window.moveTo(9, 9) 
window.moveTo(10, 10) 
window.moveTo(9, 9) 
window.moveTo(8, 8) 
window.moveTo(7, 7) 
window.moveTo(6, 6) 
window.moveTo(5, 5) 
window.moveTo(4, 4) 
window.moveTo(3, 3) 
window.moveTo(2, 2) 
window.moveTo(1, 1) 
window.moveTo(0, 0) 
window.moveTo(50, 50) 
window.moveTo(55, 55) 
window.moveTo(60, 60) 
window.moveTo(100, 100) 
window.moveTo(5000, 5000)
alert(' >>>>>> (^-^) >>>>>> '); 
} 
} 
document.onmousedown=click 
// --> 
</SCRIPT>


<BODY BGCOLOR=#000000 LEFTMARGIN=100 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<!-- ImageReady Slices (ran3.html) --> <table id="ran3" width="0" height="0" border="0" cellpadding="0" cellspacing="0">
	<TR>
		<TD COLSPAN=2>
			<IMG SRC="http://img.photobucket.com/albums/v238/kirksydney/ran3a.jpg" WIDTH=800 HEIGHT=456 BORDER=0 ALT="" USEMAP="#ran3_01_Map"></TD>
	</TR>
	<TR>
		<TD>
			<IMG SRC="http://img.photobucket.com/albums/v238/kirksydney/ran3b.jpg" WIDTH=415 HEIGHT=744 ALT=""></TD>
		<TD>
			<IMG SRC="http://img.photobucket.com/albums/v238/kirksydney/ran3c.jpg" WIDTH=385 HEIGHT=744 BORDER=0 ALT="" USEMAP="#ran3_03_Map"></TD>
	</TR>
</TABLE>
<MAP NAME="ran3_01_Map">
<AREA SHAPE="rect" ALT="" COORDS="376,436,503,452" HREF="http://www.friendster.com/friendphotoupload.php?uid=4925722">
<AREA SHAPE="rect" ALT="" COORDS="189,414,313,431" HREF="http://www.friendster.com/photos/4925722">
<AREA SHAPE="rect" ALT="" COORDS="341,382,462,398" HREF="http://www.friendster.com/friends/4925722">
<AREA SHAPE="rect" ALT="" COORDS="138,365,265,380" HREF="http://www.friendster.com/bookmarks.php?action=add&uid=4925722">
<AREA SHAPE="rect" ALT="" COORDS="309,323,437,338" HREF="http://www.friendster.com/referafriend.php?refer=4925722">
<AREA SHAPE="rect" ALT="" COORDS="312,292,437,309" HREF="http://www.friendster.com/testimonials.php?action=add&uid=4925722">
<AREA SHAPE="rect" ALT="" COORDS="315,264,439,279" HREF="http://www.friendster.com/sendmessage.php?uid=4925722&action=sendsmile">
<AREA SHAPE="rect" ALT="" COORDS="314,233,441,250" HREF="http://www.friendster.com/sendmessage.php?uid=4925722">
<AREA SHAPE="rect" ALT="" COORDS="315,205,441,220" HREF="http://www.friendster.com/addfriendrequest.php?uid=4925722">
<AREA SHAPE="rect" ALT="" COORDS="557,120,661,139" HREF="http://www.friendster.com/custhelp.php">
<AREA SHAPE="rect" ALT="" COORDS="425,129,528,146" HREF="http://www.friendster.com/editaccount.php">
<AREA SHAPE="rect" ALT="" COORDS="288,122,391,137" HREF="http://www.friendster.com/friends.php">
<AREA SHAPE="rect" ALT="" COORDS="681,102,785,118" HREF="http://www.friendster.com/logout.php">
<AREA SHAPE="rect" ALT="" COORDS="546,86,652,105" HREF="http://www.friendster.com/messages.php">
<AREA SHAPE="rect" ALT="" COORDS="404,95,508,113" HREF="http://www.friendster.com/user.php">
<AREA SHAPE="rect" ALT="" COORDS="269,90,377,105" HREF="http://www.friendster.com">
</MAP>
<MAP NAME="ran3_03_Map">
<AREA SHAPE="rect" ALT="" COORDS="303,719,366,727" HREF="http://www.friendster.com/info/privacy.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="278,716,298,727" HREF="http://www.friendster.com/info/tos.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="248,718,273,726" HREF="http://www.friendster.com/custhelp.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="158,717,240,728" HREF="http://www.friendster.com/affiliate.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="117,717,149,728" HREF="http://www.friendster.com/events.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="62,718,111,727" HREF="http://www.friendster.com/info/contacts.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="14,717,54,726" HREF="http://www.friendster.com/info/index.php?statpos=footer">
</MAP>
<!-- End ImageReady Slices -->


<!++++++++ ABOUT ME ++++++++>
<div style="overflow:auto; background-color: transparent; position:absolute;top:230;left:639;"><marquee style="width:187; height:314;" onmouseover='this.stop()' onmouseout='this.start()' scrollamount="1" direction="up">
<br>
<!++++++++ EDIT THIS PART ++++++++>
18 years ago on the sky above the land of Asia like never before an eclipse took place, in the dark, millions of falling stars flying across the sky. Then, after 16 years, there comes an influential Sacred Financial Group that has the power which is great enough to be the rival of the country, and under this group four unique educational institute were form. The four institutions are: [Sacred Gate Campus], [Mystic Peak Campus], [Phoenix Campus], and [Leonine Campus]. 
Students in each campus been through very stringent assessment, those are all top sports students that were pick from all over the nation. Even though each campus is very much influence by the normal sports campus, yet they have a very distinct syllabus as compare to the normal sport campus. Furthermore, all four campuses are built from structures that look like some Spells, therefore some of the students felt strange and bewilder, and reluctant to study in these four campuses. All students from these four campuses have experience some distinctive experience, in the end the students are not able to live a simple campus life, thus, all the doubts that used to bother them are eventually being forgotten in their daily lives. There are rumors mentioned that when the students reach the higher grade, they will be taught all kind of combat skills that seldom being taught in those combat troops. 

As of now, though there is nothing exceptional happen at the moment, but at this moment, but one can surely and deeply get the feel where... in a split second an unspeakable force will emerge and surround the whole campus and even the whole world... 

Uncertainty, Fear, Anxiety are in everyone's heart... but on another hand, they do feel excited about the destruction, and long to destroy... the evil self that was hidden in their deep soul...

<!++++++++ END ++++++++>
</marquee></div>

<div style="filter:alpha(opacity=75,finishopacity=75,style=1);background-color:transparent; overflow:auto; color:; position:absolute;top:482;left:288;"><marquee style="width:311; height:67;" onmouseover='this.stop()' onmouseout='this.start()' scrollamount="1">
<!++++++++ CHANGE PIC ++++++++>
<img src="http://four.fsphost.com/zrone01/rockon.jpg" height=67 width=80>
<img src="http://four.fsphost.com/zrone01/rockon.jpg" height=67 width=80>
<img src="http://four.fsphost.com/zrone01/rockon.jpg" height=67 width=80>
<img src="http://four.fsphost.com/zrone01/rockon.jpg" height=67 width=80>
<img src="http://four.fsphost.com/zrone01/rockon.jpg" height=67 width=80>
<!++++++++ END++++++++>
</marquee></div>

<div style="background-color:transparent; overflow:auto; position:absolute;top:106;left:132;">
<!++++++++ MP3 PLAYER ++++++++>
<embed allowScriptAccess="never" allowNetworking="internal" 
src="http://www.loudfusion.com/mp3_players/managed/plr_4/player.swf" 
flashVars="USERID=45013" quality="high" wmode="transparent" bgcolor="#DDDDDD" width="200" height="196"  
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
<!++++++++ END MP3 PLAYER++++++++>
</div>


<div style="background-color:transparent; overflow:auto; position:absolute;top:910;left:325;">
<!++++++++ CHATTERBOX CODE HERE (just change the boxid and boxtag)++++++++>
<!-- BEGIN CBOX - http://www.cbox.ws -->
<table border="0" cellpadding="0" cellspacing="0" summary="cbox tagboard" align="center">
<tr><td align="center">
<iframe frameborder="0" width="162" height="264" src="http://www3.cbox.ws/box/?boxid=2300365&amp;boxtag=7117&amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" id="cboxmain"></iframe>
</td></tr><tr></table></div>
<div style="background-color:transparent; position:absolute;top:1112;left:125;">
<iframe frameborder="0" width="155" height="65" src="http://www3.cbox.ws/box/?boxid=2300365&amp;boxtag=7117&amp;sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" border-top: 1px;" id="cboxform"></iframe>
</td></tr>
</table>
<!-- END CBOX -->
<!++++++++ END CHATTERBOX CODE++++++++>
</div>

<div style="filter:alpha(opacity=100,finishopacity=75,style=1);background-color:transparent; overflow:auto; position:absolute;top:620;left:210; height:191;width:584;">
<script language="javascript"> autotesti="yes"; </script> 
<div id=AUT></div> <div id=AUT></div> <STYLE TYPE="text/css"> #aut{width:100%; font-size:9px; color:#556AA9; padding:0px 5px 0px 5px; overflow:hidden;} .left_column_testimonials IMG{width:100px; border:none; !important; margin-right:5px !important;} .left_column_testimonials_content .date {color:#556AA9;} .testimonialbody{ padding-bottom:5px; margin-bottom:5px;} .left_column_testimonials a:visited, .left_column_testimonials a:link{text-decoration:none; color:#556AA9;} .left_column_hr{overflow:hidden; clear:both; border-bottom:1px dashed #556AA9; height:1px; margin-bottom:5px;} .seeall{padding-bottom:5px; text-align:center;} .seeall a:link, .seeall a:visited{text-decoration:none; color:#556AA9;} .seeall a:hover, a:hover{color:#556AA9;} </style></div>

Here's the preview:



Here are the codes:
No need to download the images
Just edit the contents..

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<META http-equiv=Page-Enter content=BlendTrans(Duration=1.5)>
<META http-equiv=Site-Exit content=BlendTrans(Duration=1.5)>
<title>....ran online....</title>
<STYLE TYPE="text/css">
BODY {SCROLLBAR-FACE-COLOR:black; 
SCROLLBAR-HIGHLIGHT-COLOR: black; 
SCROLLBAR-SHADOW-COLOR:A65E60;
SCROLLBAR-3DLIGHT-COLOR:black;
SCROLLBAR-ARROW-COLOR: A65E60; 
SCROLLBAR-TRACK-COLOR: black; 
SCROLLBAR-DARKSHADOW-COLOR: black;
FONT-SIZE: 9; COLOR: A65E60; FONT-FAMILY: verdana;}
a, a:link, a:visited, a:active { font-size:9;color:#A65E60; font-weight:bold; text-decoration: none; border-bottom:0px; font-style: normal; }
a:hover { font-size:9;color:#A65E60; font-weight: bold; text-decoration: overline; border-bottom:0px; }
body { cursor:url("http://plugin.smileycentral.com/http%253A%252F%252Fplugin%252Esmileycentral%252Ecom%252Fassetserver%252Fcursor%252Ejhtml%253Fcur%253D1%2526i%253D7659/image.gif");}</style>

<!--// Copyright 1996 - Tomer and Yehuda Shiran
// This example will appear in our forthcoming book on JavaScript.
// Feel free to "steal" this code provided that you leave this notice as is.
// Additional examples from the book can be found at 

http://www.geocities.com/SiliconValley/9000/
// For more information contact Tomer or Yehuda Shiran <yshiran@iil.intel.com>

// set speed of banner (pause in milliseconds between addition of new character)
var speed = 10 

// decrease value to increase speed (must be positive)
// set pause between completion of message and beginning of following message
var pause = 1500 

// increase value to increase pause
// set initial values
var timerID = null
var bannerRunning = false

// create array
var ar = new Array()

// assign the strings to the array's elements
ar[0] = "Welcome to my Friendster Profile"
ar[1] = "I hope you like my design"
ar[2] = "Pls leave a message on the Chatterbox"
ar[3] = "Don't forget to give me a testi Thanx!"

// assign index of current message
var message = 0

// empty string initialization
var state = ""

// no value is currently being displayed
clearState()

// stop the banner if it is currently running
function stopBanner() {	
	// if banner is currently running	
	if (bannerRunning)		
	// stop the banner		
	clearTimeout(timerID)	
	// timer is now stopped	
	timerRunning = false
}

// start the banner
function startBanner() {	
	// make sure the banner is stopped	
	stopBanner()	
	// start the banner from the current position	
	showBanner()
}

// assign state a string of "0" characters of the length of the current message
function clearState() {	
	// initialize to empty string	
	state = ""	
	// create string of same length containing 0 digits	
	for (var i = 0; i < ar[message].length; ++i) {		
		state += "0"	
	}
}

// display the current message
function showBanner() {	
	// if the current message is done	
	if (getString()) {		
		// increment message		
		message++		
		// if new message is out of range wrap around to first message	

	
	if (ar.length <= message)			
		message = 0		
		// new message is first displayed as empty string		
		clearState()		
		// display next character after pause milliseconds		
		timerID = setTimeout("showBanner()", pause)	
	} 
	else {		
		// initialize to empty string		
		var str = ""		
		// built string to be displayed (only character selected thus far 

are displayed)		
	for (var j = 0; j < state.length; ++j) {			
		str += (state.charAt(j) == "1") ? ar[message].charAt(j) : "     "	

	
	}		
	// partial string is placed in status bar		
	window.status = str		
	// add another character after speed milliseconds		
	timerID = setTimeout("showBanner()", speed)	
	}
}

function getString() {	
	// set variable to true (it will stay true unless proven otherwise)	
	var full = true	
	// set variable to false if a free space is found in string (a not-displayed 

char)	
	for (var j = 0; j < state.length; ++j) {		
		// if character at index j of current message has not been 

placed in displayed string		
		if (state.charAt(j) == 0)			
		full = false	
	}	
	// return true immediately if no space found (avoid infinitive loop later)	
	if (full) return true	
	// search for random until free space found (braoken up via break 

statement)	
	while (1) {		
		// a random number (between 0 and state.length - 1 == 

message.length - 1)		
		var num = getRandom(ar[message].length)		
		// if free space found break infinitive loop		
	if (state.charAt(num) == "0")			
		break	
	}	
	// replace the 0 character with 1 character at place found	
	state = state.substring(0, num) + "1" + state.substring(num + 1, 

state.length)	
	// return false because the string was not full (free space was found)	
	return false
}

function getRandom(max) {	
	// create instance of current date	
	var now = new Date()		
	// create a random number (good generator)	
	var num = now.getTime() * now.getSeconds() * Math.random()	
	// cut random number to value between 0 and max - 1, inclusive	
	return num % max
}
startBanner()
// --></script>

<script language="javascript">
 var repeat=1 //enter 0 to not repeat scrolling after 1 run, othersise, enter 1
var title=document.title
var leng=title.length
var start=1
function titlemove() {
  titl=title.substring(start, leng) + title.substring(0, start)
  document.title=titl
  start++
  if (start==leng+1) {
    start=0
    if (repeat==0)
    return
  }
  setTimeout("titlemove()",140)
}
if (document.title)
titlemove()</script>

<script language=JavaScript> 
<!-- 
function click() { 
if (event.button==2) { 
window.moveTo(0, 0) 
window.moveTo(1, 1) 
window.moveTo(2, 2) 
window.moveTo(3, 3) 
window.moveTo(4, 4) 
window.moveTo(5, 5) 
window.moveTo(6, 6) 
window.moveTo(7, 7) 
window.moveTo(8, 8) 
window.moveTo(9, 9) 
window.moveTo(10, 10) 
window.moveTo(9, 9) 
window.moveTo(8, 8) 
window.moveTo(7, 7) 
window.moveTo(6, 6) 
window.moveTo(5, 5) 
window.moveTo(4, 4) 
window.moveTo(3, 3) 
window.moveTo(2, 2) 
window.moveTo(1, 1) 
window.moveTo(0, 0) 
window.moveTo(1, 1) 
window.moveTo(2, 2) 
window.moveTo(3, 3) 
window.moveTo(4, 4) 
window.moveTo(5, 5) 
window.moveTo(6, 6) 
window.moveTo(7, 7) 
window.moveTo(8, 8) 
window.moveTo(9, 9) 
window.moveTo(10, 10) 
window.moveTo(9, 9) 
window.moveTo(8, 8) 
window.moveTo(7, 7) 
window.moveTo(6, 6) 
window.moveTo(5, 5) 
window.moveTo(4, 4) 
window.moveTo(3, 3) 
window.moveTo(2, 2) 
window.moveTo(1, 1) 
window.moveTo(0, 0) 
window.moveTo(1, 1) 
window.moveTo(2, 2) 
window.moveTo(3, 3) 
window.moveTo(4, 4) 
window.moveTo(5, 5) 
window.moveTo(6, 6) 
window.moveTo(7, 7) 
window.moveTo(8, 8) 
window.moveTo(9, 9) 
window.moveTo(10, 10) 
window.moveTo(9, 9) 
window.moveTo(8, 8) 
window.moveTo(7, 7) 
window.moveTo(6, 6) 
window.moveTo(5, 5) 
window.moveTo(4, 4) 
window.moveTo(3, 3) 
window.moveTo(2, 2) 
window.moveTo(1, 1) 
window.moveTo(0, 0) 
window.moveTo(1, 1) 
window.moveTo(2, 2) 
window.moveTo(3, 3) 
window.moveTo(4, 4) 
window.moveTo(5, 5) 
window.moveTo(6, 6) 
window.moveTo(7, 7) 
window.moveTo(8, 8) 
window.moveTo(9, 9) 
window.moveTo(10, 10) 
window.moveTo(9, 9) 
window.moveTo(8, 8) 
window.moveTo(7, 7) 
window.moveTo(6, 6) 
window.moveTo(5, 5) 
window.moveTo(4, 4) 
window.moveTo(3, 3) 
window.moveTo(2, 2) 
window.moveTo(1, 1) 
window.moveTo(0, 0) 
window.moveTo(50, 50) 
window.moveTo(55, 55) 
window.moveTo(60, 60) 
window.moveTo(100, 100) 
window.moveTo(5000, 5000)
alert(' >>>>>> (^-^) >>>>>> '); 
} 
} 
document.onmousedown=click 
// --> 
</SCRIPT>


<BODY BGCOLOR=black LEFTMARGIN=100 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<!-- ImageReady Slices (ran2.html) --> <table id="ran2" width="0" height="0" border="0" cellpadding="0" cellspacing="0">
	<TR>
		<TD COLSPAN=2>
			<IMG SRC="http://img.photobucket.com/albums/v238/kirksydney/ran2a.jpg" WIDTH=800 HEIGHT=389 BORDER=0 ALT="" USEMAP="#ran1_01_Map"></TD>
	</TR>
	<TR>
		<TD>
			<IMG SRC="http://img.photobucket.com/albums/v238/kirksydney/ran2b.jpg" WIDTH=418 HEIGHT=811 BORDER=0 ALT="" USEMAP="#ran1_02_Map"></TD>
		<TD>
			<IMG SRC="http://img.photobucket.com/albums/v238/kirksydney/ran2c.jpg" WIDTH=382 HEIGHT=811 BORDER=0 ALT="" USEMAP="#ran1_03_Map"></TD>
	</TR>
</TABLE>
<MAP NAME="ran1_01_Map">
<AREA SHAPE="rect" ALT="" COORDS="340,125,421,142" HREF="http://www.friendster.com/logout.php">
<AREA SHAPE="rect" ALT="" COORDS="237,126,319,141" HREF="http://www.friendster.com/custhelp.php">
<AREA SHAPE="rect" ALT="" COORDS="128,127,209,143" HREF="http://www.friendster.com/editaccount.php">
<AREA SHAPE="rect" ALT="" COORDS="21,127,98,144" HREF="http://www.friendster.com/friends.php">
<AREA SHAPE="rect" ALT="" COORDS="218,97,300,115" HREF="http://www.friendster.com/user.php">
<AREA SHAPE="rect" ALT="" COORDS="114,98,199,113" HREF="http://www.friendster.com/messages.php">
<AREA SHAPE="rect" ALT="" COORDS="13,97,94,115" HREF="http://www.friendster.com">
</MAP>
<MAP NAME="ran1_02_Map">
<AREA SHAPE="rect" ALT="" COORDS="350,783,418,794" HREF="http://www.friendster.com/affiliate.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="303,784,343,793" HREF="http://www.friendster.com/events.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="240,784,296,794" HREF="http://www.friendster.com/info/contacts.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="186,783,231,793" HREF="http://www.friendster.com/info/index.php?statpos=footer">
</MAP>
<MAP NAME="ran1_03_Map">
<AREA SHAPE="rect" ALT="" COORDS="99,784,169,794" HREF="http://www.friendster.com/info/privacy.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="69,784,94,794" HREF="http://www.friendster.com/info/tos.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="36,784,61,794" HREF="http://www.friendster.com/custhelp.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="0,783,27,794" HREF="http://www.friendster.com/affiliate.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="170,634,298,650" HREF="http://www.friendster.com/bookmarks.php?action=add&uid=4925722">
<AREA SHAPE="rect" ALT="" COORDS="173,611,299,627" HREF="http://www.friendster.com/friendphotoupload.php?uid=4925722">
<AREA SHAPE="rect" ALT="" COORDS="172,589,298,604" HREF="http://www.friendster.com/photos/4925722">
<AREA SHAPE="rect" ALT="" COORDS="171,568,298,582" HREF="http://www.friendster.com/friends/4925722">
<AREA SHAPE="rect" ALT="" COORDS="168,546,299,559" HREF="http://www.friendster.com/referafriend.php?refer=4925722">
<AREA SHAPE="rect" ALT="" COORDS="171,522,298,536" HREF="http://www.friendster.com/testimonials.php?action=add&uid=4925722">
<AREA SHAPE="rect" ALT="" COORDS="172,500,298,516" HREF="http://www.friendster.com/sendmessage.php?uid=4925722&action=sendsmile">
<AREA SHAPE="rect" ALT="" COORDS="170,478,299,493" HREF="http://www.friendster.com/sendmessage.php?uid=4925722">
<AREA SHAPE="rect" ALT="" COORDS="167,455,298,469" HREF="http://www.friendster.com/addfriendrequest.php?uid=4925722">
</MAP>
<!-- End ImageReady Slices -->
</BODY>



<!++++++++ ABOUT ME ++++++++>
<div style="overflow:auto; background-color: transparent; position:absolute;top:183;left:155;"><marquee style="width:372; height:182;" onmouseover='this.stop()' onmouseout='this.start()' scrollamount="1" direction="up">
<br>
<!++++++++ EDIT THIS PART ++++++++>
18 years ago on the sky above the land of Asia like never before an eclipse took place, in the dark, millions of falling stars flying across the sky. Then, after 16 years, there comes an influential Sacred Financial Group that has the power which is great enough to be the rival of the country, and under this group four unique educational institute were form. The four institutions are: [Sacred Gate Campus], [Mystic Peak Campus], [Phoenix Campus], and [Leonine Campus]. 
Students in each campus been through very stringent assessment, those are all top sports students that were pick from all over the nation. Even though each campus is very much influence by the normal sports campus, yet they have a very distinct syllabus as compare to the normal sport campus. Furthermore, all four campuses are built from structures that look like some Spells, therefore some of the students felt strange and bewilder, and reluctant to study in these four campuses. All students from these four campuses have experience some distinctive experience, in the end the students are not able to live a simple campus life, thus, all the doubts that used to bother them are eventually being forgotten in their daily lives. There are rumors mentioned that when the students reach the higher grade, they will be taught all kind of combat skills that seldom being taught in those combat troops. 

As of now, though there is nothing exceptional happen at the moment, but at this moment, but one can surely and deeply get the feel where... in a split second an unspeakable force will emerge and surround the whole campus and even the whole world... 

Uncertainty, Fear, Anxiety are in everyone's heart... but on another hand, they do feel excited about the destruction, and long to destroy... the evil self that was hidden in their deep soul...


<!++++++++ END ++++++++>
</marquee></div>

<div style="filter:alpha(opacity=75,finishopacity=75,style=1);background-color:transparent; overflow:auto; color:; position:absolute;top:435;left:180;"><marquee style="width:335; height:184;" onmouseover='this.stop()' onmouseout='this.start()' scrollamount="1">
<!++++++++ CHANGE PIC ++++++++>
<img src="http://four.fsphost.com/zrone01/rockon.jpg" height=84 width=100>
<img src="http://four.fsphost.com/zrone01/rockon.jpg" height=84 width=100>
<img src="http://four.fsphost.com/zrone01/rockon.jpg" height=84 width=100>
<img src="http://four.fsphost.com/zrone01/rockon.jpg" height=84 width=100>
<img src="http://four.fsphost.com/zrone01/rockon.jpg" height=84 width=100>
<!++++++++ END++++++++>
</marquee></div>

<div style="background-color:transparent; overflow:auto; position:absolute;top:850;left:360;">
<!++++++++ MP3 PLAYER ++++++++>
<embed allowScriptAccess="never" allowNetworking="internal" 
src="http://www.loudfusion.com/mp3_players/managed/plr_4/player.swf" 
flashVars="USERID=45013" quality="high" wmode="transparent" bgcolor="#DDDDDD" width="311" height="113"  
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
<!++++++++ END MP3 PLAYER++++++++>
</div>


<div style="background-color:transparent; overflow:auto; position:absolute;top:880;left:130;">
<!++++++++ CHATTERBOX CODE HERE (just change the boxid and boxtag)++++++++>
<!-- BEGIN CBOX - http://www.cbox.ws -->
<table border="0" cellpadding="0" cellspacing="0" summary="cbox tagboard" align="center">
<tr><td align="center">
<iframe frameborder="0" width="183" height="260" src="http://www3.cbox.ws/box/?boxid=2300365&amp;boxtag=7117&amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" id="cboxmain"></iframe>
</td></tr><tr></table></div>
<div style="background-color:transparent; position:absolute;top:1030;left:380;">
<iframe frameborder="0" width="210" height="66" src="http://www3.cbox.ws/box/?boxid=2300365&amp;boxtag=7117&amp;sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" border-top: 1px;" id="cboxform"></iframe>
</td></tr>
</table>
<!-- END CBOX -->
<!++++++++ END CHATTERBOX CODE++++++++>
</div>

<div style="filter:alpha(opacity=100,finishopacity=75,style=1);background-color:transparent; overflow:auto; position:absolute;top:595;left:170; height:205;width:664;">
<script language="javascript"> autotesti="yes"; </script> 
<div id=AUT></div> <div id=AUT></div> <STYLE TYPE="text/css"> #aut{width:100%; font-size:9px; color:#A65E60; padding:0px 5px 0px 5px; overflow:hidden;} .left_column_testimonials IMG{width:100px; border:none; !important; margin-right:5px !important;} .left_column_testimonials_content .date {color:#A65E60;} .testimonialbody{ padding-bottom:5px; margin-bottom:5px;} .left_column_testimonials a:visited, .left_column_testimonials a:link{text-decoration:none; color:#A65E60;} .left_column_hr{overflow:hidden; clear:both; border-bottom:1px dashed #A65E60; height:1px; margin-bottom:5px;} .seeall{padding-bottom:5px; text-align:center;} .seeall a:link, .seeall a:visited{text-decoration:none; color:#A65E60;} .seeall a:hover, a:hover{color:#A65E60;} </style></div>

Here's the preview:



Here are the codes:
No need to download the images
Just edit the contents..

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<META http-equiv=Page-Enter content=BlendTrans(Duration=1.5)>
<META http-equiv=Site-Exit content=BlendTrans(Duration=1.5)>
<title>....ran online....</title>
<STYLE TYPE="text/css">
BODY {SCROLLBAR-FACE-COLOR:black; 
SCROLLBAR-HIGHLIGHT-COLOR: black; 
SCROLLBAR-SHADOW-COLOR:556AA9;
SCROLLBAR-3DLIGHT-COLOR:black;
SCROLLBAR-ARROW-COLOR: 556AA9; 
SCROLLBAR-TRACK-COLOR: black; 
SCROLLBAR-DARKSHADOW-COLOR: black;
FONT-SIZE: 9; COLOR: 556AA9; FONT-FAMILY: verdana;}
a, a:link, a:visited, a:active { font-size:9;color:#556AA9; font-weight:bold; text-decoration: none; border-bottom:0px; font-style: normal; }
a:hover { font-size:9;color:#556AA9; font-weight: bold; text-decoration: overline; border-bottom:0px; }
body { cursor:url("http://plugin.smileycentral.com/http%253A%252F%252Fplugin%252Esmileycentral%252Ecom%252Fassetserver%252Fcursor%252Ejhtml%253Fcur%253D1%2526i%253D7659/image.gif");}</style>

<!--// Copyright 1996 - Tomer and Yehuda Shiran
// This example will appear in our forthcoming book on JavaScript.
// Feel free to "steal" this code provided that you leave this notice as is.
// Additional examples from the book can be found at 

http://www.geocities.com/SiliconValley/9000/
// For more information contact Tomer or Yehuda Shiran <yshiran@iil.intel.com>

// set speed of banner (pause in milliseconds between addition of new character)
var speed = 10 

// decrease value to increase speed (must be positive)
// set pause between completion of message and beginning of following message
var pause = 1500 

// increase value to increase pause
// set initial values
var timerID = null
var bannerRunning = false

// create array
var ar = new Array()

// assign the strings to the array's elements
ar[0] = "Welcome to my Friendster Profile"
ar[1] = "I hope you like my design"
ar[2] = "Pls leave a message on the Chatterbox"
ar[3] = "Don't forget to give me a testi Thanx!"

// assign index of current message
var message = 0

// empty string initialization
var state = ""

// no value is currently being displayed
clearState()

// stop the banner if it is currently running
function stopBanner() {	
	// if banner is currently running	
	if (bannerRunning)		
	// stop the banner		
	clearTimeout(timerID)	
	// timer is now stopped	
	timerRunning = false
}

// start the banner
function startBanner() {	
	// make sure the banner is stopped	
	stopBanner()	
	// start the banner from the current position	
	showBanner()
}

// assign state a string of "0" characters of the length of the current message
function clearState() {	
	// initialize to empty string	
	state = ""	
	// create string of same length containing 0 digits	
	for (var i = 0; i < ar[message].length; ++i) {		
		state += "0"	
	}
}

// display the current message
function showBanner() {	
	// if the current message is done	
	if (getString()) {		
		// increment message		
		message++		
		// if new message is out of range wrap around to first message	

	
	if (ar.length <= message)			
		message = 0		
		// new message is first displayed as empty string		
		clearState()		
		// display next character after pause milliseconds		
		timerID = setTimeout("showBanner()", pause)	
	} 
	else {		
		// initialize to empty string		
		var str = ""		
		// built string to be displayed (only character selected thus far 

are displayed)		
	for (var j = 0; j < state.length; ++j) {			
		str += (state.charAt(j) == "1") ? ar[message].charAt(j) : "     "	

	
	}		
	// partial string is placed in status bar		
	window.status = str		
	// add another character after speed milliseconds		
	timerID = setTimeout("showBanner()", speed)	
	}
}

function getString() {	
	// set variable to true (it will stay true unless proven otherwise)	
	var full = true	
	// set variable to false if a free space is found in string (a not-displayed 

char)	
	for (var j = 0; j < state.length; ++j) {		
		// if character at index j of current message has not been 

placed in displayed string		
		if (state.charAt(j) == 0)			
		full = false	
	}	
	// return true immediately if no space found (avoid infinitive loop later)	
	if (full) return true	
	// search for random until free space found (braoken up via break 

statement)	
	while (1) {		
		// a random number (between 0 and state.length - 1 == 

message.length - 1)		
		var num = getRandom(ar[message].length)		
		// if free space found break infinitive loop		
	if (state.charAt(num) == "0")			
		break	
	}	
	// replace the 0 character with 1 character at place found	
	state = state.substring(0, num) + "1" + state.substring(num + 1, 

state.length)	
	// return false because the string was not full (free space was found)	
	return false
}

function getRandom(max) {	
	// create instance of current date	
	var now = new Date()		
	// create a random number (good generator)	
	var num = now.getTime() * now.getSeconds() * Math.random()	
	// cut random number to value between 0 and max - 1, inclusive	
	return num % max
}
startBanner()
// --></script>

<script language="javascript">
 var repeat=1 //enter 0 to not repeat scrolling after 1 run, othersise, enter 1
var title=document.title
var leng=title.length
var start=1
function titlemove() {
  titl=title.substring(start, leng) + title.substring(0, start)
  document.title=titl
  start++
  if (start==leng+1) {
    start=0
    if (repeat==0)
    return
  }
  setTimeout("titlemove()",140)
}
if (document.title)
titlemove()</script>

<script language=JavaScript> 
<!-- 
function click() { 
if (event.button==2) { 
window.moveTo(0, 0) 
window.moveTo(1, 1) 
window.moveTo(2, 2) 
window.moveTo(3, 3) 
window.moveTo(4, 4) 
window.moveTo(5, 5) 
window.moveTo(6, 6) 
window.moveTo(7, 7) 
window.moveTo(8, 8) 
window.moveTo(9, 9) 
window.moveTo(10, 10) 
window.moveTo(9, 9) 
window.moveTo(8, 8) 
window.moveTo(7, 7) 
window.moveTo(6, 6) 
window.moveTo(5, 5) 
window.moveTo(4, 4) 
window.moveTo(3, 3) 
window.moveTo(2, 2) 
window.moveTo(1, 1) 
window.moveTo(0, 0) 
window.moveTo(1, 1) 
window.moveTo(2, 2) 
window.moveTo(3, 3) 
window.moveTo(4, 4) 
window.moveTo(5, 5) 
window.moveTo(6, 6) 
window.moveTo(7, 7) 
window.moveTo(8, 8) 
window.moveTo(9, 9) 
window.moveTo(10, 10) 
window.moveTo(9, 9) 
window.moveTo(8, 8) 
window.moveTo(7, 7) 
window.moveTo(6, 6) 
window.moveTo(5, 5) 
window.moveTo(4, 4) 
window.moveTo(3, 3) 
window.moveTo(2, 2) 
window.moveTo(1, 1) 
window.moveTo(0, 0) 
window.moveTo(1, 1) 
window.moveTo(2, 2) 
window.moveTo(3, 3) 
window.moveTo(4, 4) 
window.moveTo(5, 5) 
window.moveTo(6, 6) 
window.moveTo(7, 7) 
window.moveTo(8, 8) 
window.moveTo(9, 9) 
window.moveTo(10, 10) 
window.moveTo(9, 9) 
window.moveTo(8, 8) 
window.moveTo(7, 7) 
window.moveTo(6, 6) 
window.moveTo(5, 5) 
window.moveTo(4, 4) 
window.moveTo(3, 3) 
window.moveTo(2, 2) 
window.moveTo(1, 1) 
window.moveTo(0, 0) 
window.moveTo(1, 1) 
window.moveTo(2, 2) 
window.moveTo(3, 3) 
window.moveTo(4, 4) 
window.moveTo(5, 5) 
window.moveTo(6, 6) 
window.moveTo(7, 7) 
window.moveTo(8, 8) 
window.moveTo(9, 9) 
window.moveTo(10, 10) 
window.moveTo(9, 9) 
window.moveTo(8, 8) 
window.moveTo(7, 7) 
window.moveTo(6, 6) 
window.moveTo(5, 5) 
window.moveTo(4, 4) 
window.moveTo(3, 3) 
window.moveTo(2, 2) 
window.moveTo(1, 1) 
window.moveTo(0, 0) 
window.moveTo(50, 50) 
window.moveTo(55, 55) 
window.moveTo(60, 60) 
window.moveTo(100, 100) 
window.moveTo(5000, 5000)
alert(' >>>>>> (^-^) >>>>>> '); 
} 
} 
document.onmousedown=click 
// --> 
</SCRIPT>


<BODY BGCOLOR=#000000 LEFTMARGIN=100 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<!-- ImageReady Slices (ran4.html) --> <table id="ran3" width="0" height="0" border="0" cellpadding="0" cellspacing="0">
	<TR>
		<TD COLSPAN=2>
			<IMG SRC="http://img.photobucket.com/albums/v238/kirksydney/ran4a.jpg" WIDTH=800 HEIGHT=456 BORDER=0 ALT="" USEMAP="#ran3_01_Map"></TD>
	</TR>
	<TR>
		<TD>
			<IMG SRC="http://img.photobucket.com/albums/v238/kirksydney/ran4b.jpg" WIDTH=415 HEIGHT=744 ALT=""></TD>
		<TD>
			<IMG SRC="http://img.photobucket.com/albums/v238/kirksydney/ran4c.jpg" WIDTH=385 HEIGHT=744 BORDER=0 ALT="" USEMAP="#ran3_03_Map"></TD>
	</TR>
</TABLE>
<MAP NAME="ran3_01_Map">
<AREA SHAPE="rect" ALT="" COORDS="376,436,503,452" HREF="http://www.friendster.com/friendphotoupload.php?uid=4925722">
<AREA SHAPE="rect" ALT="" COORDS="189,414,313,431" HREF="http://www.friendster.com/photos/4925722">
<AREA SHAPE="rect" ALT="" COORDS="341,382,462,398" HREF="http://www.friendster.com/friends/4925722">
<AREA SHAPE="rect" ALT="" COORDS="138,365,265,380" HREF="http://www.friendster.com/bookmarks.php?action=add&uid=4925722">
<AREA SHAPE="rect" ALT="" COORDS="309,323,437,338" HREF="http://www.friendster.com/referafriend.php?refer=4925722">
<AREA SHAPE="rect" ALT="" COORDS="312,292,437,309" HREF="http://www.friendster.com/testimonials.php?action=add&uid=4925722">
<AREA SHAPE="rect" ALT="" COORDS="315,264,439,279" HREF="http://www.friendster.com/sendmessage.php?uid=4925722&action=sendsmile">
<AREA SHAPE="rect" ALT="" COORDS="314,233,441,250" HREF="http://www.friendster.com/sendmessage.php?uid=4925722">
<AREA SHAPE="rect" ALT="" COORDS="315,205,441,220" HREF="http://www.friendster.com/addfriendrequest.php?uid=4925722">
<AREA SHAPE="rect" ALT="" COORDS="557,120,661,139" HREF="http://www.friendster.com/custhelp.php">
<AREA SHAPE="rect" ALT="" COORDS="425,129,528,146" HREF="http://www.friendster.com/editaccount.php">
<AREA SHAPE="rect" ALT="" COORDS="288,122,391,137" HREF="http://www.friendster.com/friends.php">
<AREA SHAPE="rect" ALT="" COORDS="681,102,785,118" HREF="http://www.friendster.com/logout.php">
<AREA SHAPE="rect" ALT="" COORDS="546,86,652,105" HREF="http://www.friendster.com/messages.php">
<AREA SHAPE="rect" ALT="" COORDS="404,95,508,113" HREF="http://www.friendster.com/user.php">
<AREA SHAPE="rect" ALT="" COORDS="269,90,377,105" HREF="http://www.friendster.com">
</MAP>
<MAP NAME="ran3_03_Map">
<AREA SHAPE="rect" ALT="" COORDS="303,719,366,727" HREF="http://www.friendster.com/info/privacy.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="278,716,298,727" HREF="http://www.friendster.com/info/tos.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="248,718,273,726" HREF="http://www.friendster.com/custhelp.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="158,717,240,728" HREF="http://www.friendster.com/affiliate.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="117,717,149,728" HREF="http://www.friendster.com/events.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="62,718,111,727" HREF="http://www.friendster.com/info/contacts.php?statpos=footer">
<AREA SHAPE="rect" ALT="" COORDS="14,717,54,726" HREF="http://www.friendster.com/info/index.php?statpos=footer">
</MAP>
<!-- End ImageReady Slices -->


<!++++++++ ABOUT ME ++++++++>
<div style="overflow:auto; background-color: transparent; position:absolute;top:230;left:639;"><marquee style="width:187; height:314;" onmouseover='this.stop()' onmouseout='this.start()' scrollamount="1" direction="up">
<br>
<!++++++++ EDIT THIS PART ++++++++>
18 years ago on the sky above the land of Asia like never before an eclipse took place, in the dark, millions of falling stars flying across the sky. Then, after 16 years, there comes an influential Sacred Financial Group that has the power which is great enough to be the rival of the country, and under this group four unique educational institute were form. The four institutions are: [Sacred Gate Campus], [Mystic Peak Campus], [Phoenix Campus], and [Leonine Campus]. 
Students in each campus been through very stringent assessment, those are all top sports students that were pick from all over the nation. Even though each campus is very much influence by the normal sports campus, yet they have a very distinct syllabus as compare to the normal sport campus. Furthermore, all four campuses are built from structures that look like some Spells, therefore some of the students felt strange and bewilder, and reluctant to study in these four campuses. All students from these four campuses have experience some distinctive experience, in the end the students are not able to live a simple campus life, thus, all the doubts that used to bother them are eventually being forgotten in their daily lives. There are rumors mentioned that when the students reach the higher grade, they will be taught all kind of combat skills that seldom being taught in those combat troops. 

As of now, though there is nothing exceptional happen at the moment, but at this moment, but one can surely and deeply get the feel where... in a split second an unspeakable force will emerge and surround the whole campus and even the whole world... 

Uncertainty, Fear, Anxiety are in everyone's heart... but on another hand, they do feel excited about the destruction, and long to destroy... the evil self that was hidden in their deep soul...

<!++++++++ END ++++++++>
</marquee></div>

<div style="filter:alpha(opacity=75,finishopacity=75,style=1);background-color:transparent; overflow:auto; color:; position:absolute;top:482;left:288;"><marquee style="width:311; height:67;" onmouseover='this.stop()' onmouseout='this.start()' scrollamount="1">
<!++++++++ CHANGE PIC ++++++++>
<img src="http://four.fsphost.com/zrone01/rockon.jpg" height=67 width=80>
<img src="http://four.fsphost.com/zrone01/rockon.jpg" height=67 width=80>
<img src="http://four.fsphost.com/zrone01/rockon.jpg" height=67 width=80>
<img src="http://four.fsphost.com/zrone01/rockon.jpg" height=67 width=80>
<img src="http://four.fsphost.com/zrone01/rockon.jpg" height=67 width=80>
<!++++++++ END++++++++>
</marquee></div>

<div style="background-color:transparent; overflow:auto; position:absolute;top:106;left:132;">
<!++++++++ MP3 PLAYER ++++++++>
<embed allowScriptAccess="never" allowNetworking="internal" 
src="http://www.loudfusion.com/mp3_players/managed/plr_4/player.swf" 
flashVars="USERID=45013" quality="high" wmode="transparent" bgcolor="#DDDDDD" width="200" height="196"  
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
<!++++++++ END MP3 PLAYER++++++++>
</div>


<div style="background-color:transparent; overflow:auto; position:absolute;top:910;left:325;">
<!++++++++ CHATTERBOX CODE HERE (just change the boxid and boxtag)++++++++>
<!-- BEGIN CBOX - http://www.cbox.ws -->
<table border="0" cellpadding="0" cellspacing="0" summary="cbox tagboard" align="center">
<tr><td align="center">
<iframe frameborder="0" width="162" height="264" src="http://www3.cbox.ws/box/?boxid=2300365&amp;boxtag=7117&amp;sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" id="cboxmain"></iframe>
</td></tr><tr></table></div>
<div style="background-color:transparent; position:absolute;top:1112;left:125;">
<iframe frameborder="0" width="155" height="65" src="http://www3.cbox.ws/box/?boxid=2300365&amp;boxtag=7117&amp;sec=form" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" border-top: 1px;" id="cboxform"></iframe>
</td></tr>
</table>
<!-- END CBOX -->
<!++++++++ END CHATTERBOX CODE++++++++>
</div>

<div style="filter:alpha(opacity=100,finishopacity=75,style=1);background-color:transparent; overflow:auto; position:absolute;top:620;left:210; height:191;width:584;">
<script language="javascript"> autotesti="yes"; </script> 
<div id=AUT></div> <div id=AUT></div> <STYLE TYPE="text/css"> #aut{width:100%; font-size:9px; color:#556AA9; padding:0px 5px 0px 5px; overflow:hidden;} .left_column_testimonials IMG{width:100px; border:none; !important; margin-right:5px !important;} .left_column_testimonials_content .date {color:#556AA9;} .testimonialbody{ padding-bottom:5px; margin-bottom:5px;} .left_column_testimonials a:visited, .left_column_testimonials a:link{text-decoration:none; color:#556AA9;} .left_column_hr{overflow:hidden; clear:both; border-bottom:1px dashed #556AA9; height:1px; margin-bottom:5px;} .seeall{padding-bottom:5px; text-align:center;} .seeall a:link, .seeall a:visited{text-decoration:none; color:#556AA9;} .seeall a:hover, a:hover{color:#556AA9;} </style></div>

Last edited by kirksydney; 11-10-2006 at 09:55 PM.
(Offline)
 
Reply With Quote
Old 11-10-2006, 09:55 PM   #2
kirksydney
I Am Marah's Miel
 
kirksydney's Avatar
 
Join Date: Oct 2005
Location: upstairs
Posts: 2,206
anyone here who plays RAN Online?!
(Offline)
 
Reply With Quote
Old 11-11-2006, 09:46 PM   #3
Ron-Jay
Junior Member
 
Join Date: Aug 2006
Location: Earth
Posts: 5
Help

Where can i put the codes u have posted in overlays??????
(Offline)
 
Reply With Quote
Old 11-11-2006, 10:03 PM   #4
dashling
Senior Member
 
dashling's Avatar
 
Join Date: May 2006
Location: secrEt
Posts: 488
w0w thx ..... brawler ..... ^^
__________________
[ Bleach ] [ I dont Love You ]
(Offline)
 
Reply With Quote
Old 11-11-2006, 10:11 PM   #5
kirksydney
I Am Marah's Miel
 
kirksydney's Avatar
 
Join Date: Oct 2005
Location: upstairs
Posts: 2,206
Originally Posted by Ron-Jay View Post
Where can i put the codes u have posted in overlays??????
edit the contents first..
generate the edited codes using an OG..
then paste d generated codes into ur MEDIA BOX..
(Offline)
 
Reply With Quote
Old 11-12-2006, 12:18 AM   #6
lowa_selarom
Senior Member
 
lowa_selarom's Avatar
 
Join Date: Feb 2006
Location: In The Middle Of Nowhere
Posts: 443
Originally Posted By kirksydney
anyone here who plays RAN Online?!
RuN PhIlIpHiNes Here
__________________


YOU DONT KNOW WHO AM I
I AM WHAT I AM
(Offline)
 
Reply With Quote
Old 11-12-2006, 12:21 AM   #7
lowa_selarom
Senior Member
 
lowa_selarom's Avatar
 
Join Date: Feb 2006
Location: In The Middle Of Nowhere
Posts: 443
Originally Posted By
Where can i put the codes u have posted in overlays??????
EdIt ThEn GeNeRaTe

By The Way ThNKs 4 PoStInG kirksydney
__________________


YOU DONT KNOW WHO AM I
I AM WHAT I AM
(Offline)
 
Reply With Quote
Old 11-12-2006, 01:04 AM   #8
gwapings213
Moderator
 
gwapings213's Avatar
 
Join Date: Apr 2006
Location: dasmarinas village
Posts: 798
Send a message via AIM to gwapings213 Send a message via MSN to gwapings213 Send a message via Yahoo to gwapings213 Send a message via Skype™ to gwapings213
swordsman here, pow type lolz level 118
(Offline)
 
Reply With Quote
Old 11-12-2006, 01:36 AM   #9
lowa_selarom
Senior Member
 
lowa_selarom's Avatar
 
Join Date: Feb 2006
Location: In The Middle Of Nowhere
Posts: 443
Originally Posted By gwapings213
swordsman here, pow type lolz level 118
WhAt RaN Did You Play Bro..ver..mean
__________________


YOU DONT KNOW WHO AM I
I AM WHAT I AM
(Offline)
 
Reply With Quote
Old 11-12-2006, 08:04 PM   #10
kirksydney
I Am Marah's Miel
 
kirksydney's Avatar
 
Join Date: Oct 2005
Location: upstairs
Posts: 2,206
Originally Posted by lowa_selarom View Post
RuN PhIlIpHiNes Here
huh?!
is der such thing as RUN Philippines? lol
(Offline)
 
Reply With Quote
Reply


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -7. The time now is 03:18 AM.