var obj = null;

$(document).ready(function() {

    $("a[rel='external']").click(function(){
        this.target = "_blank";
    });


    // ie6 png fix
    if ($.browser.msie && $.browser.version=="6.0") { DD_belatedPNG.fix('img, div, ul') }

    $('div#content .cols div.col1 input').click(function() { $(this).val(''); });
    $("div#content .cols2 div").css({ opacity: 0.5 });

   
});
