var cookies = new Array(
 '<a href="http://www.mdcreative.ru"><img src="http://www.mdcreative.ru/templates/front/components/images/main-bg-1.jpg" width="1000" height="216" border="0" /></a>',
 '<a href="http://www.mdcreative.ru"><img src="http://www.mdcreative.ru/templates/front/components/images/main-bg-2.jpg" width="1000" height="216" border="0" /></a>',
 '<a href="http://www.mdcreative.ru"><img src="http://www.mdcreative.ru/templates/front/components/images/main-bg-3.jpg" width="1000" height="216" border="0" /></a>',
 '<a href="http://www.mdcreative.ru"><img src="http://www.mdcreative.ru/templates/front/components/images/main-bg-4.jpg" width="1000" height="216" border="0" /></a>',
 '<a href="http://www.mdcreative.ru"><img src="http://www.mdcreative.ru/templates/front/components/images/main-bg-5.jpg" width="1000" height="216" border="0" /></a>'
);
cookieElement = document.getElementById( 'headers' );
cookieElement.innerHTML = cookies[ Math.floor( Math.random() * cookies.length ) ];
