Странно сделал как мне надо но для второго класса не работает и только в мазиле.
<script>
window.onload = function ()
{
var shortstorynotfixed = document.getElementsByClassName('shortstorynotfixed'), i = shortstorynotfixed.length,
clr = document.createElement('div'); clr.className = 'clr';
var j=1; while(j => i){ shortstorynotfixed[j].parentNode.insertBefore(clr.cloneNode(true), shortstorynotfixed[j].nextSibling || null); j=j+2;}
var cussh = document.getElementsByClassName('cusshortstorynotfixed'), x = cussh.length,
clr = document.createElement('div'); clr.className = 'clr';
var z=1; while(z => x){ cuss[z].parentNode.insertBefore(clr.cloneNode(true), cussh[z].nextSibling || null); z=z+2;}
}
</script>