$(document).ready(function(){
       var url = location.href;
       var interna = url.match(/IDLoja=[\d]+/);
       var home = url.match(/home.asp/i);
       var show = true;
       
if(home) {
$('#vitrine_flash').show();       
}      
});
