JS调用GOOGLE Adsense
<head>
<title>中文搜索</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<div>
<script type="text/javascript">
//以下是Google AdSense服务的参数
google_ad_client = "pub-5660892815235048";
google_ad_width = 336;
google_ad_height = 280;
google_ad_format = "336x280_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "FFFDF7";
google_color_bg = "FFFDF7";
google_color_link = "0000FF";
google_color_text = "191919";
google_color_url = "7F7F7F";
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
//此处是服务的js代码
</script>
</div>
</body>
</html>