
function randomboxleft() {
	var randomnumber=Math.floor(Math.random()*4)+1;
	if(randomnumber == 1) {
		document.write('<h2>Rodeo</h2> <img src="images/misc/rodeo.gif" /><p>Lightweight & adjustable with elevating legrests. For a client who needs adjustable tilt. <br />More info</p>');
	}
	if(randomnumber == 2) {
		document.write('<h2>5000 Stander</h2><img src="images/misc/stander.png" align="right" style="margin-top:5px;" /><p>Designed to suit heights of 5 65 and up to 280lbs for independent active standing and tool free adjustment. <br />More info</p>');	
	}
	if(randomnumber == 3) {
		document.write('<h2>Stance&reg; Angle Chair</h2><img src="images/misc/stance.png" align="right" style="margin-top:5px;" /><p>Designed to evenly distribute body weight to take stress off your muscles and improve performance and comfort. More info</p>');	
	}
	if(randomnumber == 4) {
		document.write('<h2>Singlefold Ramp</h2><img src="images/misc/ramp.png" align="right" style="margin-top:5px;" /><p>Lightweight, easily carried and anti-slip. Accomodates widest range of wheelchairs and scooters. <br />More info</p>');	
	}
}

function randomboxright() {
	var randomnumber=Math.floor(Math.random()*4)+1;
	if(randomnumber == 1) {
		document.write('<h2>IntimateRider</h2><img src="images/misc/ir.png" align="right" style="margin-top:5px;" /><p>Lightweight & adjustable with elevating legrests. For a client who needs adjustable tilt. <br />More info</p>');	
	}
	if(randomnumber == 2) {
		document.write('<h2>Hand Sink</h2><img src="images/misc/sink.png" align="right" style="margin-top:5px;" /><p>Made from 20 guage stainless steel. Tap and drain assembly and wall mount bracket included. <br />More info</p>');	
	}
	if(randomnumber == 3) {
		document.write('<h2>Mountee</h2><img src="images/misc/mountee.png" align="right" style="margin-top:5px;" /><p>Advanced seating incorporating solid back planar and seating system attached to tilt-in-place frame. More info</p>');	
	}
	if(randomnumber == 4) {
		document.write('<h2>Winsford Feeder</h2><img src="images/misc/feeder.png" align="right"  style="margin-right:3px;"/><p>Activated with a simple move of the head, allowing people without the use of their arms to feed themselves. <br />More info</p>');	
	}
}
