jQuery(function() {
if (info_title[0]) {
var notification = '
';
jQuery(notification).insertAfter(".wrapper_ #header");
for (var i = 0; i');
if (jQuery('#notification').length && jQuery('div.toppage_').length) {
jQuery('.visual_').css('top','174px');
}
if (jQuery('#notification').length && jQuery('div.navitopicpath_').length) {
jQuery('.notification').css('margin-top','-10px');
}else if (jQuery('#notification').length && !jQuery('div.navitopicpath_').length) {
jQuery('#notification + div').css('margin-top','0');
jQuery('#notification').css('margin-bottom','5px');
}
if (jQuery('#notification .notification--items li').length > 1 ) {
jQuery('#notification ul.notification--items').bxSlider({
pager: false,
auto: true,
speed: 800,
pause: 3000,
autoHover:true
});
}
if(info_color == 'red') {
jQuery('.notification ul li a').css('color','#e52400');
}
} else {
jQuery('.visual_').css('top','133px');
}
});