<script>
// MODERNIZR
Modernizr.load([
{
test : Modernizr.mq('screen and (max-device-width: 1024px) and (orientation: landscape)'),
yep : 'js/mobile-plugin.js',
nope : 'js/desktop-plugin.js'
},
]);//end Modernizr.load
</script>