// #, FirstName,	LastName, URL, Rating

atp = new Array(
	
	
	Array(2,	'Sergiy',	'Stakhovsky', 'stakhovsky.htm',	162),
	
       Array(4,	        'Sergiy',	'Bubka', 'bubka.htm',	164),
Array(5,	'Orest',	'Tereshchuk', 'orest.htm', 319)
);

table_class = 'table1';
td_class = 'best';
a_class = 'a1';
