I'm trying to add the code for a customer support script to a custom sidebox. But I'm getting an error beacuse the ' symbols are not being parsed properly. Can someone tell me a way to add this script to a custom sidebox?
<SCRIPT LANGUAGE="JavaScript">
<!-- Hide from old browsers
function newscreen4() {
window.open("","talk","width=300,height=350,resizable=no,scrollbars=auto")
}
// Stop hiding from old browsers -->
Stamp = new Date();
year = Stamp.getYear();
document.write('<A HREF="http://zero.get1on1.com/cmct/caller/start?clientid=7225" TARGET="talk" onclick="newscreen4()"><img src="http://zero.get1on1.com/cmct/operator/icon?clientid=7225&;'+Stamp+'" border=0></a>');
</SCRIPT>



