function insertImage()
{
var str="<div><a href=\""+document.URL+"\"><img src=\"img/articles/"+Math.floor(Math.random()*5+1)+".jpg\" alt=\"" +document.title+"\" style=\"float: right; width:200px; margin-left:10px; margin-bottom:10px;\"></a></div>";
document.write(str);
}