//This hides the inline content if JavaScript is supported, but allows it to remain visible if not.
			
			$(document).ready(function(){
				
				//functions
				$("a[rel='global']").colorbox({transition:"elastic"});
				$(".colorbox").colorbox({transition:"none", fixedWidth:"75%",fixedHeight:"75%", initialWidth:"75%", initialHeight:"75%"});
				$("a[href='/orders/packs.php']").colorbox({width:"700px", height:"700px", iframe:true});
				$("a[href='/maps/eveleigh-markets.php']").colorbox({width:"630px", height:"610px", iframe:true});
				$("a[href='/maps/orana-school.php']").colorbox({width:"630px", height:"610px", iframe:true});
				$("a[href='/maps/exhibition-park.php']").colorbox({width:"630px", height:"610px", iframe:true});
				$("a[href='http://jigsaw.w3.org/css-validator/check?uri=referer']").colorbox({width:"80%", height:"80%", iframe:true});
				$("a[href='http://www.demeter.org.au/']").colorbox({width:"80%", height:"80%", iframe:true});
				$("a[href='http://www.www.eatwild.com']").colorbox({width:"80%", height:"80%", iframe:true});
				$("a[href='http://validator.w3.org/check?uri=referer']").colorbox({width:"80%", height:"80%", iframe:true});
				$("a[href='http://www.greenhillorganicmeat.com.au/maps/eveleigh-markets.php']").colorbox({width:"630px", height:"610px", iframe:true});
				$("a[href='http://www.greenhillorganicmeat.com.au/maps/exhibition-park.php']").colorbox({width:"630px", height:"610px", iframe:true});
				$(".slideshow").colorbox({slideshow:true});
				});