// $Id: pod_clear.js,v 1.1 2008/08/12 09:24:21 steve Exp $
//
// Disable the pods if needed
//
$(document).ready(

    function() {
        $('.pod .bar a').click( function() { return false })
    }
)

