﻿$(document).ready(function()
{
    if($('.round').length)
    {
        $.insert(WB_URL+'/include/jquery/plugins/jquery-corner.js');
        $('.round').corner('round 15px');
    }
    if($('.roundwidth').length)
    {
        $.insert(WB_URL+'/include/jquery/plugins/jquery-corner.js');
        $('.roundwidth').corner('round 25px');
    }
});

$(document).ready(function(){
	$("a").filter(function() {
    return this.hostname && this.hostname !== location.hostname;
	}).addClass('external').attr("target", "_blank");
});
