<!--

function createimage() {
var text4 = document.ig.text4.value;
var text5 = document.ig.text5.value;
var text6 = document.ig.text6.value;
var text7 = document.ig.text7.value;
var text8 = document.ig.text8.value;

var ig = "<FONT FACE='verdana' size='3'><h3>Image Generator</h3>This is what your link's HTML looks like.Copy the html code below and paste it into your html file where you want the image to appear:<XMP><img src='"+ text4 +"' height='"+ text5 + "' width='"+ text6 +"' border='"+ text7 +"' alt='"+ text8 +"'></XMP> This is what it will look like in action: <img src='"+ text4 +"' height='"+ text5 + "' width='"+ text6 +"' border='"+ text7 +"' alt='"+ text8 +"'> <HR SIZE='2'></FONT>";


document.open();

document.write(ig);

document.close();
}
//-->

