	
$(document).ready(function(){

	if( $("a[rel='avery_landing']").length > 0 ){
		$("a[rel='avery_landing']").each(function(){
			$(this).colorbox();
		});
	}
	
	if( $("a[rel='roswell_drive']").length > 0 ){
		$("a[rel='roswell_drive']").each(function(){
			$(this).colorbox();
		});
	}
	
	if( $("a[rel='belglaide']").length > 0 ){
		$("a[rel='belglaide']").each(function(){
			$(this).colorbox();
		});
	}
	
	if( $("a[rel='belglaide2']").length > 0 ){
		$("a[rel='belglaide2']").each(function(){
			$(this).colorbox();
		});
	}
	
	if( $("a[rel='renee']").length > 0 ){
		$("a[rel='renee']").each(function(){
			$(this).colorbox();
		});
	}
	
	if( $("a[rel='renee2']").length > 0 ){
		$("a[rel='renee2']").each(function(){
			$(this).colorbox();
		});
	}
	
	if( $("a[rel='wynngate']").length > 0 ){
		$("a[rel='wynngate']").each(function(){
			$(this).colorbox();
		});
	}
	
	if( $("a[rel='nextdoor']").length > 0 ){
		$("a[rel='nextdoor']").each(function(){
			$(this).colorbox();
		});
	}
	
	if( $("a.directions").length > 0 ){
		$("a.directions").each(function(){
			if( !$(this).hasClass("halt") )
				$(this).colorbox();
		});
	}
	
	if( $("form.jqtransform").length > 0 ){
		$("form.jqtransform").jqTransform();
	}
});
