/* author: vrljicak federico */
/* creation date: 10/12/2000 */
function picklink()
{
	alert("kk");
	}

randy = Math.floor(Math.floor(Math.random() * 5));


if(randy==0)
{
	imagine = "src=/banner/smajic1.gif";
	randy = "http://adrianasmajic.blogspot.com";
	}
/****************/

/***************/
if(randy==1)
{
	imagine = "src=/banner/smajic1.gif";
	randy = "http://adrianasmajic.blogspot.com";
}
/***************/
if(randy==2)
{
	imagine = "src=/banner/smajic1.gif";
	randy = "http://adrianasmajic.blogspot.com";
}
/***************/
if(randy==3)
{
	imagine = "src=/banner/smajic1.gif";
	randy = "http://adrianasmajic.blogspot.com";
}
/***************/
if(randy==4)
{
	imagine = "src=/banner/smajic1.gif";
	randy = "http://adrianasmajic.blogspot.com";
}
/***************/



/***************/
/***************/
/***************/


/*medio maluko pero anda*/	

document.write("<a href=" + randy + "><p align=center><img " + imagine + "></p></a>");
