Det nærmeste, DMI kommer til Kvissel Brænding, er Frederikshavn
[insert_php]
echo “
“.”2-døgnsudsigt:”.”
“;
$URL = “http://servlet.dmi.dk/byvejr/servlet/byvejr_dag1?by=9900&mode=long”;
$ImageWidth = 0;
$ImageHeight =0;
$AltTag = “DMI”;
/* end of customization section */
$alt = empty($AltTag) ? “” : ” alt=’$AltTag'”;
$width = (!empty($ImageWidth) and $ImageWidth>0) ? “width:${ImageWidth}px;” : “”;
$height = (!empty($ImageHeight) and $ImageHeight>0) ? “height:${ImageHeight}px;” : “”;
$css = ($width or $height) ? ” style=’$width$height'” : “”;
echo “.
.
“;
echo “
“.”3 til 9-døgnsudsigt:”.”
“;
$URL = “http://servlet.dmi.dk/byvejr/servlet/byvejr?by=9900&tabel=dag3_9”;
$ImageWidth = 0;
$ImageHeight =0;
$AltTag = “DMI”;
/* end of customization section */
$alt = empty($AltTag) ? “” : ” alt=’$AltTag'”;
$width = (!empty($ImageWidth) and $ImageWidth>0) ? “width:${ImageWidth}px;” : “”;
$height = (!empty($ImageHeight) and $ImageHeight>0) ? “height:${ImageHeight}px;” : “”;
$css = ($width or $height) ? ” style=’$width$height'” : “”;
echo “.
.
“;
echo “
“.”10 til 15-døgnsudsigt:”.”
“;
$URL = “http://servlet.dmi.dk/byvejr/servlet/byvejr?by=9900&tabel=dag10_15”;
$ImageWidth = 0;
$ImageHeight =0;
$AltTag = “DMI”;
/* end of customization section */
$alt = empty($AltTag) ? “” : ” alt=’$AltTag'”;
$width = (!empty($ImageWidth) and $ImageWidth>0) ? “width:${ImageWidth}px;” : “”;
$height = (!empty($ImageHeight) and $ImageHeight>0) ? “height:${ImageHeight}px;” : “”;
$css = ($width or $height) ? ” style=’$width$height'” : “”;
echo ““;
[/insert_php]