//<div style="position: fixed; top:10px; margin-left:800px; width:178px;"><img width="178" height="138"  src="images/ek2.png"></div>
var banner2010 = function () {
	
	var div_1, a_1, img_1, parentNode;
	
	parentelem = document.getElementById("leftcan").parentNode; // container element
	
	div_1 = document.createElement("div");
	a_1 = document.createElement("a");	
	img_1 = document.createElement("img");
	
	div_1.setAttribute("id", "banner2010");
	div_1.setAttribute("class", "banner2010");
	div_1.setAttribute("className", "banner2010");

	a_1.setAttribute("href", "http://www.kataskeves.com.gr/index.html");

	img_1.setAttribute("src", "images/ek.png");

	a_1.appendChild(img_1);
	div_1.appendChild(a_1);
	parentelem.appendChild(div_1);
	
};


