if(typeof mnphoto_banner_type == "string" && typeof mnphoto_banner_bgcolor == "string" && typeof mnphoto_banner_width == "number" && typeof mnphoto_banner_height == "number")
{
	document.write('<iframe src="http://www.photo-montenegro.com/banners/showbanner.php?id=' + mnphoto_banner_type + '&width='+mnphoto_banner_width+'&height='+mnphoto_banner_height+'&bgcolor='+mnphoto_banner_bgcolor+'" width="'+mnphoto_banner_width+'" height="'+mnphoto_banner_height+'" marginwidth="0" marginheight="0" vspace="0" hspace="0" allowtransparency="false" frameborder="0" scrolling="no"></iframe>');
}
else
{
	document.write("<p>Banner not propertly configured</p>");
}