jQuery(document).ready(function(){								
    jQuery("#subpages .element:nth-child(4n+1)").css("clear","left");
});
