/********************************************************************************************************
*
*  (c) Copyright 2008 aretias & resimli
*
*  www.gallerytuning.com - www.4images.gen.tr
*
*  4images_news_mod_1.0.1
*
*  Bu modülün tasarimi ve telif haklari aretias ve resimli'ye aittir, 
*
*
*******************************************************************************************************/
function changethis(e)
{
	
	var hotblock = document.getElementById("hotlink");
	var newblock = document.getElementById("news" + e);
	var hotphoto = document.getElementById("hotphoto");
	
	if(e)
	{
		hotblock.innerHTML = "<span>" + newblock.getAttribute("subject")
		hotphoto.style.backgroundImage = "url(" + newblock.getAttribute("photo") + ")"
	}
		

}