<!--
function writeJS(){
var str='';
str+='<strong>Beck Suppliers, Inc. &#169; 2010. All Rights Reserved.</strong>';
document.write(str);
}
writeJS();
//-->