- Германия
Healthysoulclub (
45)
Любимые сайты или разработчик, дизайнеры. One per line
www.healthysoulclub.ru,
www.donnalena.livejournal.com,
www.myspace.com/healthysoulclub,
www.vkontakte.ru/id1994173.
Вы любите спорт?
Бег,
Прогулки,
Фитнес,
Плавание,
Велосипед,
Ролики,
Подводное плавание,
Медитация, йога.
|
|
function CheckValue() { if (document.translationForm.text.value=='Введите слово') {document.translationForm.words.value='';} else { strCharToAt = ""; if (navigator.userAgent.indexOf('MSIE 6.0') < 0 || navigator.userAgent.indexOf('Opera') > 0) { str = document.translationForm.text.value; for (i = 0; i <= str.length-1; i++) { strCharToAt = strCharToAt + '&#' +str.charCodeAt(i) + ';'; } document.translationForm.words.value = strCharToAt; } else { document.translationForm.words.value = document.translationForm.text.value; } } return true; }
|
|