Contato

19:05
/**
* Includes a Form with javascript
* @param {Object} formId
* @param {Object} initialHeight
* @param {Object} iframeCode
*/
function FrameBuilder (formId, initialHeight, iframeCode){
this.formId = formId;
this.initialHeight = initialHeight;
this.iframeCode = iframeCode;
this.frame = null;
this.timeInterval= 200;

// initialize function for object
this.init = function(){
this.createFrame();
this.addFrameContent(this.iframeCode);
};

// Create the frame
this.createFrame = function(){
var htmlCode = "<"+"iframe src=\"\" allowtransparency=\"true\" frameborder=\"0\" name=\""+this.formId+"\" id=\""+this.formId+"\" style=\"width:100%; height:"+this.initialHeight+"px; border:none;\" scrolling=\"no\">";
document.write(htmlCode);
// also get the frame for future use.
this.frame = document.getElementById(this.formId);
// set the time on the on load event of the frame
this.addEvent (this.frame, 'load', this.bindMethod(this.setTimer, this));
};

// add event function for different browsers
this.addEvent = function( obj, type, fn ) {
if ( obj.attachEvent ) {
obj["e"+type+fn] = fn;
obj[type+fn] = function() { obj["e"+type+fn]( window.event ); };
obj.attachEvent( "on"+type, obj[type+fn] );
}
else{
obj.addEventListener( type, fn, false );
}
};

this.addFrameContent = function (string){
string = string.replace(new RegExp('src\=\"[^"]*captcha.php\"><\/scr'+'ipt>', 'gim'), 'src="http://api.recaptcha.net/js/recaptcha_ajax.js"><'+'div id="recaptcha_div"><'+'/div>'+
'<'+'style>#recaptcha_logo{ display:none;} #recaptcha_tagline{display:none;} #recaptcha_table{border:none !important;} .recaptchatable .recaptcha_image_cell, #recaptcha_table{ background-color:transparent !important; } <'+'/style>'+
'<'+'script defer="defer"> window.onload = function(){ Recaptcha.create("6Ld9UAgAAAAAAMon8zjt30tEZiGQZ4IIuWXLt1ky", "recaptcha_div", {theme: "clean",tabindex: 0,callback: function (){'+
'if (document.getElementById("uword")) { document.getElementById("uword").parentNode.removeChild(document.getElementById("uword")); } if (window["validate"] !== undefined) { if (document.getElementById("recaptcha_response_field")){ document.getElementById("recaptcha_response_field").onblur = function(){ validate(document.getElementById("recaptcha_response_field"), "Required"); } } } if (document.getElementById("recaptcha_response_field")){ document.getElementsByName("recaptcha_challenge_field")[0].setAttribute("name", "anum"); } if (document.getElementById("recaptcha_response_field")){ document.getElementsByName("recaptcha_response_field")[0].setAttribute("name", "qCap"); }}})'+
' }<'+'/script>');
string = string.replace(/(type="text\/javascript">)\s+(validate\(\"[^"]*"\);)/, '$1 jTime = setInterval(function(){if("validate" in window){$2clearTimeout(jTime);}}, 1000);');
var frameDocument = (this.frame.contentWindow) ? this.frame.contentWindow : (this.frame.contentDocument.document) ? this.frame.contentDocument.document : this.frame.contentDocument;
frameDocument.document.open();
frameDocument.document.write(string);
setTimeout( function(){frameDocument.document.close();},200);
};

this.setTimer = function(){
var self = this;
this.interval = setTimeout(function(){self.changeHeight();},this.timeInterval);
};

this.changeHeight = function (){
var actualHeight = this.getBodyHeight();
var currentHeight = this.getViewPortHeight();
if(actualHeight === undefined){
this.frame.style.height = "100%";
this.frame.style.minHeight = "300px";
}else if (Math.abs(actualHeight - currentHeight) > 18){
this.frame.style.height = (actualHeight)+"px";
}
this.setTimer();
};

this.bindMethod = function(method, scope) {
return function() {
method.apply(scope,arguments);
};
};

this.getBodyHeight = function (){
var height;
var scrollHeight;
var offsetHeight;
try{ // Prevent IE from throw errors
if (this.frame.contentWindow.document.height){

height = this.frame.contentWindow.document.height;

} else if (this.frame.contentWindow.document.body){

if (this.frame.contentWindow.document.body.scrollHeight){
height = scrollHeight = this.frame.contentWindow.document.body.scrollHeight;
}

if (this.frame.contentWindow.document.body.offsetHeight){
height = offsetHeight = this.frame.contentWindow.document.body.offsetHeight;
}

if (scrollHeight && offsetHeight){
height = Math.max(scrollHeight, offsetHeight);
}
}
}catch(e){ }
return height;
};

this.getViewPortHeight = function(){
var height = 0;
try{ // Prevent IE from throw errors
if (this.frame.contentWindow.window.innerHeight)
{
height = this.frame.contentWindow.window.innerHeight - 18;
}
else if ((this.frame.contentWindow.document.documentElement)
&& (this.frame.contentWindow.document.documentElement.clientHeight))
{
height = this.frame.contentWindow.document.documentElement.clientHeight;
}
else if ((this.frame.contentWindow.document.body)
&& (this.frame.contentWindow.document.body.clientHeight))
{
height = this.frame.contentWindow.document.body.clientHeight;
}
}catch(e){ }
return height;
};

this.init();
}
FrameBuilder.get = [];
var i11372842643 = new FrameBuilder("11372842643" ,"", "\n\n\n\n\nForm<\/title>\n<link href=\"http:\/\/cdn.jotfor.ms\/jotform.cssgz?3.1.110\" rel=\"stylesheet\" type=\"text\/css\" \/>\n<link type=\"text\/css\" rel=\"stylesheet\" href=\"http:\/\/www.jotform.com\/css\/styles\/pastel.css\" \/>\n<style type=\"text\/css\">\n .form-label{\n width:150px !important;\n }\n .form-label-left{\n width:150px !important;\n }\n .form-line{\n padding:10px;\n }\n .form-label-right{\n width:150px !important;\n }\n body, html{\n margin:0;\n padding:0;\n background:#FFFFFF;\n }\n\n .form-all{\n margin:0px auto;\n padding-top:20px;\n width:400px;\n background:#FFFFFF;\n color:#000000 !important;\n font-family:Verdana;\n font-size:12px;\n }\n<\/style>\n\n<script src=\"http:\/\/cdn.jotfor.ms\/jotform.jgz?3.1.110\" type=\"text\/javascript\"><\/script>\n<script type=\"text\/javascript\">\n var jsTime = setInterval(function(){try{\n JotForm.jsForm = true;\n\n JotForm.init(function(){\n $('input_5').hint('ex: myname@example.com');\n });\n\n clearInterval(jsTime);\n }catch(e){}}, 1000);\n<\/script>\n<\/head>\n<body>\n<form class=\"jotform-form\" action=\"http:\/\/www.jotform.com\/submit.php\" method=\"post\" name=\"form_11372842643\" id=\"11372842643\" accept-charset=\"utf-8\">\n <input type=\"hidden\" name=\"formID\" value=\"11372842643\" \/>\n <div class=\"form-all\">\n <ul class=\"form-section\">\n <li class=\"form-line\" id=\"id_8\">\n <div id=\"cid_8\" class=\"form-input-wide\">\n <img alt=\"\" class=\"form-image\" border=\"0\" src=\"http:\/\/www.jotform.com\/uploads\/guest_11372719647\/form_files\/bloggg.png\" height=\"150\" width=\"300\" \/>\n <\/div>\n <\/li>\n <li id=\"cid_3\" class=\"form-input-wide\">\n <div class=\"form-header-group\">\n <h1 id=\"header_3\" class=\"form-header\">\n Contato\n <\/h1>\n <\/div>\n <\/li>\n <li class=\"form-line\" id=\"id_4\">\n <label class=\"form-label-left\" id=\"label_4\" for=\"input_4\"> Nome Completo <\/label>\n <div id=\"cid_4\" class=\"form-input\"><span class=\"form-sub-label-container\"><input class=\"form-textbox\" type=\"text\" size=\"10\" name=\"q4_nomeCompleto4[first]\" id=\"first_4\" \/>\n <label class=\"form-sub-label\" for=\"first_4\" id=\"sublabel_first\"> Primeiro nome <\/label><\/span><span class=\"form-sub-label-container\"><input class=\"form-textbox\" type=\"text\" size=\"15\" name=\"q4_nomeCompleto4[last]\" id=\"last_4\" \/>\n <label class=\"form-sub-label\" for=\"last_4\" id=\"sublabel_last\"> Sobrenome <\/label><\/span>\n <\/div>\n <\/li>\n <li class=\"form-line\" id=\"id_5\">\n <label class=\"form-label-left\" id=\"label_5\" for=\"input_5\"> E-mail <\/label>\n <div id=\"cid_5\" class=\"form-input\">\n <input type=\"email\" class=\"form-textbox validate[Email]\" id=\"input_5\" name=\"q5_email5\" size=\"30\" \/>\n <\/div>\n <\/li>\n <li class=\"form-line\" id=\"id_6\">\n <label class=\"form-label-left\" id=\"label_6\" for=\"input_6\"> Data de Nascimento <\/label>\n <div id=\"cid_6\" class=\"form-input\"><span class=\"form-sub-label-container\"><select class=\"form-dropdown\" name=\"q6_dataDe6[month]\" id=\"input_6_month\">\n <option> <\/option>\n <option value=\"January\"> January <\/option>\n <option value=\"February\"> February <\/option>\n <option value=\"March\"> March <\/option>\n <option value=\"April\"> April <\/option>\n <option value=\"May\"> May <\/option>\n <option value=\"June\"> June <\/option>\n <option value=\"July\"> July <\/option>\n <option value=\"August\"> August <\/option>\n <option value=\"September\"> September <\/option>\n <option value=\"October\"> October <\/option>\n <option value=\"November\"> November <\/option>\n <option value=\"December\"> December <\/option>\n <\/select>\n <label class=\"form-sub-label\" for=\"input_6_month\" id=\"sublabel_month\"> M\u00eas <\/label><\/span><span class=\"form-sub-label-container\"><select class=\"form-dropdown\" name=\"q6_dataDe6[day]\" id=\"input_6_day\">\n <option> <\/option>\n <option value=\"31\"> 31 <\/option>\n <option value=\"30\"> 30 <\/option>\n <option value=\"29\"> 29 <\/option>\n <option value=\"28\"> 28 <\/option>\n <option value=\"27\"> 27 <\/option>\n <option value=\"26\"> 26 <\/option>\n <option value=\"25\"> 25 <\/option>\n <option value=\"24\"> 24 <\/option>\n <option value=\"23\"> 23 <\/option>\n <option value=\"22\"> 22 <\/option>\n <option value=\"21\"> 21 <\/option>\n <option value=\"20\"> 20 <\/option>\n <option value=\"19\"> 19 <\/option>\n <option value=\"18\"> 18 <\/option>\n <option value=\"17\"> 17 <\/option>\n <option value=\"16\"> 16 <\/option>\n <option value=\"15\"> 15 <\/option>\n <option value=\"14\"> 14 <\/option>\n <option value=\"13\"> 13 <\/option>\n <option value=\"12\"> 12 <\/option>\n <option value=\"11\"> 11 <\/option>\n <option value=\"10\"> 10 <\/option>\n <option value=\"9\"> 9 <\/option>\n <option value=\"8\"> 8 <\/option>\n <option value=\"7\"> 7 <\/option>\n <option value=\"6\"> 6 <\/option>\n <option value=\"5\"> 5 <\/option>\n <option value=\"4\"> 4 <\/option>\n <option value=\"3\"> 3 <\/option>\n <option value=\"2\"> 2 <\/option>\n <option value=\"1\"> 1 <\/option>\n <\/select>\n <label class=\"form-sub-label\" for=\"input_6_day\" id=\"sublabel_day\"> Dia <\/label><\/span><span class=\"form-sub-label-container\"><select class=\"form-dropdown\" name=\"q6_dataDe6[year]\" id=\"input_6_year\">\n <option> <\/option>\n <option value=\"2015\"> 2015 <\/option>\n <option value=\"2014\"> 2014 <\/option>\n <option value=\"2013\"> 2013 <\/option>\n <option value=\"2012\"> 2012 <\/option>\n <option value=\"2011\"> 2011 <\/option>\n <option value=\"2010\"> 2010 <\/option>\n <option value=\"2009\"> 2009 <\/option>\n <option value=\"2008\"> 2008 <\/option>\n <option value=\"2007\"> 2007 <\/option>\n <option value=\"2006\"> 2006 <\/option>\n <option value=\"2005\"> 2005 <\/option>\n <option value=\"2004\"> 2004 <\/option>\n <option value=\"2003\"> 2003 <\/option>\n <option value=\"2002\"> 2002 <\/option>\n <option value=\"2001\"> 2001 <\/option>\n <option value=\"2000\"> 2000 <\/option>\n <option value=\"1999\"> 1999 <\/option>\n <option value=\"1998\"> 1998 <\/option>\n <option value=\"1997\"> 1997 <\/option>\n <option value=\"1996\"> 1996 <\/option>\n <option value=\"1995\"> 1995 <\/option>\n <option value=\"1994\"> 1994 <\/option>\n <option value=\"1993\"> 1993 <\/option>\n <option value=\"1992\"> 1992 <\/option>\n <option value=\"1991\"> 1991 <\/option>\n <option value=\"1990\"> 1990 <\/option>\n <option value=\"1989\"> 1989 <\/option>\n <option value=\"1988\"> 1988 <\/option>\n <option value=\"1987\"> 1987 <\/option>\n <option value=\"1986\"> 1986 <\/option>\n <option value=\"1985\"> 1985 <\/option>\n <option value=\"1984\"> 1984 <\/option>\n <option value=\"1983\"> 1983 <\/option>\n <option value=\"1982\"> 1982 <\/option>\n <option value=\"1981\"> 1981 <\/option>\n <option value=\"1980\"> 1980 <\/option>\n <option value=\"1979\"> 1979 <\/option>\n <option value=\"1978\"> 1978 <\/option>\n <option value=\"1977\"> 1977 <\/option>\n <option value=\"1976\"> 1976 <\/option>\n <option value=\"1975\"> 1975 <\/option>\n <option value=\"1974\"> 1974 <\/option>\n <option value=\"1973\"> 1973 <\/option>\n <option value=\"1972\"> 1972 <\/option>\n <option value=\"1971\"> 1971 <\/option>\n <option value=\"1970\"> 1970 <\/option>\n <option value=\"1969\"> 1969 <\/option>\n <option value=\"1968\"> 1968 <\/option>\n <option value=\"1967\"> 1967 <\/option>\n <option value=\"1966\"> 1966 <\/option>\n <option value=\"1965\"> 1965 <\/option>\n <option value=\"1964\"> 1964 <\/option>\n <option value=\"1963\"> 1963 <\/option>\n <option value=\"1962\"> 1962 <\/option>\n <option value=\"1961\"> 1961 <\/option>\n <option value=\"1960\"> 1960 <\/option>\n <option value=\"1959\"> 1959 <\/option>\n <option value=\"1958\"> 1958 <\/option>\n <option value=\"1957\"> 1957 <\/option>\n <option value=\"1956\"> 1956 <\/option>\n <option value=\"1955\"> 1955 <\/option>\n <option value=\"1954\"> 1954 <\/option>\n <option value=\"1953\"> 1953 <\/option>\n <option value=\"1952\"> 1952 <\/option>\n <option value=\"1951\"> 1951 <\/option>\n <option value=\"1950\"> 1950 <\/option>\n <option value=\"1949\"> 1949 <\/option>\n <option value=\"1948\"> 1948 <\/option>\n <option value=\"1947\"> 1947 <\/option>\n <option value=\"1946\"> 1946 <\/option>\n <option value=\"1945\"> 1945 <\/option>\n <option value=\"1944\"> 1944 <\/option>\n <option value=\"1943\"> 1943 <\/option>\n <option value=\"1942\"> 1942 <\/option>\n <option value=\"1941\"> 1941 <\/option>\n <option value=\"1940\"> 1940 <\/option>\n <option value=\"1939\"> 1939 <\/option>\n <option value=\"1938\"> 1938 <\/option>\n <option value=\"1937\"> 1937 <\/option>\n <option value=\"1936\"> 1936 <\/option>\n <option value=\"1935\"> 1935 <\/option>\n <option value=\"1934\"> 1934 <\/option>\n <option value=\"1933\"> 1933 <\/option>\n <option value=\"1932\"> 1932 <\/option>\n <option value=\"1931\"> 1931 <\/option>\n <option value=\"1930\"> 1930 <\/option>\n <option value=\"1929\"> 1929 <\/option>\n <option value=\"1928\"> 1928 <\/option>\n <option value=\"1927\"> 1927 <\/option>\n <option value=\"1926\"> 1926 <\/option>\n <option value=\"1925\"> 1925 <\/option>\n <option value=\"1924\"> 1924 <\/option>\n <option value=\"1923\"> 1923 <\/option>\n <option value=\"1922\"> 1922 <\/option>\n <option value=\"1921\"> 1921 <\/option>\n <option value=\"1920\"> 1920 <\/option>\n <\/select>\n <label class=\"form-sub-label\" for=\"input_6_year\" id=\"sublabel_year\"> Ano <\/label><\/span>\n <\/div>\n <\/li>\n <li class=\"form-line\" id=\"id_10\">\n <label class=\"form-label-left\" id=\"label_10\" for=\"input_10\"> O que voc\u00ea gostaria de escrever no blog <\/label>\n <div id=\"cid_10\" class=\"form-input\">\n <div class=\"form-single-column\"><span class=\"form-radio-item\" style=\"clear:left;\"><input type=\"radio\" class=\"form-radio\" id=\"input_10_0\" name=\"q10_oQue10\" value=\"Atividades, Noticias.\" \/>\n <label for=\"input_10_0\"> Atividades, Noticias. <\/label><\/span><span class=\"clearfix\"><\/span><span class=\"form-radio-item\" style=\"clear:left;\"><input type=\"radio\" class=\"form-radio\" id=\"input_10_1\" name=\"q10_oQue10\" value=\"Jogos, Tutoriais.\" \/>\n <label for=\"input_10_1\"> Jogos, Tutoriais. <\/label><\/span><span class=\"clearfix\"><\/span><span class=\"form-radio-item\" style=\"clear:left;\"><input type=\"radio\" class=\"form-radio\" id=\"input_10_2\" name=\"q10_oQue10\" value=\"Diversos.\" \/>\n <label for=\"input_10_2\"> Diversos. <\/label><\/span><span class=\"clearfix\"><\/span>\n <\/div>\n <\/div>\n <\/li>\n <li class=\"form-line\" id=\"id_9\">\n <label class=\"form-label-left\" id=\"label_9\" for=\"input_9\"> Fale um pouco sobre voce <\/label>\n <div id=\"cid_9\" class=\"form-input\">\n <textarea id=\"input_9\" class=\"form-textarea\" name=\"q9_faleUm\" cols=\"40\" rows=\"6\"><\/textarea>\n <\/div>\n <\/li>\n <li class=\"form-line\" id=\"id_7\">\n <label class=\"form-label-top\" id=\"label_7\" for=\"input_7\"> O que Voc\u00ea acha do blog do l2hiroshy <\/label>\n <div id=\"cid_7\" class=\"form-input-wide\">\n <table summary=\"\" cellpadding=\"4\" cellspacing=\"0\" class=\"form-matrix-table\">\n <tr>\n <th style=\"border:none\">\n  \n <\/th>\n <th class=\"form-matrix-column-headers\" style=\"width:35.333333333333336%\">\n Ruim\n <\/th>\n <th class=\"form-matrix-column-headers\" style=\"width:35.333333333333336%\">\n Regular\n <\/th>\n <th class=\"form-matrix-column-headers\" style=\"width:35.333333333333336%\">\n Excelente\n <\/th>\n <\/tr>\n <tr>\n <th align=\"left\" class=\"form-matrix-row-headers\" nowrap=\"nowrap\">\n Qualidade de Servi\u00e7o\n <\/th>\n <td align=\"center\" class=\"form-matrix-values\">\n <input class=\"form-radio\" type=\"radio\" name=\"q7_oQue[0]\" value=\"Ruim\" \/>\n <\/td>\n <td align=\"center\" class=\"form-matrix-values\">\n <input class=\"form-radio\" type=\"radio\" name=\"q7_oQue[0]\" value=\"Regular\" \/>\n <\/td>\n <td align=\"center\" class=\"form-matrix-values\">\n <input class=\"form-radio\" type=\"radio\" name=\"q7_oQue[0]\" value=\"Excelente\" \/>\n <\/td>\n <\/tr>\n <tr>\n <th align=\"left\" class=\"form-matrix-row-headers\" nowrap=\"nowrap\">\n F\u00e1cil Localiza\u00e7\u00e3o\n <\/th>\n <td align=\"center\" class=\"form-matrix-values\">\n <input class=\"form-radio\" type=\"radio\" name=\"q7_oQue[1]\" value=\"Ruim\" \/>\n <\/td>\n <td align=\"center\" class=\"form-matrix-values\">\n <input class=\"form-radio\" type=\"radio\" name=\"q7_oQue[1]\" value=\"Regular\" \/>\n <\/td>\n <td align=\"center\" class=\"form-matrix-values\">\n <input class=\"form-radio\" type=\"radio\" name=\"q7_oQue[1]\" value=\"Excelente\" \/>\n <\/td>\n <\/tr>\n <tr>\n <th align=\"left\" class=\"form-matrix-row-headers\" nowrap=\"nowrap\">\n Qualidade da Pagina\n <\/th>\n <td align=\"center\" class=\"form-matrix-values\">\n <input class=\"form-radio\" type=\"radio\" name=\"q7_oQue[2]\" value=\"Ruim\" \/>\n <\/td>\n <td align=\"center\" class=\"form-matrix-values\">\n <input class=\"form-radio\" type=\"radio\" name=\"q7_oQue[2]\" value=\"Regular\" \/>\n <\/td>\n <td align=\"center\" class=\"form-matrix-values\">\n <input class=\"form-radio\" type=\"radio\" name=\"q7_oQue[2]\" value=\"Excelente\" \/>\n <\/td>\n <\/tr>\n <tr>\n <th align=\"left\" class=\"form-matrix-row-headers\" nowrap=\"nowrap\">\n Topicos\n <\/th>\n <td align=\"center\" class=\"form-matrix-values\">\n <input class=\"form-radio\" type=\"radio\" name=\"q7_oQue[3]\" value=\"Ruim\" \/>\n <\/td>\n <td align=\"center\" class=\"form-matrix-values\">\n <input class=\"form-radio\" type=\"radio\" name=\"q7_oQue[3]\" value=\"Regular\" \/>\n <\/td>\n <td align=\"center\" class=\"form-matrix-values\">\n <input class=\"form-radio\" type=\"radio\" name=\"q7_oQue[3]\" value=\"Excelente\" \/>\n <\/td>\n <\/tr>\n <\/table>\n <\/div>\n <\/li>\n <li class=\"form-line\" id=\"id_2\">\n <div id=\"cid_2\" class=\"form-input-wide\">\n <div style=\"margin-left:156px\" class=\"form-buttons-wrapper\">\n <button id=\"input_2\" type=\"submit\" class=\"form-submit-button\">\n Enviar formul\u00e1rio\n <\/button>\n <\/div>\n <\/div>\n <\/li>\n <li style=\"display:none\">\n Should be Empty:\n <input type=\"text\" name=\"website\" value=\"\" \/>\n <\/li>\n <\/ul>\n <\/div>\n <input type=\"hidden\" id=\"simple_spc\" name=\"simple_spc\" value=\"11372842643\" \/>\n <script type=\"text\/javascript\">\n document.getElementById(\"si\" + \"mple\" + \"_spc\").value = \"11372842643-11372842643\";\n <\/script>\n<\/form><\/body>\n<\/html>\n");<br /> <div style='clear: both;'></div> <div style='clear: both;'></div> </div> <div class='rodape-post'> <div class='coments-rodape'> Atualmente Temos : <a class='comment-link' href='http://hiroshyl2.blogspot.com/p/contato.html#comment-form' onclick=''></a> </div> <div class='categoria-rodape'> <a href='' rel='tag'><!--Can't find substitution for tag [label.name]--></a> </div> </div> <div class='post-footer'> <div class='post-footer-line post-footer-line-1'> <span class='reaction-buttons'> </span> <span class='star-ratings'> </span> <span class='post-backlinks post-comment-link'> </span> <span class='post-icons'> <span class='item-action'> <a href='https://www.blogger.com/email-post.g?blogID=7859564063019340945&pageID=4690441788630686685' title='Página de e-mail'> <img alt='' class='icon-action' height='13' src='http://2.bp.blogspot.com/-TEs2oN-VTs4/TWvr6nKqoNI/AAAAAAAAHmw/KHoU92_xbgo/s1600/Acesse-www.riptors.blogspot.com.png' width='18'/> </a> </span> <span class='item-control blog-admin pid-839531048'> <a href='https://www.blogger.com/page-edit.g?blogID=7859564063019340945&pageID=4690441788630686685&from=pencil' title='Editar página'> <img alt='' class='icon-action' height='18' src='' width='18'/> </a> </span> </span> </div> <div class='post-footer-line post-footer-line-2'> </div> <div class='post-footer-line post-footer-line-3'> <span class='post-location'> </span> </div> </div> <!--Can't find substitution for tag [adEnd]--> </div> <div class='blog-pager' id='blog-pager'> <a class='home-link' href='http://hiroshyl2.blogspot.com/'>Página inicial</a> </div> <div class='clear'></div> <div class='blog-feeds'> <div class='feed-links'> Assinar: <a class='feed-link' href='http://hiroshyl2.blogspot.com/feeds/posts/default' target='_blank' type='application/atom+xml'>Postagens</a> </div> </div> </div></div> </div> <div id='lateral-direita'> <div class='sidebar section' id='sidebar2'><div class='widget HTML' data-version='1' id='HTML1'> <h2 class='title'>Parceiros</h2> <div class='widget-content'> <div align="center"><a href="http://www.hiroshy.l2srv.com.br/" target="_blank"><img src="http://www.uploadnet.org/out.php/i1685_banerdivulgacao.gif" alt="lineage 2 Hiroshy" width="113" height="50" /></a></div> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML2'> <h2 class='title'>Relogio</h2> <div class='widget-content'> <script src="http://h1.flashvortex.com/display.php?id=2_1303002461_35388_387_0_174_139_9_1_23" type="text/javascript"></script> </div> <div class='clear'></div> </div><div class='widget HTML' data-version='1' id='HTML3'> <h2 class='title'>Teste</h2> <div class='widget-content'> <style type="text/css"> <!-- #popjan {border: 2px solid #000000; background-color: #ffffff; width: 200px; top: 200px;left: 100px; text-align: center; z-index: 450;position:fixed;visibility: visible;} --> </style> <div id="popjan"> <a style="float:right" href="#" onclick="document.getElementById('popjan').style.display='none';">[X]</a> <div style="clear:both"></div> <div style="width:150px; text-align:center; margin:auto"> <div style="float:right; width:50px"><a href="http://www.orkut.com.br/Main#Community?cmm=38396737" target="_blank"><img src="http://cdn4.iconfinder.com/data/icons/inside/PNG/128x128/icontexto-inside-orkut.png" width="40" height="40" title="Torne-e membro da comunidade no Orkut" /></a> </div> <div style="float:right; width:50px"><a href="http://www.facebook.com/profile.php?id=100002208118480" target="_blank"><img src="http://cdn4.iconfinder.com/data/icons/inside/PNG/128x128/icontexto-inside-facebook.png" width="40" height="40" title="Torne-e membro da comunidade no Facebook" /></a> </div> <div style="float:right; width:50px"><a href="http://twitter.com/l2Hiroshy" target="_blank"><img src="http://cdn4.iconfinder.com/data/icons/inside/PNG/128x128/icontexto-inside-twitter.png" width="40" height="40" title="Siga-nos no Twitter" /></a></div> </div> <div style="clear:both"></div> <br /> <a style="font-size:80%" href="http://www.l2hiroshy.com" target="_blank">Site L2hiroshy</a></div> </div> <div class='clear'></div> </div></div> </div> <!-- spacer for skins that want sidebar and main to be the same height--> <div class='clear'></div> </div> </div> <!-- end content-wrapper --> <div id='footer-wrapper'> <div class='footer section' id='footer'></div> </div> </div> <!-- end outer-wrapper --> <!-- begin.RODAPE --> <div id='rodape'> <div id='logo-rodape'> <div id='texto-rodape'>Copyright l2hiroshy Corporation todos os direitos reservados.</div> <div id='link-rodape'> <address> <a href='#' target='_blank' title='Template desenvolvido por: l2hiroshy Corporation'>Template desenvolvido por:l2hiroshy Corporation</a> </address> </div> </div> </div> <!-- end.RODAPE --> <!-- Inicio do codigo de navegacao --> <script type='text/javascript'> var pageCount=5; var displayPageNum=5; var upPageWord ='Anterior'; var downPageWord ='Próximo'; </script> <script src='http://blogergadgets.googlecode.com/files/blogger-page-navi.v1.js' type='text/javascript'></script> <!-- Final do codigo de navegacao --> <script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/4290687098-widgets.js"></script> <script type='text/javascript'> window['__wavt'] = 'AOuZoY4pFl-bJBUlZQfMnfCfNay3-ux8-Q:1714774359864';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d7859564063019340945','//hiroshyl2.blogspot.com/p/contato.html','7859564063019340945'); _WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '7859564063019340945', 'title': 'Blog Do hiroshy', 'url': 'http://hiroshyl2.blogspot.com/p/contato.html', 'canonicalUrl': 'http://hiroshyl2.blogspot.com/p/contato.html', 'homepageUrl': 'http://hiroshyl2.blogspot.com/', 'searchUrl': 'http://hiroshyl2.blogspot.com/search', 'canonicalHomepageUrl': 'http://hiroshyl2.blogspot.com/', 'blogspotFaviconUrl': 'http://hiroshyl2.blogspot.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': false, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'pt-BR', 'localeUnderscoreDelimited': 'pt_br', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Blog Do hiroshy - Atom\x22 href\x3d\x22http://hiroshyl2.blogspot.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22Blog Do hiroshy - RSS\x22 href\x3d\x22http://hiroshyl2.blogspot.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Blog Do hiroshy - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/7859564063019340945/posts/default\x22 /\x3e\n', 'meTag': '', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/a26ecadc30bb77e6', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Gerar link', 'key': 'link', 'shareMessage': 'Gerar link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Compartilhar no Facebook', 'target': 'facebook'}, {'name': 'Postar no blog!', 'key': 'blogThis', 'shareMessage': 'Postar no blog!', 'target': 'blog'}, {'name': 'Twitter', 'key': 'twitter', 'shareMessage': 'Compartilhar no Twitter', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Compartilhar no Pinterest', 'target': 'pinterest'}, {'name': 'E-mail', 'key': 'email', 'shareMessage': 'E-mail', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27pt_BR\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Leia mais', 'pageType': 'static_page', 'pageId': '4690441788630686685', 'pageName': 'Contato', 'pageTitle': 'Blog Do hiroshy: Contato'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Editar', 'linkCopiedToClipboard': 'Link copiado para a \xe1rea de transfer\xeancia.', 'ok': 'Ok', 'postLink': 'Link da postagem'}}, {'name': 'template', 'data': {'name': 'custom', 'localizedName': 'Personalizar', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': true}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'Contato', 'description': '/** * Includes a Form with javascript * @param {Object} formId * @param {Object} initialHeight * @param {Object} iframeCode */ fu...', 'featuredImage': 'https://lh3.googleusercontent.com/blogger_img_proxy/AEn0k_vwb3HuOkdUev3McRBO4kv-aHJmw2b7YOZ-Ht5-pQKlSw6YjJQ_L12fuHrCjrIu0D2KNFX74YzdZeu8en3g6bgHzYFhDvZf5OtGS73TfvmKpwD9GBP7jARPGw4LlNye5Cp4yaTJZX0rZGcuQlgyRW9mbCB0YWLkIg', 'url': 'http://hiroshyl2.blogspot.com/p/contato.html', 'type': 'item', 'isSingleItem': true, 'isMultipleItems': false, 'isError': false, 'isPage': true, 'isPost': false, 'isHomepage': false, 'isArchive': false, 'isLabelSearch': false, 'pageId': 4690441788630686685}}]); _WidgetManager._RegisterWidget('_NavbarView', new _WidgetInfo('Navbar1', 'navbar', document.getElementById('Navbar1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_PageListView', new _WidgetInfo('PageList1', 'sidebar', document.getElementById('PageList1'), {'title': 'P\xe1ginas', 'links': [{'isCurrentPage': false, 'href': 'http://hiroshyl2.blogspot.com/', 'title': 'In\xedcio'}, {'isCurrentPage': false, 'href': 'http://hiroshyl2.blogspot.com/p/info-l2-hiroshy_13.html', 'id': '2486821489078133063', 'title': 'Info L2 Hiroshy'}, {'isCurrentPage': false, 'href': 'http://hiroshyl2.blogspot.com/p/historia-do-l2.html', 'id': '6549530172334298347', 'title': 'Historia do L2'}, {'isCurrentPage': false, 'href': 'http://hiroshyl2.blogspot.com/p/radio.html', 'id': '8173395722623631581', 'title': 'Radio'}, {'isCurrentPage': true, 'href': 'http://hiroshyl2.blogspot.com/p/contato.html', 'id': '4690441788630686685', 'title': 'Contato'}], 'mobile': false, 'showPlaceholder': true, 'hasCurrentPage': true}, 'displayModeFull')); _WidgetManager._RegisterWidget('_LabelView', new _WidgetInfo('Label1', 'sidebar', document.getElementById('Label1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/2706874810-lbx__pt_br.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/13464135-lightbox_bundle.css'}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML1', 'sidebar2', document.getElementById('HTML1'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML2', 'sidebar2', document.getElementById('HTML2'), {}, 'displayModeFull')); _WidgetManager._RegisterWidget('_HTMLView', new _WidgetInfo('HTML3', 'sidebar2', document.getElementById('HTML3'), {}, 'displayModeFull')); </script> </body> </html>