jQuery().ready(function(){
	var images = ['/sites/all/themes/framework/images/photo_01.png','/sites/all/themes/framework/images/photo_02.png','/sites/all/themes/framework/images/photo_03.png','/sites/all/themes/framework/images/photo_04.png','/sites/all/themes/framework/images/photo_05.png','/sites/all/themes/framework/images/photo_06.png','/sites/all/themes/framework/images/photo_07.png','/sites/all/themes/framework/images/photo_08.png','/sites/all/themes/framework/images/photo_09.png','/sites/all/themes/framework/images/photo_10.png','/sites/all/themes/framework/images/photo_11.png','/sites/all/themes/framework/images/photo_12.png','/sites/all/themes/framework/images/photo_13.png','/sites/all/themes/framework/images/photo_14.png','/sites/all/themes/framework/images/photo_15.png','/sites/all/themes/framework/images/photo_16.png','/sites/all/themes/framework/images/photo_17.png','/sites/all/themes/framework/images/photo_23.png','/sites/all/themes/framework/images/photo_24.png'];
	document.images.photo_tl.src = images[Math.floor(Math.random() * images.length)];
});
