//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"});
				$("a[rel='wedding1']").colorbox({transition:"elastic"});
				$("a[rel='wedding2']").colorbox({transition:"elastic"});
                $("a[rel='wedding3']").colorbox({transition:"elastic"});
                $("a[rel='wedding4']").colorbox({transition:"elastic"});
                $("a[rel='wedding5']").colorbox({transition:"elastic"});
				$(".colorbox").colorbox({transition:"none", fixedWidth:"75%",fixedHeight:"75%", initialWidth:"75%", initialHeight:"75%"});
				$("a[href='http://www.theweddingplanner.com.au/planning/location.php']").colorbox({width:"700px", height:"700px", iframe:true});
				$("a[href='http://www.meetingsevents.com.au/']").colorbox({width:"80%", height:"80%", iframe:true});
				$("a[href='http://weddingestablishment.com.au/Gallery/video4.htm']").colorbox({width:"80%", height:"80%", iframe:true});
				$("a[href='http://www.ises.com/']").colorbox({width:"80%", height:"80%", iframe:true});
				$("a[href='http://www.bridetobe.com.au/fashion/view-article.asp?articleID=362']").colorbox({width:"80%", height:"80%", iframe:true});
				$("a[href='http://jigsaw.w3.org/css-validator/check?uri=referer']").colorbox({width:"80%", height:"80%", iframe:true});
				$("a[href='http://validator.w3.org/check?uri=referer']").colorbox({width:"80%", height:"80%", iframe:true});
				$(".slideshow").colorbox({slideshow:true});
				});