﻿// Used with Image Rotator Web Part - Stops IE Control Activation

function RunForwardPage()
{
    document.write('<a style="text-decoration:underline" href="mailto:?subject=A link from MicroTek Web Site&Body=This link is from the MicroTek Web site ');
	document.write(location.href);
	document.write('">E-mail this page</a>');
}
