function body_onload()
{
}

function welcomeInRussian()
{
	obj = document.getElementById("welcomeText");
	obj.innerHTML = "<b>Оксана Домнина и Максим Шабалин, бронзовые призёры Олимпийских Игр, чемпионы мира и Европы, победители Финала Гран-При, приглашают вас на свой официальный сайт.</b> <br/> Здесь вы сможете побольше узнать о <a href='http://domnina-shabalin.ru/index/0-9' class='content'>фигуристах</a> и их <a href='http://domnina-shabalin.ru/index/0-6' class='content'>спортивных результатах</a>, прочитать <a href='http://domnina-shabalin.ru/index/0-12' class='content'>свежие новости</a>, посмотреть <a href='http://domnina-shabalin.ru/photo/' target='_blank' class='content'>фотографии</a> и <a href='http://domnina-shabalin.ru/load/' target='_blank' class='content'>видео</a> разных лет, написать <a href='http://domnina-shabalin.ru/gb/' class='content'>вопросы или пожелания Оксане и Максиму</a>, а также <a href='http://domnina-shabalin.ru/index/0-14' class='content'>связаться с ними</a>, если у вас есть интересные предложения. <br/> Заходите, мы Вам очень рады!";
}

function welcomeInEnglish()
{
	obj = document.getElementById("welcomeText");
	obj.innerHTML = "<b>Oksana Domnina and Maxim Shabalin, Olympic bronze medalists, World and European champions, Grand Prix Final winners, would like to invite you to their official website.</b><br/> Here you can learn <a href='http://en.domnina-shabalin.ru/index/0-12' class='content'>more about the skaters</a> and <a href='http://en.domnina-shabalin.ru/index/0-5' class='content'>their results</a>, read <a href='http://en.domnina-shabalin.ru/' class='content'>up-to-date news</a>, see exclusive <a href='http://domnina-shabalin.ru/photo/' target='_blank' class='content'>photos</a> and watch <a href='http://domnina-shabalin.ru/load/' target='_blank' class='content'>videos</a>, write <a href='http://en.domnina-shabalin.ru/board/2' class='content'>your questions and wishes to Oksana and Maxim</a> and <a href='http://en.domnina-shabalin.ru/index/0-11' class='content'>contact them</a> about work related matters and offers.<br/>We'll be glad to have you here!";
}