var commentsToggle;
var commentsHide;
var commentsScroll;

communicationScroll = new fx.Scroll();

window.onload = function() {
	commentsToggle = new fx.Height('comments', {duration: 500, onComplete: function() { communicationScroll.scrollTo('comments'); }});
	commentsHide = new fx.Height('comments', {duration: 500, onComplete: function() { communicationScroll.scrollTo(top); } });
	commentsToggle.hide();
}
/*
if(document.location != top.location) {
	window.location.href = document.location;
}
*/
if (parent !== self) {
	self.parent.location.replace(self.location);
}