$(document).ready(function(){$("#tutcomment").Draggable({zIndex:20,ghosting:false,opacity:0.7,handle:"#tutcomment_handle"});$("#tutcomment_preferences").click(function(){$("#tutcomment").show()});$("#tutcomment_close").click(function(){$("#tutcomment").hide()})});
