﻿/// <reference path="jquery-1.4.1-vsdoc.js" />

/*global $, Sys, window
*/

"use strict";

$(function() {
    $("a[rel=\"external\"]").click(function() {
        window.open($(this).attr("href"));
        return false;
    });
});