// #(@) main_story.js
// 
// functions for constructing the main story content
// 
// 

function getStoryImgTag(file)
{
	return "<img style='border:1px solid black; margin-left:6px; margin-right: 8px;' src='/images/main_story/" + file + "'>";
}

//function getStoryLinkTag(label)
// Must be implemented by main_story/[type]/[type].js!