﻿$(document).ready(function() {

			//Activate gaming thumbs

			$("div#g_thumb a").fancybox({

				'hideOnContentClick': true

			});

			//Activate notebook youtube

			$("div#youtube a").fancybox({

				'hideOnContentClick': true

			});

			//Activate notebook youtube2

			$("div#youtube2 a").fancybox({

				'hideOnContentClick': true

			});

			//Activate notebook thumbs

			$("div#n_thumb a").fancybox({

				'hideOnContentClick': true

			});
			

		});

		

		function getGroupItems(opts) {

			jQuery.each(imageList, function(i, val) {

		        opts.itemArray.push(val);

		    });

}
