	$().ready(function(){
		// alert ('jQuery running');
		
		$('#pagePeel').pagePeel({
			flash: true,
			adLink: 'http://naghdnews.ir/cyber-resistance.html',
			bigSWF: 'http://naghdnews.com/other/pagepeel/pp-src/page-peel-big-intro.swf',
			hPosition: 'right',
			vPosition: 'top',
			bigAd: 'http://naghdnews.com/other/pagepeel/pp-src/bigAd.jpg'
		});
		
		$('#insidePeel').pagePeel({
			adLink: 'http://naghdnews.ir/cyber-resistance.html',
			hPosition: 'left',
			vPosition: 'bottom',
			bigSWF: 'http://naghdnews.com/other/pagepeel/pp-src/page-peel-big-BL.swf',
			bigAd: 'http://naghdnews.com/other/pagepeel/pp-src/bigAd.jpg'
		});
		
		
	});
