You are Unregistered, please register to gain Full access.
    

Habbo Releases Discuss, [REL] WhiteTiger Loader V 18 at Habbo Hotel forum; <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>WhiteTiger Loader V2.0</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- ...


RaGEZONE sponsored advertisment:

Harbo Hotel Image
Harbo Hotel, Now Release 36.A PHPRetro hotel with cars, pixels, respects, achievements, Rare Catalog, and much more!

 
 
LinkBack Thread Tools
Old 01-02-2008   #1 (permalink)
Member
 
batrman's Avatar


Rank: Hobbit
Join Date: Apr 2007
Location: Sicily
Posts: 33
Thanked 0 Times in 0 Posts

[REL] WhiteTiger Loader V 18

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>WhiteTiger Loader V2.0</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
background-image: url(http://whitetigerhost.helloweb.eu/sfondo1.jpg);
}
-->
</style></head>

<body>
<script language="JavaScript1.2">
/*
Snow Effect Script
Created and submitted by Altan d.o.o. (snow@altan.hr, Original JavaScript Snow)
Permission granted to Dynamicdrive.com to feature script in archive
For full source code and installation instructions to this script, visit Dynamic Drive DHTML(dynamic html) & JavaScript code library
*/


//Configure below to change URL path to the snow image
var snowsrc="http://whitetigerhost.helloweb.eu/neve.gif"
// Configure below to change number of snow to render
var no = 10;

var ns4up = (document.layers) ? 1 : 0; // browser sniffer
var ie4up = (document.all) ? 1 : 0;

var dx, xp, yp; // coordinate and position variables
var am, stx, sty; // amplitude and step variables
var i, doc_width = 800, doc_height = 600;

if (ns4up) {
doc_width = self.innerWidth;
doc_height = self.innerHeight;
} else if (ie4up) {
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}

dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();

for (i = 0; i < no; ++ i) {
dx[i] = 0; // set coordinate variables
xp[i] = Math.random()*(doc_width-50); // set position variables
yp[i] = Math.random()*doc_height;
am[i] = Math.random()*20; // set amplitude variables
stx[i] = 0.02 + Math.random()/10; // set step variables
sty[i] = 0.7 + Math.random(); // set step variables
if (ns4up) { // set layers
if (i == 0) {
document.write("<layer name=\"dot"+ i +"\" left=\"15\" top=\"15\" visibility=\"show\"><a href=\"http://dynamicdrive.com/\"><img src='"+snowsrc+"' name=\"snow1\" border=\"0\"></a></layer>");
} else {
document.write("<layer name=\"dot"+ i +"\" left=\"15\" top=\"15\" visibility=\"show\"><img src='"+snowsrc+"' border=\"0\" name=\"snow2\"></layer>");
}
} else if (ie4up) {
if (i == 0) {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://dynamicdrive.com\"><img src='"+snowsrc+"' border=\"0\" name=\"snow3\"></a></div>");
} else {
document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\" name=\"snow4\"></div>");
}
}
}

function snowNS() { // Netscape main animation function
for (i = 0; i < no; ++ i) { // iterate for every dot
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = self.innerWidth;
doc_height = self.innerHeight;
}
dx[i] += stx[i];
document.layers["dot"+i].top = yp[i];
document.layers["dot"+i].left = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("snowNS()", 10);
}

function snowIE() { // IE main animation function
for (i = 0; i < no; ++ i) { // iterate for every dot
yp[i] += sty[i];
if (yp[i] > doc_height-50) {
xp[i] = Math.random()*(doc_width-am[i]-30);
yp[i] = 0;
stx[i] = 0.02 + Math.random()/10;
sty[i] = 0.7 + Math.random();
doc_width = document.body.clientWidth;
doc_height = document.body.clientHeight;
}
dx[i] += stx[i];
document.all["dot"+i].style.pixelTop = yp[i];
document.all["dot"+i].style.pixelLeft = xp[i] + am[i]*Math.sin(dx[i]);
}
setTimeout("snowIE()", 10);
}

if (ns4up) {
snowNS();
} else if (ie4up) {
snowIE();
}

function openwindow(){
window.open('autumn_effect.htm','','width=500,heig ht=450')
}
</script>

<SCRIPT LANGUAGE="javascript1.2" SRC="http://whitetigerhost.helloweb.eu/santa.js"></SCRIPT>
<div align="center">
<p>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="500" height="245">
<param name="movie" value="sitologo.swf">
<param name="quality" value="high">
<embed src="http://whitetigerhost.helloweb.eu/sitologo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="500" height="245"></embed>
</object>
</p>
<p>&nbsp;</p>
<p>&nbsp;<object classid='clsid:166B1BCA-3F9C-11CF-8075-444553540000'
codebase='http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,8,5,1,
0' width='720' height='540' align="middle">
<param name='src' value='http://whitetigerhost.helloweb.eu/dcr/whitetiger.dcr''>
<param name='swRemote' value='swSaveEnabled='true' swVolume='true' swrestart='false'
swpauseplay='false' swfastforward='false' swtitle='Habbo Hotel' swcontextmenu='true' '>
<param name='swStretchStyle' value='none'>
<param name='swText' value=''>
<param name='bgColor' value='#000000'>
<param name='sw6' value='external.texts.txt=http://whitetigerhost.helloweb.eu/external/1.txt'>
<param name='sw2' value='connection.info.host=IL TUO IP;connection.info.port=LA TUA PORTA'>
<param name='sw4'
value='connection.mus.host=game.habbohotel.co.uk;c onnection.mus.port=30001'>
<param name='sw3' value='client.reload.url='>
<param name='sw1'
value='site.url=;url.prefix='>
<param name='sw5'
value='external.variables.txt=http://whitetigerhost.helloweb.eu/external/2.txt'>
<embed src='' width='720'
height='540' align="middle"http://whitetigerhost.helloweb.eu/dcr/whitetiher.dcr'' bgColor='#000000' swremote='swSaveEnabled='true' swVolume='true' swrestart='false'
swpauseplay='false' swfastforward='false' swtitle='Habbo Hotel' swcontextmenu='true''
swStretchStyle='none' swtext='' type='application/x-director'
pluginspage='http://www.macromedia.com/shockwave/download/'
sw6='external.texts.txt=http://whitetigerhost.helloweb.eu/external/1.txt'
sw2='connection.info.host=IL TUO IP;connection.info.port=LA TUA PORTA'
sw4='connection.mus.host=game.habbohotel.co.uk;con nection.mus.port=30001'
sw3='client.reload.url=loader.html'
sw1='site.url=;url.prefix='
sw5='external.variables.txt=http://whitetigerhost.helloweb.eu/external/2.txt'></embed>
</object>
</p>
<p>&nbsp; </p>
</div>
<script language="javascript" type="text/javascript" src="http://adv.helloweb.eu/script.js"></script></body>
</html>



other 500 custom inserted ^^
batrman is offline  

RaGEZONE sponsored advertisment:
Old 01-02-2008   #2 (permalink)
FuZZ Project Coming Soon.
 
Infr4ct's Avatar


Rank: Member +
Join Date: Dec 2007
Location: C:\Program Files\Adobe\
Posts: 357
Thanked 0 Times in 0 Posts

Re: [REL] WhiteTiger Loader V 18

Thanks man


Needed a good working loader ;]

Take out all the other shit tough please

And wrap in code tags please ;]
__________________
Post Count:
| 100 | 200 | 300 | 400 | 500 | 600 |
:sweatdrop
Infr4ct is offline  

Endorsement
Old 01-02-2008   #3 (permalink)
Member


Rank: Hobbit
Join Date: Jul 2007
Posts: 25
Thanked 0 Times in 0 Posts

Re: [REL] WhiteTiger Loader V 18

weldone !
lost-witness is offline  

Endorsement
<a onclick="_gaq.push(['_trackEvent', 'Outgoing', 'click', '/outgoing/http_www_game_advertising_online_com_']);" rel="nofollow" href="http://www.game-advertising-online.com/" target=_blank>Game Advertising Online</a><br> banner requires iframes

Old 01-02-2008   #4 (permalink)
Newbie
 
Walter 22's Avatar


Rank: Hobbit
Join Date: Dec 2007
Location: Italy
Posts: 8
Thanked 0 Times in 0 Posts

Re: [REL] WhiteTiger Loader V 18

Whitetiger is a bad man!
Walter 22 is offline  
Old 01-02-2008   #5 (permalink)
Back or not?
 
Nero's Avatar


Rank: Alpha Member
Join Date: Mar 2007
Location: Germany
Posts: 2,604
Thanked 1 Time in 1 Post

Re: [REL] WhiteTiger Loader V 18

Originally Posted by Walter 22 View Post
Whitetiger is a bad man!
aha... and you are a bad spamer ^-^




Well bart please stop with posting loaders it gives already millions around here in ragezone
__________________

Nero is offline  
Old 01-02-2008   #6 (permalink)
Badman
 
The-Stupid-One's Avatar


Rank: Member +
Join Date: May 2007
Location: United Kingdom
Posts: 915
Thanked 0 Times in 0 Posts

Re: [REL] WhiteTiger Loader V 18

Tah, bet this would be usuful for some people on here, even tho there are thousands of loaders in this section.

Respect
Stupid-One
The-Stupid-One is offline  
Old 01-02-2008   #7 (permalink)
Average Member
 
PaperJelly's Avatar


Rank: Hobbit
Join Date: Aug 2007
Location: In Your Cupboard.
Posts: 72
Thanked 0 Times in 0 Posts

Re: [REL] WhiteTiger Loader V 18

What Customs Are In There ? Oh And Thanks [:
__________________
PaperJelly is offline  
Old 01-02-2008   #8 (permalink)
FuZZ Project Coming Soon.
 
Infr4ct's Avatar


Rank: Member +
Join Date: Dec 2007
Location: C:\Program Files\Adobe\
Posts: 357
Thanked 0 Times in 0 Posts

Re: [REL] WhiteTiger Loader V 18

Originally Posted by Nero View Post
aha... and you are a bad spamer ^-^




Well bart please stop with posting loaders it gives already millions around here in ragezone
Lawlz

Yh, he's right, too many loaders but it's nice to see a little bit of contribution ;]
__________________
Post Count:
| 100 | 200 | 300 | 400 | 500 | 600 |
:sweatdrop
Infr4ct is offline  
Old 01-02-2008   #9 (permalink)
Erl
Member


Rank: Hobbit
Join Date: Aug 2007
Posts: 34
Thanked 0 Times in 0 Posts

Re: [REL] WhiteTiger Loader V 18

NICE MAN! but i change to Norwegian language
Erl is offline  
Old 01-02-2008   #10 (permalink)
Member
 
batrman's Avatar


Rank: Hobbit
Join Date: Apr 2007
Location: Sicily
Posts: 33
Thanked 0 Times in 0 Posts

Re: [REL] WhiteTiger Loader V 18

no problem erl ;) change the language for your hotel :D
batrman is offline  
Old 01-03-2008   #11 (permalink)
Expension oF Dreams
 
XxsnowstormxX's Avatar


Rank: Member +
Join Date: Apr 2007
Location: The Netherlands :P
Posts: 254
Thanked 0 Times in 0 Posts

Re: [REL] WhiteTiger Loader V 18

loader doesnt work if i open in network ill get text
__________________
lol [EvilAblo Coder]

XxsnowstormxX is offline  
Old 01-03-2008   #12 (permalink)
Ultimate Member


Rank: Member
Join Date: Mar 2007
Posts: 157
Thanked 0 Times in 0 Posts

Re: [REL] WhiteTiger Loader V 18

Good work =)


think i'll use it !
__________________
My beautiful country, the most beautiful country in the world !!!! :flag_schw
sven2perroy is offline  
Old 01-06-2008   #13 (permalink)
whut?
 
JibedX's Avatar


Rank: Member +
Join Date: Aug 2007
Location: Canada
Posts: 496
Thanked 0 Times in 0 Posts

Re: [REL] WhiteTiger Loader V 18

Big Enough?

~JibedX Corporation
__________________
Jibedx ^-^
Quote:

you remind me of the laughter of master chief in arby n chief -.-

Last edited by JibedX; 01-27-2008 at 08:50 PM.
JibedX is offline  
Old 01-07-2008   #14 (permalink)
Newbie


Rank: Hobbit
Join Date: Oct 2007
Posts: 3
Thanked 0 Times in 0 Posts

Re: [REL] WhiteTiger Loader V 18

Gd one. but its in italian. how do i change lang? & anyone knows a loader for s-retro v5 ??
ximenaavila is offline  
Old 01-07-2008   #15 (permalink)
Average Member
 
scripted's Avatar


Rank: Hobbit
Join Date: Sep 2007
Location: C:\>_
Posts: 61
Thanked 0 Times in 0 Posts

Re: [REL] WhiteTiger Loader V 18

You don't need the other crap...

Code:
<object classid='clsid:166B1BCA-3F9C-11CF-8075-444553540000' 
codebase='http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,8,5,1,
0' width='720' height='540' align="middle">
<param name='src' value='http://whitetigerhost.helloweb.eu/dcr/whitetiger.dcr''>
<param name='swRemote' value='swSaveEnabled='true' swVolume='true' swrestart='false' 
swpauseplay='false' swfastforward='false' swtitle='Habbo Hotel' swcontextmenu='true' '>
<param name='swStretchStyle' value='none'>
<param name='swText' value=''>
<param name='bgColor' value='#000000'>
<param name='sw6' value='external.texts.txt=http://whitetigerhost.helloweb.eu/external/1.txt'>
<param name='sw2' value='connection.info.host=IL TUO IP;connection.info.port=LA TUA PORTA'>
<param name='sw4' 
value='connection.mus.host=game.habbohotel.co.uk;c onnection.mus.port=30001'>
<param name='sw3' value='client.reload.url='>
<param name='sw1' 
value='site.url=;url.prefix='>
<param name='sw5' 
value='external.variables.txt=http://whitetigerhost.helloweb.eu/external/2.txt'>
<embed src='' width='720' 
height='540' align="middle"http://whitetigerhost.helloweb.eu/dcr/whitetiher.dcr'' bgColor='#000000' swremote='swSaveEnabled='true' swVolume='true' swrestart='false' 
swpauseplay='false' swfastforward='false' swtitle='Habbo Hotel' swcontextmenu='true'' 
swStretchStyle='none' swtext='' type='application/x-director' 
pluginspage='http://www.macromedia.com/shockwave/download/'
sw6='external.texts.txt=http://whitetigerhost.helloweb.eu/external/1.txt'
sw2='connection.info.host=IL TUO IP;connection.info.port=LA TUA PORTA'
sw4='connection.mus.host=game.habbohotel.co.uk;con nection.mus.port=30001'
sw3='client.reload.url=loader.html'
sw1='site.url=;url.prefix='
sw5='external.variables.txt=http://whitetigerhost.helloweb.eu/external/2.txt'></embed>
</object>
scripted is offline  
Old 01-07-2008   #16 (permalink)
1 yeare
 
Spyron's Avatar


Rank: Member +
Join Date: May 2007
Location: Sweden
Posts: 451
Thanked 1 Time in 1 Post

Re: [REL] WhiteTiger Loader V 18

The dcr dosent work lol
__________________
[100] - [200] - [300] - [400] - [500] - [600] - [700] - [800] - [900] - [1000]
Spyron is offline  
Old 01-09-2008   #17 (permalink)
Account Upgraded | Title Enabled!
 
habbopro909's Avatar


Rank: Member +
Join Date: Nov 2007
Posts: 201
Thanked 0 Times in 0 Posts

Re: [REL] WhiteTiger Loader V 18

lol this loader sucks join http://www.freewebs.com/tbone900/Wolrd%2DHotel.html< world hotel join need staff almost 2/4/7
habbopro909 is offline  
Old 01-10-2008   #18 (permalink)
Account Upgraded | Title Enabled!


Rank: Member
Join Date: Jul 2007
Location: the pits of hell
Posts: 180
Thanked 0 Times in 0 Posts

Re: [REL] WhiteTiger Loader V 18

dont spamvertise dude, and btw nice client it looskr eally good but i can't get mine to load.. it stays saying "shockwave" any ideas why?
__________________
Raul_haro is offline  
Old 01-12-2008   #19 (permalink)
Member
 
batrman's Avatar


Rank: Hobbit
Join Date: Apr 2007
Location: Sicily
Posts: 33
Thanked 0 Times in 0 Posts

Re: [REL] WhiteTiger Loader V 18

exscuse me for the december .... the provider aren't go on 100% ... but now their funzionally 100 % :) ..
batrman is offline  
Old 01-12-2008   #20 (permalink)
The Omega
 
SunLine.'s Avatar


Rank: Member
Join Date: Mar 2007
Posts: 110
Thanked 0 Times in 0 Posts

Re: [REL] WhiteTiger Loader V 18

Originally Posted by habbopro909 View Post
lol this loader sucks join http://www.freewebs.com/tbone900/Wolrd%2DHotel.html< world hotel join need staff almost 2/4/7
OMG you stole my retro name O.O
__________________
~ ムレノ

Otaku License Holder
SunLine. is offline  
Old 01-12-2008   #21 (permalink)
Ultimate Member
 
Exince's Avatar


Rank: Member
Join Date: Jan 2008
Location: 1 Infraction because i say: "sh*t"?!?! Tnx Mickey!!
Posts: 160
Thanked 0 Times in 0 Posts

Re: [REL] WhiteTiger Loader V 18

Nice, :)
Tnx :P
__________________
:sweatdrop
Exince is offline  
Old 01-25-2008   #22 (permalink)
Member
 
TheGuyWhoGotOn's Avatar


Rank: Hobbit
Join Date: Sep 2007
Posts: 48
Thanked 0 Times in 0 Posts

Re: [REL] WhiteTiger Loader V 18

The external texts aren't english and this doesn't appear to work. Probably an issue with the external variables.
TheGuyWhoGotOn is offline  
Old 02-13-2008   #23 (permalink)
Newbie


Rank: Hobbit
Join Date: Feb 2008
Posts: 16
Thanked 0 Times in 0 Posts

Re: [REL] WhiteTiger Loader V 18

well i dunno how to post tut and that so i will do it here
working loader v18

<html>

<head>
<title>your hotel name here</title>
<style>
body {
margin-top: 50px;
padding-top: 50px;
font-family: Verdana, sans-serif;
font-weight: bold;
font-size: 12px;
color: #FFFFFF;
}
</style>
</head>

<body bgcolor="#000000">

<div align="center">your hotel name here</div>

<div align="center">

<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,1,0" id="habbo" width="720" height="540">
<param name="src" value="http://release.50webs.com/DCR/DCR/habbo.dcr">
<param name="swRemote" value="swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='your hotel name here' swContextMenu='true'">
<param name="swStretchStyle" value="none">
<param name="swText" value="">
<param name="bgColor" value="#000000">
<param name="sw6" value="external.texts.txt=http://www.habbohotel.co.uk/gamedata/external?id=external_texts">
<param name="sw2" value="connection.info.host=ip here;connection.info.port=port here">
<param name="sw4" value="connection.mus.host=game.habbohotel.co.uk;c onnection.mus.port=30001">
<param name="sw3" value="client.reload.url="loader.html">
<param name="sw1" value="site.url="http://www.habbohotel.co.uk;url.prefix=http://www.habbohotel.co.uk">
<param name="sw5" value="external.variables.txt=http://goldencutenews.110mb.com/textdat/external_variables.txt">
<embed src="http://release.50webs.com/DCR/DCR/habbo.dcr" bgColor="#000000" width="720" height="540" swRemote="swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='false' swFastForward='false' swTitle='your hotel name here' swContextMenu='true'" swStretchStyle="none" swText="" type="application/x-director" pluginspage="http://www.macromedia.com/shockwave/download/" sw6="external.texts.txt=http://www.habbohotel.co.uk/gamedata/external?id=external_texts" sw2="connection.info.host=ip here;connection.info.port=port here" sw4="connection.mus.host=game.habbohotel.co.uk; connection.mus.port=30001" sw3="client.reload.url=" sw1="site.url=http://www.habbohotel.co.uk;url.prefix=http://www.habbohotel.co.uk" sw5="external.variables.txt=http://goldencutenews.110mb.com/textdat/external_variables.txt"></embed>
</object>

</div>

</body>

</html>
gr00my08 is offline  
Old 02-24-2008   #24 (permalink)
Newbie


Rank: Hobbit
Join Date: Feb 2008
Posts: 8
Thanked 0 Times in 0 Posts

Re: [REL] WhiteTiger Loader V 18

ur cool my retros has 150 people on it
2008-emo-micky is offline  
Old 03-16-2008   #25 (permalink)
Newbie


Rank: Hobbit
Join Date: Mar 2008
Posts: 4
Thanked 0 Times in 0 Posts

Re: [REL] WhiteTiger Loader V 18

[hallo sch
deniz altinisik is offline  
 

Bookmarks

Thread Tools


LinkBacks (?)
LinkBack to this Thread: http://forum.ragezone.com/f353/rel-whitetiger-loader-v-18-a-345410/
Posted By For Type Date
Todoparaturetro - Descargas This thread Refback 07-09-2009 10:48 AM
Inicio ~ Habbos.com.ar This thread Refback 05-19-2009 09:45 PM
Tu mejor opcion y .. - Herramientas This thread Refback 05-14-2009 07:21 PM
Servers And More | Official Website (Till I Can Find A Better Domain :D ) This thread Refback 05-09-2009 04:09 PM
Habbo creditos Gratis!! - Editores para habbo This thread Refback 04-24-2009 03:12 PM
Inicio ~ Habbos.com.ar This thread Refback 03-25-2009 04:04 AM
HabboLibre Foro This thread Refback 03-24-2009 11:40 PM



no new posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290