var url = 'http://educhannel.thedegreecenter.com/';
var width = 802;
var height = 4700;
var session = '?edusession=i7o3pa7kv9ahcpl4eajb0k2cc3';

if (typeof (pagePath) != 'undefined')
{
	pagePath = pagePath.replace ('/', '')
	url += pagePath;
}

url += session;

document.write ('<iframe scrolling="auto" frameborder="0" src="' + url + '" id="EDUChannel" width="' + width + '" height="' + height + '"></iframe>');