PDA

View Full Version : Html or mabey php help



ZaSz
02-29-2008, 05:53 AM
I want it to switch the bottom piece to one of the worlds depending on what they click.


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns:IE>
<head>
<meta http-equiv="Expires" content="0">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<title>Runescape Listing</title>
<link href="http://www.runescape.com/css/basic-9.css" rel="stylesheet" type="text/css" media="all">

<link href="http://www.runescape.com/css/main/server-5.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>

<div id="body">

<div class="left_advert">
</div>
<div class="server_list">
<div style="text-align: center; background: none;">
<div class="titleframe e">
<b>Select a world</b><br>
<a href="http://www.runescape.com/title.ws" class=c>Main Menu</a>
- <a href="http://www.runescape.com/detail.ws" class=c>Detail Select</a>
</div>

</div>
<br>
<div class="e" style="width: 601px; text-align: center;">
<h1>Quick select (Recommended)</h1>
This will choose the best world for you based on available space and your location.
<div class="text">
<div id="top-text-left">(New players should press this)</div>
<div id="top-text-right"><a href="http://www.runescape.com/members/members.ws">(What are members-only worlds?)</a></div>
</div>
<div class="buttons">
<div class="button" id="button-left">
<a href="http://zaszmedia.com/worlds/zasz.htm" class="button"><span class="lev_1"><span>(ZaszGoers Click here)</span></span><br><br>Choose best free world for me</a>

</div>
<div class="button" id="button-right">
<a href="http://zaszmedia.com/worlds/zasz.htm" class="button"><span class="lev_1"><span>(ZaszGoers Click here!)</span></span><br><br>Choose best members only world for me</a>
</div>
</div>
</div>
<br>
<div class="e" style="width: 601px; text-align: center;">
<h1>Advanced select (For experienced players)</h1>
If there is a particular world that you want to use, choose it by clicking on its name.<br>You can reorder the list by clicking on the arrows.
<table class="server" cellpadding="3" cellspacing="0">
<tr class="slist_header">
<td style="border-left: 2px solid #8E7246">

<a href="slj.ws?lores.x=1&plugin=0&order=wpLMA"><img src="http://www.runescape.com/img/serverlist/arrow_up.gif" alt="(^)"></a>
<a href="slj.ws?lores.x=1&plugin=0&order=WpLMA"><img src="http://www.runescape.com/img/serverlist/harrow_down.gif" alt="[v]"></a>
&nbsp;World
</td>
<td>
<a href="slj.ws?lores.x=1&plugin=0&order=pWLMA"><img src="http://www.runescape.com/img/serverlist/arrow_up.gif" alt="(^)"></a>
<a href="slj.ws?lores.x=1&plugin=0&order=PWLMA"><img src="http://www.runescape.com/img/serverlist/arrow_down.gif" alt="(v)"></a>
&nbsp;Players
</td>
<td>
<a href="slj.ws?lores.x=1&plugin=0&order=lWpMA"><img src="http://www.runescape.com/img/serverlist/arrow_up.gif" alt="(^)"></a>
<a href="slj.ws?lores.x=1&plugin=0&order=LWpMA"><img src="http://www.runescape.com/img/serverlist/arrow_down.gif" alt="(v)"></a>
&nbsp;Location
</td>
<td>
<a href="slj.ws?lores.x=1&plugin=0&order=aWpLM"><img src="http://www.runescape.com/img/serverlist/arrow_up.gif" alt="(^)"></a>
<a href="slj.ws?lores.x=1&plugin=0&order=AWpLM"><img src="http://www.runescape.com/img/serverlist/arrow_down.gif" alt="(v)"></a>

&nbsp;Activity <a href="kbase/view.ws?guid=themed_worlds"><img src="http://www.runescape.com/img/questionmark_green.gif"></a>
</td>
<td style="border-right: 2px solid black">
<a href="slj.ws?lores.x=1&plugin=0&order=mWpLA"><img src="http://www.runescape.com/img/serverlist/arrow_up.gif" alt="(^)"></a>
<a href="slj.ws?lores.x=1&plugin=0&order=MWpLA"><img src="http://www.runescape.com/img/serverlist/arrow_down.gif" alt="(v)"></a>
&nbsp;Type
</td>
</tr>
<script type="text/javascript" language="javascript">
var d=document; var r=0; var u="/l1,p0,j1";
function e(w,m,s,a,dt,h,p,l) {
if (r==0) { d.write("<tr>"); r=1; }
else { d.write("<tr class=r2>"); r=0; }
d.write("<td class="+(m==0?"f":"m")+">");
if (s==0) d.write("<a href=\"http://"+h+".runescape.com"+u+"\">"+"World "+w+"</a>");
else d.write("World "+w);
d.write("</td>");
d.write("<td>"+(s==0?p+" Players":s==1?"OFFLINE":"FULL")+"</td>");
d.write("<td class="+(l==0?"us>US West 1":l==1?"us>US West 2":l==11?"us>US Central 1":l==2?"us>US West 3":l==12?"us>US West 4":l==10?"nl>Netherlands 1":l==5?"uk>UK 1":l==6?"ca>Canada East":l==4?"us>US West 5":l==13?"us>US East 1":l==7?"us>US East 2":l==8?"us>US Central 3":l==9?"us>US Central 2":l==20?"us>US Central 2":l==3?"uk>UK 2":l==14?"us>US East 3":l==15?"au>Australia":l==16?"swe>Sweden":l==17?"ca>Canada West":l==18?"fin>Finland":l==19?"nl>Netherlands 2":"us>Unknown")+"</td>");
if(dt) d.write("<th>"+a+"</th>");
else d.write("<td>"+a+"</td>");
d.write("<td class="+(m==0?"f>Free":"m>Members")+"</td>");
d.write("</tr>");
}



e(1,0,0,"Autoing",false,"ul7",0,0);



e(2,1,0,"Autoing",false,"ul8",0,0);



e(3,0,0,"Trade - F2P",false,"sl1",0,9);



e(4,0,0,"Trade - F2P",false,"po4",0,1);



e(5,0,0,"Trade - F2P",false,"po5",0,1);



e(6,1,0,"Barbarian Assault",false,"sl10",0,9);



e(7,0,0,"LootShare",true,"above2",0,2);



e(8,0,0,"-",false,"above3",0,2);



e(9,1,0,"-",false,"above4",0,2);



e(10,0,0,"-",false,"me5",0,19);



e(11,0,0,"LootShare",true,"jolt8",0,3);



e(12,1,0,"Duel - Staked/Friendly",false,"jolt9",0,3);



e(13,0,0,"-",false,"nl3",211,4);



e(14,0,0,"LootShare",true,"nl4",226,4);



e(15,0,0,"-",false,"mn2",167,5);



e(16,0,0,"Running - Air Runes",false,"mn3",178,5);



e(17,0,0,"Bounty Hunter",true,"nav1",1337,6);



e(18,1,0,"Bounty Hunter",true,"nav2",1263,6);



e(19,0,0,"-",false,"nl7",213,4);



e(20,0,0,"-",false,"nl8",209,4);



e(21,0,0,"-",false,"nl11",209,4);



e(22,1,0,"LootShare",true,"nl1",424,4);



e(23,1,0,"LootShare",true,"mn4",368,5);



e(24,1,0,"Castle Wars",false,"mn5",604,5);



e(25,0,0,"Bounty Hunter",true,"me6",184,19);



e(26,1,0,"-",false,"ul5",655,0);



e(27,1,0,"Trade - Members",false,"nl5",460,4);



e(28,1,0,"-",false,"nl6",459,4);



e(29,0,0,"LootShare",true,"ul6",657,0);



e(30,0,0,"LootShare",true,"po7",666,1);



e(31,1,0,"House Parties",false,"po8",851,1);



e(32,0,0,"-",false,"ul1",655,0);



e(33,0,0,"-",false,"at1",209,7);



e(34,0,0,"LootShare",true,"at2",213,7);



e(35,0,0,"-",false,"at3",209,7);



e(36,1,0,"Running - Nature Runes",false,"at4",477,7);



e(37,0,0,"LootShare",true,"nav3",264,6);



e(38,0,0,"Bounty Hunter",true,"ny9",192,13);



e(39,1,0,"LootShare",true,"ny10",391,13);



e(40,0,0,"LootShare",true,"ny11",190,13);



e(41,0,0,"-",false,"ny12",169,13);



e(42,1,0,"Role-Playing Server",false,"po2",845,1);



e(43,0,0,"LootShare",true,"sl11",448,9);



e(44,1,0,"Bounty Hunter",true,"at6",510,7);



e(45,1,0,"Burthorpe Games Room",false,"ny13",388,13);



e(46,1,0,"-",false,"ny14",382,13);



e(47,0,0,"-",false,"above5",223,2);



e(48,1,0,"-",false,"above6",500,2);



e(50,0,0,"Bounty Hunter",true,"ams2",180,10);



e(51,0,0,"LootShare",true,"ams3",167,10);



e(52,0,0,"-",false,"ams4",164,10);



e(53,1,0,"Pest Control",false,"ams5",360,10);



e(54,1,0,"High Lvl Duel - Tournaments",true,"me10",369,19);



e(55,0,0,"-",false,"ch1",348,11);



e(56,1,0,"LootShare",true,"nl10",473,4);



e(57,0,0,"-",false,"ch3",325,11);



e(58,1,0,"Blast Furnace",false,"ch4",614,11);



e(59,1,0,"-",false,"ch5",608,11);



e(61,0,0,"-",false,"se1",353,12);



e(62,0,0,"-",false,"se2",360,12);



e(63,0,0,"-",false,"se3",362,12);



e(64,1,0,"-",false,"se4",691,12);



e(65,1,0,"LootShare",true,"se5",686,12);



e(66,1,0,"Running - Law Runes",false,"se6",683,12);



e(67,0,0,"-",false,"jolt10",177,3);



e(68,0,0,"-",false,"jolt11",167,3);



e(69,1,0,"-",false,"jolt12",376,3);



e(70,1,0,"Runecrafting - ZMI Altar",false,"po6",858,1);



e(71,1,0,"Barbarian Assault",false,"mn7",364,5);



e(72,0,0,"-",false,"nav9",264,6);



e(74,0,0,"Bounty Hunter",true,"sl3",471,9);



e(75,0,0,"-",false,"sl4",458,9);



e(76,1,0,"LootShare",true,"sl5",638,9);



e(77,1,0,"Shades of Mort'ton",false,"sl6",662,9);



e(78,1,0,"-",false,"sl7",645,9);



e(79,1,0,"Tzhaar Fight Pits",false,"sl8",646,9);



e(80,0,0,"-",false,"world80",169,5);



e(81,0,0,"Bounty Hunter",true,"mn6",182,5);



e(82,1,0,"Castle Wars",false,"world82",370,5);



e(83,1,0,"Duel - Tournaments",true,"world83",371,5);



e(84,1,0,"LootShare",true,"world84",367,5);



e(85,0,0,"-",false,"ny1",170,13);



e(86,0,0,"-",false,"ny2",178,13);



e(87,0,0,"-",false,"cc16",169,20);



e(88,1,0,"LootShare",true,"ny5",440,13);



e(89,1,0,"LootShare",true,"ny6",384,13);



e(90,0,0,"-",false,"ny7",179,13);



e(91,1,0,"LootShare",true,"ny8",391,13);



e(92,1,0,"LootShare",true,"nl9",418,4);



e(93,0,0,"-",false,"mi1",175,14);



e(94,0,0,"-",false,"mi2",168,14);



e(95,0,0,"-",false,"mi3",168,14);



e(96,0,0,"-",false,"mi4",168,14);



e(97,1,0,"LootShare",true,"mi5",427,14);



e(98,1,0,"-",false,"mi6",423,14);



e(99,1,0,"Running - Law Runes",false,"mi7",447,14);



e(100,1,0,"Group Questing",false,"ul3",647,0);



e(101,0,0,"Bounty Hunter",true,"at7",214,7);



e(102,0,0,"Falador Party Room",false,"at8",262,7);



e(103,1,0,"Falador Party Room",false,"at9",510,7);



e(104,1,0,"Trouble Brewing",false,"at10",486,7);



e(105,0,0,"Trade - F2P",false,"mn8",173,5);



e(106,0,0,"LootShare",true,"mn9",176,5);



e(107,0,0,"Bounty Hunter",true,"au1",810,15);



e(108,0,0,"LootShare",true,"au2",821,15);



e(109,0,0,"-",false,"au3",795,15);



e(110,1,0,"-",false,"au4",703,15);



e(111,1,0,"LootShare",true,"au5",709,15);



e(112,1,0,"LootShare",true,"au6",714,15);



e(113,0,0,"-",false,"nav4",268,6);



e(114,1,0,"Duel - Tournaments",true,"nav5",479,6);



e(115,1,0,"Pest Control",false,"nav6",495,6);



e(116,1,0,"Fishing Trawler",false,"nav8",487,6);



e(117,0,0,"-",false,"swe1",180,16);



e(118,0,0,"LootShare",true,"swe2",177,16);



e(119,0,0,"Bounty Hunter",true,"swe3",173,16);



e(121,1,0,"Bounty Hunter",true,"swe5",371,16);



e(123,0,0,"-",false,"swe7",171,16);



e(124,1,0,"LootShare",true,"swe8",367,16);



e(125,0,0,"-",false,"jlv9",193,17);



e(126,0,0,"LootShare",true,"jlv2",169,17);



e(127,0,0,"-",false,"jlv3",169,17);



e(128,0,0,"-",false,"jlv4",169,17);



e(129,1,0,"Bounty Hunter",true,"jlv5",375,17);



e(130,1,0,"Trade - Members",false,"jlv6",372,17);



e(131,1,0,"LootShare",true,"jlv7",376,17);



e(132,1,0,"Duel - Staked/Friendly",false,"jlv8",382,17);



e(133,0,0,"-",false,"hel1",198,18);



e(134,0,0,"LootShare",true,"hel2",167,18);



e(136,0,0,"-",false,"hel4",170,18);



e(137,1,0,"LootShare",true,"hel5",380,18);



e(138,1,0,"Rat Pits",false,"hel6",382,18);



e(141,0,0,"Clan Wars",false,"ams7",226,10);



e(142,0,0,"-",false,"me2",173,19);



e(143,1,0,"Bounty Hunter",true,"me3",367,19);



e(144,1,0,"Pest Control",false,"me4",1333,19);



e(145,1,0,"-",false,"jlv18",359,17);



e(149,0,0,"Bounty Hunter",true,"hel7",178,18);



e(151,1,0,"-",false,"hel9",374,18);



e(152,0,0,"Bounty Hunter",true,"jlv10",182,17);



e(153,0,0,"-",false,"jlv11",177,17);



e(154,0,0,"-",false,"jlv12",175,17);



e(155,0,0,"-",false,"jlv13",199,17);



e(157,1,0,"-",false,"jlv15",373,17);



e(158,1,0,"-",false,"jlv16",375,17);



e(159,1,0,"-",false,"jlv17",393,17);

























































</script>
</table>
</div>
<br />
<iframe src="http://me4.runescape.com/l1,p0,j1" name="mainframe" width="800" height="550" ></iframe>
<div class="tandc">This website and its contents are copyright © 1999 - 2008 Jagex Ltd.<br>
Use of this website is subject to our <a href="http://www.runescape.com/terms/terms.ws" class=c>Terms+Conditions</a>

and <a href="http://www.runescape.com/privacy/privacy.ws" class=c>Privacy policy</a></div>
</div>
</div>

</body>
</html>

Dan Cardin
02-29-2008, 12:12 PM
could you use a case statement? im a little unsure what you want and i havent written php in a while

mpd
02-29-2008, 01:26 PM
as far as i've found something its the following:

whenever you click a link, it refers to a new page, not to the iframe you've put at the bottom.

in order to change this you need to put a source in you link, where it should refer to.

try adjusting the following


if (s==0) d.write("<a href=\"http://"+h+".runescape.com"+u+"\">"+"World "+w+"</a>");
to

if (s==0) d.write("<a href=\"http://"+h+".runescape.com"+u+"\" src=\"mainframe\">"+"World "+w+"</a>");

TViYH
02-29-2008, 08:11 PM
Or use iFrames and in the <a href="http://"+h+".runescape.com"+u+"/" target=iFrameName></a>
or w/e, then make an iFrame?

Hopefully this helps...

ZaSz
03-01-2008, 06:54 PM
Im testing Elkins121 way will post if works.

None of them work for me.

What i want done is for a person to be able to click on a world and then the iframe at the bottom goes to that world...

TViYH
03-01-2008, 11:40 PM
Yeah, use iFrames for that...such as


<html>
<body>
<a href=http://yahoo.com target=iFrame>Yahoo.com</a>
<br><br>
<iframe name=iFrame height=900 width=900 scrolling=auto>
Your browser doesn't support iFrames.
</iframe>
</body>
</html>

mpd
03-03-2008, 07:59 PM
Elkins is right, however the answer i posted is the same.

i did forget something

try adjusting the following


if (s==0) d.write("<a href=\"http://"+h+".runescape.com"+u+"\">"+"World "+w+"</a>");

to


if (s==0) d.write("<a href=\"http://"+h+".runescape.com"+u+"\" target=\"mainframe\">"+"World "+w+"</a>");

it should work now

mpd
03-03-2008, 08:01 PM
Or if you want the complete code that will work:



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns:IE>
<head>
<meta http-equiv="Expires" content="0">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<title>Runescape Listing</title>
<link href="http://www.runescape.com/css/basic-9.css" rel="stylesheet" type="text/css" media="all">

<link href="http://www.runescape.com/css/main/server-5.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>

<div id="body">

<div class="left_advert">
</div>
<div class="server_list">
<div style="text-align: center; background: none;">
<div class="titleframe e">
<b>Select a world</b><br>
<a href="http://www.runescape.com/title.ws" class=c>Main Menu</a>
- <a href="http://www.runescape.com/detail.ws" class=c>Detail Select</a>
</div>

</div>
<br>
<div class="e" style="width: 601px; text-align: center;">
<h1>Quick select (Recommended)</h1>
This will choose the best world for you based on available space and your location.
<div class="text">
<div id="top-text-left">(New players should press this)</div>
<div id="top-text-right"><a href="http://www.runescape.com/members/members.ws">(What are members-only worlds?)</a></div>
</div>
<div class="buttons">
<div class="button" id="button-left">
<a href="http://zaszmedia.com/worlds/zasz.htm" class="button"><span class="lev_1"><span>(ZaszGoers Click here)</span></span><br><br>Choose best free world for me</a>

</div>
<div class="button" id="button-right">
<a href="http://zaszmedia.com/worlds/zasz.htm" class="button"><span class="lev_1"><span>(ZaszGoers Click here!)</span></span><br><br>Choose best members only world for me</a>
</div>
</div>
</div>
<br>
<div class="e" style="width: 601px; text-align: center;">
<h1>Advanced select (For experienced players)</h1>
If there is a particular world that you want to use, choose it by clicking on its name.<br>You can reorder the list by clicking on the arrows.
<table class="server" cellpadding="3" cellspacing="0">
<tr class="slist_header">
<td style="border-left: 2px solid #8E7246">

<a href="slj.ws?lores.x=1&plugin=0&order=wpLMA"><img src="http://www.runescape.com/img/serverlist/arrow_up.gif" alt="(^)"></a>
<a href="slj.ws?lores.x=1&plugin=0&order=WpLMA"><img src="http://www.runescape.com/img/serverlist/harrow_down.gif" alt="[v]"></a>
&nbsp;World
</td>
<td>
<a href="slj.ws?lores.x=1&plugin=0&order=pWLMA"><img src="http://www.runescape.com/img/serverlist/arrow_up.gif" alt="(^)"></a>
<a href="slj.ws?lores.x=1&plugin=0&order=PWLMA"><img src="http://www.runescape.com/img/serverlist/arrow_down.gif" alt="(v)"></a>
&nbsp;Players
</td>
<td>
<a href="slj.ws?lores.x=1&plugin=0&order=lWpMA"><img src="http://www.runescape.com/img/serverlist/arrow_up.gif" alt="(^)"></a>
<a href="slj.ws?lores.x=1&plugin=0&order=LWpMA"><img src="http://www.runescape.com/img/serverlist/arrow_down.gif" alt="(v)"></a>
&nbsp;Location
</td>
<td>
<a href="slj.ws?lores.x=1&plugin=0&order=aWpLM"><img src="http://www.runescape.com/img/serverlist/arrow_up.gif" alt="(^)"></a>
<a href="slj.ws?lores.x=1&plugin=0&order=AWpLM"><img src="http://www.runescape.com/img/serverlist/arrow_down.gif" alt="(v)"></a>

&nbsp;Activity <a href="kbase/view.ws?guid=themed_worlds"><img src="http://www.runescape.com/img/questionmark_green.gif"></a>
</td>
<td style="border-right: 2px solid black">
<a href="slj.ws?lores.x=1&plugin=0&order=mWpLA"><img src="http://www.runescape.com/img/serverlist/arrow_up.gif" alt="(^)"></a>
<a href="slj.ws?lores.x=1&plugin=0&order=MWpLA"><img src="http://www.runescape.com/img/serverlist/arrow_down.gif" alt="(v)"></a>
&nbsp;Type
</td>
</tr>
<script type="text/javascript" language="javascript">
var d=document; var r=0; var u="/l1,p0,j1";
function e(w,m,s,a,dt,h,p,l) {
if (r==0) { d.write("<tr>"); r=1; }
else { d.write("<tr class=r2>"); r=0; }
d.write("<td class="+(m==0?"f":"m")+">");
if (s==0) d.write("<a href=\"http://"+h+".runescape.com"+u+"\" target=\"mainframe\">"+"World "+w+"</a>");
else d.write("World "+w);
d.write("</td>");
d.write("<td>"+(s==0?p+" Players":s==1?"OFFLINE":"FULL")+"</td>");
d.write("<td class="+(l==0?"us>US West 1":l==1?"us>US West 2":l==11?"us>US Central 1":l==2?"us>US West 3":l==12?"us>US West 4":l==10?"nl>Netherlands 1":l==5?"uk>UK 1":l==6?"ca>Canada East":l==4?"us>US West 5":l==13?"us>US East 1":l==7?"us>US East 2":l==8?"us>US Central 3":l==9?"us>US Central 2":l==20?"us>US Central 2":l==3?"uk>UK 2":l==14?"us>US East 3":l==15?"au>Australia":l==16?"swe>Sweden":l==17?"ca>Canada West":l==18?"fin>Finland":l==19?"nl>Netherlands 2":"us>Unknown")+"</td>");
if(dt) d.write("<th>"+a+"</th>");
else d.write("<td>"+a+"</td>");
d.write("<td class="+(m==0?"f>Free":"m>Members")+"</td>");
d.write("</tr>");
}



e(1,0,0,"Autoing",false,"ul7",0,0);



e(2,1,0,"Autoing",false,"ul8",0,0);



e(3,0,0,"Trade - F2P",false,"sl1",0,9);



e(4,0,0,"Trade - F2P",false,"po4",0,1);



e(5,0,0,"Trade - F2P",false,"po5",0,1);



e(6,1,0,"Barbarian Assault",false,"sl10",0,9);



e(7,0,0,"LootShare",true,"above2",0,2);



e(8,0,0,"-",false,"above3",0,2);



e(9,1,0,"-",false,"above4",0,2);



e(10,0,0,"-",false,"me5",0,19);



e(11,0,0,"LootShare",true,"jolt8",0,3);



e(12,1,0,"Duel - Staked/Friendly",false,"jolt9",0,3);



e(13,0,0,"-",false,"nl3",211,4);



e(14,0,0,"LootShare",true,"nl4",226,4);



e(15,0,0,"-",false,"mn2",167,5);



e(16,0,0,"Running - Air Runes",false,"mn3",178,5);



e(17,0,0,"Bounty Hunter",true,"nav1",1337,6);



e(18,1,0,"Bounty Hunter",true,"nav2",1263,6);



e(19,0,0,"-",false,"nl7",213,4);



e(20,0,0,"-",false,"nl8",209,4);



e(21,0,0,"-",false,"nl11",209,4);



e(22,1,0,"LootShare",true,"nl1",424,4);



e(23,1,0,"LootShare",true,"mn4",368,5);



e(24,1,0,"Castle Wars",false,"mn5",604,5);



e(25,0,0,"Bounty Hunter",true,"me6",184,19);



e(26,1,0,"-",false,"ul5",655,0);



e(27,1,0,"Trade - Members",false,"nl5",460,4);



e(28,1,0,"-",false,"nl6",459,4);



e(29,0,0,"LootShare",true,"ul6",657,0);



e(30,0,0,"LootShare",true,"po7",666,1);



e(31,1,0,"House Parties",false,"po8",851,1);



e(32,0,0,"-",false,"ul1",655,0);



e(33,0,0,"-",false,"at1",209,7);



e(34,0,0,"LootShare",true,"at2",213,7);



e(35,0,0,"-",false,"at3",209,7);



e(36,1,0,"Running - Nature Runes",false,"at4",477,7);



e(37,0,0,"LootShare",true,"nav3",264,6);



e(38,0,0,"Bounty Hunter",true,"ny9",192,13);



e(39,1,0,"LootShare",true,"ny10",391,13);



e(40,0,0,"LootShare",true,"ny11",190,13);



e(41,0,0,"-",false,"ny12",169,13);



e(42,1,0,"Role-Playing Server",false,"po2",845,1);



e(43,0,0,"LootShare",true,"sl11",448,9);



e(44,1,0,"Bounty Hunter",true,"at6",510,7);



e(45,1,0,"Burthorpe Games Room",false,"ny13",388,13);



e(46,1,0,"-",false,"ny14",382,13);



e(47,0,0,"-",false,"above5",223,2);



e(48,1,0,"-",false,"above6",500,2);



e(50,0,0,"Bounty Hunter",true,"ams2",180,10);



e(51,0,0,"LootShare",true,"ams3",167,10);



e(52,0,0,"-",false,"ams4",164,10);



e(53,1,0,"Pest Control",false,"ams5",360,10);



e(54,1,0,"High Lvl Duel - Tournaments",true,"me10",369,19);



e(55,0,0,"-",false,"ch1",348,11);



e(56,1,0,"LootShare",true,"nl10",473,4);



e(57,0,0,"-",false,"ch3",325,11);



e(58,1,0,"Blast Furnace",false,"ch4",614,11);



e(59,1,0,"-",false,"ch5",608,11);



e(61,0,0,"-",false,"se1",353,12);



e(62,0,0,"-",false,"se2",360,12);



e(63,0,0,"-",false,"se3",362,12);



e(64,1,0,"-",false,"se4",691,12);



e(65,1,0,"LootShare",true,"se5",686,12);



e(66,1,0,"Running - Law Runes",false,"se6",683,12);



e(67,0,0,"-",false,"jolt10",177,3);



e(68,0,0,"-",false,"jolt11",167,3);



e(69,1,0,"-",false,"jolt12",376,3);



e(70,1,0,"Runecrafting - ZMI Altar",false,"po6",858,1);



e(71,1,0,"Barbarian Assault",false,"mn7",364,5);



e(72,0,0,"-",false,"nav9",264,6);



e(74,0,0,"Bounty Hunter",true,"sl3",471,9);



e(75,0,0,"-",false,"sl4",458,9);



e(76,1,0,"LootShare",true,"sl5",638,9);



e(77,1,0,"Shades of Mort'ton",false,"sl6",662,9);



e(78,1,0,"-",false,"sl7",645,9);



e(79,1,0,"Tzhaar Fight Pits",false,"sl8",646,9);



e(80,0,0,"-",false,"world80",169,5);



e(81,0,0,"Bounty Hunter",true,"mn6",182,5);



e(82,1,0,"Castle Wars",false,"world82",370,5);



e(83,1,0,"Duel - Tournaments",true,"world83",371,5);



e(84,1,0,"LootShare",true,"world84",367,5);



e(85,0,0,"-",false,"ny1",170,13);



e(86,0,0,"-",false,"ny2",178,13);



e(87,0,0,"-",false,"cc16",169,20);



e(88,1,0,"LootShare",true,"ny5",440,13);



e(89,1,0,"LootShare",true,"ny6",384,13);



e(90,0,0,"-",false,"ny7",179,13);



e(91,1,0,"LootShare",true,"ny8",391,13);



e(92,1,0,"LootShare",true,"nl9",418,4);



e(93,0,0,"-",false,"mi1",175,14);



e(94,0,0,"-",false,"mi2",168,14);



e(95,0,0,"-",false,"mi3",168,14);



e(96,0,0,"-",false,"mi4",168,14);



e(97,1,0,"LootShare",true,"mi5",427,14);



e(98,1,0,"-",false,"mi6",423,14);



e(99,1,0,"Running - Law Runes",false,"mi7",447,14);



e(100,1,0,"Group Questing",false,"ul3",647,0);



e(101,0,0,"Bounty Hunter",true,"at7",214,7);



e(102,0,0,"Falador Party Room",false,"at8",262,7);



e(103,1,0,"Falador Party Room",false,"at9",510,7);



e(104,1,0,"Trouble Brewing",false,"at10",486,7);



e(105,0,0,"Trade - F2P",false,"mn8",173,5);



e(106,0,0,"LootShare",true,"mn9",176,5);



e(107,0,0,"Bounty Hunter",true,"au1",810,15);



e(108,0,0,"LootShare",true,"au2",821,15);



e(109,0,0,"-",false,"au3",795,15);



e(110,1,0,"-",false,"au4",703,15);



e(111,1,0,"LootShare",true,"au5",709,15);



e(112,1,0,"LootShare",true,"au6",714,15);



e(113,0,0,"-",false,"nav4",268,6);



e(114,1,0,"Duel - Tournaments",true,"nav5",479,6);



e(115,1,0,"Pest Control",false,"nav6",495,6);



e(116,1,0,"Fishing Trawler",false,"nav8",487,6);



e(117,0,0,"-",false,"swe1",180,16);



e(118,0,0,"LootShare",true,"swe2",177,16);



e(119,0,0,"Bounty Hunter",true,"swe3",173,16);



e(121,1,0,"Bounty Hunter",true,"swe5",371,16);



e(123,0,0,"-",false,"swe7",171,16);



e(124,1,0,"LootShare",true,"swe8",367,16);



e(125,0,0,"-",false,"jlv9",193,17);



e(126,0,0,"LootShare",true,"jlv2",169,17);



e(127,0,0,"-",false,"jlv3",169,17);



e(128,0,0,"-",false,"jlv4",169,17);



e(129,1,0,"Bounty Hunter",true,"jlv5",375,17);



e(130,1,0,"Trade - Members",false,"jlv6",372,17);



e(131,1,0,"LootShare",true,"jlv7",376,17);



e(132,1,0,"Duel - Staked/Friendly",false,"jlv8",382,17);



e(133,0,0,"-",false,"hel1",198,18);



e(134,0,0,"LootShare",true,"hel2",167,18);



e(136,0,0,"-",false,"hel4",170,18);



e(137,1,0,"LootShare",true,"hel5",380,18);



e(138,1,0,"Rat Pits",false,"hel6",382,18);



e(141,0,0,"Clan Wars",false,"ams7",226,10);



e(142,0,0,"-",false,"me2",173,19);



e(143,1,0,"Bounty Hunter",true,"me3",367,19);



e(144,1,0,"Pest Control",false,"me4",1333,19);



e(145,1,0,"-",false,"jlv18",359,17);



e(149,0,0,"Bounty Hunter",true,"hel7",178,18);



e(151,1,0,"-",false,"hel9",374,18);



e(152,0,0,"Bounty Hunter",true,"jlv10",182,17);



e(153,0,0,"-",false,"jlv11",177,17);



e(154,0,0,"-",false,"jlv12",175,17);



e(155,0,0,"-",false,"jlv13",199,17);



e(157,1,0,"-",false,"jlv15",373,17);



e(158,1,0,"-",false,"jlv16",375,17);



e(159,1,0,"-",false,"jlv17",393,17);

























































</script>
</table>
</div>
<br />
<iframe src="http://me4.runescape.com/l1,p0,j1" name="mainframe" width="800" height="550" ></iframe>
<div class="tandc">This website and its contents are copyright © 1999 - 2008 Jagex Ltd.<br>
Use of this website is subject to our <a href="http://www.runescape.com/terms/terms.ws" class=c>Terms+Conditions</a>

and <a href="http://www.runescape.com/privacy/privacy.ws" class=c>Privacy policy</a></div>
</div>
</div>

</body>
</html>

Sorry for the double post, couldnt edit my previous one