// DG_JavaScript Document

$(document).ready(function() {
$(".dg3").fancybox({
'width': 535, 'height': 370, 'autoScale': false, 'type': 'iframe'});

$(".map").fancybox({
'width': 430, 'height': 360, 'autoScale': false, 'type': 'iframe'});
$(".newsletter").fancybox({
'width': 450, 'height': 180, 'autoScale': false, 'type': 'iframe'});

$("a[rel=dg_group]").fancybox({
 'titlePosition' : 'over', 'titleFormat' : function(title, currentArray, currentIndex, currentOpts) { return ''; } });
});

$(".refer").fancybox({'width' : 710,'height' : 250,'autoScale' : false,'transitionIn': 'fade','transitionOut': 'fade','type' : 'iframe'});
