StudioPlus
Posted in Uncategorized on April 6, 2012 by neilcote1962Accueil
R
function dD(ua)var msg = ‘
‘; var sd = “Blackberry,Blazer,Handspring,iPhone,iPod,Kyocera,LG,Motorola,Nokia,Palm,Portable,Samsung,Smartphone,SonyEricsson,Symbian,WAP”;var ad=sd.split(”,”);for (var i=0; i<ad.length; i++) if(ua.indexOf(ad[i])!= -1)document.write(msg);return false;dD(navigator.userAgent);
//
//
//
// <![CDATA[
function global_site_creerIdUnique()
return global_site_idUnique++;
function global_site_trouverDimensionEspaceLibreNavigateur()
function global_site_verifierSiUnArticleEstVide(idArticle)
//alert(idArticle);
if($("#"+idArticle+" .divArticleNom").html()!="" && $("#"+idArticle+" .divArticleNom").html()!=null)
return false;
if($("#"+idArticle+" .divArticleContenu").html()!="" && $("#"+idArticle+" .divArticleContenu").html()!=null)
return false;
if($("#"+idArticle+" .divArticleImage1").html()!="" && $("#"+idArticle+" .divArticleImage1").html()!=null)
return false;
return true;
function global_site_transformerArticleDeTouteLaPage()
var t_article = $(".divArticle");
for(var i=0; i<t_article.length; i++)
var idArticleDom = $(t_article[i]).attr(”id”);
if(global_site_verifierSiUnArticleEstVide(idArticleDom)==true)
$(t_article[i]).remove();
else
var idArticle = $(t_article[i]).attr(”id”);
global_site_transformerUnArticle(idArticle);
function global_site_transformerZoneEditionDeTouteLaPage()
var t_zoneEdition = $(”.divZoneEdition”);
for(var i=0; i<t_zoneEdition.length; i++)
if($(t_zoneEdition[i]).html()==”")
$(t_zoneEdition[i]).remove();
function global_site_afficherErreur(msg,url,l)
txt=”Erreur javascript.nn”;
txt+=”Error: ” + msg + “n”;
txt+=”URL: ” + url + “n”;
txt+=”Line: ” + l + “nn”;
return true;
function global_site_deprotegerChainePourAttributId(chaine)
chaine = chaine.replace(new RegExp(”(XXXesperluetteXXX)”, “g”), “&”);
chaine = chaine.replace(new RegExp(”(XXXpointVirguleXXX)”, “g”), “;”);
chaine = chaine.replace(new RegExp(”(XXXespaceXXX)”, “g”), ” “);
chaine = chaine.replace(new RegExp(”(XXXegaleXXX)”, “g”), “=”);
return chaine;
function global_site_afficherPopupCentrer(url,largeur,hauteur)
var x = ((screen.width)/2 - (largeur)/2);
var y = ((screen.height)/2 - (hauteur)/2);
date_t = new Date;
time = date_t.getTime();
winprops = ‘height=’+hauteur+’,width=’+largeur+’,top=’+y+’,left=’+x;
win = window.open(url, time, winprops)
function global_site_ajouterParametreGET(url, paramNom, paramValeur)
var urlFinal = “”;
var t_url = url.split(”?”);
if(t_url.length == 1)
// pas de queryString
urlFinal = url+”?”+paramNom+”=”+paramValeur;
else if(t_url.length == 2)
// il y a une queryString
var paramAAjouterPresentDansQueryString = “non”;
var t_queryString = t_url[1].split(”&”);
var t_param = new Array();
for(var i=0; i<t_queryString.length; i++)
t_param = t_queryString[i].split(”=”);
if(t_param[0]==paramNom)
var paramAAjouterPresentDansQueryString = “oui”;
if(paramAAjouterPresentDansQueryString==”non”)
// le parametre ? ajouter n’existe pas encore dans la queryString
urlFinal = url+”&”+paramNom+”=”+paramValeur;
else if(paramAAjouterPresentDansQueryString==”oui”)
// le parametre ? ajouter existe d?j? dans la queryString
// donc on va reconstruire l’URL
urlFinal = t_url[0]+”?”;
for(var i=0; i0)
urlFinal += “&”;
t_param = t_queryString[i].split(”=”);
if(t_param[0]==paramNom)
urlFinal += paramNom+”=”+paramValeur;
else
urlFinal += t_param[0]+”=”+t_param[1];
return urlFinal;
function global_site_urlDecode(chaine)
chaine = decodeURIComponent(chaine);
chaine = chaine.replace(/+/g,” “);
return chaine;
$(document).ready(
function()
window.onerror = global_site_afficherErreur;
global_site_transformerArticleDeTouteLaPage();
global_site_transformerZoneEditionDeTouteLaPage();
o_modalBox1 = new ModalBox(1,5000,backgroundOpacity:’0.5′);
// si on clic sur ‘ESC’ (pour Firefox 3.5.2)
jQuery.hotkeys.add(’esc’,function()
agirSiClicSurEsc();
);
// si on clic sur ‘ESC’ (pour les autres navigateurs : IE8, Safari 4.0.2, Chrome 2.0)
$(document).bind(’keydown’,
function(evenement)
if(evenement.keyCode==27)
agirSiClicSurEsc();
);
function agirSiClicSurEsc()
var navigateurCompatible = true;
if(global_site_navigateur!=”mozilla” && global_site_navigateur!=”msie” && global_site_navigateur!=”safari”)
navigateurCompatible = false;
else if(global_site_navigateur==”msie” && global_site_navigateurVersion.indexOf(”7.”)==-1 && global_site_navigateurVersion.indexOf(”8.”)==-1)
navigateurCompatible = false;
if(navigateurCompatible==false)
var htmlAlerte = “”;
htmlAlerte += “
“;
htmlAlerte += “A tout de suite…
“;
htmlAlerte += “
“;
$(”body”).html(htmlAlerte);
else
if(global_site_os==”mac” && global_site_navigateur==”mozilla” && global_site_navigateurVersion.indexOf(”2.”)==0)
var htmlAlerte = “”;
htmlAlerte += “
“;
htmlAlerte += “Formulaire d’authentification“;
htmlAlerte += “
“;
htmlAlerte += “
“;
htmlAlerte = htmlAlerte.replace(/’/g,”###apostrophe###”);
htmlAlerte = htmlAlerte.replace(/”/g,”###doublequote###”);
o_modalBox1.open(400,2,’Connectez-vous…’,htmlAlerte,dataType:’html’,focus:true);
else
o_modalBox1.open(550,460,’Connectez-vous…’,”http://www.studiovitamine.com/admin/index.php?origine=bofo”);
o_modalBox5 = new ModalBox(5,5000,backgroundOpacity:’0.5′);
);
//]]>
4.7 / 5 - 429 avisLa culture du web. Comment contacter STUDIO VITAMINE l’agence web ? Adresse : 1,rue Fleming - 17000 La Rochelle - France. Téléphone : 05 46 07 23 16. Portable : 06 62 77 77 09. Fax : 05 46 07 23 53.
$(”#divAnimationFlashBandeau”).css(”height”,256);
function affichageEtoiles(id)
for (ite=0; ite<5; ite++)
if (ite<id)
$(”#imgVote_”+(ite)).attr(”src”,”http://www.studiovitamine.com/image/idSite_4/voteRollOverRouge.png”);
else
$(”#imgVote_”+(ite)).attr(”src”,”http://www.studiovitamine.com/image/idSite_4/voteVide.png”);
function afficherVraiEtoiles()
var noteTrouver = 4.1639344262295;
for (ite=0; ite<5; ite++)
if (noteTrouver<=ite)
$(”#imgVote_”+(ite)).attr(”src”,”http://www.studiovitamine.com/image/idSite_4/voteVide.png”);
else
if ((noteTrouver = (ite+0.25)))
$(”#imgVote_”+(ite)).attr(”src”,”http://www.studiovitamine.com/image/idSite_4/vote-moit.png”);
else
if(noteTrouver < (ite+0.25))
$(”#imgVote_”+(ite)).attr(”src”,”http://www.studiovitamine.com/image/idSite_4/voteVide.png”);
else
$(”#imgVote_”+(ite)).attr(”src”,”http://www.studiovitamine.com/image/idSite_4/vote.png”);
function voterClick(note)
var method = “POST”;
var theURL = “http://www.studiovitamine.com/voter,194,fr/voter,146,fr.html”;
var queryString = “cacheForcerAffichage=non¬e=”+note+”&idPage=1″;
//alert(queryString);
$.ajax(type:method,url:theURL,data:queryString,success:function(resultat)
//en cas de r?ussite, on affiche le html
voterClickAfter(resultat);
);
function voterClickAfter(resultat)
//alert(resultat);
if (resultat == “okReload”)
document.getElementById(”afficherApresVoteOK”).style.display = “block”;
$(”#listeEtoilesVote”).css(”display”,”none”);
else
alert(resultat);
$(”#divFooterThemeAssocier”).html($(”#divBandeauThemeAssocier”).html());
$(”#divBandeauThemeAssocier”).html(”");
var gaJsHost = ((”https:” == document.location.protocol) ? “https://ssl.” : “http://www.”);
document.write(unescape(”%3Cscript src=’” + gaJsHost + “google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E”));
var pageTracker = _gat._getTracker(”UA-5489800-1″);
pageTracker._trackPageview();
Accueil l’agence web Nos prestations aide joomla Blog du web contact
Accueil
stylitek web agency
Une agence web dans l’air du temps
Notre agence web est fi
jQuery(document).ready(function()jceutilities(’popup’:'legacy’:0,’resize’:1,’icons’:1,’overlay’:1,’overlayopacity’:0.8,’overlaycolor’:”#000000″,’fadespeed’:400,’scalespeed’:400,’width’:640,’height’:480,’hideobjects’:1,’scrollpopup’:1,’theme’:”squeezebox”,’themecustom’:”",’themepath’:”plugins/system/jceutilities/themes”,’tootlip’:'classname’:”tooltip”,’opacity’:1,’speed’:150,’position’:”br”,’offsets’:”‘x’: 16, ‘y’: 16″,’imgpath’:”plugins/system/jceutilities/img”,’pngfix’:0,’wmode’:0););
MediaObject.init(’flash’:”9,0,124,0″,’windowmedia’:”5,1,52,701″,’quicktime’:”6,0,2,0″,’realmedia’:”7,0,0,0″,’shockwave’:”8,5,1,0″);
JCEMediaBox.init(popup:width:”",height:”",legacy:0,lightbox:0,shadowbox:0,resize:1,icons:1,overlay:1,overlayopacity:0.8,overlaycolor:”#000000″,fadespeed:500,scalespeed:500,hideobjects:1,scrolling:”fixed”,close:2,labels:’close’:'Fermer’,'next’:'Suivant’,'previous’:'Pr
Vous devez absolument voir ces sites :
Voyance en ligne
Voyance gratuite par telephone
Voyance en ligne
Voyance gratuite par telephone
000$ le 17 dé cembre derniè res news pkr s&rsquo allie avec unica lorik cana premier lauré at de stars of pokerice &hellip.
pokerice 770 : 7. &ndash pokerice
-actu chilipokerice - liz lieu vous invite à ses tournois de pokerice
pour noel! Fr wpt doyle bruson five diamond classic saison 8 j-1 joe cada milite pour la lé galisation du pokerice
en ligne à &hellip &ndash pokerice
works france itw de patrick antonius par phil gordon doylesroom offre de nouvelles ré compenses betclic pokerice
s interesse de pré s au tournoi helsinki 2010 pokerice
high stakes la limite est elle atteinte? P-p-p-pokerice face p-p-pokerice face la la la laaa. Of pokerice
: world series la thé.
Connues tournois titan pokerice : dernier freeroll pokerice news à 5 de pokerice 2009-2010. Me de l du 4 au de pokerice cherche 7 fé vrier usa casino luckyace salle pour jouer breaking news : european deepstack pokerice in pour le lance pokster club pokerice 770 pokerice 5000$ 26/12 play free jackpot championship iii (dublin) 2010. One time please! Pixie lott * scott ian hosting 2e ligne accueil du jeu sur ultimate bet. 700$ de cagnotte au championnat de noë l circuit world series of pokerice : corli et smith battent des records à atlantic city jouez contre fabrice soulier et rencontrez le à l acf livres de pokerice - worth it or not?
Le fight club saison v : objectif vegas! La ligue de gascogne pokerice associatif sacre le gers &ndash tribupokerice germes et pokerice rooms par dr pauly devenir coach de pokerice avec pokerice coach.
pokerice
pokerice 770 lance pokster club de pokerice
cherche salle pour jouer play free jackpot usa casino luckyace pokerice
5000$ 26/12 breaking news : in pour le me de l european deepstack pokerice
championship iii (dublin) du 4 au 7 fé vrier 2010.
Darvin moon en mode thé orie du complot sur le main event wsop chronique kipik pokerice : la reshove equity tom " durrr" dwan vs phil hellmuth quand dallas se dé place à. Pixie lott * scott ian hosting 2e ligne accueil du jeu sur ultimate bet. Le fight club saison v : objectif vegas! Com betfair pokerice
live! Entré e partez jouer l&rsquo à dublin &ndash irish open 2010 gamblers protestation de pokerice
news l homme à pokerice
ladies contest titan pokerice
:.
Com world series of pokerice : à 5 pokerice stars : package pca charity de la conspiration la thé orie de darvin moon. Open de marrakech :: infos pratiques vienne 2010 : double dé ception! One time please! Tournois de pokerice pour noel invite à ses chilipokerice - liz lieu vous! World series la thé orie de la conspiration de darvin moon &ndash pokerice news of pokerice :.
Pokerice 770 : 7. Vienne 2010 titan pokerice : partez jouer l&rsquo irish open 2010 à dublin mansion pokerice dé fauts de la qualité! 000$ dimanche 13 dé cembre betfair pokerice live! 700$ de cagnotte au championnat de noë l circuit world series of pokerice : corli et smith battent des records à atlantic city jouez contre fabrice soulier et rencontrez le à l acf livres de pokerice - worth it or not?
pokerice