function writeResortLinks() {
	var i = "<table summary='Resort Links' border='0' width='100%' cellspacing='0' cellpadding='0' id='resortTable'>";
		i += "<tr>";
			i += "<td colspan='2'>";
				i += "<table border='0' width='100%' cellspacing='0' cellpadding='0'>";
					i += "<tr>";
						i += "<td align='left' style='padding-top:15px; padding-bottom:10px;'><a title='Snow Reports' href='http://www.skisoutheast.com/skireports.php'><img border='0' src='http://www.skisoutheast.com/linksresorts2a.gif' alt='Snow Reports' /></a></td>";
						i += "<td align='right' style='padding-top:15px; padding-bottom:10px;'><a title='Video Forecast' href='http://www.highcountryweather.com/video.php'><img border='0' src='http://www.skisoutheast.com/linksresorts2b.gif' alt='Video Forecast' /></a></td>";
					i += "</tr>";
					i += "<tr>";
						i += "<td colspan='2' style='padding-top:3px; padding-bottom:5px;'><img border='0' src='http://www.skisoutheast.com/linksresorts2.gif' alt='Resort Links' /></td>";
					i += "</tr>";
				i += "</table>";
			i += "</td>";
		i += "</tr>";
		i += "<tr>";
			i += "<td valign='top' class='otherlink'>";
				i += "Thanks for visiting SkiNC.com, the #1 internet ski destination east of the Rockies. We welcome you to click on any of the following resort links for more details, photos, videos and more for each of our state's ski areas.<br /><br />";
				i += "<img src='http://www.skinc.com/rl-northcarolina.gif' alt='North Carolina' />";
				i += "<ul style='margin-top:-4px;'>";
					i += "<li><a href='http://www.skisoutheast.com/appalachian_ski_mountain/default.php'>Appalachian Ski Mountain</a></li>";
					i += "<li><a href='http://www.skisoutheast.com/ski_beech_mountain/default.php'>Beech Mountain Resort</a></li>";
					i += "<li><a href='http://www.skisoutheast.com/cataloochee_ski_area/default.php'>Cataloochee Ski Area</a></li>";
					i += "<li><a href='http://www.skisoutheast.com/sapphire_valley_ski_area/default.php'>Sapphire Valley Ski Area</a></li>";
					i += "<li><a href='http://www.skisoutheast.com/sugar_mountain/default.php'>Sugar Mountain Ski Resort</a></li>";
					i += "<li><a href='http://www.skisoutheast.com/wolf_laurel/default.php'>Wolf Ridge Ski Resort</a></li>";
				i += "</ul>";
			i += "</td>";
		i += "</tr>";
	i += "</table>";
	
	document.write(i);
}

writeResortLinks();

