(function( $ ){ function run_method(options, container_object){ ss_inited = true; var container_css = ( typeof container != 'undefined' && css != 'undefined' ) ? css : { 'text-align' : 'center' }; var img_css = ( typeof img != 'undefined' && css != 'undefined' ) ? css : {}; var zone = typeof zone != 'undefined' ? zone : 0; var m3_u = (protocol=='https:'?'#'); //var m3_u = (protocol=='https:'?'#'); var m3_r = floor(random()*99999999999); if (!max_used || typeof max_used == 'undefined') max_used = ','; if (!clear_campaign || typeof clear_campaign == 'undefined') clear_campaign = []; var params = { 'zoneid' : zone, 'cb' : m3_r, 'blockcampaign' : 1, // 'block' : 1, } params['HTTP_FORWARDED'] = ''; params['HTTP_FORWARDED_FOR'] = ''; params['HTTP_X_FORWARDED'] = ''; params['HTTP_X_FORWARDED_FOR'] = ''; params['HTTP_CLIENT_IP'] = ''; params['REMOTE_ADDR'] = '37.9.118.24'; if (max_used != ',') params['exclude'] = max_used; params['charset'] = charset ? '&charset='+charset : (characterset ? '&charset='+characterset : ''); params['loc'] = escape(location); if (referrer) params['referer'] = escape(referrer); if (context) params['context'] = escape(context); if (mmm_fo) params['mmm_fo'] = 1; var url = m3_u + '?' + $.param(params); $.ajax({ url: "/current/ss_banner/php", data:{ "url" : url, }, type: "post", success: function(data){ $( container_object ).empty(); if (typeof clear_campaign != 'undefined' && clear_campaign == true){} else eval(script_context); eval(script_used); if (typeof clear_campaign != 'undefined' && clear_campaign == true) push(cid); if ( img_code != undefined && imgsrc != '' && img_code != null && imgsrc != null){ var img = new Image(); src = img_code; $(img).css( img_css ); var a = $('').css( {'outline' : 'none', 'border-bottom' : 'none'} ).attr( 'href', data.a_href ).attr( 'target', '_blank' ).append( img ); $( container_object ).css( container_css ).append( a ); } ss_inited = false; if (typeof callback != 'undefined') callback(); } }); } var methods = { init : function( options ) { var container_object = this; var interval = setInterval(function() { if(ss_inited == false || typeof ss_inited == 'undefined') { clearInterval(interval); run_method(options, container_object); } }, 500); }, }; $ss_banner = function( method ) { if ( methods[method] ) { return methods[method].apply( this, call( arguments, 1 )); } else if ( typeof method === 'object' || ! method ) { return apply( this, arguments ); } else { $.error( 'Call to undefined method ' + method ); } }; })( jQuery );