$(function(){
	var adjustedHigh = (parseInt(300) - parseInt(150)) + 1;
	var numRand = Math.floor(Math.random()*adjustedHigh) + parseInt(150);
	$("#randomnumber").text(numRand);
});

$(function()
	{
	// this initialises the demo scollpanes on the page.
	$('#pane1').jScrollPane();	

});
