Abit BD7II Series
About Abit BD7II SeriesHere you can find all about Abit BD7II Series like manual and other informations. For example: review.
Abit BD7II Series manual (user guide) is ready to download for free.
On the bottom of page users can write a review. If you own a Abit BD7II Series please write about it to help other people. [ Report abuse or wrong photo | Share your Abit BD7II Series photo ]
Manual
Preview of first few manual pages (at low quality). Check before download. Click to enlarge.
Download
(English)Abit BD7II, size: 3.0 MB |
Abit BD7II Series
User reviews and opinions
| whistler |
3:07am on Sunday, August 8th, 2010 ![]() |
| Sound quality is stupendous, especially in gaming, which is the intended use by the maker. Clear sound. Excellent outside noise cancelling. Useful on wire volume adjuster and mic on/off slider. Conveniant detachable mic. | |
| josl |
11:52pm on Friday, June 18th, 2010 ![]() |
| Had my pair for 2 years and had no problems. Really well built and durable. They would have lasted a lot longer but my dog got a hold of them. | |
| rokki |
1:58pm on Wednesday, June 16th, 2010 ![]() |
| covers the whole ear these are a tight fit, the head band not really flexible can easily break. 50 buck is expensive If you buy this headset, disconnect or bend the mic cord as little as possible (or not at all). Sound quality is good Removable microphone never worked. I expected higher quality from Creative Labs | |
| MartinRosenfeld |
10:05pm on Monday, May 17th, 2010 ![]() |
| Epic MY ageing pair of decrepit creative headphones/headset needed to be replaced and i had been recomended these by a freind. | |
| tal |
5:51am on Saturday, May 15th, 2010 ![]() |
| Hs800 Great set of headphones they fit well and the mic is removable . The boom is highly flexible and easy to position. | |
| LevetS27 |
5:12pm on Saturday, April 24th, 2010 ![]() |
| The Creative Fatal1ty Professional Series Gaming Headset is one of many Fatal1ty branded accessories by Creative. editors rating is really tight! brought these to replace a pair that cost more than twice as much. these have a better mic. | |
| Mark Hayes |
4:43am on Saturday, April 24th, 2010 ![]() |
| editors rating is really tight! brought these to replace a pair that cost more than twice as much. these have a better mic. | |
| gh06 |
1:25am on Thursday, April 8th, 2010 ![]() |
| Great for the meantime Pros: Amazing sound quality, great bang for buck, very comfy cushions. HS-980 Gaming headset I bought this headset to use while playing World of Warcraft and talking on vent. | |
Comments posted on www.ps2netdrivers.net are solely the views and opinions of the people posting them and do not necessarily reflect the views or opinions of us.
Documents

Improving Quality of Service Parameter Prediction with Preliminary Outlier Detection and Elimination
L. Kov cs, D. Vass and A. Vid cs a a Budapest University of Technology and Economics Dept. of Telecommunications and Media Informatics Magyar tud sok k r tja 2, o ou Budapest, H-1117 Hungary E-mail: {kovacs.l,vass,vidacs}@alpha.tmit.bme.hu
Abstract
Wide-spread real-time applications make it necessary for service providers to guarantee QoS parameters. This requires precise forecast of network trafc. A possible method of the forecast is measuring trafc then analyzing it and tting model to the measured data, nally predicting the observed parameter using the tted model. The efciency of the prediction is decreased by outlying samples (so called outliers) found in the time series data. We developed a new tool that is able to detect and eliminate the outliers from time series data. This tool is capable to handle large sets of time series data fast and efciently. We also propose a method to predict QoS parameters using the ARIMA (Auto-Regressive Integrated Moving Average) model, which is based on a preliminary detection and elimination of outliers. We have proven that this method increases the efciency of the prediction signicantly by forecasting real measurement data.
The method we propose combines the preliminary outlier detection and elimination with the forecasting of QoS parameter values based on the Auto-Regressive Integrated Moving Average (ARIMA) modeling technique [1]. It is used in different researches for modeling and forecasting trafc and QoS parameter values in telecommunication networks. ARIMA is a linear time series forecasting model, because it assumes that the dependency of a future value on the past values is linear. Similar approach in economy for nancial time series data is proposed by [4] and realized in the public domain economical software [10]. Being designed for economical purposes this software is capable to handle only a small set of data, but during measurements in telecommunication networks often large sets of data are produced. We have developed a new tool that is capable to handle large sets of data. Our software can detect and eliminate outliers in time series data fast and efciently. It replaces outliers with more appropriate values for the forecasting. Our algorithm implemented in the software is based on the so called L.O.C.I. algorithm proposed in [13]. The program is able to set the parameters automatically so it does not require user interaction. The algorithm was validated using synthetic and measured data sets, and the results show that the detection and elimination of outliers is fast and efcient. This paper is organized as follows. Section 2 is about the detection of outliers in time series data. We present our new algorithm (based on the so-called L.O.C.I. algorithm) in section 3. Section 4 introduces the tool we have developed, and validates it. We examine the effect of the preliminary outlier detection and elimination on the efciency of the prediction in section 5. Section 6 concludes this paper with further outlook.
1. Introduction
Nowadays appropriate Quality of Service parameters guaranteed by Service Providers are more and more important for end users. Service Providers need to forecast Quality of Service parameters as precisely as possible based on real measurement data in order to plan the assignment of resources, applications and users. The prediction has to consider that most real measurement data series contain outliers that are extreme uctuations caused by local random events. Outliers are specic patterns (extreme values) that do not follow the characteristic distribution of the rest of the samples. Outliers can have signicant impact on the statistical estimates in data analysis and modelling.
IPS 2004
Budapest, Hungary
2. Outlier detection in time series data
Intuitively, outliers can be dened as given by Hawkins [5]: An outlier is an observation that deviates so much from other observations as to arouse suspicion that it was generated by a different mechanism. Outliers are outlying samples found in time series data which are useless for forecasting. These pieces of data are produced by random errors (e.g., route failures, misconguration, etc.). Outliers can have signicant impact on the estimates of the model parameters of the time series data. The existing approaches to outlier detection can be classied into the following ve categories: Distribution-based approach: These algorithms contain some standard distribution model (Normal, Poisson, etc.) and recognized as outliers those objects which deviate from the model [14]. Their greatest disadvantage is that the distribution of the measurement data is unknown in practice. Often a large number of tests are required in order to decide which distribution model the measurement data follow (if there is any). Depth-based approach: This is based on computational geometry and computes different layers of k-d convex hulls [7]. Objects in the outer layer are detected as outliers. However, it is a well-known fact that the algorithms employed suffer from the dimensionality curse and cannot cope with large k. Clustering approach: These algorithms classify the input data. They detect outliers as by-products [6]. However, since the main objective is clustering, they are not optimized for outlier detection. Distance-based approach: This was originally proposed by Knorr and Ng [8, 9]. An object in a data set P is a distance-based outlier if at least a fraction b of the objects in P are further than r from it. This outlier denition is based on a single, global criterion determined by the parameters r and b. Problems may occur if the parameters of the data are very different from each other in different regions of the data set. Density-based approach: This algorithm was proposed by Breunig [2]. This procedure assigns a Local Outlier Factor (LOF) to each sample based on their local neighborhood density. Samples with high LOF value are identied as outliers. The disadvantage of this solution is that it is very sensitive to parameters dening the neighborhood. Our algorithm described in section 3 combines the advantages of the distance-based and density-based approaches.
3. Our algorithm
Our algorithm implemented in the software is based on the so called L.O.C.I. algorithm proposed in [13]. We combined the advantages of the distance-based and densitybased approaches. We examine only a small neighborhood of the given point, this way problems will not occur if the parameters of the data are very different from each other in different regions of the data set. Within the neighborhood we decide whether the sample is outlier or not based on the statistical characteristics of the members of the neighborhood. Our algorithm works with two different kinds of neighborhood.
Figure 1. Neighborhoods. The sampling neighborhood or r-neighborhood (see Figure 1) is a 2r wide interval. In Figure 1 the actually examined point is denoted by a bold x. The dashed lines are the borders of the sampling neighborhood. For each sample of this region a smaller neighborhood is dened. This is the counting neighborhood. For some points on the gure the counting neighborhood is shown (dotted line). This neighborhood is characterized by two parameters: ,. In this region the density of the neighborhood is examined. If the neighborhood-density of the actually examined point is signicantly different from the average neighborhooddensity over the sampling neighborhood the point is recognized as an outlier. The neighborhood-density is basically determined by the number of the samples in the counting neighborhood. So far the algorithm has three main parameters. The r parameter is the radius of the sampling neighborhood. The and parameters are necessary for the definition of the counting neighborhood. Besides we need one more parameter (k), which determines the strictness of the detection. Table 1 contains the basic denitions needed to dene the k parameter. For any pi , r, and we dene the deviation factor (DF ) as: DF (pi , r, , ) = n(pi , r, , ) n(pi , r, , ) . n(pi , r, , ) (1)
Improving Quality of Service Parameter Prediction with Preliminary Outlier Detection
The data set. P = (p1 , p2 ,. , pN ) The set of r-neighbors of pi. N (pi , r) = = {px P |(i r) x (i + r)} The number of r-neighbors. n(pi , r) |N (pi , r)| The number of samples in the counting neighborhood of p. Average of n(p, , ) over the set of r-neighbors of pi n(pi , r, , ) =
pN (pi ,r)
N (pi , r)
n(pi , r) n(p, , )
n(pi , r, , )
might be incorrect because of the different local characteristics. In default settings the value of r is 10% of the number of the samples but maximum 50. For the results presented below the values of parameters and are the same. If the values of these parameters are too low it can happen that even correct samples will not have neighbors, while if the values are too high almost every sample belongs to the neighborhood so the outlier will not be outside the triple deviation. In default settings the values of and are between 0.1 and 0.05 depending on the value of r. The automatic parameter setting are not optimal yet, but we still achieved good results (see below). However, there are problems in fast changing time series that needs to be examined in more detail.
n(pi ,r)
4. Outlier Detection and Remove Tool
n (pi , r, , ) Standard deviation of n(p, , ) over the set of r-neighbors of pi n (pi , r, , ) =
= pN (pi ,r) (n(p,,) (pi ,r,,))2 n n(pi ,r)
DF (pi , r, , )
Deviation Factor for pi. In details see below. Normalized deviation (thus, directly comparable to DF ). In details see below.
Table 1. Symbols and denitions Note that the r-neighborhood for an object pi always contains pi. This implies that the denominator of the above fraction is always greater than zero and so the above quantity is always dened. We dene DF (pi , r, , ) as the normalized standard deviation of n(p, , ) for p N (pi , r) as DF (pi , r, , ) = n (pi , r, , ) . n(pi , r, , ) (2)
We have developed a new tool (Outlier Detection and Remove Tool) that is able to handle large sets of data fast and efciently. This program runs under Microsoft Windows. The software is able to set the parameters of the algorithm automatically, so it can handle large sets of data efciently without user interactions. In order to validate the algorithm we have made a large number of tests. During the tests we used the automatic parameter settings. We used many ARIMA time series synthetic data with different parameters. To these time series data additive outliers were added by a special program made for this purpose. So we could examine how efcient the algorithm is in the different cases, what percent of the added outliers is recognized. During the validation we examined the speed of the algorithm (see Figure 2), the effect of the number of outliers on the detection, the effect of the distribution of the outliers on the detection, and some special cases (e.g., negative outliers, level-shift outliers, etc.).
2,5 2,Time (sec) 1,5 1,0,782 0,5 0,391 1,578 1,937
Points are agged as outliers if DF (pi , r, , ) k DF (pi , r, , ). (3)
Thus, as we mentioned above, parameter k determines the strictness of the detection. Let k be about 3 and let us suppose that the distribution of the samples is normal. In this case less than 1% is the chance that a sample (which is not outlier) lies outside the triple deviation (and is agged as outlier). Automatically the parameter k is set to 2.8. If the value of parameter r is too low, we do not have enough data to determine the deviation exactly. If the value is too high then the detection
Number of samples 60000
Figure 2. The speed of the algorithm.
We examined the speed of the algorithm using automatic parameter settings. If the number of the samples is more
than 500 the parameters are x values, so the speed of the algorithm is linear. (In this scenario the hardware was: Intel P4 2,4GHz processor, ABIT BD7II motherboard, 256 MB RAM.) When we examined the effect of the number of outliers on the detection, the number of the added outliers was 413% of the number of the samples. We made 200 tests, the results are shown in Figure 3.
stationary autoregressive moving-average model (ARMA) combines the autoregressive (AR) and the moving average (MA) processes. An autoregressive process of order p (AR(p)) is dened by xt = c1 xt1 + c2 xt2 + + cp xtp + t , (4)
where c1 ,. , cp are constants, and t denotes a series of i.i.d. random variables with zero mean and variance 2. A moving average process of order q (MA(q)) is dened by xt = d1 t1 + d2 t2 + + dq tq + t , (5)
Data flagged in the original series
Recognized outliers
Figure 3. The effect of the number of outliers.
Solid line and the left hand side ordinate denote the recognized outliers, dotted line and the right hand side ordinate denote the data agged in the original series. Based on the results we concluded that in the interval 5-10% of added outliers the algorithm recognizes almost 100% of the outliers while less than 0.2% of the original series data is agged as outliers.
5. QoS parameter prediction
Since the last decade, the use of real-time applications is rapidly spreading. To fulll the request of the users, the network operators are required to provide the adequate service quality (QoS). To do this, it is important for internet service providers to forecast trafc parameters as accurate as possible based on real network measurements to plan resource distributions.
5.1. ARIMA modeling and forecasting
ARIMA models are useful for a wide variety of problems including forecasting, spectral elimination, as well as providing a summary of the data. Box and Jenkins (1976) give a comprehensive account of ARIMA modelling, and discussions of ARIMA models can be found in many recent textbooks for time series (see, for example [1, 3]). A
I 6 A 6 IGQ@ A9 A VU D@ TC 9 Q G DQ F RP H H F A S Q I A6 G DC 6 B 5 H F E 8 A @ ( &' # % $ " ! # !
0 ) 0 ) 1 ) 0 )
with the d1 ,. dq constants being the model parameters. An ARMA(p,q) process is thus dened by xt = + c1 xt1 + c2 xt2 + + cp xtp + d1 t1 + d2 t2 + + dq tq + t (6) (7)
Many time series encountered in practice are nonstationary. For these series, simple ARMA models are typically inadequate. However the differenced series may be stationary. Box and Jenkins (1976) developed a methodology for tting ARMA models to differenced data. These are known as autoregressive integrated moving average (ARIMA) models [11]. For an ARIMA(p,d,q) process its dth difference is an ARMA(p,q) process. Yule-Walker equations algorithm is to be used in tting the autoregression model. The automatic model identication procedure was realized using S-PLUS 2000 [11, 17].
5.2. QoS prediction with outlier removal
Most of data sets contain outliers as the consequences of local, irregular random events which are extreme, non interpretable values. With the detection and removal of these abnormal data, we can eliminate their inuence on our forecast. Figure 4 illustrates the co-operation between Outlier Detection and Remove Tool (ODRT) and ARIMA based forecasting. In the following we will demonstrate the improvement in our prediction with former outlier detection and removal. We performed our analysis on real network measured data sets. A part of the time series we have applied is based on real trafc measurement between two computers on the department. The other part of time series was provided by Salzburg Research, Austria. End-to-end delay is monitored between Salzburg Research and the network provider (Austria Telekom). The end-to-end delay measurement approach is based on GPS clock synchronisation [12]. In order to prove the efciency of the method we have analyzed several data sets, each containing 1000 elements. Based on the rst 95% of the data we have forecasted the last 50 values. During the outlier detection and the forecasting,
lier detection (thick black line). If we use the original data series as input of the method, the results do not follow the values of the original time series.
Figure 6. Inuence of the outlier detection (1).
Figure 4. Co-operation between ODRT and ARIMA forecasting.
sample value
we used the automatic parameter settings. For specifying the order of the model, we received a relatively high (2535) value. To evaluate the measurement results we compared three series in one chart: the original, the forecasted upon the original and the forecasted upon the cleaned series. First we demonstrate a case when the values, beside the outliers, are uctuating in small range. The original and the ltered series are depicted in Figure 5.
Figure 7 shows the original series (thick grey line), the prediction without preliminary outlier detection (thin black line) and the prediction with preliminary outlier detection (thick black line). The chart describes, that the prediction without preliminary outlier removal becomes a at line, while if the outliers are removed in advance, the forecast follows the pattern of the original time series well.
sampling time
Original time series Forecasting witout outlier detection Forecasting using outlier detection
Figure 7. Inuence of the outlier detection (2).
6. Conclusions and future work
The results show that the method of preliminary outlier detection signicantly improves the prediction. Until now we replace the value that was masked by the outlier with the mean of neighbour data. Instead, a linear prediction or other method could also be used to estimate the original masked value. To analyse the impact of this method is to be discussed in the future as well.
Figure 5. The original and the ltered series.
It can be seen from Figure 6 that even after 50 data, the results of the outlier detection method follows the original values well. Figure 6 shows the original series (thick grey line), the prediction without preliminary outlier detection (thin black line) and the prediction with preliminary out-
1 )D ( 3)C A0 )E0 )8 (C 1 )5 D ( 3)C C 7 B )9 A0 )8 (6 @ 4 )5 ( )1 )0 ( '
!" #$ %
$& #
References
[1] G. Box, G. Jenkins, and G. Reinsel. Time Series Analysis: Forecasting and Control. Prentice-Hall, New Jersey, 1994. [2] M. M. Breunig, H-P. Kriegel, R. T. Ng, and J. Sander. LOF: identifying density-based local outliers. In Proc. of ACM SIGMOD Int. Conf. on Management of Data, pages 93104, Dallas, TX, 2000. [3] P. J. Brockwell and R. A. Davis. Introduction to Time Series and Forecasting. Springer Verlag, 2002. [4] V. G mez and A. Maravall. Programs TRAMO (Time o series Regression with Arima noise, Missing observations, and Outliers) and SEATS (Signal Extraction in Arima Time Series). Working Paper 9628, Servicio de Estudios, Banco de Espana, 1996. [5] D. Hawkins. Identications of Outliers. Chapman & Hall, London, 1980. [6] A. K. Jain, M. N. Murty, and P. J. Flynn. Data clustering: a review. ACM Computing Surveys, 31(3):264 323, 1999. [7] T. Johnson, I. Kwok, and R. T. Ng. Fast computation of 2-dimensional depth contours. In Knowledge Discovery and Data Mining, pages 224228, 1998. [8] E. M. Knorr and R. T. Ng. Algorithms for mining distance-based outliers in large datasets. In Proc. 24th Int. Conf. Very Large Data Bases, VLDB, pages 392 403, 2427 1998. [9] E. M. Knorr, R. T. Ng, and V. Tucakov. Distancebased outliers: Algorithms and applications. VLDB Journal: Very Large Data Bases, 8(34):237253, 2000. [10] A. Maravall and G. Caporello. A tool for Quality control of time series data, Program TERROR. In Proc. of Challenges to Central Bank Statistical Activities, Basel, August 2002. [11] MathSoft. S-PLUS 2000: Guide to statistics. 1999. [12] I. Miloucheva, A. Anzaloni, and E. M ller. A pracu tical approach to forecast Quality of Service parameters considering outliers. In Proc. 1st Int. Workshop on Inter-Domain Performance and Simulation (IPS2003), pages 163172, Salzburg, Austria, February 2003. [13] S. Papadimitriou, H. Kitawaga, P. B. Gibbons, and C. Faloutsos. LOCI: Fast outlier detection using the
Local Correlation Integral. Technical Report IRPTR-02-09, Intel Research Laboratory, Pittsburg, July 2002. [14] P. J. Rousseeuw and A. M. Leroy. Robust Regression and Outlier Detection. John Wiley and Sons, 1987. [15] Adam Bernard Smith, Cristoph David Jones, and E F Roberts. Articte title. Journal, 99(1):1100, January 1999. [16] Adam Bernard Smith, Cristoph David Jones, and E F Roberts. Book Title. Publisher, Address, 1999. [17] W. N. Venables and B. D. Ripley. Modern Applied Statistics with S-Plus. Springer Verlag, 1998.
ABIT MANUAL
Source: http://sci.techarchive.net/Archive/sci.chem/200907/msg00083.html
From: Sollars Presler <preslermetait1865@xxxxxxxxx> Date: Wed, 15 Jul 2009 03:00:(PDT) ******************************************************************* ******************************************************************* ENTER HERE: >>> http://yourguideonline.com/about/abitmanual <<< ******************************************************************* *******************************************************************
.. ABIT MANUAL 1
ABIT MANUAL.. ABIT MANUAL 2
ABIT MANUAL.. ABIT MANUAL 3
ABIT MANUAL.. ABIT MANUAL 4
ABIT MANUAL.. ABIT MANUAL 5
ABIT MANUAL.. abit kn8 manual motherboard manual for abit nf8 abit vt7 manual abit sd7533 manual abit ul8 manual abit il90mv manual abit an7 mother board manual free abit ic7 user manual abit nf7s manual ABIT MANUAL 6
ABIT MANUAL abit kv8 pro manual abit nf7 s manual abit nf7m manual abit kd7a manual abit nf7 manual abit ip95 manual abit an9 32x manual abit bd7 manual abit manuals abit va6 manual abit ic7 manual abit kv85 user manual abit sg72 manual abit nf8 manual guru abit av8 motherboard owner manual abit kg7 manual abit as8 manual abit ic7 user manual manual abit bh6 abit aw9 manual abit abbh6 manual abit vh6 owner manual guru abit av8 owner manual abit va10 manual abit i 815 ep manual download abit an7 user manual abit th7 manual abit bh6 manual abit as8v manual abit nfv8 manual abit user manual download abit motherboard user manual abit av8 manuals abit bp 6 manual abit bp6 manual abit a17 motherboard manual abit vh 6 manual abit manual abit abbh6 mb manual abit ic7 g manual abit sr78x manual abit owners manuals abit airpace wireless audio device manuals abit motherboard manual abit an52v manual abit fatality fpin9 bios manual abit a17 manual abit kv7 manual abit bl7 manual abit be6 manual abit kn8 sli nf ck804 manual ABIT MANUAL 7
ABIT MANUAL abit kv85 manual abit va20 manual abit sg72 user manual abit kv85 user manual abit kv8 manual abit va10 km400 manual abit pentium iii sa6r motherboard manual abit kn8sli motherboard manual abit be6 manual manual for abit sg72 motherboard abit kt7a manual abit va 20 mainboard manual abit sa6r user manual abit bd7ii manual abit as 8 manual abit kv85 manual abit user manual for be driver abit manual nf8v abit kt7araid manual.
Tags
LE32B650t2pxxc Induction CTK25fven Cocoon 30120 9636T Edition DSP-AX1500 DLQ-3000 Samsung 920N Nikon 8800 PPD9000 Entour Samsung ST70 150D 3TB V6 24V AVC-A1HDA Imt800 Schuko NX6310 Joybook 7000 Powershot A20 Market AJ-HPX2000 AV 400 HP 6500 GTO6507C MP190 PNA 350 CD-5090R CM650 Braun 5874 Laserjet 2410 4X4-2008 DCR-HC15 Dvdr5500 58 HP 500 CD640 UX180P 52SZ8D 105S59-97 Eclipse AJ-HDC20A RS275acbp XAA ZWF5105 KRF-V5570D Dslr-A330L KE800 Sp7000 DMC-FZ5EG Software 29PT8306 12 K 55 RHC-10 RR420CD Blade PC Motorola V635 580EX II Garmin 250 Nuvi 1390 S-DV340ST Casio 4334 Kodak C763 STR-DE897 B R-2V18 K8S-MX RMT-D165A SR 50 AVR 7500 RQ1085 Motoculteur 9000 QB5155 W RZ-32LZ55 2414B DVX286 Armani-samsung 37LC41 VCE-160 WF7704NA DVH24 HDW-750 DVD-602 BD-P1400 FC-30 ZRB636DW Combo Roomba 5500 Sdrh90 DCR-TRV18K 1E-08 SD110U IC-7800 Review Westell 327W Audio VTC 632-PS EJS710QEO IP6600D - 1984 KDL-32EX501 P600 LCD
manuel d'instructions, Guide de l'utilisateur | Manual de instrucciones, Instrucciones de uso | Bedienungsanleitung, Bedienungsanleitung | Manual de Instruções, guia do usuário | инструкция | návod na použitie, Užívateľská príručka, návod k použití | bruksanvisningen | instrukcja, podręcznik użytkownika | kullanım kılavuzu, Kullanım | kézikönyv, használati útmutató | manuale di istruzioni, istruzioni d'uso | handleiding, gebruikershandleiding
Sitemap
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









