// JavaScript Document
window.onload = function (){
	document.getElementById('feat').style.background='url(images/sample_pic_0' + Math.round(Math.random()) + '.jpg) 12px 3px no-repeat';
}