var $j = jQuery.noConflict();

$j(document).ready(function() {
	// goto 
	if( ( $j(".formBuilderFailure").length > 0 ) || ( $j(".formBuilderSuccess").length > 0 )  )
	{
		self.location.href='#formfocus';
	}
	//external attribute
    $j("a:not([@href*=http://www.gamlaullevi.se])").not("[@href*=http://gamlaullevi.se]").not("[@href*=www.gamlaullevi.se]").not("[@href*=gamlaullevi.se]").not("[href^=#]")
        .addClass("external")
        .attr({ target: "_blank" });
    }
);
