$(document).ready(function() {

	$("a[rel='popup']").colorbox();

});

