function feedback(url)
{
	window.open('/asp/feedback.asp?URL=' + url,'', 'toolbar=no, menubar=no resizable=no, width=650,height=550');
}


document.write ("<a href=\"javascript:feedback(parent.location)\">")
document.write ("<img src=\"/imgs/header-11_c.gif\" border=\"0\">")
document.write ("</a>")