﻿jQuery(document).ready(function(){
	jQuery(".mailsPlace").html("<a href='"+"mai"+"lto:"+"lo"+"-genestou"+"@"+"or"+"an"+"ge"+"."+"fr"+"' onclick='this.blur();' class='mail' style='outline:none;' title='Envoyez un email' >"+"lo"+"-genest"+"ou"+"@"+"o"+"r"+"ange"+"."+"fr"+"</a>");
	jQuery(".mailsPlace1").html("<a href='"+"mai"+"lto:"+"lo-"+"genestou"+"@"+"o"+"ran"+"ge"+"."+"fr"+"' onclick='this.blur();' class='linking' style='outline:none;' title='Envoyez un email' >"+"lo"+"-genes"+"tou"+"@"+"o"+"rang"+"e"+"."+"fr"+"</a>");
	jQuery(".hebergement").html('<h2><span>H&eacute;bergement : Safe &amp; Web Company - Distributeur DIGITAL AGE</span></h2><div class="clr h5"></div><p>Parc comitec, 18000 Bourges<br /><a href="#" onclick="javascript:window.open(\'http://www.digitalage.fr\')" class="linking" title="Visiter le site Digital Age">http://www.digitalage.fr</a></p>');
	jQuery(".madeby").html('<a href="http://www.digitalage.fr/" target="_blank" title="Visiter le site Digital Age" class="digital-btn"></a>');
});
//jQuery(document).ready(function() {
//    if (jQuery("#content #right-outter #right-inner").height() > 20000) {
//        jQuery("#content #right-outter #right-inner").height('20000px');
//    }
//    if (jQuery("#content #right-outter #right-inner").height() < 490) {
//        jQuery("#content #right-outter #right-inner").height('490px');
//    }
//  });
function changeToMail(className,i,title){
    if (!title) title = "Envoyer un e-mail";

    if (jQuery("."+className)) {

        jQuery("."+className).each(function(){
            jQuery(this).html("<a href='" + "mai" + "lto:" + mails[i] + "' title='" + title + "'>" + mails[i] + "</a>");
        });
    }
}
