//This hides the inline content if JavaScript is supported, but allows it to remain visible if not.
			//<![CDATA[
			document.write("<style type='text/css'>.hidden{display:none;}<\/style>");
			//]]>
			
			$(document).ready(function(){
				//Examples of Global Changes
				$.fn.colorbox.settings.bgOpacity = "0.9";

				//Examples of how to assign the ColorBox event to elements.
				$("a[rel='global']").colorbox({transition:"elastic"});
				$("a[rel='demo']").colorbox({transition:"elastic"});
				$(".colorbox").colorbox({transition:"none", fixedWidth:"75%",fixedHeight:"75%", initialWidth:"75%", initialHeight:"75%"});
				$(".slideshow").colorbox({slideshow:true});
				$("a[href='/google-maps/tyagi.php']").colorbox({width:"700px", height:"700px", iframe:true});
				$("a[href='http://www.google.com.au/']").colorbox({width:"80%", height:"80%", iframe:true});
				$("a[href='http://maps.google.com']").colorbox({width:"80%", height:"80%", iframe:true});
				$("a[href='http://gears.google.com/']").colorbox({width:"80%", height:"80%", iframe:true});
				$("a[href='http://wave.google.com/']").colorbox({width:"80%", height:"80%", iframe:true});
				$("a[href='/business-law/statutory-law-rights.php']").colorbox({width:"80%", height:"80%", iframe:true});
				$("a[href='http://home.snafu.de/tilman/xenulink.html']").colorbox({width:"80%", height:"80%", iframe:true});
				$("a[href='http://asic.gov.au/asic/asic.nsf']").colorbox({width:"80%", height:"80%", iframe:true});
				$("a[href='http://www.ipaustralia.gov.au/trademarks/search_index.shtml']").colorbox({width:"80%", height:"80%", iframe:true});
				$("a[href='http://www.alexa.com/data/details/main?url=http://justweb.com.au']").colorbox({width:"80%", height:"80%", iframe:true});
				$("a[href='http://www.alexa.com/siteinfo/justweb.com.au']").colorbox({width:"80%", height:"80%", iframe:true});
				$("a[href='http://australia.topseos.com/justweb']").colorbox({width:"80%", height:"80%", iframe:true});
				$("a[href='/demo/video.php']").colorbox({width:"400", height:"370", iframe:true});
				$("a[href='http://validator.w3.org/check?uri=referer']").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/']").colorbox({width:"80%", height:"80%", iframe:true});
                $("a[href='http://jigsaw.w3.org/css-validator/']").colorbox({width:"80%", height:"80%", iframe:true});
                $("a[href='/form/contact.php']").colorbox({width:"700px", height:"700px", iframe:true});
                $("a[href='/form/lawenquiry.php']").colorbox({width:"700px", height:"700px", iframe:true});
                $("a[href='/form/seoenquiry.php']").colorbox({width:"700px", height:"700px", iframe:true});
                $("a[href='/form/newsletterenquiry.php']").colorbox({width:"700px", height:"700px", iframe:true});
                $("a[href='/pay-per-click/advantate.php']").colorbox({width:"90%", height:"90%", iframe:true});
                $("a[href='http://www.advantate.com.au/justweb.html']").colorbox({width:"90%", height:"90%", iframe:true});
                $("a[href='http://www.clickfind.com.au']").colorbox({width:"80%", height:"80%", iframe:true});
                $("a[href='/form/clickfind.php']").colorbox({width:"700px", height:"700px", iframe:true});
                $("a[href='http://forums.whirlpool.net.au/']").colorbox({width:"80%", height:"80%", iframe:true});
                $("a[href='/social-media/roi-cs.php']").colorbox({width:"80%", height:"80%", iframe:true});
                $("a[href='/form/prcomp.php']").colorbox({width:"700px", height:"700px", iframe:true});
                $("a[href='/form/hnfcomp.php']").colorbox({width:"700px", height:"700px", iframe:true});
                $("a[href='http://bit.ly/oatmeal-cs']").colorbox({width:"80%", height:"80%", iframe:true});
                $("a[href='http://theoatmeal.com/comics/customer_service']").colorbox({width:"80%", height:"80%", iframe:true});
                $("a[href='/social-media/sunrise.htm']").colorbox({width:"80%", height:"80%", iframe:true});
                $("a[href='http://www.markosweb.com/www/justweb.com.au/']").colorbox({width:"80%", height:"80%", iframe:true});
                $("a[href='http://bit.ly/markos-jw']").colorbox({width:"80%", height:"80%", iframe:true});
                $("a[href='/form/wpenquiry.php']").colorbox({width:"700px", height:"700px", iframe:true});
                $("a[href='http://www.hardnfast.com/video/2007/bikes1.php']").colorbox({width:"700px", height:"400px", iframe:true});
                $("a[href='http://www.hardnfast.com/video/2007/bikes2.php']").colorbox({width:"700px", height:"400px", iframe:true});
                $("a[href='http://www.hardnfast.com/motorcycle-show/images/bankstown-motorcycle-show-2010.jpg']").colorbox({width:"549px", height:"700px", iframe:true});
                $("a[href='http://www.hardnfast.com/rock-band/lawless-street.php']").colorbox({width:"700px", height:"400px", iframe:true});
				});