jQuery(document).ready(function() {
var couplet_9cb0d = jQuery("div.couplet_9cb0d");
var close_9cb0d = jQuery("a.close_9cb0d");
var screen_w = screen.width;
if (screen_w > 100) {
couplet_9cb0d.show();
}
jQuery(window).scroll(function() {
var scrollTop = jQuery(window).scrollTop();
couplet_9cb0d.stop().animate({
top: scrollTop + 60
});
});
close_9cb0d.click(function() {
jQuery(this).parent().hide();
return false;
});
});
jQuery(document).ready(function() {
var dibu_9cb0d = jQuery("div.dibu_9cb0d");
var close_9cb0d = jQuery("a.close_9cb0d");
var screen_w = screen.width;
if (screen_w > 100) {
dibu_9cb0d.show();
}
jQuery(window).scroll(function() {
var scrollTop = jQuery(window).scrollTop();
dibu_9cb0d.stop().animate({
bottom: 0
});
});
close_9cb0d.click(function() {
jQuery(this).parent().hide();
return false;
});
$(function() {
$(".ntc-btn").click(function() {
$(".notice").hide(500);
});
//$('#wrapper').removeAttr('style');
if (document.URL.indexOf('openlink') > 0) {
$('a').attr('target', '_blank');
}
});