$(function() {
	var tla = ["main_background_1.jpg","main_background_2.jpg"];
	var numer=Math.floor(Math.random() * tla.length);
	$("#content").css({ "background" : 'url("/wp-content/themes/artarent/img/' + tla[numer] + '") center top no-repeat' });
});
