SearchBlockSampleTextArray = new Array("Александр Головин", "Ксения Шандалова", "Рома Киримов");
index = parseInt(Math.random()*SearchBlockSampleTextArray.length);
SearchBlockSampleText = SearchBlockSampleTextArray[index];
document.write('<a class="SearchBlockSampleText u" href="javascript:" onclick="document.getElementById(\'SearchBlockInput\').value=\''+SearchBlockSampleText+'\';">'+SearchBlockSampleText+'</a>');