function swfLoja() {
    $('#swfLoja').flash({
        src:ABS_URL_FLASH_LOJA, /* variavel declarada em template/home-headers.php */
        width:613,
        height:214,
        wmode:'transparent'
    });
}

$(document).ready(function() {
	if ($("#swfLoja").length > 0)
		swfLoja();
	if ($(".imagem").length > 0)
		$(".imagem a").lightBox();
});
