// JavaScript Document
jQuery(document).ready(function() {
jQuery(".testimonial").fancybox({  'width' : 715, 'height' : 365, 'autoScale' : false, 'type' : 'iframe'});
jQuery(".newtopic").fancybox({  'width' : 530, 'height' : 320, 'autoScale' : false, 'type' : 'iframe'});
jQuery(".post-comment").fancybox({  'width' : 500, 'height' : 230, 'autoScale' : false, 'type' : 'iframe'});
jQuery(".refer").fancybox({  'width' : 585, 'height' : 240, 'autoScale' : false, 'type' : 'iframe'});

jQuery(".ebook").fancybox({  'width' : 560, 'height' : 160, 'autoScale' : false, 'type' : 'iframe'});

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



});

jQuery(function() {
jQuery(".newsticker-jcarousellite").jCarouselLite({
vertical: true,
hoverPause:true,
visible: 2,
auto:2000,
speed:400
});
});
