var paimg 
paimg = '<div style="position:absolute;left:-999px;"><img width="1" height="1" src="http://webtracker.educationconnection.com/Default.aspx?url='
+ escape(window.location)
+ '&urlReferrer='
+ escape(document.referrer)
+ '&swidth='
+ screen.width
+ '&sheight='
+ screen.height
+ '&TrackType=PageVisit&Group=TestDriveCollegeOnline"></div>';
document.write(paimg);

function WebTrackerSessionAdd(PropertyName,PropertyValue)
{
var paimgSession 
paimgSession = '<div  style="position:absolute;left:-999px;"><iframe width="1" height="1" src="http://webtracker.educationconnection.com/SessionAdd.htm?url='
+ escape(window.location)
+ '&urlReferrer='
+ escape(document.referrer)
+ '&swidth='
+ screen.width
+ '&sheight='
+ screen.height
+ '&'+PropertyName+'='
+ PropertyValue
+ '&TrackType=PageVisit&Group=TestDriveCollegeOnline"></iframe></div>';
document.write(paimgSession);
}
