document.write('
Pon este evento en tu página
'); document.write(''); document.write(''); setTimeout(wait_for_jquery, 2); function wait_for_jquery() { try { if (jQuery) { pre_init_widget_4E3464BE_153C_11DF_B89C_66054B03BC85(); } } catch (err) { setTimeout(wait_for_jquery, 2); } } function pre_init_widget_4E3464BE_153C_11DF_B89C_66054B03BC85() { jQuery('#4E3464BE_153C_11DF_B89C_66054B03BC85 .code > input').click(function(){ jQuery(this).select(); return false; }); jQuery('#4E3464BE_153C_11DF_B89C_66054B03BC85 .code > input').keypress(function(){ return false; }); jQuery('#4E3464BE_153C_11DF_B89C_66054B03BC85 .showcode').click(function(){ jQuery('#4E3464BE_153C_11DF_B89C_66054B03BC85 .code').slideToggle(); return false; }); init_widget_4E3464BE_153C_11DF_B89C_66054B03BC85(); } function init_widget_4E3464BE_153C_11DF_B89C_66054B03BC85() { jQuery('#4E3464BE_153C_11DF_B89C_66054B03BC85').addClass('kwidget'); jQuery('#4E3464BE_153C_11DF_B89C_66054B03BC85').prepend(fullevent_template()); jQuery('#4E3464BE_153C_11DF_B89C_66054B03BC85 div.content').hide(); jQuery.ajax({ url: "http://kedin.es/api/event/36245/cultura-fiesta-del-cine", dataType: "jsonp", success: render_widget_4E3464BE_153C_11DF_B89C_66054B03BC85 }); } function render_widget_4E3464BE_153C_11DF_B89C_66054B03BC85(data) { var $j = jQuery; $j('#4E3464BE_153C_11DF_B89C_66054B03BC85 .title').html(data.event.title); $j('#4E3464BE_153C_11DF_B89C_66054B03BC85 .title').attr('href', data.event.url); if( data.event.place.province ) { $j('#4E3464BE_153C_11DF_B89C_66054B03BC85 .place').html('En ' + data.event.place.name + ' (' + data.event.place.province.name + ')'); } else { $j('#4E3464BE_153C_11DF_B89C_66054B03BC85 .place').html('En ' + data.event.place.name + ''); } $j('#4E3464BE_153C_11DF_B89C_66054B03BC85 .join').html(data.event.stats.joins+''); $j('#4E3464BE_153C_11DF_B89C_66054B03BC85 .like').html(data.event.stats.likes+''); $j('#4E3464BE_153C_11DF_B89C_66054B03BC85 .comment').html(data.event.stats.comments+''); if ( data.event.image ) { $j('#4E3464BE_153C_11DF_B89C_66054B03BC85 div.img').prepend(''); } $j('#4E3464BE_153C_11DF_B89C_66054B03BC85 .day_init').html(data.event.date.init.day); $j('#4E3464BE_153C_11DF_B89C_66054B03BC85 .month_init').html(data.event.date.init.month); if (data.event.date.end) { $j('#4E3464BE_153C_11DF_B89C_66054B03BC85 .day_end').html(data.event.date.end.day); $j('#4E3464BE_153C_11DF_B89C_66054B03BC85 .month_end').html(data.event.date.end.month); $j('#4E3464BE_153C_11DF_B89C_66054B03BC85 .opt_end').show(); } else if (data.event.date.init.time) { $j('#4E3464BE_153C_11DF_B89C_66054B03BC85 .hour').html(data.event.date.init.time); } $j('#4E3464BE_153C_11DF_B89C_66054B03BC85 div.content').slideDown('slow'); } function fullevent_template() { return '

'; }