What breed is the cat from the whiskas commercial?
function showRemark(aid) { $(‘answer_remark_box_’ + aid).setStyle(‘display: block;’); return false; } function createRemark(aid) { // this color is the orange color of the action buttons new Ajax.InPlaceEditor(‘answer_remark_’ + aid, ‘/ajax/edit_question_remark.php’, {rows:8, cols:60, okText:”save”, externalControl:’answer_remark_edit_’ + aid, highlightColor: ‘#FAB645’, callback: function(form, value) { return “action=update&aid=” + aid + ‘&remark=’ + escape(value) }}); } function deleteRemark(aid) { $(‘answer_remark_box_’ + aid).setStyle(‘display: none;’); $(‘answer_remark_’ + aid).innerHTML = “”; new Ajax.Request(‘/ajax/edit_question_remark.php’, { method: ‘get’, parameters: “action=delete&aid=” + aid }); return false; } Posted by warlock111 May 2nd, 2010 at 10:20AM a short haired tabby Like (1) Reply by the author maniuni May 2nd, 2010 at 10:20AM Posted by MysticMeerkat May 2nd, 2010 at 6:16AM A Kitty Cat (….Kittikat, yeah) Like (1) Reply by the author maniuni May 2nd, 2010 at 6:1