$(function() {
  /*$("#painelNotice").load(DOMAIN+'webmanager/notice.php?route=Notice/publish/300',
  function() {
    if ($("#painelNotice marquee").length)
      $("#painelNotice marquee")[0].start();
      $(".popupwindow").popupwindow({
        album: {
          center:1,
          height:521,
          width:670,
          resizable:0
        },
        contato: {
          center:1,
          height:$.browser.msie && $.browser.version == '6.0' ? 392 : 370,
          width:300,
          resizable:0
        }
      });
  });*/
  if ($("marquee").length) $("marquee")[0].start();
  
  
  $(".popupwindow").popupwindow({
    album: {
      center:1,
      height:521,
      width:670,
      resizable:0
    },
    contato: {
	  center:1,
	  height:$.browser.msie && $.browser.version == '6.0' ? 392 : 370,
	  width:300,
	  resizable:0
	}
  });

  $("#destaqueFade").cycle({
    fx:    'scrollDown',
    speed: 500,
    timeout: 10000,
    pause: true
 });
});