// JavaScript Document
//var newAttr1 = document.createAttribute("style");
//    newAttr1.nodeValue = "display:block;margin: 0px auto;width:758px;height:200px;background-image: url(\"http://www.etarget.sk/ecatalog/test.jpg\")";
//var scr1 = document.createElement("div");
//document.body.insertBefore(scr1, document.body.firstChild);
//scr1.setAttributeNode(newAttr1);

document.write("<style>");
document.write("img.header {display:block;margin: 0px auto 20px auto;}");
document.write("div.etarget div.title a.txtRed {color:black;}");
document.write("</style>");
document.write("<img src=\"http://www.etarget.sk/ecatalog/test.jpg\" class=\"header\">");


