While you can't use the full alternative dashboard (since it requires Weather-Display to drive it, and you're using WeatherLink), you can 'steal with pride' some of the code for the bottom of his dashboard to good effect

In ajax-dashboard.php, replace
<table width="620" border="0" cellpadding="3" cellspacing="3">
<tr>
<td style="text-align: left" class="datahead"> <?php print $fcstorg; ?> <?php langtrans('Weather Forecast'); ?> - <?php langtrans('Outlook'); ?>: <?php echo $forecasttitles[0]; ?> & <?php echo $forecasttitles[1]; ?></td>
</tr>
<tr>
<td align="center">
<table width="620" border="0" cellpadding="3" cellspacing="3">
<tr>
<td class="data1" style="width: 80px;font-size: 8pt;border: none;text-align: center" valign="middle" align="center"><strong><?php echo $forecasticons[0] . "</strong><br />" . $forecasttemp[0]; ?></td>
<td style="width: 504px;" class="data1"><?php print "<b>$fcstorg " . langtransstr('forecast') . ":</b> " . $forecasttext[0] . "<br />\n";
if ($fcstorg <> 'WXSIM' and isset($WXSIMtext[0]) ) {
print ' <b>WXSIM ' . langtransstr('forecast') . ':</b> ' . $WXSIMtext[0] . "<br/>\n";
}
if (isset($SITE['DavisVP']) and $SITE['DavisVP'] and isset($vpforecasttext) and $vpforecasttext <> '') {
print ' <b>Davis VP+ ' . langtransstr('forecast') . ':</b> <span style="color: green; font-size:9pt">' . ucfirst($vpforecasttext) . "</span>";
} ?></td>
</tr>
<tr><td colspan="2"> </td></tr>
<tr>
<td class="data1" style="width: 80px;font-size: 8pt; border:none; text-align: center" valign="middle" align="center"><strong><?php echo $forecasticons[1] . "</strong><br />" . $forecasttemp[1]; ?></td>
<td style="width: 504px;" class="data1"><?php print "<b>$fcstorg " . langtransstr('forecast') . ":</b> " . $forecasttext[1];
if ($fcstorg <> 'WXSIM' and isset($WXSIMtext[1]) ) {
print ' <br/><b>WXSIM ' . langtransstr('forecast') . ':</b> ' . $WXSIMtext[1] . "\n";
}
?> </td>
</tr>
</table>
</td>
</tr>
</table>
<?php if($condIconType <> '.jpg') {
print "<small>".langtransstr('Animated icons courtesy of')." <a href=\"http://www.meteotreviglio.com/\">www.meteotreviglio.com</a>.</small>";
}
?>
with his alternative code
<table width="620" border="0" cellpadding="2" cellspacing="1" style="border:solid; border-color: #CCCCCC;">
<tr>
<td>
<table width="100%" border="1" cellpadding="2" cellspacing="1">
<tr>
<td style="text-align: left" class="datahead"> <?php print $fcstorg; ?> <?php langtrans('Weather Forecast'); ?> -
<?php langtrans('Outlook'); ?> <?php echo $forecasttitles[0]; ?> & <?php echo $forecasttitles[1]; ?></td>
</tr>
<tr>
<td align="center" valign="middle">
<table width="100%" border="0" cellpadding="2" cellspacing="3">
<tr align="center">
<td style="font-size: 9px;border: none;text-align: center" valign="middle" align="center"><strong>
<?php echo $forecasticons[0] . "<br />" . $forecasttemp[0]; ?></strong>
</td>
<td style="width: 240px; text-align: left" >
<?php print "<b>$fcstorg forecast:</b> " . $forecasttext[0] . "<br />\n";
if ($fcstorg <> 'WXSIM' and isset($WXSIMtext[0]) ) {
print ' <span style="color: green;"><b>WXSIM ' . langtransstr('forecast') . ':</b> ' . $WXSIMtext[0] . "<br /></span>\n";
}
if (isset($vpforecasttext) and $vpforecasttext <> '') {
print ' <b>' . langtransstr('Local station forecast') . ':</b> <span style="color: green; font-size: 9px">' . ucfirst($vpforecasttext) . "</span>";
}
?></td>
<td style="font-size: 9px; border:none; text-align: center" valign="middle" align="center"><strong>
<?php echo $forecasticons[1] . "<br />" . $forecasttemp[1]; ?></strong></td>
<td style="width: 240px; text-align: left" ><?php print "<b>$fcstorg " . langtransstr('forecast') . ":</b> " . $forecasttext[1];
if ($fcstorg <> 'WXSIM' and isset($WXSIMtext[1]) ) {
print ' <br/><span style="color: green;"><b>WXSIM ' . langtransstr('forecast') . ':</b> ' . $WXSIMtext[1] . "<br/></span>\n";
}
?> </td>
</tr>
</table>
<?php if($condIconType <> '.jpg') {
print "<small>".langtransstr('Animated icons courtesy of')." <a href=\"http://www.meteotreviglio.com/\">www.meteotreviglio.com</a>.</small>";
}
?>
</td>
</tr>
<tr>
<td>
<table width="100%" border="1" cellpadding="2" cellspacing="1">
<tr>
<td style="text-align: left" class="datahead"> <?php print $fcstorg; ?> <?php langtrans('Short Term Weather Forecast'); ?></td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<table width="100%" border="1" cellpadding="2" cellspacing="2">
<tr>
<td style="font-size: 10px;">
<?php echo $forecasticons[2]; ?><br/>
<?php echo $forecasttemp[2]; ?>
</td>
<td style="font-size: 10px;">
<?php echo $forecasticons[3]; ?><br/>
<?php echo $forecasttemp[3]; ?>
</td>
<td style="font-size: 10px;">
<?php echo $forecasticons[4]; ?><br/>
<?php echo $forecasttemp[4]; ?>
</td>
<td style="font-size: 10px;">
<?php echo $forecasticons[5]; ?><br/>
<?php echo $forecasttemp[5]; ?>
</td>
<td style="font-size: 10px;">
<?php echo $forecasticons[6]; ?><br/>
<?php echo $forecasttemp[6]; ?>
</td>
<td style="font-size: 10px;">
<?php echo $forecasticons[7]; ?><br/>
<?php echo $forecasttemp[7]; ?>
</td>
<td style="font-size: 10px;">
<?php echo $forecasticons[8]; ?><br/>
<?php echo $forecasttemp[8]; ?>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
and you will have what you wanted.
If you'd like, you can download ajax-dashboard2.php from
here (name it ajax-dashboard.php on your site) -- it's the current ajax-dashboard V1.25 - 22-Jan-2012 with the above mod at the bottom.
Enjoy, and best regards,
Ken