$(document).ready(function(){
	$("a[href='contact-me.html']").colorbox({iframe:true, width:465, height:365});
	$("a[rel='lavida1']").colorbox({iframe:true, width:980, height:895});
	$("a[rel='lavida2']").colorbox({iframe:true, width:980, height:895});
	$("a[rel='swirl1']").colorbox({iframe:true, width:980, height:895});
	$("a[rel='swirl2']").colorbox({iframe:true, width:980, height:895});
	$("a[rel='sanfran1']").colorbox({iframe:true, width:980, height:895});
	$("a[rel='sanfran2']").colorbox({iframe:true, width:980, height:895});
	$("a[rel='announcements']").colorbox();
	$("a[rel='announcements2']").colorbox();
	$("a[rel='spreads']").colorbox();
	$("a[rel='spreads2']").colorbox();
});