Você está na página 1de 11

A Fine Week

http://www.fanfiction.net/s/3528775/1/ Author: <html><head> Chapter 1 <meta charset='utf-8'>

<META NAME='ROBOTS' CONTENT='NOARCH

Saved by Fanfiction Downloader Program, Updates: http://www.home-eisele.de

Bugs, Errors, Problems: raimond@home-eisele.de

Kapitel 222
<script> function render_login(uname) { var s = "<a href='https://www.fanfiction.net/login.php' style='color:orange;'>"+uname+" | <a href='https://www.fanfiction.net/logout.php' style='color:white;'>Logout"; return s; } </script> <script> if(XUNAME) { document.write(render_login(XUNAME)); } else { document.write("<a href='https://www.fanfiction.net/login.php' style='color:white;'>Login | <a href='https://www.fanfiction.net/signup.php' style='color:white;'>Sign Up"); } </script><a href='http://www.fanfiction.net/' style='font-weight:bold;border:none;'>FanFiction.Net | unleash your imagination <a href='http://www.fanfiction.net/' id=menu-home class='menu-link' style='padding-left:0px;'>Browse <a href='http://www.fanfiction.net/j/0/0/0/' id=menu-justin class='menu-link'>Just In <a href='http://www.fanfiction.net/communities/' id=menu-community class='menu-link'>Communities <a href='http://www.fanfiction.net/forums/' id=menu-forum class='menu-link'>Forums <a href='http://www.fanfiction.net/betareaders/' id=menu-beta class='menu-link'>Betas <a href='http://www.fanfiction.net/search.php' id=menu-search class='menu-link'>Search <a href='http://m.fanfiction.net/m/yes_mobile.php'>Mobile <FORM method=get action='http://www.fanfiction.net/search.php'> <input class=searchfield type=text name='keywords' placeholder="Search" title='Search' style='width:100px'> <input type=hidden name=ready value=1> </FORM> Browse &#187; <a href='http://www.fanfiction.net/anime/'>Anime <a href='http://www.fanfiction.net/crossovers/anime/' title='anime crossovers' style='border:0px;'> . <a href='http://www.fanfiction.net/book/'>Books <a href='http://www.fanfiction.net/crossovers/book/' title='book crossovers' style='border:0px;'> . <a href='http://www.fanfiction.net/cartoon/'>Cartoons <a href='http://www.fanfiction.net/crossovers/cartoon/' title='cartoon crossovers' style='border:0px;'> . <a href='http://www.fanfiction.net/comic/'>Comics <a href='http://www.fanfiction.net/crossovers/comic/' title='comic crossovers' style='border:0px;'> . <a href='http://www.fanfiction.net/game/'>Games <a href='http://www.fanfiction.net/crossovers/game/' title='game crossovers' style='border:0px;'> . <a href='http://www.fanfiction.net/misc/'>Misc <a href='http://www.fanfiction.net/crossovers/misc/' title='misc crossovers' style='border:0px;'> . <a href='http://www.fanfiction.net/movie/'>Movies <a href='http://www.fanfiction.net/crossovers/movie/' title='movie crossovers' style='border:0px;'> . <a href='http://www.fanfiction.net/play/'>Plays <a href='http://www.fanfiction.net/crossovers/play/' title='play crossovers' style='border:0px;'> . <a href='http://www.fanfiction.net/tv/'>TV <a href='http://www.fanfiction.net/crossovers/tv/' title='tv crossovers' style='border:0px;'> Just In &#187; <a href='http://www.fanfiction.net/j/0/0/0/'>All . Stories: <a href='http://www.fanfiction.net/j/0/1/0/'>New . <a href='http://www.fanfiction.net/j/0/2/0/'>Updated . Crossovers: <a href='http://www.fanfiction.net/j/0/3/0/'>New . <a href='http://www.fanfiction.net/j/0/4/0/'>Updated Communities &#187; <a href='http://www.fanfiction.net/communities/general/0/'>General . <a href='http://www.fanfiction.net/communities/anime/'>Anime . <a href='http://www.fanfiction.net/communities/book/'>Books . <a href='http://www.fanfiction.net/communities/cartoon/'>Cartoons . <a href='http://www.fanfiction.net/communities/comic/'>Comics . <a href='http://www.fanfiction.net/communities/game/'>Games . <a href='http://www.fanfiction.net/communities/misc/'>Misc . <a href='http://www.fanfiction.net/communities/movie/'>Movies . <a

href='http://www.fanfiction.net/communities/play/'>Plays . <a href='http://www.fanfiction.net/communities/tv/'>TV Forums &#187; <a href='http://www.fanfiction.net/forums/general/0/'>General . <a href='http://www.fanfiction.net/forums/anime/'>Anime . <a href='http://www.fanfiction.net/forums/book/'>Books . <a href='http://www.fanfiction.net/forums/cartoon/'>Cartoons . <a href='http://www.fanfiction.net/forums/comic/'>Comics . <a href='http://www.fanfiction.net/forums/game/'>Games . <a href='http://www.fanfiction.net/forums/misc/'>Misc . <a href='http://www.fanfiction.net/forums/movie/'>Movies . <a href='http://www.fanfiction.net/forums/play/'>Plays . <a href='http://www.fanfiction.net/forums/tv/'>TV Browse for <a href='http://www.fanfiction.net/betareaders/'>Beta Readers <FORM method=get name='topx_search' action='http://www.fanfiction.net/search.php'> <label for='keyword'>Search &#187; </label> <TD valign=middle> <SELECT title='Search types' Name=type> <option value=story selected>Story <option value=author >Author <option value=forum>Forum <option value=community>Community </SELECT> <TD valign=middle > <INPUT id=keyword style='padding:2px' placeholder='Keywords' title='Search' TYPE=text name='keywords' size=20 maxlength=50> <TD valign=middle> <INPUT TYPE=submit value=Go> <INPUT TYPE=hidden name=ready value=1> </FORM> <script> function xmenu_render() { $(function() { var xmenu_active = null; $('.menu-link').hover( function() { var xwin_width = $(window).width(); if(xmenu_active != $(this).attr('id')) { if(!$('#'+xmenu_active+'-c')) { return; } if(xmenu_active) { $('#'+xmenu_active+'-c').hide(); } xmenu_active = $(this).attr('id'); var xparent = $('#'+ $(this).attr('id') + '-c'); if(xparent.length) { xparent.show(); } else { return; } var xchild = $('#'+ $(this).attr('id') + '-c-i'); if(!xchild.length) { return; } var in_width = xchild.width(); //cal position to display var new_x = $(this).position().left 10; //console.log(new_x + ':'+ in_width + ':' + xwin_width); xchild.css('position','relative'); xchild.css('left', new_x + 'px'); } }, function() {} ); }); }; xmenu_render();</script> <script> if(getCookie('adblocker') < 1) { GA_googleFillSlot('ff_banner_728x90'); } </script> <a class=xcontrast_txt href='/anime/'>Anime/Manga &#187; <a class=xcontrast_txt href="/anime/Prince-of-Tennis/">Prince of Tennis &#187; <script> function toggleFontColor() { if(myfontcolorstyle == 'light') { updateFontColor('dark'); } else { updateFontColor('light'); } } </script><tbody><td><tbody><tr class='alt2'> A Fine Week Author: <a href='/u/628690/vierblith'>vierblith <a title="Send Private Message" href='https://www.fanfiction.net/pm2/post.php?uid=628690'>PM TezukaFuji. Rumors are fluttering. A weeks' thought constrains the truth. 'You can never claim that a particular thought is correct forever and ever, but the thought can be correct from where you stand.' COMPLETE! [sequel to Fallen Angel][minor changes] Rated: <a href='http://www.fictionratings.com/' target='rating'>Fiction T - English - Romance - Fuji S. & Tezuka K. - Chapters: 9 - Words: 23,746 - Reviews: <a href='/r/3528775/'>155 - Favs: 87 - Follows: 28 - Updated: 05-22-07 - Published: 05-08-07 - Status: Complete - id: 3528775 <tr class='alt1'> <a title="Increase Font Size" href="javascript:updateFontSize('u');" >A <a title="Decrease Font Size" href="javascript:updateFontSize('d');" >a <a title="Use Verdana Font" href="javascript:updateFontStyle('Verdana');" style='font-family:Verdana'>Abc <a title="Use Arial Font" href="javascript:updateFontStyle('Arial');" style='font-family:Arial;'>Abc <a title="Use Sans-serif Font" href="javascript:updateFontStyle('Sans-serif');" style='font-family:Sans-serif'>Abc <a href='#' onclick='updateFontWidth(100);'>Full <a href='#'

onclick='updateFontWidth(75);'>3/4 <a href='#' onclick='updateFontWidth(50);'>1/2 <a href='#' onclick='updateFontHeight("u");'>Expand <a href='#' onclick='updateFontHeight("d");'>Tighten <SELECT id=chap_select title="Chapter Navigation" Name=chapter onChange="self.location = '/s/3528775/'+ this.options[this.selectedIndex].value + '/A-Fine-Week';"><option value=1 selected>1. Prologue<option value=2 >2. Chapter 1 Monday<option value=3 >3. Chapter 2 Tuesday<option value=4 >4. Chapter 3 Wednesday<option value=5 >5. Chapter 4 Thursday<option value=6 >6. Chapter 5 Friday<option value=7 >7. Chapter 6 Saturday<option value=8 >8. Chapter 7 Sunday<option value=9 >9. Epilogue</select> <INPUT TYPE=BUTTON Value=' Next > ' onClick="self.location='/s/3528775/2/A-Fine-Week'"> </tbody> </tbody> <!-- end table --> <script> document.write(' .storytext { width: '+myfontwidth+'%; font-size:' + (1 + myfontoffset) + 'em; font-family: "'+myfontstyle+'"; line-height: '+myfontheight+'; text-align: left; color: '+myfontcolor+';} '); if(typeof myfontcolorstyle != 'undefined') { updateFontColor(myfontcolorstyle); } $().ready(function() { $.get('http://www.fanfiction.net/eye/2/1/11038346/3528775/'); //record eye stats }); </script> A Fine Week oOo Disclaimer: me no richie therefore PoT me no ownie. Mou, I wish I could be adopted by Konomi-sensei or the animators Warnings: shounen ai. OOCness, presence of OC Pairings: TeFu (I'm loyal and biased they're the embodiment of love), and other Seigaku pairings implied Summary: Sequel to Fallen Angel. Tezuka and Fuji are together, rumors say. Then, there's this week-long vacation for Seigaku Regulars (I suck at summaries. Just read it.) a/n: I'm back. So soon. I haven't even read your reviews for fallen angel yet. I said I'd publish on Kaidoh's birthday, but I know that you were saddened by the epilogue so here it is. Drr. I feel sleepy, but there's something I need to do so I need to keep awake. What better way than to create another story? Oh, well. Nyer it isn't as moving as Fallen Angel; it's more cute than touching. But, woosh, the 8th chappie is just... haha. Can't spoil you. Give it a try, ne? oOo Irrational impulses determine what we say, what we dream and what we do. Sophie's World, Jostein Gaarder. Chapter One The Nationals was long over and third year students were preparing for their high school application. And yet Seigaku tennis club's buchou was always seen with the resident tensai. They went to the library together. They ate lunch together. They walked home together. The student body didn't have musings, but it wondered. Most assumed that Tezuka-sama and Fuji-kun were just really good friends. After all, the buchou and the tensai have been on the same team for three years. They were even classmates in second year. Perhaps, they were just, well, close? But some doubted it. Even Oishi and Kikumaru didn't go home together everyday, did they? And they were the Golden Pair. Well, Echizen and Momoshiro did, some said. They even grabbed burgers together

What was the issue anyway? Some had asked. It was their business, what they did. But what if they were dating? Some whispered. Highly uncertain, some had remarked. Tezuka-sama and Fuji-kun were too different. Besides, they didn't look the type. The former was brought up to tradition and the latter was always popular with girls. Maa most women went. Who cared? When they were together, admirers could approach them easily. That was what mattered. And they looked beautiful together, right, "Fuji is Prince" club president? Hai! There was a nod of agreement. Sugoi Wasn't that wrong? What was wrong if they really liked each other? Boy love wasn't really accepted in society, whatever shoujo mangas said Iie, if they were really happy The murmurs died as a rather short boy entered the class 3-1 as students were packing to leave. He definitely heard the mutterings, but he was still smiling. "Tezuka," Fuji said in his usual mellow voice. Tezuka didn't look up from his bag. "Ryuzaki-sensei wanted to see us," said Fuji, wearing that slight smile of his. He was aware that people stopped and glanced at the mention of 'us'. "She said she wanted to talk to the tea "Ahh," said the buchou coolly. He grabbed his bag and headed to the door, followed by the good-natured smaller boy. If, one asked, they were dating Tezuka-sama would have said more, ne? "You shouldn't have entered," said Tezuka tonelessly as he and the tensai walked down the ha "Why?" asked Fuji, smiling innocently. "They were" Tezuka stopped, thinking. "Talking about us?" offered Fuji helpfully. "Hn." The tensai broadened his smile. "I don't mind it much," he said. He turned inquiringly at the buchou. "Do you?" Not saying a word, Tezuka ambled on. Fuji smiled. "I won't do that again," he said, "But I did want to be the one to call you." The buchou knew that the smaller boy was a little wistful. He wanted to pat the latter and give his assurance, but he couldn't, not with everyone's watching eyes. "It's all right," he said calmly. "Ah, buchou," said a gleeful Momoshiro as Tezuka and Fuji entered the faculty room. The rest of the regulars were gathered around Ryuzaki-sensei. "Since you're all here" Ryuzaki-sensei started, "I'm going to share some good news." She gazed around, grinning, perhaps enjoying the look of anticipation in her charges' faces. "Nya? What is it?" asked Eiji whose eyes were dancing with eagerness.

Laughing, Ryuzaki-sensei went, "Well, the school principal decided to send you to a week-long vacation to a private resort in Kawasaki to thank you for winning the Nationals." "Honto?" asked Momoshiro, almost pounding the table in excitement. "Yes," said Ryuzaki-sensei. "And what's better, I won't be going with you." "Why?" asked a worried-looking Oishi. "Sensei, you deserve this break as much as we do." "Don't worry," said Ryuzaki-sensei reassuringly. "The principal offered me a different treat. Besides, I won't be having fun if I'll be chaperoning you, ne?" She eyed the boys tauntingly. "Hoi! Hoi! A vacation!" yelled Eiji, bouncing around happily. "A vacation for us!" Trying to calm his doubles partner, Oishi tugged at Eiji's clothes and turned to their coach. "Arigatou," said the fukubuchou. Once out of the room, Fuji halted in his steps and glanced at the buchou. "Are we going home, Tezuka nodded. "Hn." Fuji's beam broadened. "Do you think we could drop by the bookstore? There's something I meant to buy maybe I could bring it to the resort." "Sure," said Tezuka. As they trodded down the sidewalk, Fuji watched Tezuka's calm and collected face. The tensai smiled widely. Just being in the company of the buchou his buchou relieved him of everything. That was probably the same reason why he found himself beside Tezuka almost everyday in the past three years. Tezuka gave him comfort that required no physical contact. Tezuka understood him without the need of words. Being in Tezuka's presence was assurance enough to the tensai. But sometimes, Fuji wished he could hold Tezuka's long and nimble fingers as they trudged down the street. However, they still needed time. People were all around, watching and disapproving. "What are you thinking of?" asked Tezuka, sounding so detached and uncaring. Fuji smiled. Beyond the blank visage, he knew, was the silent concern of the buchou. "Us," he said simply. The staid look in Tezuka's face faltered a little and gave way to thoughtfulness. Resting a hand on Tezuka's shoulder, Fuji went, "Saa don't worry, I was just drifting off." He fixed his smile to a bright, sincere one. "Ahh," said Tezuka coolly, staring straight ahead. Fuji smiled and dropped his hand to his side and walked on. The bookshop was quiet when Fuji and Tezuka entered it. Tezuka followed silently as Fuji led the way to the fiction section. He watched as Fuji grabbed a paperback with a metallic blue cover. The latter smiled at him and he smiled back a little.

"This," he said indicating the book, "is Sophie's World. Have you read it before?" Tezuka shook his head. "No." "They said it's very good. It's about philosophy," said Fuji cheerfully. "In fiction?" asked Tezuka, frowning. "Ahh," said Fuji with an affirmative nod. "But it might be difficult to read you think you can help me?" The smile in Fuji's face was bright, Tezuka noted. The buchou doubted whether the tensai would have any difficulty in reading an English book. All the same, Tezuka nodded. "Yes." He knew that was Fuji's way of asking if they could read together. "Arigatou," said Fuji with a true smile. The rest of the walk to Fuji's home was a silent one. Fuji didn't really mind. They never had to talk a lot and Fuji liked it that way. He also knew that Tezuka found the quiet similarly peaceful and comforting. Fuji watched and waited by the doorway as Tezuka disappeared from view. He recently realized that they weren't what the others would call a normal couple setting their gender aside, of course. They were in love and inseparable, but they didn't go to dates. It would have been too much publicity for their relationship and it would confirm rumors all over school. Fuji didn't even dare risk the idea of being seen holding hands with Tezuka because the tensai worried for the latter. The Fuji family knew about Tezuka. They saw the buchou's devotion when the tensai was sick. Tezuka was accepted without question. Yoshiko and Yumiko were both jubilant, even Yuuta seemed happy for his aniki. On Tezuka's side, Ayana favored Fuji, too. She once said that Fuji's smile could sometimes be contagious and she felt so wonderful whenever she saw her stone-cold son smile once in a while. Kuniharu learned to accept his son's decision and choice, he believed that the young Tezuka was matured enough to know what was good for himself. The problem lay, however, on Tezuka's ojiisan. He was strict and traditional. Neither Fuji nor Tezuka had any idea how Kunikazu would take the news of his grandson being in love with another boy. Fuji would have bet on fury and denial. He could've accepted those things for himself, but never for Tezuka. Tezuka Kunikazu was the greatest influence on Tezuka Kunimitsu's life. At last, Fuji entered the house and headed for his room. His relationship with Tezuka was already going on well. But he had the gut feeling that things would be better come the week-long vacation. And he swore to do everything within his power to make things perfect. oOo a/n: mou, that was just an intro I'm supposed to be writing the last chappie of this oh, well <SELECT id=chap_select title="Chapter Navigation" Name=chapter onChange="self.location = '/s/3528775/'+ this.options[this.selectedIndex].value + '/A-Fine-Week';"><option value=1 selected>1. Prologue<option value=2 >2. Chapter 1 Monday<option value=3 >3. Chapter 2 Tuesday<option value=4 >4. Chapter 3 Wednesday<option value=5 >5. Chapter 4 Thursday<option value=6 >6. Chapter 5 Friday<option value=7 >7. Chapter 6 Saturday<option value=8 >8. Chapter 7

Sunday<option value=9 >9. Epilogue</select> <INPUT TYPE=BUTTON Value=' Next > ' onClick="self.location='/s/3528775/2/A-Fine-Week'"> textarea { line-height: 125%; overflow:auto; } input:hover, textarea:hover, input:focus, textarea:focus { border-color: #C9C9C9; -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px; } .submit input { cursor: pointer; margin:0 0 0 0; padding:5px; background: #617798; border: 0; color: #FFFFFF; filter:none; } /*.placeholder { color:gray; }*/ .xinput_style:hover { cursor: pointer; border-color: #C9C9C9; box-shadow: rgba(0,0,0, 0.6) 0px 0px 3px; -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 0px 3px; } .xinput_style { cursor: pointer; margin:0px; color:black; vertical-align: middle; padding:4px; border: solid 1px #d4d4d4; outline: none; background-color:white; background: -webkit-gradient(linear, left top, left 30, from(#FFFFFF), color-stop(4%, #EFEFEF), to(#FFFFFF)); background: -moz-linear-gradient(top, #FFFFFF, #EFEFEF 1px, #FFFFFF 30px); box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px; -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px; -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 3px; } .xinput_style input[type='checkbox'] { vertical-align:middle; position:relative; top:-1px; border:none; background:none; box-shadow: none; } .share_link a { color: black; text-decoration:none; } <script> function review_init() { if(XUNAME) { $('#review_name').html("Posting as: " + XUNAME + ''); $('#login_providers').hide(); $('#alert_subs').show(); } else { //$('#review_name').html("<input type=text name='name' placeholder='Name:'>"); $('#login_providers').show(); $('#alert_subs').hide(); } } //call back function login_success_default() { $('#name_login').html(render_login(XUNAME)); //you have now logged in xtoast("You have logged-in as "+XUNAME+'.'); //close all open dialogs $.modal.close(); } function login_success() { login_success_default(); review_init(); } function self_login(target) { xwindow('https://www.fanfiction.net/api/login_state_proxy.php?src=popup&target='+target,450, 0); } function xtoast(msg,timeout) { $.toast({ message: msg, displayTime: timeout ? timeout : 2500 }); } function post_q() { if(!XUNAME) { please_login(); return; } $('#q_submit').toggle(); $('#q_working').toggle(); $.post('/api/ajax_subs.php', { storyid: storyid, userid: userid, authoralert: $('#q_follow_author').attr('checked') ? 1 : 0, storyalert: $('#q_follow_story').attr('checked') ? 1 : 0, favstory: $('#q_fav_story').attr('checked') ? 1 : 0, favauthor: $('#q_fav_author').attr('checked') ?1:0 }, function(data) { //console.log(data); //alert(data); if(data.error) { $('#q_submit').toggle(); $('#q_working').toggle(); xtoast("We are unable to process your request due to an network error. Please try again later."); } else { xtoast("We have successfully processed the following:" + data.payload_data,3500); $('#q_submit').toggle(); $('#q_working').toggle(); } }, 'json' ).error(function() { xtoast("We are unable to process your request due to an network error. Please try again later."); $('#q_submit').toggle(); $('#q_working').toggle(); }); } function please_login() { $('#please_login').html("Please login or signup to access this fea " + $('#login_providers').html()); $('#please_login').modal({overlayClose:true}); } function post_review() { var review = $('#review_review').val(); var name = $('#review_name_value') ? $('#review_name_value').val() : ''; //make sure we don't submit default if(review == "Type your review here." || review == "Type your review for this chapter here." || review == $('#review_review_default').val() || review == '') { xtoast("Please type up your review for this story."); return; } $('#review_postbutton').val("Posting. Please wait..."); $('#review_postbutton').attr('disabled','disabled'); $.post('/api/ajax_review.php', { storyid: storyid, storytextid: storytextid, chapter: chapter, authoralert: $('#review_authoralert').attr('checked') ? 1 : 0, storyalert:

$('#review_storyalert').attr('checked') ? 1 : 0, favstory: $('#review_favstory').attr('checked') ? 1 : 0, favauthor: $('#review_favauthor').attr('checked') ? 1 : 0, name: name, review: review }, function(data) { //console.log(data); //alert(data); if(data.error) { $('#review_postbutton').val('Post Review'); $('#review_postbutton').removeAttr('disabled'); xtoast("We are unable to post your review due to the following reason: " + data.error_msg); } else { xtoast("The author would like to thank you for your continued support. Your review has been posted.",3500); review_success(); } }, 'json' ).error(function() { xtoast("We are unable to process your review due to an network error. Please try again later."); $('#review_postbutton').val("Post Review"); $('#review_postbutton').removeAttr('disabled'); }); } function review_success() { $('#review').hide(); $('#review_success').show(); //must clear textarea of auto-save would save old data $('#review_review').val(''); if(!$.storage) { $.storage = new $.store(); //console.log('new storage'); } $.storage.del('review:3528775:1'); //console.log('del review:3528775:1'); } function review_failure() { } $().ready(function() { review_init(); }); </script> The author would like to thank you for your continued support. Your review has been posted. <Tr> <Td > <input type=text name='name' id='review_name_value' maxlength=16 placeholder="Name:" style='padding:0.5em;width:98%;'> <input type=hidden name=name_default id='review_name_default' value="Name:"> <input type=hidden name=review_default id='review_review_default' value="Type your review for this chapter here."> <textarea rows=10 placeholder="Type your review for this chapter here." name=review id=review_review style='min-width:500px;max-width:975px;padding:0.5em;width:98%'></textarea> Favorite: Story <input type=checkbox name=favstory id=review_favstory> Author <input type=checkbox name=favauthor id=review_favauthor> Follow: Story <input type=checkbox name=storyalert id=review_storyalert> Author <input type=checkbox name=authoralert id=review_authoralert> Login &#187; FanFiction FictionPress Google Facebook Twitter <input type=button onClick='post_review();' id=review_postbutton value="Post Review"> </Td> Login with a Site or Network Account to submit a signed review. <script src='http://ffcdn2012.fictionpressllc.netdna-cdn.com/static/scripts/jquery.jstore_01_09_2012.js' script> <script> $().ready(function(){ if(!$.storage) { $.storage = new $.store(); //init } var t_read = $.storage.get('review:3528775:1'); if(t_read && t_read.length > 0 ) { //alert('recovered data' + t_read); var temp = $('textarea#review_review').val(); //NO SPACES .replace(/^\s+|\s+$/g,'') if(!temp || temp.length == 0 || temp == "Type your review here.") { //alert('set good'); $('textarea#review_review').val(t_read); //console.log('got'+t_read); } } else { //alert('no data'); } var rTimer = setInterval(saveReview, 2000); //every 2s function saveReview() { var temp = $('textarea#review_review').val(); //make sure we don't save spaces .replace(/^\s+|\s+$/g,''); if(temp && temp.length > 0 && temp != "Type your review here.") { $.storage.set('review:3528775:1', temp); //console.log('set'+temp); } } }); </script> Favorite: Story <input type=checkbox id=q_fav_story> Author <input type=checkbox id=q_fav_author> | Follow: Story <input type=checkbox id=q_follow_story> Author <input type=checkbox id=q_follow_author> <a href='javascript:post_q();' id='q_submit'>Save Working... Share: <a class=share_link href='https://plus.google.com/share?url=http%3A%2F%2Fwww.fanfiction.net%2Fs%2F352877 2F1%2F'>Google . <a class=share_link href='http://www.facebook.com/sharer.php?u=http%3A%2F%2Fwww.fanfiction.net%2Fs%2F3

8775%2F1%2F' target=_new>Facebook . <a class=share_link href='http://twitter.com/home?status=Reading+story%3A+http%3A%2F%2Fwww.fanfiction.net 2Fs%2F3528775%2F1%2F' target=_new>Twitter . <a class=share_link href='http://www.tumblr.com/share/link?url=http%3A%2F%2Fwww.fanfiction.net%2Fs%2F3528 5%2F1%2F'>Tumblr <script> /*xing modified 6/27/2012*/ jQuery.fn.fixed_center = function () { var isCrapBrowser = (/kindle|silk|msie 6/i.test(navigator.userAgent.toLowerCase())); var hPort = $(window).height() / 2; var wPort = $(window).width() / 2; //= ($(window).height() != 0) ? (this.outerHeight() + $(window).scrollTop()) / $(window).height() : 1; //var widthRatio = ($(window).width() != 0) ? (this.outerWidth() + $(window).scrollLeft()) / $(window).width() : 1; var hFinal = hPort - (this.outerHeight() / 2); var wFinal = wPort - (this.outerWidth() / 2); var sTop = $(window).scrollTop(); //fix retarded browsers if(isCrapBrowser && hFinal <= sTop && sTop > 200) { hFinal = sTop + 200; //alert('kindle fixed crap'); } this.css({ position: 'fixed', margin:0, top: hFinal + 'px', left: wFinal + 'px'}); return this; }; </script> <script> if(getCookie('adblocker') < 1) { GA_googleFillSlot('ff_text_728x90_bottom'); } </script>

The END

Você também pode gostar