/* <![CDATA[ */
$(document).ready(function () {

    $("div.headerContainer").click(function () {
        location.href = 'http://www.electromotion.co.uk/default.aspx';
    });

    $("div.shadow").wrap('<div class="shadowContainer"><div><div><div></div></div></div></div>');

	var totalElements = $('#flip li').length - 1;
	var startItem = Math.ceil(totalElements / 2);

});
/* ]]> */
