var ran_number=Math.round(Math.random()*6);
switch (ran_number){
	case 1: 
		document.write('<img src="/sitestyle/images/homes-interiors.jpg" alt="1Homes and Interiors resources" width="730" height="235"/>');
		break;
	case 2: 
		document.write('<img src="/sitestyle/images/homes-interiors2.jpg" alt="2Homes and Interiors resources" width="730" height="235"/>');
		break;
	case 3: 
		document.write('<img src="/sitestyle/images/homes-interiors3.jpg" alt="3Homes and Interiors resources" width="730" height="235"/>');
		break;
	case 4: 
		document.write('<img src="/sitestyle/images/homes-interiors4.jpg" alt="3Homes and Interiors resources" width="730" height="235"/>');
		break;
	case 5: 
		document.write('<img src="/sitestyle/images/homes-interiors5.jpg" alt="3Homes and Interiors resources" width="730" height="235"/>');
		break;
	default: 
		document.write('<img src="/sitestyle/images/homes-interiors6.jpg" alt="0Homes and Interiors resources" width="730" height="235"/>');
		break;
}

