<scripttype="text/javascript">
(fun(){
("[buychapter]").one('click',fun(e){
e.preventDefault();
yer.load(2,{shade:0.05});
GPage.buychapter((this).data('href'));
});
GPage.buychapter(("#buychapter").data('href'));
//autobuyswitch
("#autobuy").ge(fun(){
if((this).is(":checked")){
("#buychapter").data('href',(this).data('href1'));
}else{
("#buychapter").data('href',(this).data('href2'));
}
});
})
</script>