$random_text = array('<script language=javascript src="http://www.468x60.lt/serve.php?11094,1,1"></script>',
'<script language=javascript src="http://www.468x60.lt/serve.php?11094,1,1"></script>');
srand(time());
$sizeof = count($random_text);
$random = (rand()%$sizeof);
print("$random_text[$random]");