/*
    wlvds.js
*/

wlvds = {
    'openLink': function(href){
        window.open(href);
    }
};
