var texts = new Array();
// english
texts['us'] = new Object();
texts['us'].OtherArticles = 'All related articles >>';
texts['us'].Published = 'Published ';
texts['us'].Days_S = ' days ago by ';
texts['us'].Hours_S = ' hours ago by ';
texts['us'].Minutes_S = ' minutes ago by ';
texts['us'].Days = ' yesterday by ';
texts['us'].Hours = ' hour ago by ';
texts['us'].Minutes = ' minute ago by ';
texts['us'].NoNews = 'No available news on this topic...';
texts['us'].Topic = new Array(); 
texts['us'].Topic['xxx'] = 'top Stories';
texts['us'].Topic['w'] = 'World';
texts['us'].Topic['n'] = 'National';
texts['us'].Topic['b'] = 'Business';
texts['us'].Topic['t'] = 'Sci/Tech';
texts['us'].Topic['e'] = 'Entertainment';
texts['us'].Topic['s'] = 'Sports';
texts['us'].Topic['m'] = 'Health';
texts['us'].Topic['po'] = 'Most Popular';

// french
texts['fr'] = new Object();
texts['fr'].OtherArticles = 'Tous les articles li&#233;s >>';
texts['fr'].Published = 'Publi&#233; il y a ';
texts['fr'].Days_S = ' jours par ';
texts['fr'].Hours_S = ' heures par ';
texts['fr'].Minutes_S = ' minutes par ';
texts['fr'].Days = ' hier par ';
texts['fr'].Hours = ' heure par ';
texts['fr'].Minutes = ' minute par ';
texts['fr'].NoNews = 'Pas de news disponible sur ce th&#232;me...';
texts['fr'].Topic = new Array(); 
texts['fr'].Topic['xxx'] = 'A la une';
texts['fr'].Topic['w'] = 'International';
texts['fr'].Topic['n'] = 'National';
texts['fr'].Topic['b'] = 'Economie';
texts['fr'].Topic['t'] = 'Science/Tech';
texts['fr'].Topic['e'] = 'Culture';
texts['fr'].Topic['s'] = 'Sports';
texts['fr'].Topic['m'] = 'Sant&#233;';
texts['fr'].Topic['po'] = 'Articles les plus lus';

// spanish
texts['es'] = new Object();
texts['es'].OtherArticles = 'Todos los artículos >>';
texts['es'].Published = 'Publicado hace ';
texts['es'].Days_S = ' dias por ';
texts['es'].Hours_S = ' horas por ';
texts['es'].Minutes_S = ' minutos por ';
texts['es'].Days = ' ayer por ';
texts['es'].Hours = ' hora por ';
texts['es'].Minutes = ' minuto por ';
texts['es'].NoNews = 'No se dispone de noticias sobre este tema...';
texts['es'].Topic = new Array(); 
texts['es'].Topic = new Array(); 
texts['es'].Topic['xxx'] = 'En portada';
texts['es'].Topic['w'] = 'Internacional';
texts['es'].Topic['n'] = 'Nacional';
texts['es'].Topic['b'] = 'Economia';
texts['es'].Topic['t'] = 'Ciencia/Tec.';
texts['es'].Topic['e'] = 'Espect&#225;culos';
texts['es'].Topic['s'] = 'Deportes';
texts['es'].Topic['m'] = 'Salud';
texts['es'].Topic['po'] = 'M&#225;s popular';

// german
texts['de'] = new Object();
texts['de'].OtherArticles = 'Alle verwandten Artikeln >>';
texts['de'].Published = 'Veröffentlicht ';
texts['de'].Days_S = ' tage von ';
texts['de'].Hours_S = ' stunden von ';
texts['de'].Minutes_S = ' minuten von ';
texts['de'].Days = ' gestern von ';
texts['de'].Hours = ' stunde von ';
texts['de'].Minutes = ' minute von ';
texts['de'].NoNews = 'Keine Nachrichten zu diesem Thema...';
texts['de'].Topic = new Array(); 
texts['de'].Topic['xxx'] = 'Schlagzeilen';
texts['de'].Topic['w'] = 'International';
texts['de'].Topic['n'] = 'National';
texts['de'].Topic['b'] = 'Wirtschaft';
texts['de'].Topic['t'] = 'Wissen/Technik';
texts['de'].Topic['e'] = 'Unterhaltung';
texts['de'].Topic['s'] = 'Sport';
texts['de'].Topic['m'] = 'Gesundheit';
texts['de'].Topic['po'] = 'Besonders beliebt';

/*
// korean
texts['kr'] = new Object();
texts['kr'].OtherArticles = '관련기사 개 >>';
texts['de'].Published = 'TODO ';
texts['kr'].Days_S = 'TODO ';
texts['kr'].Hours_S = ' TODO ';
texts['kr'].Minutes_S = ' TODO ';
texts['kr'].Days = ' TODO ';
texts['kr'].Hours = ' TODO ';
texts['kr'].Minutes = ' TODO ';
texts['kr'].NoNews = '죄송합니다만 현재 이 페이지를 사용할 수 없습니다...';
texts['kr'].Topic = new Array(); 
texts['kr'].Topic['xxx'] = '주요뉴스 ';
texts['kr'].Topic['w'] = '세계';
texts['kr'].Topic['n'] = '뉴스 검색결과';
texts['kr'].Topic['b'] = '경제';
texts['kr'].Topic['t'] = '정보과학';
texts['kr'].Topic['e'] = '연예';
texts['kr'].Topic['s'] = '스포츠';
texts['kr'].Topic['m'] = '건강';
texts['kr'].Topic['po'] = '인기뉴스';		 
사회	social
문화/생활	culture
*/


