// Pop Up Home
window.onload = function() {
//
//	var img1 = {
//			  player: 'img',
//			  content: 'images/historia_em_quadrinhos/pag1.jpg',
//			  gallery: 'kids'
//	};
//	
//	var img2 = {
//	  player: 'img',
//	  content: 'images/historia_em_quadrinhos/pag2.jpg',
//	  gallery: 'kids'
//	};
//	
//	Shadowbox.open([img1, img2], {
//			 continuous: true,
//			 autoplay: true
//	});

//	Shadowbox.open({
//		player:'iframe',
//		title: 'Chute Certo!', 
//		content: 'Chutecerto.asp', 
//		width: 400, 
//		height: 280}
//	); 

//
};

