$(document).ready(function()
{

	var docheight = $(document).height();

	// Alter slideshow height based on screen size
	$("#scroll").height(docheight);

});
