var comment = "Comments Guidelines<br>" +

"In order to facilitate the free and respectful exchange of opinions about all things equine, the following comment etiquette should be observed.  Your post will be read before being approved. If your post is offensive or &quot;flaming&quot; in any manner it will not be approved. We are responsible for keeping this comment feature fun, informative and clean and will do so by deleting inappropriate comments. We expressly reserve the right to deny comment to any person at any time, for any reason, as well as to delete in its entirety any post or link to material which we, in our sole discretion, deem to be offensive to the sensibilities of ordinary persons, or which might subject us to legal liability."+

"Posts containing racial, sexual, ethnic, political, or religious slurs or personal attacks will not be approved. Discrimination and/or bigotry will not be tolerated in any way, shape or form."+

"No spam (posts containing advertising) are allowed. If your post advertises any products, services or websites it will not be approved."+

"The use of profanity will be deleted. Continued use of profanity will be cause for non-approval of a message. Obscene language and/or graphics are not acceptable. If it can't be said or seen in polite company, then don't put it into a comment. The same rule applies to vulgar innuendoes and jokes."+

"Please refrain from posting using ALL CAPITAL LETTERS. Capital letters are OK for occasional emphasis, but it is annoying to read posts that are all caps."+

"Different opinions about horse-related topics are what this feature thrives on, but always be respectful. On the faceless Internet, it's easy to forget that behind every message is a person with feelings. Be respectful and you'll earn more respect. Don't say anything in a message you wouldn't be willing to say to someone's face."+

"Your post may be also edited. If it is edited, material will be indicated by {edited} if a deletion occurred." +

"Should your comments not be posted we will notify you by your email address.";


var gg = document.getElementById("aacc");
//var gg = demo.getElementsByTagName("span");
var ei = document.getElementById("enlarge_images");
	gg.onmousemove = function(event){
		event = event || window.event;
		ei.style.display = "block";
		ei.innerHTML = comment;
		ei.style.top  = document.body.scrollTop + 0 + "px";
		ei.style.left = document.body.scrollLeft + 0 + "px";
	}
	gg.onmouseout = function(){
		ei.innerHTML = "";
		ei.style.display = "none";
	}
	gg.onclick = function(){
		window.open( this.src );
	}



function newseccode(obj) {
//obj.src='http://www.equestmagazine.com/test1010/image.php';
return 'include/image.php?aa='+ Math.round(Math.random() * (8 - 1)) + 1;
}