@
shiny 我想要这一段
<script type="text/javascript">
var warrantyPage;
//instantiate warranty checker
var warrantyChecker = new WarrantyChecker();
var hasErrors = false;
Event.observe(window, 'load', function() {
warrantyPage = new WCPage();
warrantyPage.warrantycheck.initialize(399994);
warrantyPage.warrantycheck.hidePanel();
$('cookieSpinner').hide();
warrantyPage.warrantycheck.hideRow(' iPhone notactivated');
$('results').show();
warrantyPage.warrantycheck.showTitle('status');
var regTextKeyLong = '借助已验证的购买日期,Apple 可以快速找到您的产品并为您提供所需帮助。';
$('registration-text').update(regTextKeyLong);
warrantyPage.setClassAndShow('registration', 'green', 'registration-true');
warrantyPage.warrantycheck.displayProductInfo('
https://km.support.apple.com.edgekey.net/kb/securedImage.jsp?configcode=DWYL&size=72x72', 'Mac mini (Late 2012)', false,'C07KK317DWYL', false, '', 'C07KK317DWYL');
warrantyPage.warrantycheck.displayPHSupportInfo( true, '电话技术支持:有效', '在最初 90 天内,您的产品可享受免费的电话技术支持服务。<br/>预计到期日:20 September 2013<br/><a href="
http://www.apple.com/support/country/index.html?dest=complimentary">关于免费支持服务的更多信息</a>', '
https://expresslane.apple.com/GetproductgroupList.do?serialno=C07KK317DWYL'); warrantyPage.warrantycheck.displayHWSupportInfo(true, '维修和服务保修情况:有效', '您的产品可享受 Apple 有限保修中的硬件维修和服务。<br/>预计到期日:21 June 2014<br/>注:在中国购买的 Mac 和 iPad 电脑产品中的所有主要部件均可享受中国相关法律规定的 2 年保修。在浙江省,消费者权益保护法赋予了消费者自购买台式电脑之日起 3 年的质量问题保修服务。<a href="
http://www.apple.com.cn/support/warranties/">点按此处了解更多详细信息.</a><br/><a href="
http://support.apple.com/kb/he44?viewlocale=zh_CN">了解 Apple 针对您产品的保修信息。</a>', '
https://selfsolve.apple.com/GetWarranty.do?sn=C07KK317DWYL'); warrantyPage.warrantycheck.displayEligibilityInfo('LI', true, '符合 AppleCare Protection Plan 条件', 'C07KK317DWYL', '获取 AppleCare Protection Plan,以将硬件产品的技术支持和硬件维修保修期限延长至 3 年(自购买之日算起)。', '/
AgrOfferFlow.do','CHN','APP','I6l5YAkMK1j6vTnAm70jYg==', false);
warrantyPage.warrantycheck.displayDisputeInfo('<div class="sosumi">如果您认为针对您的产品所显示的信息不正确,可<a href="
https://selfsolve.apple.com/Dispute.do?transType=Warranty_Checker&sn=C07KK317DWYL" id="hardware-epop" target="_blank">在线提交购买凭证</a>或通过传真提交。验证保修时,需要您提供销售收据,因此请务必妥善保管该收据。无论注册与否,您的保修是一样的。</div>');
warrantyChecker.trackOmnitureResults();
});
</script>
并且把里面的部分内容 输出成函数