$(document).ready(function(){
$("div[class='top_ad']").html('<iframe MARGINHEIGHT=0 MARGINWIDTH=0 FRAMEBORDER=0 width=748 height=90 SCROLLING=NO src="/js/insertimg.asp?adid=2&img=/ad/vichy.jpg"  scrolling="no" ><\/iframe >')	
//$("#pad_l2").html('<iframe MARGINHEIGHT=0 MARGINWIDTH=0 FRAMEBORDER=0 width=300 height=250 SCROLLING=NO src="/js/insertimg.asp?adid=0&img=/ad/999qdl300_250.jpg"  scrolling="no" ></iframe >')	
//$("span[class='listad']").html('<div class="fl"><iframe MARGINHEIGHT=0 MARGINWIDTH=0 FRAMEBORDER=0 width=680 height=90 SCROLLING=NO src="/js/insertimg.asp?adid=0&img=/ad/tao_0.jpg"  scrolling="no" ></iframe ></div>')	
$("#goimg").html('<iframe MARGINHEIGHT=0 MARGINWIDTH=0 FRAMEBORDER=0 width=300 height=250 SCROLLING=NO src="/js/insertimg.asp?adid=1&img=/ad/ad300_250.jpg"  scrolling="no" ><\/iframe >')	

})
$(document).keyup(function(event){
  switch(event.keyCode) {
  case 67 :changecbd()
  }
}); 

function changecbd(){
var text=window.clipboardData.getData('Text')
var insrearr=new Array("本文来自http//www.doudou777.cn;欢迎转载","更多的祛痘印,祛痘方法,祛痘产品大全请进www.doudou777.cn去痘中文站")
var instime="2"
var str1=new Array()
var str2=new Array()
for (var i=0;i<instime;i++ )
{
var s1=parseInt(Math.random()*insrearr.length);
var s2=parseInt(Math.random()*text.length);
str1[i]=insrearr[s1];
text=text.replace(text.substring(s2,s2+1),text.substring(s2,s2+1)+"$$");
}
for (var i=0;i<instime;i++ )
{
text=text.replace("$$",str1[i]);
}
window.clipboardData.setData('Text',text);

}


