function jpggoster(width, height, img)
{
document.write('<img border="0" src="'+img+'" width="'+width+'" height="'+height+'">');
}