	var disqus_iframe_css = "http://jamestindall.info/assets/css/disqus-form.css";

	$(document).ready(function()
	{
		if ($.iPhone.present) {
		}
		else
		{
			$("img").lazyload({
			placeholder : "http://jamestindall.info/assets/images/blank.gif",
			effect : "fadeIn"
			});

		}
	});