var random1=Math.floor(Math.random()*10)+1;
var pageOut = "";
pageOut += "<div id=\"img1\"><image src=\"/wp-content/themes/default2/images/weblings/" + random1 + ".png\" width=\"218\" height=\"397\"></div>\n";
document.write(pageOut);
