/* skywards Website js */
	jQuery(document).ready(function(){		
		$('.an2').wowwindow({
                draggable: true,
				width: 400,//images don't use this 
				height: 205,//only used by iframe and videos
				wrapHTML: '<div id="wowwindow-inner" style="background-image: url(images/box.jpg)"></div>'
        });
	});
