<!--//<![CDATA[

$(document).ready(function () {
	var options1 = {
		easing:     'easeInOutCirc',
		direction:  'right',
		duration:   230, 
		stageW:     '400px',
		stageH:     '250px'
	}
	
	$('#popeye1').popeye(options1);
});
    
//]]>-->
