$(window).load(function() {
   $('#slider').nivoSlider();
   $('.epub').fancybox({
   	'type': 'iframe',
   	'href': 'http://smgbusinessplans.com/includes/plans/electricpub/index.html',
   	'width': 750,
   	'height': 500,
   	'scrolling': 'no'
   });
   $('.patel').fancybox({
   	'type': 'iframe',
   	'href': 'http://smgbusinessplans.com/includes/plans/patellaw/index.html',
   	'width': 750,
   	'height': 500,
   	'scrolling': 'no'
   });
   $('.bollseye').fancybox({
   	'type': 'iframe',
   	'href': 'http://smgbusinessplans.com/includes/plans/bollseye/index.html',
   	'width': 750,
   	'height': 500,
   	'scrolling': 'no'
   });
   $('#sample-plans img[title]').qtip({
	 position: {
	 	my: 'bottom center',  // Position my top left...
	 	at: 'top center', // at the bottom right of...
	 	style: {
	 		classes: 'ui-tooltip-red'
	 	}
	 }
	});
});
