function info(description)
{
this.description = description;
}
var UrgentNews = new Array();
UrgentNews[0] = new info("<p align=right>ВНИМАНИЕ! <a href=http://love.allsoch.ru/>ЛЮБОВЬ НА ALLSoch.ru - теперь в фотками!</a><br><a href=http://chat.allsoch.ru/>Самый быстрый и самый популярный ЧАТ в мире ;)</a> - присоединяйся!");
function ShowUrgentNews()
{
for(var i=0; i<UrgentNews.length; i++)
 {
 document.write(UrgentNews[i].description);
 }

}
