if (document.domain=="") {
ref="local page";
} else {
var ref=location.href;
}
if (document.title=="") {
site="untitled";
} else {
var site=escape(document.title);
}
document.write('<a href="http://coolstop.com/sidelinks/?ref=' + ref + '&amp;site=' + site + '" target="_search"><img src="http://coolstop.com/images/sidelinks.gif" width="80" height="15" border="0" alt="coolstop sidelinks" /></a>');

