var d = document;

function ge(objID) {
    return d.getElementById(objID);
}

$().ready(function() {
	if (ge('banner_container') != null) {
		$('#banner_container').bannerrotator('http://mkpimagery.com/scripts/images.xml');
	}
	if (ge('banner_container_portraits') != null) {
		$('#banner_container_portraits').bannerrotator('http://mkpimagery.com/scripts/images_portraits.xml');
	}
	
	if (ge('banner_container_wedding') != null) {
		$('#banner_container_wedding').bannerrotator('http://mkpimagery.com/scripts/images_wedding.xml');
	}
	
	if (ge('banner_container_fineart') != null) {
		$('#banner_container_fineart').bannerrotator('http://mkpimagery.com/scripts/images_fineart.xml');
	}
}); 
