$(document).ready(function(){
	
	$("#page-frame a[rel^='prettyPhoto']").prettyPhoto();
	
	if ($(".shortplease.dsc3").length){
		$(".shortplease.dsc3").ThreeDots({
			max_rows: 3
		});
	}
	
	if ($(".shortplease.title").length){
		$(".shortplease.title").ThreeDots({
			max_rows: 1
		});
	}

});
