﻿
function c(img) {
	 window.open("http://www.1pyy.com/picturedetail.aspx?url=" + img.src + "&title=" + img.alt );
	 
}

 


function showframe(key) {


	document.writeln('<div style=" clear:both;">');
	var url = "http://s8.taobao.com/search?q=" + key + "&pid=mm_14962904_0_0&unid=0&mode=86&sort=sale-desc&style=grid";
	document.write('<iframe src="' + url + '"  width="100%"  scrolling="no"  height="5000" frameborder="0" style=" overflow:hidden "></iframe>');
	document.write('<iframe frameborder="0" marginheight="0" marginwidth="0" border="0" id="alimamaifrm" name="alimamaifrm" scrolling="no" height="3728px" width="100%" src="http://www.tmall.com/go/chn/tbk_channel/tmall_new.php?pid=mm_14962904_0_0&eventid=101334" ></iframe>');

	document.writeln('</div>');
}


function showezuobiaoframe(key) {


	document.writeln('<div style=" clear:both;">');
    //var url = "http://s8.taobao.com/search?q=" + key + "&pid=mm_14962904_0_0&unid=0&mode=86&sort=sale-desc&style=grid";
    //document.write('<iframe src="' + url + '"  width="100%"  scrolling="no"  height="5000" frameborder="0" style=" overflow:hidden "></iframe>');
	document.write('<iframe frameborder="0" marginheight="0" marginwidth="0" border="0" id="alimamaifrm" name="alimamaifrm" scrolling="no" height="3728px" width="100%" src="http://www.taobao.com/go/chn/tbk_channel/channelcode.php?pid=mm_14962904_0_0&eventid=101329" ></iframe>');
    document.write('<iframe frameborder="0" marginheight="0" marginwidth="0" border="0" id="alimamaifrm" name="alimamaifrm" scrolling="no" height="3728px" width="100%" src="http://www.tmall.com/go/chn/tbk_channel/tmall_new.php?pid=mm_14962904_0_0&eventid=101334" ></iframe>');

	document.writeln('</div>');
}

function showsongtaoframe(key) {


    document.writeln('<div style=" clear:both;">');
    var url = "http://s8.taobao.com/search?q=" + key + "&pid=mm_14962904_0_0&unid=0&mode=86&sort=sale-desc&style=grid";
    document.write('<iframe src="' + url + '"  width="100%"  scrolling="no"  height="5000" frameborder="0" style=" overflow:hidden "></iframe>');
    document.write('<iframe frameborder="0" marginheight="0" marginwidth="0" border="0" id="alimamaifrm" name="alimamaifrm" scrolling="no" height="3728px" width="100%" src="http://www.taobao.com/go/chn/tbk_channel/channelcode.php?pid=mm_14962904_0_0&eventid=101329" ></iframe>');
   
    document.writeln('</div>');
}


function showUrlFrame(url) {

	document.writeln('<div style=" clear:both;">');
	document.write('<iframe src="' + url + '"  width="100%" scrolling="no"  height="5000" frameborder="0" style=" overflow:hidden "></iframe>');
	document.write('<iframe frameborder="0" marginheight="0" marginwidth="0" border="0" id="alimamaifrm" name="alimamaifrm" scrolling="no" height="3728px" width="100%" src="http://www.tmall.com/go/chn/tbk_channel/tmall_new.php?pid=mm_14962904_0_0&eventid=101334" ></iframe>');

	document.writeln('</div>');
}
 
 

function addfavor(url, title) {
	if (confirm("网站名称：" + title + "\n网址：" + url + "\n确定添加收藏?")) {
		var ua = navigator.userAgent.toLowerCase();
		if (ua.indexOf("msie 8") > -1) {
			external.AddToFavoritesBar(url, title, ''); //IE8
		} else {
			try {
				window.external.addFavorite(url, title);
			} catch (e) {
				try {
					window.sidebar.addPanel(title, url, ""); //firefox
				} catch (e) {
					alert("加入收藏失败，请使用Ctrl+D进行添加");
				}
			}
		}
	}
	return false;
}
 

