$(document).ready(function(){
	$(".row:last").css("background","transparent");
	if(editMode){
		$("a:has(img)").removeAttr("href");
	}
});
