//$(function() {
//    $('.west').tipsy({ gravity: 'w' });
//});

$(document).ready(function() {
$('input[type*="text"]').focus(function() {
        $(this).val('');
        return false;
    });
});
$(document).ready(function() {
$(function() {
$('a:not([href=""])').each(function() {
if (this.hostname !== location.hostname) {
$(this).addClass('externalLink').attr('target', "_blank");
}
});
});
});
