$(document).ready(function(){


	    $("a.read-more").colorbox({width:"600px", inline:true, href:function(){
	    var elementID = $(this).attr('id');
	    return elementID;
		}});

		$("a.pers-more").colorbox({width:"600px", inline:true, href:function(){
	    var elementID = $(this).attr('id');
	    return elementID;
		}});

});

