$(function(){
if ((document.location.host.indexOf('.dev') > -1) || (document.location.host.indexOf('modernui') > -1) ) {
$("").attr('src', 'js/metro/metro-loader.js').appendTo($('head'));
} else {
$("").attr('src', 'js/metro.min.js').appendTo($('head'));
}
})