<!--
	
	function swapimg(imgelement, image) {
		imgelement.src = "http://www.mreomusic.com/wp-content/themes/mreo/images/" + image;
	}
	
	function permalink(postname, permalink, type) {
		
		quote = "'";
		
		if(type == "comment") {
			extxt = "a comment on ";
		}
		else if(type == "author") {
			extxt = "";
			quote = "";
		}
		else {
			extxt = "";
		}
		
		prompt("Here is the permalink to " + extxt + quote + postname + quote + ".", permalink);
	}
	
// -->
