<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Wedding Photographer Nottingham, Wedding Photography Nottingham, Nottingham Weddings, Weddings Nottingham</title>
	<atom:link href="http://www.mhlphotography.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mhlphotography.co.uk</link>
	<description>Wedding and Events Photography</description>
	<lastBuildDate>Wed, 18 Jan 2012 13:25:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Willow Farm Primary School Sports Day</title>
		<link>http://www.mhlphotography.co.uk/2012/01/willow-farm-primary-school-sports-day/</link>
		<comments>http://www.mhlphotography.co.uk/2012/01/willow-farm-primary-school-sports-day/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 11:55:17 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.miles-hayler.ltd.uk/?p=1397</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://www.mhlphotography.co.uk/2012/01/willow-farm-primary-school-sports-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Northern Exmoor Show</title>
		<link>http://www.mhlphotography.co.uk/2011/07/northern-exmoor-show/</link>
		<comments>http://www.mhlphotography.co.uk/2011/07/northern-exmoor-show/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 10:40:44 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Equestrian Photography]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Sports Photography]]></category>

		<guid isPermaLink="false">http://www.miles-hayler.ltd.uk/?p=1360</guid>
		<description><![CDATA[We attended the Northern Exmoor show last weekend. Despite the sweltering heat we managed to get some good photo&#8217;s. .]]></description>
			<content:encoded><![CDATA[<p>We attended the Northern Exmoor show last weekend. Despite the sweltering heat we managed to get some good photo&#8217;s.<br />
.<div class="grid-gallery id-0 top">
<div class="gallerywrap clearfix">

<div id="cwz-sortable-0">

</div><!-- /cwz-sortable -->

<div class="clear"></div>


</div><!-- /gallerywrap -->
</div><!-- /postslider -->
<script  type="text/javascript">


// Custom sorting plugin
(function($) {
  jQuery.fn.sorted = function(customOptions) {
    var options = {
      reversed: false,
      by: function(a) { return a.text(); }
    };
    jQuery.extend(options, customOptions);
    $data = $(this);
    arr = $data.get();
    arr.sort(function(a, b) {
      var valA = options.by(jQuery(a));
      var valB = options.by(jQuery(b));
      if (options.reversed) {
        return (valA < valB) ? 1 : (valA > valB) ? -1 : 0;				
      } else {		
        return (valA < valB) ? -1 : (valA > valB) ? 1 : 0;	
      }
    });
    return $(arr);
  };
})(jQuery);




jQuery(window).load(function() {
  
  var read_button = function(class_names) {
    var r = {
      selected: false,
      type: 0
    };
    for (var i=0; i < class_names.length; i++) {
      if (class_names[i].indexOf('selected-') == 0) {
        r.selected = true;
      }
      if (class_names[i].indexOf('segment-') == 0) {
        r.segment = class_names[i].split('-')[1];
      }
    };
    return r;
  };
  
  var determine_sort = function($buttons) {
    var $selected = $buttons.parent().filter('[class*="selected-"]');
    return $selected.find('a').attr('data-value');
  };
  
  var determine_kind = function($buttons) {
    var $selected = $buttons.parent().filter('[class*="selected-"]');
    return $selected.find('a').attr('data-value');
  };
  
  var $preferences = {
    duration: 800,
    easing: 'easeInOutQuad',
	  enhancement: function() {
		jQuery('.grid-gallery #cwz-sortable-0 .galleryimg').append('<div class="hoverimg" style="height:inherit"></div>');	
		jQuery('.grid-gallery #cwz-sortable-0 .galleryvid').append('<div class="hovervid" style="height:inherit"></div>');	
		
		jQuery('.grid-gallery #cwz-sortable-0 .galleryimg,.grid-gallery #cwz-sortable-0 .galleryvid').hover(
				
				//Mouseover, fadeIn the hidden hover class	
				function() {
				jQuery(this).children('div').css('display', 'block'); // FIX IE BUG	
				jQuery(this).children('div').fadeTo("slow",0.6);
						
				}, 
			
				//Mouseout, fadeOut the hover class
				function() {
				jQuery(this).children('div').fadeTo("fast",0, function() {
				});
				
				
			});
	
		jQuery("#cwz-sortable-0 img.reflect").reflect({height:35,opacity:0.2});
				jQuery("a[rel^='prettyPhoto']").prettyPhoto({
				keyboard_shortcuts: false,
				theme: 'light_rounded'
				});
	
		if (jQuery.browser.msie && jQuery.browser.version=="7.0" && typeof Cufon !== "undefined"){
			Cufon.replace('#cwz-sortable-0 h2');
		} else if(typeof Cufon !== "undefined") {
			Cufon.refresh();
		}

	}
  };
  
  var $list = jQuery('div#cwz-sortable-0');
  var $data = $list.clone();
  
  var $controls = jQuery('ul.splitter.id-0 ul');
  
  $controls.each(function(i) {
    
    var $control = jQuery(this);
    var $buttons = $control.find('a');
    
    $buttons.bind('click', function(e) {
      
      var $button = jQuery(this);
      var $button_container = $button.parent();
      var button_properties = read_button($button_container.attr('class').split(' '));      
      var selected = button_properties.selected;
      var button_segment = button_properties.segment;

      if (!selected) {
		var cnt = jQuery(".splitter.id-0 ul li").length+1; // Cycle through list and remove class
		for(var i=1; i<cnt; i++){
			$buttons.parent().removeClass('selected-'+i)
		}

        $buttons.parent().removeClass('active');
        $button_container.addClass('selected-' + button_segment).addClass('active');
        
        var sorting_type = determine_sort($controls.eq(1).find('a'));
        var sorting_kind = determine_kind($controls.eq(0).find('a'));
        
        if (sorting_kind == 'all') {
          var $filtered_data = $data.find('.panel');
        } else {
          var $filtered_data = $data.find('.panel.' + sorting_kind);
        }
        
        if (sorting_type == 'size') {
          var $sorted_data = $filtered_data.sorted({
            by: function(v) {
              return parseFloat(jQuery(v).find('span').text());
            }
          });
        } else {
          var $sorted_data = $filtered_data.sorted({
            by: function(v) {
              return jQuery(v).find('strong').text().toLowerCase();
            }
          });
        }
        
        $list.quicksand($sorted_data, $preferences);
        
      }
      
      e.preventDefault();
    });
    
  }); 


});

</script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mhlphotography.co.uk/2011/07/northern-exmoor-show/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nottingham Baby Fayre</title>
		<link>http://www.mhlphotography.co.uk/2011/07/nottingham-baby-fayre/</link>
		<comments>http://www.mhlphotography.co.uk/2011/07/nottingham-baby-fayre/#comments</comments>
		<pubDate>Sat, 16 Jul 2011 10:35:14 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Bump Photography]]></category>
		<category><![CDATA[Children's Photography]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[event photography]]></category>

		<guid isPermaLink="false">http://www.miles-hayler.ltd.uk/?p=1353</guid>
		<description><![CDATA[We attended the Nottingham Baby Fayre, which was a great success. In collaboration with a close friend and photographer, Tim Spriddell, we had a studio set-up and took and printed pictures on the day. We even managed to get Mr Tumble into the studio for a few shots! For more information on the Nottingham Baby... <a href="http://www.mhlphotography.co.uk/2011/07/nottingham-baby-fayre/">Read More</a>]]></description>
			<content:encoded><![CDATA[<p>We attended the Nottingham Baby Fayre, which was a great success. In collaboration with a close friend and photographer, Tim Spriddell, we had a studio set-up and took and printed pictures on the day. We even managed to get Mr Tumble into the studio for a few shots! For more information on the Nottingham Baby Fayre go to <a href="http://www.nottinghambabyfayre.co.uk">www.nottinghambabyfayre.co.uk</a>. Our site containing the children&#8217;s photography information and photo&#8217;s is <a href="http://www.timmsphotography.co.uk">www.timmsphotography.co.uk</a>.<br />
<div class="grid-gallery id-0 top">
<div class="gallerywrap clearfix">

<div id="cwz-sortable-0">

</div><!-- /cwz-sortable -->

<div class="clear"></div>


</div><!-- /gallerywrap -->
</div><!-- /postslider -->
<script  type="text/javascript">


// Custom sorting plugin
(function($) {
  jQuery.fn.sorted = function(customOptions) {
    var options = {
      reversed: false,
      by: function(a) { return a.text(); }
    };
    jQuery.extend(options, customOptions);
    $data = $(this);
    arr = $data.get();
    arr.sort(function(a, b) {
      var valA = options.by(jQuery(a));
      var valB = options.by(jQuery(b));
      if (options.reversed) {
        return (valA < valB) ? 1 : (valA > valB) ? -1 : 0;				
      } else {		
        return (valA < valB) ? -1 : (valA > valB) ? 1 : 0;	
      }
    });
    return $(arr);
  };
})(jQuery);




jQuery(window).load(function() {
  
  var read_button = function(class_names) {
    var r = {
      selected: false,
      type: 0
    };
    for (var i=0; i < class_names.length; i++) {
      if (class_names[i].indexOf('selected-') == 0) {
        r.selected = true;
      }
      if (class_names[i].indexOf('segment-') == 0) {
        r.segment = class_names[i].split('-')[1];
      }
    };
    return r;
  };
  
  var determine_sort = function($buttons) {
    var $selected = $buttons.parent().filter('[class*="selected-"]');
    return $selected.find('a').attr('data-value');
  };
  
  var determine_kind = function($buttons) {
    var $selected = $buttons.parent().filter('[class*="selected-"]');
    return $selected.find('a').attr('data-value');
  };
  
  var $preferences = {
    duration: 800,
    easing: 'easeInOutQuad',
	  enhancement: function() {
		jQuery('.grid-gallery #cwz-sortable-0 .galleryimg').append('<div class="hoverimg" style="height:inherit"></div>');	
		jQuery('.grid-gallery #cwz-sortable-0 .galleryvid').append('<div class="hovervid" style="height:inherit"></div>');	
		
		jQuery('.grid-gallery #cwz-sortable-0 .galleryimg,.grid-gallery #cwz-sortable-0 .galleryvid').hover(
				
				//Mouseover, fadeIn the hidden hover class	
				function() {
				jQuery(this).children('div').css('display', 'block'); // FIX IE BUG	
				jQuery(this).children('div').fadeTo("slow",0.6);
						
				}, 
			
				//Mouseout, fadeOut the hover class
				function() {
				jQuery(this).children('div').fadeTo("fast",0, function() {
				});
				
				
			});
	
		jQuery("#cwz-sortable-0 img.reflect").reflect({height:35,opacity:0.2});
				jQuery("a[rel^='prettyPhoto']").prettyPhoto({
				keyboard_shortcuts: false,
				theme: 'light_rounded'
				});
	
		if (jQuery.browser.msie && jQuery.browser.version=="7.0" && typeof Cufon !== "undefined"){
			Cufon.replace('#cwz-sortable-0 h2');
		} else if(typeof Cufon !== "undefined") {
			Cufon.refresh();
		}

	}
  };
  
  var $list = jQuery('div#cwz-sortable-0');
  var $data = $list.clone();
  
  var $controls = jQuery('ul.splitter.id-0 ul');
  
  $controls.each(function(i) {
    
    var $control = jQuery(this);
    var $buttons = $control.find('a');
    
    $buttons.bind('click', function(e) {
      
      var $button = jQuery(this);
      var $button_container = $button.parent();
      var button_properties = read_button($button_container.attr('class').split(' '));      
      var selected = button_properties.selected;
      var button_segment = button_properties.segment;

      if (!selected) {
		var cnt = jQuery(".splitter.id-0 ul li").length+1; // Cycle through list and remove class
		for(var i=1; i<cnt; i++){
			$buttons.parent().removeClass('selected-'+i)
		}

        $buttons.parent().removeClass('active');
        $button_container.addClass('selected-' + button_segment).addClass('active');
        
        var sorting_type = determine_sort($controls.eq(1).find('a'));
        var sorting_kind = determine_kind($controls.eq(0).find('a'));
        
        if (sorting_kind == 'all') {
          var $filtered_data = $data.find('.panel');
        } else {
          var $filtered_data = $data.find('.panel.' + sorting_kind);
        }
        
        if (sorting_type == 'size') {
          var $sorted_data = $filtered_data.sorted({
            by: function(v) {
              return parseFloat(jQuery(v).find('span').text());
            }
          });
        } else {
          var $sorted_data = $filtered_data.sorted({
            by: function(v) {
              return jQuery(v).find('strong').text().toLowerCase();
            }
          });
        }
        
        $list.quicksand($sorted_data, $preferences);
        
      }
      
      e.preventDefault();
    });
    
  }); 


});

</script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mhlphotography.co.uk/2011/07/nottingham-baby-fayre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bout out of Hell!</title>
		<link>http://www.mhlphotography.co.uk/2011/07/bout-out-of-hell/</link>
		<comments>http://www.mhlphotography.co.uk/2011/07/bout-out-of-hell/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 10:29:15 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[event photography]]></category>
		<category><![CDATA[HellFire Harlots]]></category>
		<category><![CDATA[Roller Derby Photo's]]></category>

		<guid isPermaLink="false">http://www.miles-hayler.ltd.uk/?p=1246</guid>
		<description><![CDATA[It was our first time at a Roller Derby. Here are a few of the photo&#8217;s from the day. We eventually got the rules! (Well nearly!). Thanks to the Hellfire Harlots for letting us take the pic&#8217;s, hope you like them. If the photo&#8217;s whet your appetite for roller derby, here is their web site... <a href="http://www.mhlphotography.co.uk/2011/07/bout-out-of-hell/">Read More</a>]]></description>
			<content:encoded><![CDATA[<p>It was our first time at a Roller Derby.<br />
Here are a few of the photo&#8217;s from the day.<br />
<div class="grid-gallery id-0 top">
<div class="gallerywrap clearfix">

<div id="cwz-sortable-0">

</div><!-- /cwz-sortable -->

<div class="clear"></div>


</div><!-- /gallerywrap -->
</div><!-- /postslider -->
<script  type="text/javascript">


// Custom sorting plugin
(function($) {
  jQuery.fn.sorted = function(customOptions) {
    var options = {
      reversed: false,
      by: function(a) { return a.text(); }
    };
    jQuery.extend(options, customOptions);
    $data = $(this);
    arr = $data.get();
    arr.sort(function(a, b) {
      var valA = options.by(jQuery(a));
      var valB = options.by(jQuery(b));
      if (options.reversed) {
        return (valA < valB) ? 1 : (valA > valB) ? -1 : 0;				
      } else {		
        return (valA < valB) ? -1 : (valA > valB) ? 1 : 0;	
      }
    });
    return $(arr);
  };
})(jQuery);




jQuery(window).load(function() {
  
  var read_button = function(class_names) {
    var r = {
      selected: false,
      type: 0
    };
    for (var i=0; i < class_names.length; i++) {
      if (class_names[i].indexOf('selected-') == 0) {
        r.selected = true;
      }
      if (class_names[i].indexOf('segment-') == 0) {
        r.segment = class_names[i].split('-')[1];
      }
    };
    return r;
  };
  
  var determine_sort = function($buttons) {
    var $selected = $buttons.parent().filter('[class*="selected-"]');
    return $selected.find('a').attr('data-value');
  };
  
  var determine_kind = function($buttons) {
    var $selected = $buttons.parent().filter('[class*="selected-"]');
    return $selected.find('a').attr('data-value');
  };
  
  var $preferences = {
    duration: 800,
    easing: 'easeInOutQuad',
	  enhancement: function() {
		jQuery('.grid-gallery #cwz-sortable-0 .galleryimg').append('<div class="hoverimg" style="height:inherit"></div>');	
		jQuery('.grid-gallery #cwz-sortable-0 .galleryvid').append('<div class="hovervid" style="height:inherit"></div>');	
		
		jQuery('.grid-gallery #cwz-sortable-0 .galleryimg,.grid-gallery #cwz-sortable-0 .galleryvid').hover(
				
				//Mouseover, fadeIn the hidden hover class	
				function() {
				jQuery(this).children('div').css('display', 'block'); // FIX IE BUG	
				jQuery(this).children('div').fadeTo("slow",0.6);
						
				}, 
			
				//Mouseout, fadeOut the hover class
				function() {
				jQuery(this).children('div').fadeTo("fast",0, function() {
				});
				
				
			});
	
		jQuery("#cwz-sortable-0 img.reflect").reflect({height:35,opacity:0.2});
				jQuery("a[rel^='prettyPhoto']").prettyPhoto({
				keyboard_shortcuts: false,
				theme: 'light_rounded'
				});
	
		if (jQuery.browser.msie && jQuery.browser.version=="7.0" && typeof Cufon !== "undefined"){
			Cufon.replace('#cwz-sortable-0 h2');
		} else if(typeof Cufon !== "undefined") {
			Cufon.refresh();
		}

	}
  };
  
  var $list = jQuery('div#cwz-sortable-0');
  var $data = $list.clone();
  
  var $controls = jQuery('ul.splitter.id-0 ul');
  
  $controls.each(function(i) {
    
    var $control = jQuery(this);
    var $buttons = $control.find('a');
    
    $buttons.bind('click', function(e) {
      
      var $button = jQuery(this);
      var $button_container = $button.parent();
      var button_properties = read_button($button_container.attr('class').split(' '));      
      var selected = button_properties.selected;
      var button_segment = button_properties.segment;

      if (!selected) {
		var cnt = jQuery(".splitter.id-0 ul li").length+1; // Cycle through list and remove class
		for(var i=1; i<cnt; i++){
			$buttons.parent().removeClass('selected-'+i)
		}

        $buttons.parent().removeClass('active');
        $button_container.addClass('selected-' + button_segment).addClass('active');
        
        var sorting_type = determine_sort($controls.eq(1).find('a'));
        var sorting_kind = determine_kind($controls.eq(0).find('a'));
        
        if (sorting_kind == 'all') {
          var $filtered_data = $data.find('.panel');
        } else {
          var $filtered_data = $data.find('.panel.' + sorting_kind);
        }
        
        if (sorting_type == 'size') {
          var $sorted_data = $filtered_data.sorted({
            by: function(v) {
              return parseFloat(jQuery(v).find('span').text());
            }
          });
        } else {
          var $sorted_data = $filtered_data.sorted({
            by: function(v) {
              return jQuery(v).find('strong').text().toLowerCase();
            }
          });
        }
        
        $list.quicksand($sorted_data, $preferences);
        
      }
      
      e.preventDefault();
    });
    
  }); 


});

</script>
<br />
We eventually got the rules! (Well nearly!). Thanks to the Hellfire Harlots for letting us take the pic&#8217;s, hope you like them. If the photo&#8217;s whet your appetite for roller derby, here is their web site <a href="http://www.hellfire-harlots.co.uk/">http://www.hellfire-harlots.co.uk/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mhlphotography.co.uk/2011/07/bout-out-of-hell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amanda &amp; Will</title>
		<link>http://www.mhlphotography.co.uk/2011/07/amanda-will/</link>
		<comments>http://www.mhlphotography.co.uk/2011/07/amanda-will/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 15:36:55 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Wedding]]></category>
		<category><![CDATA[secret garden]]></category>
		<category><![CDATA[wedding congratulations]]></category>
		<category><![CDATA[Wedding Photography]]></category>
		<category><![CDATA[wedding photos]]></category>

		<guid isPermaLink="false">http://www.miles-hayler.ltd.uk/?p=1243</guid>
		<description><![CDATA[A wonderful sunny day for Amanda and Will we even stopped at the local park on the way to the reception for some of the photo&#8217;s! In the evening we had a studio set-up to get some studio photo&#8217;s of the wedding party and guests.]]></description>
			<content:encoded><![CDATA[<p>A wonderful sunny day for Amanda and Will we even stopped at the local park on the way to the reception for some of the photo&#8217;s!<br />
In the evening we had a studio set-up to get some studio photo&#8217;s of the wedding party and guests.<br />
<div class="grid-gallery id-0 top">
<div class="gallerywrap clearfix">

<div id="cwz-sortable-0">

</div><!-- /cwz-sortable -->

<div class="clear"></div>


</div><!-- /gallerywrap -->
</div><!-- /postslider -->
<script  type="text/javascript">


// Custom sorting plugin
(function($) {
  jQuery.fn.sorted = function(customOptions) {
    var options = {
      reversed: false,
      by: function(a) { return a.text(); }
    };
    jQuery.extend(options, customOptions);
    $data = $(this);
    arr = $data.get();
    arr.sort(function(a, b) {
      var valA = options.by(jQuery(a));
      var valB = options.by(jQuery(b));
      if (options.reversed) {
        return (valA < valB) ? 1 : (valA > valB) ? -1 : 0;				
      } else {		
        return (valA < valB) ? -1 : (valA > valB) ? 1 : 0;	
      }
    });
    return $(arr);
  };
})(jQuery);




jQuery(window).load(function() {
  
  var read_button = function(class_names) {
    var r = {
      selected: false,
      type: 0
    };
    for (var i=0; i < class_names.length; i++) {
      if (class_names[i].indexOf('selected-') == 0) {
        r.selected = true;
      }
      if (class_names[i].indexOf('segment-') == 0) {
        r.segment = class_names[i].split('-')[1];
      }
    };
    return r;
  };
  
  var determine_sort = function($buttons) {
    var $selected = $buttons.parent().filter('[class*="selected-"]');
    return $selected.find('a').attr('data-value');
  };
  
  var determine_kind = function($buttons) {
    var $selected = $buttons.parent().filter('[class*="selected-"]');
    return $selected.find('a').attr('data-value');
  };
  
  var $preferences = {
    duration: 800,
    easing: 'easeInOutQuad',
	  enhancement: function() {
		jQuery('.grid-gallery #cwz-sortable-0 .galleryimg').append('<div class="hoverimg" style="height:inherit"></div>');	
		jQuery('.grid-gallery #cwz-sortable-0 .galleryvid').append('<div class="hovervid" style="height:inherit"></div>');	
		
		jQuery('.grid-gallery #cwz-sortable-0 .galleryimg,.grid-gallery #cwz-sortable-0 .galleryvid').hover(
				
				//Mouseover, fadeIn the hidden hover class	
				function() {
				jQuery(this).children('div').css('display', 'block'); // FIX IE BUG	
				jQuery(this).children('div').fadeTo("slow",0.6);
						
				}, 
			
				//Mouseout, fadeOut the hover class
				function() {
				jQuery(this).children('div').fadeTo("fast",0, function() {
				});
				
				
			});
	
		jQuery("#cwz-sortable-0 img.reflect").reflect({height:35,opacity:0.2});
				jQuery("a[rel^='prettyPhoto']").prettyPhoto({
				keyboard_shortcuts: false,
				theme: 'light_rounded'
				});
	
		if (jQuery.browser.msie && jQuery.browser.version=="7.0" && typeof Cufon !== "undefined"){
			Cufon.replace('#cwz-sortable-0 h2');
		} else if(typeof Cufon !== "undefined") {
			Cufon.refresh();
		}

	}
  };
  
  var $list = jQuery('div#cwz-sortable-0');
  var $data = $list.clone();
  
  var $controls = jQuery('ul.splitter.id-0 ul');
  
  $controls.each(function(i) {
    
    var $control = jQuery(this);
    var $buttons = $control.find('a');
    
    $buttons.bind('click', function(e) {
      
      var $button = jQuery(this);
      var $button_container = $button.parent();
      var button_properties = read_button($button_container.attr('class').split(' '));      
      var selected = button_properties.selected;
      var button_segment = button_properties.segment;

      if (!selected) {
		var cnt = jQuery(".splitter.id-0 ul li").length+1; // Cycle through list and remove class
		for(var i=1; i<cnt; i++){
			$buttons.parent().removeClass('selected-'+i)
		}

        $buttons.parent().removeClass('active');
        $button_container.addClass('selected-' + button_segment).addClass('active');
        
        var sorting_type = determine_sort($controls.eq(1).find('a'));
        var sorting_kind = determine_kind($controls.eq(0).find('a'));
        
        if (sorting_kind == 'all') {
          var $filtered_data = $data.find('.panel');
        } else {
          var $filtered_data = $data.find('.panel.' + sorting_kind);
        }
        
        if (sorting_type == 'size') {
          var $sorted_data = $filtered_data.sorted({
            by: function(v) {
              return parseFloat(jQuery(v).find('span').text());
            }
          });
        } else {
          var $sorted_data = $filtered_data.sorted({
            by: function(v) {
              return jQuery(v).find('strong').text().toLowerCase();
            }
          });
        }
        
        $list.quicksand($sorted_data, $preferences);
        
      }
      
      e.preventDefault();
    });
    
  }); 


});

</script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mhlphotography.co.uk/2011/07/amanda-will/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New web site look</title>
		<link>http://www.mhlphotography.co.uk/2011/07/new-web-site-look/</link>
		<comments>http://www.mhlphotography.co.uk/2011/07/new-web-site-look/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 20:20:52 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.miles-hayler.ltd.uk/?p=1249</guid>
		<description><![CDATA[What do you think? Hopefully this new site will be easier to navigate and will enable us to add better galleries. We are looking to expand the site to show the other areas we cover, for example commercial, fashion and kids photography.]]></description>
			<content:encoded><![CDATA[<p>What do you think? Hopefully this new site will be easier to navigate and will enable us to add better galleries. We are looking to expand the site to show the other areas we cover, for example commercial, fashion and kids photography.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mhlphotography.co.uk/2011/07/new-web-site-look/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Colin &amp; Gill</title>
		<link>http://www.mhlphotography.co.uk/2011/04/colin-gill/</link>
		<comments>http://www.mhlphotography.co.uk/2011/04/colin-gill/#comments</comments>
		<pubDate>Sun, 10 Apr 2011 18:49:55 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Wedding]]></category>

		<guid isPermaLink="false">http://www.miles-hayler.ltd.uk/?p=1241</guid>
		<description><![CDATA[Congratulations Colin &#038; Gill. Lovely venue, fab footwear!]]></description>
			<content:encoded><![CDATA[<p>Congratulations Colin &#038; Gill. Lovely venue, fab footwear!<br />
<div class="grid-gallery id-0 top">
<div class="gallerywrap clearfix">

<div id="cwz-sortable-0">

</div><!-- /cwz-sortable -->

<div class="clear"></div>


</div><!-- /gallerywrap -->
</div><!-- /postslider -->
<script  type="text/javascript">


// Custom sorting plugin
(function($) {
  jQuery.fn.sorted = function(customOptions) {
    var options = {
      reversed: false,
      by: function(a) { return a.text(); }
    };
    jQuery.extend(options, customOptions);
    $data = $(this);
    arr = $data.get();
    arr.sort(function(a, b) {
      var valA = options.by(jQuery(a));
      var valB = options.by(jQuery(b));
      if (options.reversed) {
        return (valA < valB) ? 1 : (valA > valB) ? -1 : 0;				
      } else {		
        return (valA < valB) ? -1 : (valA > valB) ? 1 : 0;	
      }
    });
    return $(arr);
  };
})(jQuery);




jQuery(window).load(function() {
  
  var read_button = function(class_names) {
    var r = {
      selected: false,
      type: 0
    };
    for (var i=0; i < class_names.length; i++) {
      if (class_names[i].indexOf('selected-') == 0) {
        r.selected = true;
      }
      if (class_names[i].indexOf('segment-') == 0) {
        r.segment = class_names[i].split('-')[1];
      }
    };
    return r;
  };
  
  var determine_sort = function($buttons) {
    var $selected = $buttons.parent().filter('[class*="selected-"]');
    return $selected.find('a').attr('data-value');
  };
  
  var determine_kind = function($buttons) {
    var $selected = $buttons.parent().filter('[class*="selected-"]');
    return $selected.find('a').attr('data-value');
  };
  
  var $preferences = {
    duration: 800,
    easing: 'easeInOutQuad',
	  enhancement: function() {
		jQuery('.grid-gallery #cwz-sortable-0 .galleryimg').append('<div class="hoverimg" style="height:inherit"></div>');	
		jQuery('.grid-gallery #cwz-sortable-0 .galleryvid').append('<div class="hovervid" style="height:inherit"></div>');	
		
		jQuery('.grid-gallery #cwz-sortable-0 .galleryimg,.grid-gallery #cwz-sortable-0 .galleryvid').hover(
				
				//Mouseover, fadeIn the hidden hover class	
				function() {
				jQuery(this).children('div').css('display', 'block'); // FIX IE BUG	
				jQuery(this).children('div').fadeTo("slow",0.6);
						
				}, 
			
				//Mouseout, fadeOut the hover class
				function() {
				jQuery(this).children('div').fadeTo("fast",0, function() {
				});
				
				
			});
	
		jQuery("#cwz-sortable-0 img.reflect").reflect({height:35,opacity:0.2});
				jQuery("a[rel^='prettyPhoto']").prettyPhoto({
				keyboard_shortcuts: false,
				theme: 'light_rounded'
				});
	
		if (jQuery.browser.msie && jQuery.browser.version=="7.0" && typeof Cufon !== "undefined"){
			Cufon.replace('#cwz-sortable-0 h2');
		} else if(typeof Cufon !== "undefined") {
			Cufon.refresh();
		}

	}
  };
  
  var $list = jQuery('div#cwz-sortable-0');
  var $data = $list.clone();
  
  var $controls = jQuery('ul.splitter.id-0 ul');
  
  $controls.each(function(i) {
    
    var $control = jQuery(this);
    var $buttons = $control.find('a');
    
    $buttons.bind('click', function(e) {
      
      var $button = jQuery(this);
      var $button_container = $button.parent();
      var button_properties = read_button($button_container.attr('class').split(' '));      
      var selected = button_properties.selected;
      var button_segment = button_properties.segment;

      if (!selected) {
		var cnt = jQuery(".splitter.id-0 ul li").length+1; // Cycle through list and remove class
		for(var i=1; i<cnt; i++){
			$buttons.parent().removeClass('selected-'+i)
		}

        $buttons.parent().removeClass('active');
        $button_container.addClass('selected-' + button_segment).addClass('active');
        
        var sorting_type = determine_sort($controls.eq(1).find('a'));
        var sorting_kind = determine_kind($controls.eq(0).find('a'));
        
        if (sorting_kind == 'all') {
          var $filtered_data = $data.find('.panel');
        } else {
          var $filtered_data = $data.find('.panel.' + sorting_kind);
        }
        
        if (sorting_type == 'size') {
          var $sorted_data = $filtered_data.sorted({
            by: function(v) {
              return parseFloat(jQuery(v).find('span').text());
            }
          });
        } else {
          var $sorted_data = $filtered_data.sorted({
            by: function(v) {
              return jQuery(v).find('strong').text().toLowerCase();
            }
          });
        }
        
        $list.quicksand($sorted_data, $preferences);
        
      }
      
      e.preventDefault();
    });
    
  }); 


});

</script>
 </p>
]]></content:encoded>
			<wfw:commentRss>http://www.mhlphotography.co.uk/2011/04/colin-gill/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Years resolution&#8230;..</title>
		<link>http://www.mhlphotography.co.uk/2011/02/new-years-resolution/</link>
		<comments>http://www.mhlphotography.co.uk/2011/02/new-years-resolution/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 20:31:39 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Venues]]></category>
		<category><![CDATA[Wedding]]></category>

		<guid isPermaLink="false">http://www.miles-hayler.ltd.uk/?p=904</guid>
		<description><![CDATA[Here are some images from some of my 2010 weddings that I have not added to my blog.]]></description>
			<content:encoded><![CDATA[<p>Here are some images from some of my 2010 weddings that I have not added to my blog.</p>

]]></content:encoded>
			<wfw:commentRss>http://www.mhlphotography.co.uk/2011/02/new-years-resolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lisa and Richard</title>
		<link>http://www.mhlphotography.co.uk/2010/07/lisa-and-richard/</link>
		<comments>http://www.mhlphotography.co.uk/2010/07/lisa-and-richard/#comments</comments>
		<pubDate>Tue, 20 Jul 2010 16:51:55 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Venues]]></category>
		<category><![CDATA[Wedding]]></category>

		<guid isPermaLink="false">http://www.miles-hayler.ltd.uk/?p=734</guid>
		<description><![CDATA[Hodsock Priory and no rain! Thank you to Lisa and Richard for a great day. Hosock was beautiful, as usual and we also had a studio setup in the evening so guests could take away pictures from the studio session.]]></description>
			<content:encoded><![CDATA[<p>Hodsock Priory and no rain! Thank you to Lisa and Richard for a great day. Hosock was beautiful, as usual and we also had a studio setup in the evening so guests could take away pictures from the studio session.</p>
<div id="attachment_780" class="wp-caption alignleft" style="width: 210px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W43_0168.jpg"><img class="size-medium wp-image-780" title="W43_0168" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W43_0168-200x300.jpg" alt="Lisa and Richard, Hodsock Priory" width="200" height="300" /></a><p class="wp-caption-text">Lisa and Richard</p></div>
<div id="attachment_781" class="wp-caption alignleft" style="width: 210px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W43_0399.jpg"><img class="size-medium wp-image-781" title="W43_0399" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W43_0399-200x300.jpg" alt="Lisa and Richard, Hodsock Priory, Wedding Photography" width="200" height="300" /></a><p class="wp-caption-text">Lisa and Richard</p></div>
<div id="attachment_783" class="wp-caption alignright" style="width: 210px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W43_0900.jpg"><img class="size-medium wp-image-783" title="W43_0900" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W43_0900-200x300.jpg" alt="Lisa and Richard, Hodsock Priory, Wedding Photography" width="200" height="300" /></a><p class="wp-caption-text">Lisa and Richard</p></div>
<div id="attachment_782" class="wp-caption alignright" style="width: 310px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W43_0769.jpg"><img class="size-medium wp-image-782" title="W43_0769" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W43_0769-300x199.jpg" alt="Lisa and Richard, Hodsock Priory, Wedding Photography" width="300" height="199" /></a><p class="wp-caption-text">Lisa and Richard</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.mhlphotography.co.uk/2010/07/lisa-and-richard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sarah and Paul</title>
		<link>http://www.mhlphotography.co.uk/2010/07/sarah-and-paul/</link>
		<comments>http://www.mhlphotography.co.uk/2010/07/sarah-and-paul/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 13:20:50 +0000</pubDate>
		<dc:creator>Claire</dc:creator>
				<category><![CDATA[Venues]]></category>
		<category><![CDATA[Wedding]]></category>

		<guid isPermaLink="false">http://www.miles-hayler.ltd.uk/?p=722</guid>
		<description><![CDATA[Another stunning venue and our first visit to Stubton Hall near Newark. Congratulations Sarah and Paul, thank you for making us so welcome!!]]></description>
			<content:encoded><![CDATA[<p>Another stunning venue and our first visit to Stubton Hall near Newark. Congratulations Sarah and Paul, thank you for making us so welcome!!</p>
<div id="attachment_796" class="wp-caption alignleft" style="width: 166px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W42_02661.jpg"><img class="size-medium wp-image-796" title="W42_0266" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W42_02661-200x300.jpg" alt="Sarah and Paul, Stubton Hall, Newark, Wedding Photograph" width="156" height="235" /></a><p class="wp-caption-text">Sarah and Paul</p></div>
<div id="attachment_794" class="wp-caption alignleft" style="width: 165px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W42_02461.jpg"><img class="size-medium wp-image-794" title="W42_0246" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W42_02461-199x300.jpg" alt="Sarah and Paul, Stubton Hall, Miles-Hayler Ltd, Wedding Photograhy" width="155" height="234" /></a><p class="wp-caption-text">Sarah and Paul</p></div>
<div id="attachment_799" class="wp-caption alignleft" style="width: 165px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W42_06911.jpg"><img class="size-medium wp-image-799" title="W42_0691" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W42_06911-200x300.jpg" alt="Sarah and Paul, Stubton Hall, Newark, Wedding Photograph" width="155" height="233" /></a><p class="wp-caption-text">Sarah and Paul</p></div>
<div id="attachment_797" class="wp-caption alignleft" style="width: 225px"><a href="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W42_06481.jpg"><img class="size-medium wp-image-797" title="W42_0648" src="http://www.miles-hayler.ltd.uk/blog/wp-content/uploads/2010/07/W42_06481-300x200.jpg" alt="Sarah and Paul, Stubton Hall, Newark, Wedding Photograph" width="215" height="143" /></a><p class="wp-caption-text">Sarah and Paul</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.mhlphotography.co.uk/2010/07/sarah-and-paul/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

