$(document).ready(function(){
	// News Articles
	
	$("a[rel='colorbox']").colorbox();
	$("a[rel='news']").colorbox();
	$("a[rel='map']").colorbox({iframe: true ,width:"90%", height:"90%"});
	$("a[rel='news_text']").colorbox({iframe: true , width:"75%", height:"75%"});
});

