$(document).ready(function(){
	$(".example1").colorbox();
	$("a[rel='example1']").colorbox();
	$("a[rel='example2']").colorbox({iframe:true, innerWidth:"90%", innerHeight:"90%"});
	$(".example8").colorbox({width:"450", inline:true, href:"#inline_example1"});
	$(".example9").colorbox({width:"450", inline:true, href:"#inline_example2"});
});

function weather(){
	$.fn.colorbox({href:"http://www.seabreeze.com.au/graphs/wa.asp",  innerWidth:"80%", innerHeight:"75%", iframe:true});
}


