
// Comments at the top of the page
// to make sure we don't strip off stuff
// that we need to make things look good
// Hopefully, this only affects NS4

function doBlogOutputelement28()
{
	var output = '';
	output += '<a href="http://outside.away.com/outside/destinations/adventure-adviser/20091103.html">'; output += '<h1>Where should I camp in Switzerland with my kids?</h1>'; output += '</a>'; output += '<p>Camping in the United States is a great thing, but camping in Europe seems to be camping in parking lots. Where can we go camping with kids in Switzerland? What resources will tell us about U.S.-style camping places...accessible with kids....</p>'; output += '<a href="http://outside.away.com/outside/destinations/adventure-adviser/20090914.html">'; output += '<h1>What\'s the best volcano to hike up in North America?</h1>'; output += '</a>'; output += '<p>I want to climb a volcano. And when I say climb I mean hike, I don\'t want to have to mess with ropes and the like. Any suggestions in North America?...</p>'; output += '<a href="http://outside.away.com/outside/destinations/adventure-adviser/20090811.html">'; output += '<h1>How can I plan a trip around riding the biggest, fastest roller coasters?</h1>'; output += '</a>'; output += '<p>I\'d like to plan a trip around America\'s biggest and fastest roller coasters. Any suggestions on where I should head to maximize my riding time?...</p>'; output += '<a href="http://outside.away.com/outside/destinations/adventure-adviser/20090714.html">'; output += '<h1>What adventure activities can I enjoy while in Maui?</h1>'; output += '</a>'; output += '<p>I\'m headed to Maui in December and would like to do more than just sit on the beach. What are some things a serious athlete could do on the island over a week\'s time?...</p>'; output += '<a href="http://outside.away.com/outside/destinations/adventure-adviser/20090623.html">'; output += '<h1>What\'s the best three- to four-day backpacking route in Utah?</h1>'; output += '</a>'; output += '<p>My friends and I are planning a backpacking trip to Utah, but we\'re at a loss as to where to go. We\'re looking for a three- to four-day trip, so something in the range of 18 to 25 miles or so, give or take. If possible, we\'d love to spend some time...</p>'; 

	document.getElementById('blog_element28').innerHTML = output;
}

doBlogOutputelement28();

// Unknown error