/*
 	Javascript function to rotate thru HMW-only "Looking for the perfect wedding destination" ads in the lower right-hand column
 	DPadilla 2009-10-30 w/ assists from Tom and Regius
*/
$(document).ready(function() {
	$('ul#portfolio').innerfade({
		speed: 1000,
		timeout: 5000,
		type: 'sequence',
		containerheight: '200px'
	});
	
	$('ul#portfolio2').innerfade({
		speed: 1000,
		timeout: 5000,
		type: 'sequence',
		containerheight: '200px'
	});
	
});
