function banner() {

var banners = new Array(
"http://rc54.ru/banners/1680.jpg",
"http://rc54.ru/banners/1680-6.jpg",
"http://rc54.ru/banners/1680-5.jpg",
"http://rc54.ru/banners/1680-4.jpg",
"http://rc54.ru/banners/1680-1.jpg",
"http://rc54.ru/banners/1680-3.jpg",
"http://rc54.ru/banners/1680-2.jpg");
var links = new Array(
"http://rc54.ru/articles/53",
"http://rc54.ru/articles/59",
"http://rc54.ru/articles/58",
"http://www.rc54.ru",
"http://rc54.ru/articles/53",
"http://www.rc54.ru",
"http://rc54.ru/articles/53");
var which = Math.floor(Math.random() * banners.length)
document.write ("<div class='banner' style='background-image:url("+banners[which]+")'><a href='"+links[which]+"'><img src='http://rc54.ru/images/design/pixel.gif'></a></div>");
}

function banner_right() {
	var bannerr = "http://rc54.ru/images/banners/right.gif";
	var linkr = "http://rc54.ru/games/";
	var temp_out="<a href="+linkr+"><img border=0 src="+bannerr+"></a>";
	document.write (temp_out);
}

function text_down() {
	var textd = "Top iPhone Games.<br>9 games available coming soon.<br>Largest list of free iPhone games available online.<br><a href='http://rc54.ru'>This is a text</a>.1 iPhone Games you can download.<br>2 iPhone Games you can download.";
	document.write (textd);
}