<!doctype html>
Product Preview Widget
(function(){
$('body').hide(); var cacheInterval = "1.0.4";
yepnope({ test : ( Modernizr.csstransforms && (navigator.userAgent.indexOf("Linux; U; Android")===-1) ), complete: function(){ getXmlFromUrl(); }, yep: ['./assets/js/app.min.js?cache=' + cacheInterval], nope: ['./assets/js/app.ie8.min.js?cache=' + cacheInterval] });
})();