// JavaScript Document

jQuery.noConflict();

(function($) { 
  $(function() {
	// jquery scripts run inside noconflict construct for silverstripe compatibility
		
		// positions container div in centre vertically & horizontally
		setHeight();
		
		
	
  });
})(jQuery); 
