Guest User

Untitled

a guest
Mar 15th, 2019
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.81 KB | None | 0 0
  1.  
  2.  
  3. <html>
  4. <head>
  5.  
  6. <title></title>
  7. <meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
  8. <link href='http://fonts.googleapis.com/css?family=Roboto:100,300,400,600' rel='stylesheet' type='text/css'>
  9. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  10. <link href='https://fonts.googleapis.com/css?family=PT+Sans+Narrow:700' rel='stylesheet' type='text/css'>
  11. <link href='https://fonts.googleapis.com/css?family=PT+Serif' rel='stylesheet' type='text/css'>
  12. <link href='https://fonts.googleapis.com/css?family=Karla' rel='stylesheet' type='text/css'><link href='https://fonts.googleapis.com/css?family=Source+Code+Pro' rel='stylesheet' type='text/css'>
  13.  
  14.  
  15. <!--- THIS IS THE SCRIPT FOR A FANCY HOVER -->
  16. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  17. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  18. <script>
  19. (function($){
  20. $(document).ready(function(){
  21. $("a[title]").style_my_tooltips({
  22. tip_follows_cursor:true,
  23. tip_delay_time:90,
  24. tip_fade_speed:600,
  25. attribute:"title"
  26. });
  27. });
  28. })(jQuery);
  29. </script>
  30.  
  31. <style>
  32.  
  33. /* initial design @desmund, @bates, @minna: instructions, cleanup and extras added by @leah; instagram scroll taken from @tentacool */
  34.  
  35. @font-face{font-family: instastory; src:url("https://dl.dropbox.com/s/p390okthfpau2od/SF-UI-Text-Medium.ttf");}
  36. @font-face{font-family: instawords; src:url("https://dl.dropbox.com/s/ek441voxv6iacgm/proximanovalight.ttf");}
  37.  
  38. body {
  39. padding-top: 50px;
  40. background-color: #fefefe;
  41. }
  42.  
  43. /* "homepage" - change background colour, fonts, etc here. */
  44. #container {
  45. margin: 0 auto;
  46. width: 700px;
  47. padding-top: 20px;
  48. padding-bottom: 20px;
  49. background-color: rgba(255,255,255,0.5);
  50. }
  51.  
  52. #headline {
  53. font-family: 'karla', helvetica, sans-serif;
  54. font-weight: 700;
  55. font-size: 28px;
  56. line-height: 90px;
  57. text-transform: lowercase;
  58. color:#222;
  59. text-align:center;
  60. }
  61.  
  62. #navigation {
  63. width:700px;
  64. margin: 0 auto;
  65. position: relative;
  66. }
  67.  
  68. .date {
  69. color: #333;
  70. display: block;
  71. font-family: 'karla', helvetica, serif;
  72. font-size: 13px;
  73. font-weight: 400;
  74. letter-spacing: 0.4px;
  75. line-height: 110%;
  76. text-align:center;
  77. text-transform:lowercase;
  78. padding:0;
  79. }
  80.  
  81. .type {
  82. font-family: 'karla', helvetica, serif;
  83. font-size: 10px;
  84. line-height:100%;
  85. font-weight: 100;
  86. letter-spacing: 0.4px;
  87. text-transform: lowercase;
  88. padding-bottom:5px;
  89. padding-top:2.5px;
  90. text-align:center;
  91. margin:0;
  92. color:#676767;
  93. }
  94.  
  95. .block {
  96. max-width:100px;
  97. display:inline-block;
  98. width: 75px;
  99. position:relative;
  100. text-align:center;
  101. }
  102.  
  103. .object {
  104. margin:0 auto;
  105. }
  106.  
  107. .icon {
  108. height: 34px;
  109. }
  110.  
  111. /* title on each popup, change font size or font here */
  112. .subhead {
  113. font-family: quicksand, sans-serif;
  114. font-size: 25px;
  115. line-height: 100%;
  116. letter-spacing: 1px;
  117. text-transform: uppercase;
  118. display:block;
  119. color:#444;
  120. }
  121.  
  122. /* popup - no altering needed. */
  123. #fade {
  124. display: none;
  125. background: #000;
  126. position: fixed;
  127. left: 0;
  128. top: 0;
  129. width: 100%;
  130. height: 100%;
  131. opacity: .5;
  132. z-index: 9999;
  133. }
  134.  
  135. .popup_block {
  136. display: none;
  137. background: #FFFFFF;
  138. padding: 20px;
  139. float: left;
  140. position: absolute;
  141. top: 50%;
  142. left: 50%;
  143. z-index: 99999;
  144. opacity: 1;
  145. max-height:430px;
  146. overflow:auto;
  147. text-align:justify;
  148. font-family: helvetica neue, roboto condensed, helvetica, arial;
  149. font-size:13px;
  150. line-height:15px;
  151. letter-spacing:0px;
  152. text-transform:none;
  153. }
  154.  
  155. /* makes the neat looking hover box, do not alter */
  156. #s-m-t-tooltip {max-width:200px; width:auto; padding:3px 5px; margin:5px 0px 0px 10px; background-color: rgba(239, 239, 239,0.9); font-family: karla, helvetica, arial; font-size:7px; letter-spacing:+1px; text-transform:uppercase; text-align: justify; color:#222; z-index:999999999999999999; -moz-box-shadow: 1px 2px 1px rgba(0,0,0,.1); -webkit-box-shadow: 1px 2px 1px rgba(0,0,0,.1);}
  157.  
  158. /* gmail hr, do not alter */
  159. hr {
  160. display: block;
  161. height: 1px;
  162. border: 0;
  163. border-top: 1px solid #ccc;
  164. margin: 1em 0;
  165. padding: 0;
  166. }
  167.  
  168. /* updated email; gmail // 07/07/18 @leah */
  169. .emailhead {padding-left: 0px; padding-top: 0px; padding-bottom:5px; font-size: 16px; text-transform:none; line-height: 16px; float: left; width: 100%;}
  170. .emaildate {float: right; color: #000; padding-top: 0px; font-size: 12px; font-weight:400;}
  171. .dateline{line-height:35px; padding-right:5px; float:left;}
  172. .emailsender {float:left; padding-top:0px; font-size:10px; height:32px; padding-bottom:5px;}
  173. .sender{padding-left:5px; float:right;}
  174. .from {font-size:13px; line-height:120%; font-weight: normal; color:#000;}
  175. .to {font-size:13px; line-height:120%; font-weight:normal; color: #999;}
  176.  
  177.  
  178. </style>
  179.  
  180. <script>
  181.  
  182. $(document).ready(function() {
  183.  
  184. //
  185.  
  186. //When you click on a link with class of poplight and the href starts with a #
  187.  
  188. $('a.poplight[href^=#]').click(function() {
  189.  
  190. var popID = $(this).attr('rel'); //Get Popup Name
  191.  
  192. var popURL = $(this).attr('href'); //Get Popup href to define size
  193.  
  194.  
  195.  
  196. //Pull Query & Variables from href URL
  197.  
  198. var query= popURL.split('?');
  199.  
  200. var dim= query[1].split('&');
  201.  
  202. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  203.  
  204.  
  205.  
  206. //Fade in the Popup and add close button
  207.  
  208. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend();
  209.  
  210.  
  211. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  212.  
  213. var popMargTop = ($('#' + popID).height() + 80) / 2;
  214.  
  215. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  216.  
  217.  
  218.  
  219. //Apply Margin to Popup
  220.  
  221. $('#' + popID).css({
  222.  
  223. 'margin-top' : -popMargTop,
  224.  
  225. 'margin-left' : -popMargLeft
  226.  
  227. });
  228.  
  229.  
  230.  
  231. //Fade in Background
  232.  
  233. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  234.  
  235. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  236.  
  237.  
  238.  
  239. return false;
  240.  
  241. });
  242.  
  243.  
  244.  
  245. //Close Popups and Fade Layer
  246.  
  247. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  248.  
  249. $('#fade , .popup_block').fadeOut(function() {
  250.  
  251. $('#fade, a.close').remove(); //fade them both out
  252.  
  253. });
  254.  
  255. return false;
  256.  
  257. });
  258.  
  259.  
  260.  
  261.  
  262.  
  263. });
  264.  
  265. </script>
  266.  
  267. </head>
  268.  
  269. <body>
  270. <div id="container">
  271. <div id="headline">
  272. for the mods
  273. </div>
  274. <div>
  275.  
  276. <div id="navigation"><center>
  277.  
  278. <div class="block">
  279. <div class="date">dec '16</div>
  280. <div class="type">email</div>
  281. <div class="object"><A href="#?w=600" class="poplight" rel="02" title="emails between phillip song (cami's agent @ wme), meredith o'connell (cami's primary publicist @ narrative pr), and cami re: lars von trier film - aka meredith being a gd steamroller"><img src="https://i.imgur.com/PwN2vgw.png" class="icon"></a></div>
  282. </div>
  283.  
  284. <div class="block">
  285. <div class="date">dec '17</div>
  286. <div class="type">email</div>
  287. <div class="object"><A href="#?w=600" class="poplight" rel="03" title="email to michael ellis, married actor she had an affair with on and off from 2016-18 - news leaked in feb 18 that they were hooking up after pictures of them kissing at a beach were released but no timeline was ever released despite intense speculation"><img src="https://i.imgur.com/PwN2vgw.png" class="icon"></a></div>
  288. </div>
  289.  
  290. <div class="block">
  291. <div class="date">aug '18</div>
  292. <div class="type">email</div>
  293. <div class="object"><A href="#?w=600" class="poplight" rel="01" title="pretentious emails between cami and max"><img src="https://i.imgur.com/PwN2vgw.png" class="icon"></a></div>
  294. </div>
  295.  
  296. <br><br> <!-- START THE NEW ROW HERE -->
  297.  
  298.  
  299.  
  300.  
  301. </div>
  302.  
  303.  
  304.  
  305. <!-- THIS IS THE START OF THE E-MAIL -->
  306.  
  307. <div id="01" class="popup_block">
  308. <div class="emailhead">
  309. <strong><font style="font-size: 18px;line-height:20px; padding-right:5px;letter-spacing: 1px;font-weight:300;font-">
  310. (no subject)
  311. </font><img src="https://i.imgur.com/KLo25ox.png" border="0" style="padding-left: 0px; position: relative; top: 5px;"><img src="https://i.imgur.com/4BsY3P8.png" align="right" border="0"></strong>
  312. <hr>
  313.  
  314. <div class="emaildate">
  315. <div class="dateline">Wed, Aug 8, 2018, 2:41 AM</div>
  316. <img src="https://i.imgur.com/PeGxXhC.png" style="float:right;">
  317. </div>
  318.  
  319. <div class="emailsender">
  320. <img src="https://i.imgur.com/ce2acQD.jpg" width="30" align="left">
  321. <div class="sender">
  322. <div class="from">
  323. <b>Camilla James</b> <font color="#7a7a7a">&#60;camimaeve@gmail.com&#62;</font>
  324. </div>
  325. <div class="to">
  326. to Max Iannello <img src="http://i.imgur.com/Kp0b6FA.png" style="padding-left:3px;">
  327. </div>
  328. </div>
  329. </div>
  330. </div>
  331. <hr>
  332. <p><font style="font-weight: 400;"><BR>
  333. <BR><BR>
  334. M,<BR><BR>
  335.  
  336. Morning, boo. Or, I guess it's night there for you, isn't it? Timezones are fucked, huh? I can't ever keep them straight. I know I complain about this a lot, but it's still true. It helps that neither of us have normal sleep schedules, I guess. You could be awake, for all I know. I hope you're getting better sleep, though. I don't like the idea of you only getting an hour or two, I'm worried you're going to, like... wander around the street and get hit by a car because you're too sleepy to remember to look both ways. So, get more sleep, is what I'm getting at.<BR><BR>
  337.  
  338. Do you know what quote I never quite understood?<blockquote>"Tis better to have loved and lost<br>
  339. Than never to have loved at all."</blockquote>It always just seems like such shit, doesn't it? This seems out of the blue, I know, but the woman I'm renting the house in Budapest from has a bunch of Tennyson on her shelf, so of course I had to give it all a read (we're doing a lot of night shoots, so my schedule is fucked anyway). You know I love him. But, this? Never could wrap my head around it. Maybe it's because I've never really been in love in general - in a romantic sense, I guess; I fall in love with people every day, but never the way they do in the movies, never that all consuming, know-in-your-gut love that seems to make people crazy, which sometimes makes me wonder if I'm broken or something but then I remember I don't actually give a fuck - so I don't get the sentiment. But it seems like it would hurt more, don't you think? To love someone so fiercely and lose them. That's why I put all my love in people that I'll never lose, I guess. You, Nic, Lex, Travis, people like that. The good ones. I see what Travis goes through with Cass (you better still be keeping that under your belt, because only me and Ed and I think maybe Nic know about them, technically), and just - I don't know. It seems easier to not worry about it. If being wired differently is wrong, I don't wanna be right.<BR><BR>
  340.  
  341. Anyway, I hope New York is treating you well. Or, as good as it can treat you without me there to brighten the joint up. I read through some of what you sent over - the rewrites? It's already so, so much better. Greenberg's not very good, is he? I suppose that's to be expected, because didn't I read somewhere that this was his first script? I guess I should go easy on him because of that. Everyone was a first-timer once. Maybe I'm just biased, because yours are always so good right off the bat. Is it weird, working on something sci-fi? You're doing great, but I know it's not exactly in your wheelhouse. This is good practice for when you write me my space opera, though, huh? Make sure it's better than Repo! The Genetic Opera. Was that a space opera, technically? Idk, just make sure it's better than that.<BR><BR>
  342.  
  343. Hope you're getting some grade-a tail out there, baby. Get you some good pussy. (Or dick, whatever you're feeling.)<BR><BR>
  344.  
  345. Love, C<BR><BR>
  346.  
  347. P.S. Can't wait to see you Saturday, I'll be at the airport with a bedazzled sign and everything xoxo<BR>
  348.  
  349. <hr>
  350.  
  351. <div class="emaildate">
  352. <div class="dateline">Wed, Aug 8, 2018, 11:14 PM</div>
  353. <img src="https://i.imgur.com/PeGxXhC.png" style="float:right;">
  354. </div>
  355.  
  356. <div class="emailsender">
  357. <img src="https://i.imgur.com/ldr7SWQ.jpg" width="30" align="left">
  358. <div class="sender">
  359. <div class="from">
  360. <b>Max Iannello</b> <font color="#7a7a7a">&#60;madmaxime@gmail.com&#62;</font>
  361. </div>
  362. <div class="to">
  363. to Camilla James <img src="http://i.imgur.com/Kp0b6FA.png" style="padding-left:3px;">
  364. </div>
  365. </div>
  366. </div>
  367. <p><font style="font-weight: 400;"><BR>
  368. <BR><BR>
  369. C,<br><br>
  370.  
  371. Fuck Tennyson.<br><br>
  372.  
  373. It's evening now. Late. Or early. Depends on when you sleep - and where you are. I slept for fourteen hours, most of them consecutive, are you proud? Exxen (I fucking hate him and his stupid ass name, but his shit is <i>good</i>) hooked me up with a different strain and my brain, my body, my <i>everything</i> shut down in the best way. No dreams, no nightmares, just a crisp nothingness I slipped into from one day until the next. Do you ever feel as though you awake renewed? Because, for a moment (or fourteen of them), the whole of the world stops existing? Recharging like that once in a blue moon is otherworldly. Highly recommend it. My yelp review is a solid five stars, will repeat in a few months.<br><br>
  374.  
  375. Anyway, yeah. Fuck Tennyson. I don't know what Travis has gone through with Cass (and, rest assured, that's nothing something I would spill - you know me), but I've seen instances that just, fuck, you scratch your head and you wonder <i>why</i>? That pain, like someone's severed a limb or eviscerated you clean of your innards? That longing, as though you've been hollowed and pieces of you have gone missing for you've given them to another? That insanity, because fuck if there's anything particularly <i>sane</i> about romantic love, if it's real and not a Hallmark construct people have come to believe from the movies, the songs, the poems like this. You know I'm the first one to admit that I believe there's a beauty to suffering - they're hand-in-hand and when you want to make art in its most visceral, genuine capacity, you can't have one without the other. But there's something about the notion of love that's different. If it does exist, Tennyson's insane. Tennyson's never truly felt it.<br><br>
  376.  
  377. Sometimes, I can't decide. You know. If I want to. It's so fucking saccharine, assuming it's attainable. It's so <i>complicated.</i> The love that I do feel, it's no less real. Huh. Suddenly, this turned into some defensive symposium with myself through an email to you. Bizarre. Must be all the sleep.<br><br>
  378.  
  379. Tomorrow's a dinner with the devil - Berto. He asked if I was bringing you along this time. Honestly, he sounded too eager, so you're not coming around for a while. Please don't tell me you've been texting him again. I will sleep with your stepmother, Cam. I'll do it. But dinner. Did I tell you he has <i>a table</i> at Eleven Madison Park? Acts like he's a real cock-of-the-rock because of it. <i>I'm</i> not impressed. Until then, taking a little break from writing. Clearing my head. Plucked <i>Pnin</i> from the bookshelf. Take a wrong train with me one day, would you?<br><br>
  380.  
  381. Tell me about your favorites parts of set. Literally - set pieces or nooks you've found to rest in. Figuratively - the moods, the camaraderie. Tell me what's on your mind. Tell me what you're struggling with, what could be better, what you thought would be different.<br><br>
  382.  
  383. I fucking miss you, you supernova hot devil woman.<br><br>
  384.  
  385. Oh, and this week alone? Some dick, some pussy, my bed's been kept warm, thanks for your concern. Get yours, too, babygirl.<br><br>
  386.  
  387. Yours,<br>
  388. M<br><br>
  389.  
  390. (Three days, give or take.)
  391.  
  392. <hr>
  393.  
  394.  
  395. <div class="emaildate">
  396. <div class="dateline">Thu, Aug 9, 2018, 12:06 AM</div>
  397. <img src="https://i.imgur.com/PeGxXhC.png" style="float:right;">
  398. </div>
  399.  
  400. <div class="emailsender">
  401. <img src="https://i.imgur.com/ce2acQD.jpg" width="30" align="left">
  402. <div class="sender">
  403. <div class="from">
  404. <b>Camilla James</b> <font color="#7a7a7a">&#60;camimaeve@gmail.com&#62;</font>
  405. </div>
  406. <div class="to">
  407. to Max Iannello <img src="http://i.imgur.com/Kp0b6FA.png" style="padding-left:3px;">
  408. </div>
  409. </div>
  410. </div>
  411. <p><font style="font-weight: 400;"><BR>
  412. <BR><BR>
  413. M,<BR><BR>
  414.  
  415. I like hearing your thoughts on things like this, on things like relationships and love and all of it. Sometimes, I think it would be nice to crawl into your brain and just stay there for awhile, parceling through all your innermost thoughts. I know we pretty much already do that, as much as we talk, but you know what I mean. I hope you know what I mean, at least. It's funny, I say that relationships aren't worth it, and yet - we had this conversation, didn't we? About how I thought marriage was kind of a nice idea? I go back and forth on it, clearly. How can I think marriage sounds sweet but then also think relationships are shit? That's not rhetorical, I'm genuinely asking. Sometimes I think you make better sense of me than I make of myself. <BR><BR>
  416.  
  417. How was dinner with Berto? Tell me everything, especially how many times he asked about me. You can't keep us apart, Max, we've gotten too fond of each other. ONLY TEASING; I haven't texted him in ages. Maybe that's why he was so eager to see if I was coming, because I've been ignoring him. I think I was leading him on a little too much there a month or so ago, so I've been trying to stop that. You know how I am, I don't know when to quit. Stay away from Kelly, though, she's just stupid enough to think sleeping with you would be a good idea.<BR><BR>
  418.  
  419. Set is <i>amazing</i>. Well, mostly amazing. I worry, just a little. Not about anyone else; Jack and Will are great. But Hereditary did so well, and Toni was so incredible? That's a lot to try and live up to. But it's been great so far, and I'm sure it will continue to be great. I made friends with one of the set decorators, Lisa, and she's shown me all the good places to take naps. You'd think it would be my trailer, but I weirdly prefer curling up on the set itself? I wonder how many shots there'll be of me in the fetal position by a barn or something. I bet Toni never curled up on set. Maybe I should channel her a bit more.<BR><BR>
  420.  
  421. Jack's partner, Madeline, has been on set lately; she's so charming. She's one of those women you can't help but stare at - like, because you can't believe someone that lovely exists in real life? Anyway, so, flowers are big at these mid-summer Swedish festivals, evidently, and we have a lot on set because of it, and she and I just sat one day and braided them into each other's hair. It was cute, because I remember doing that back in elementary school, when we'd go out at recess and pick the little weeds that looked like flowers and make crowns out of them. I need things like that, I think, on these sets. I was a little concerned about doing another horror film, after everything that happened with mother? But this one hasn't affected me quite like that. I think it's because Ari's so cheerful, and because of things like this, things that are sweet and wholesome and not touched by creepy pagan cults and things. You being here will help, too. You always ground me.<BR><BR>
  422.  
  423. When are we hopping on that train, by the way? Just say the word. Hopefully <i>our</i> wrong train ride doesn't end in seizures and visions of dead people.<BR><BR>
  424.  
  425. Love, C<BR>
  426.  
  427. <hr>
  428.  
  429.  
  430. <div class="emaildate">
  431. <div class="dateline">Thu, Aug 9, 2018, 4:38 AM</div>
  432. <img src="https://i.imgur.com/PeGxXhC.png" style="float:right;">
  433. </div>
  434.  
  435. <div class="emailsender">
  436. <img src="https://i.imgur.com/ldr7SWQ.jpg" width="30" align="left">
  437. <div class="sender">
  438. <div class="from">
  439. <b>Max Iannello</b> <font color="#7a7a7a">&#60;madmaxime@gmail.com&#62;</font>
  440. </div>
  441. <div class="to">
  442. to Camilla James <img src="http://i.imgur.com/Kp0b6FA.png" style="padding-left:3px;">
  443. </div>
  444. </div>
  445. </div>
  446. <p><font style="font-weight: 400;"><BR>
  447. <BR><BR>
  448. C,<br><br>
  449.  
  450. Easy peasy, lemon squeezy. There's a difference in the connotations between a relationship and marriage. I suppose it's true you cannot feasibly have the latter without the former, but swing it around and a relationship is not always indicative that marriage is next. In fact, I'd argue the numbers are incredibly skewed against it if we're talking probability. That one point is guaranteed to lead to the next. Maybe fifty years ago, yes. But today? No. No, definitely not. There are too many variables, too many options, but the difference - a romantic relationship can be fleeting, a struggle to maintain, whereas marriage represents more of a partnership, perhaps? Something lasting and eternal. Unwavering in spite of dalliances. That stability. That promise. It's romanticized. I've gone and done it, fuck me, but I can very seldom - like now, this is one of those ultra-rare moments wherein I'm not a snide, jaded prick on the subject - see the appeal. Maybe it would be nice. Not necessarily for me, but. Oh, I don't know.<br><br>
  451.  
  452. Berto was - is - Berto. Deeply critical, abhorrent of praise, tirelessly aloof, self-congratulatory - did you know his latest auction at Christie's managed to net a cool million and a quarter? Yeah, well, I heard about it ad nauseam. To answer your question, the number of Camilla James Inquiries stood at four-point-five. Again, he asked if I've <i>'gotten it in.'</i> Words I could live an eternity without hearing my father speak in reference to you or anyone in my personal life. That snide little smile of his set me on edge when he told me I ought to bring you around next time. So, that banishment will see an extension. Aside from that, he asked if I plan to screen Silver Lake in New York; he actually wishes to be present, but I suspect he's angling for something. Haven't figured out what just yet. But hey, look - Kelly's pretty hot, I would be a legend to steal away one of Theo's wives. Don't worry, though. I'll refrain.<br><br>
  453.  
  454. When I visit next week, I'll be the one documenting your nap nooks in great detail. I'm glad to hear that your reservations haven't taken hold, that there's not a bleed between takes and from your performance. This set sounds warmer, figuratively speaking. Will you and Madeline be braiding flowers into my hair? This is a not hesitation, but an eager request - I wish to join your circle of crowns. Remember, half a Swede, it'll be like coming home. (Just kidding, I usually ignore my Swedish side, excluding my affinity for the meatballs.) How's Ari as a director? Do you dig his style? He better be praising you to the heavens for being a fucking treasure, a fucking vision, a fucking revelation. <i>Fuck.</i><br><br>
  455.  
  456. It's a train we're taking as soon as we're free. As soon as we escape. I wonder where our wrong train would take us. It might not be the happiest venture. Reading away with <i>Pnin</i> still and it struck me, this line: <i>"Is sorrow not, one asks, the only thing in the world people really possess?"</i> Made me think. Though it seems sort of melancholic, doesn't it ring of truth? It's easiest to dwell on the negatives. Positivity takes <i>work</i>. Leads you to believe, then, that happiness is fleeting and thus, at our core, we truly possess only sorrow. Its antithesis is but temporary to harness as we're capable. Hmm. A thinker.<br><br>
  457.  
  458. Tomorrow, I leave. My flight leaves JFK at 5:30pm with an 8:15am arrival in Budapest the next morning. You promised glitter on the sign that welcomes me, didn't you? I'm expecting just that. And your giddy face!<br><br>
  459.  
  460. Yours,<br>
  461. M
  462.  
  463. <hr>
  464.  
  465.  
  466. </div>
  467. </div>
  468.  
  469. <!-- THIS IS THE END OF THE E-MAIL -->
  470.  
  471.  
  472.  
  473.  
  474. <!-- THIS IS THE START OF THE E-MAIL -->
  475.  
  476. <div id="02" class="popup_block">
  477. <div class="emailhead">
  478. <strong><font style="font-size: 18px;line-height:20px; padding-right:5px;letter-spacing: 1px;font-weight:300;font-">
  479. re: house that jack built
  480. </font><img src="https://i.imgur.com/KLo25ox.png" border="0" style="padding-left: 0px; position: relative; top: 5px;"><img src="https://i.imgur.com/4BsY3P8.png" align="right" border="0"></strong>
  481. <hr>
  482.  
  483. <div class="emaildate">
  484. <div class="dateline">Fri, Dec 9, 2016, 10:39 AM</div>
  485. <img src="https://i.imgur.com/PeGxXhC.png" style="float:right;">
  486. </div>
  487.  
  488. <div class="emailsender">
  489. <img src="https://i.imgur.com/jaP3dNb.png" width="30" align="left">
  490. <div class="sender">
  491. <div class="from">
  492. <b>Phillip Song</b> <font color="#7a7a7a">&#60;psong@wmeentertainment.com&#62;</font>
  493. </div>
  494. <div class="to">
  495. to Camilla James, Meredith O'Connell <img src="http://i.imgur.com/Kp0b6FA.png" style="padding-left:3px;">
  496. </div>
  497. </div>
  498. </div>
  499. </div>
  500. <hr>
  501. <p><font style="font-weight: 400;"><BR>
  502. <BR><BR>
  503. Ladies,<BR><BR>
  504.  
  505. Lars has officially sent through the contract for Cami - thoughts?<BR>
  506.  
  507. <hr>
  508.  
  509. <div class="emaildate">
  510. <div class="dateline">Fri, Dec 9, 2016, 10:54 AM</div>
  511. <img src="https://i.imgur.com/PeGxXhC.png" style="float:right;">
  512. </div>
  513.  
  514. <div class="emailsender">
  515. <img src="https://i.imgur.com/dKAc4iK.png" width="30" align="left">
  516. <div class="sender">
  517. <div class="from">
  518. <b>Meredith O'Connell</b> <font color="#7a7a7a">&#60;m.oconnell@narrative.com&#62;</font>
  519. </div>
  520. <div class="to">
  521. to Phillip Song, Camilla James <img src="http://i.imgur.com/Kp0b6FA.png" style="padding-left:3px;">
  522. </div>
  523. </div>
  524. </div>
  525. <p><font style="font-weight: 400;"><BR>
  526. <BR><BR>
  527. While I like that she's at a point where directors that are not Max Iannello feel comfortable offering parts directly to her, I am not sold on this.<BR><BR>
  528.  
  529. Reputation concerns me - do we forget the Nazi comments at Cannes? He is a wild card and I do not trust that, having read the script, he will handle this subject matter in a tasteful way, much less speak about it coherently. Do we really want to risk a press conference where he waxes poetic about Cami's tits and why they were nailed to a car?<BR><BR>
  530.  
  531. Also concerned about working conditions, especially in light of everything that happened with Aronofsky. (Still not thrilled you let her work with him after hearing how terrible he was to Natalie, but that's a whole separate conversation.) Everything Nicole Kidman and Bjork has said about him makes me think it may not be the best option for her at this point.<BR><BR>
  532.  
  533. Shocked you are considering this an option considering how poorly you reacted to everything on the mother set, Phil.<BR><BR>
  534.  
  535. <i>sent from my iPhone, please excuse typographical errors</i>
  536.  
  537. <hr>
  538.  
  539.  
  540. <div class="emaildate">
  541. <div class="dateline">Fri, Dec 9, 2016, 11:02 AM</div>
  542. <img src="https://i.imgur.com/PeGxXhC.png" style="float:right;">
  543. </div>
  544.  
  545. <div class="emailsender">
  546. <img src="https://i.imgur.com/ce2acQD.jpg" width="30" align="left">
  547. <div class="sender">
  548. <div class="from">
  549. <b>Camilla James</b> <font color="#7a7a7a">&#60;camimaeve@gmail.com&#62;</font>
  550. </div>
  551. <div class="to">
  552. to Meredith O'Connell, Phillip Song <img src="http://i.imgur.com/Kp0b6FA.png" style="padding-left:3px;">
  553. </div>
  554. </div>
  555. </div>
  556. <p><font style="font-weight: 400;"><BR>
  557. <BR><BR>
  558. Please don't talk about me like I'm not on the email strings, Mer. <BR><BR>
  559.  
  560. I like the script, and it's not a very big part. Shooting probably wouldn't last very long for me. I think it would be fine.<BR><BR>
  561.  
  562. Can you tell him I want to do it, P?<BR>
  563.  
  564. <hr>
  565.  
  566.  
  567. <div class="emaildate">
  568. <div class="dateline">Fri, Dec 9, 2016, 11:05 AM</div>
  569. <img src="https://i.imgur.com/PeGxXhC.png" style="float:right;">
  570. </div>
  571.  
  572. <div class="emailsender">
  573. <img src="https://i.imgur.com/dKAc4iK.png" width="30" align="left">
  574. <div class="sender">
  575. <div class="from">
  576. <b>Meredith O'Connell</b> <font color="#7a7a7a">&#60;m.oconnell@narrative.com&#62;</font>
  577. </div>
  578. <div class="to">
  579. to Phillip Song, Camilla James <img src="http://i.imgur.com/Kp0b6FA.png" style="padding-left:3px;">
  580. </div>
  581. </div>
  582. </div>
  583. <p><font style="font-weight: 400;"><BR>
  584. <BR><BR>
  585. Wish we could have this conversation in person, but I guess that's the nature of conflicting schedules.<BR><BR>
  586.  
  587. I do not think it's wise to take the part. I will defer to Phil's judgment on whether or not it fits your trajectory, yes, but from a PR standpoint? I do not think you should make a habit of working with problematic directors. You are not Emma Stone, you cannot do things like work with predatory, questionable directors (Woody Allen) and choose poor parts (white wash an Asian woman) and come out the other end with an Oscar. This is a thankless role and you need to pick your directors carefully.<BR><BR>
  588.  
  589. How about we see if we can get you in front of del Toro? Phil - thoughts? I know Crimson Peak didn't work out, but he liked you. Perhaps he's got something in the pipeline.<BR><BR>
  590.  
  591. I am only thinking of your well being, Camilla.<BR><BR>
  592.  
  593. Phil, please pass along our regrets that she will not be taking the part.<BR><BR>
  594.  
  595. <i>sent from my iPhone, please excuse typographical errors</i>
  596.  
  597. <hr>
  598.  
  599.  
  600. <div class="emaildate">
  601. <div class="dateline">Fri, Dec 9, 2016, 11:07 AM</div>
  602. <img src="https://i.imgur.com/PeGxXhC.png" style="float:right;">
  603. </div>
  604.  
  605. <div class="emailsender">
  606. <img src="https://i.imgur.com/ce2acQD.jpg" width="30" align="left">
  607. <div class="sender">
  608. <div class="from">
  609. <b>Camilla James</b> <font color="#7a7a7a">&#60;camimaeve@gmail.com&#62;</font>
  610. </div>
  611. <div class="to">
  612. to Meredith O'Connell, Phillip Song <img src="http://i.imgur.com/Kp0b6FA.png" style="padding-left:3px;">
  613. </div>
  614. </div>
  615. </div>
  616. <p><font style="font-weight: 400;"><BR>
  617. <BR><BR>
  618. Ok, if you think it's best.<BR>
  619.  
  620. <hr>
  621.  
  622.  
  623. <div class="emaildate">
  624. <div class="dateline">Fri, Dec 9, 2016, 11:10 AM</div>
  625. <img src="https://i.imgur.com/PeGxXhC.png" style="float:right;">
  626. </div>
  627.  
  628. <div class="emailsender">
  629. <img src="https://i.imgur.com/jaP3dNb.png" width="30" align="left">
  630. <div class="sender">
  631. <div class="from">
  632. <b>Phillip Song</b> <font color="#7a7a7a">&#60;psong@wmeentertainment.com&#62;</font>
  633. </div>
  634. <div class="to">
  635. to Camilla James, Meredith O'Connell <img src="http://i.imgur.com/Kp0b6FA.png" style="padding-left:3px;">
  636. </div>
  637. </div>
  638. </div>
  639. <p><font style="font-weight: 400;"><BR>
  640. <BR><BR>
  641. Will do, drafting an email now.<BR>
  642.  
  643. <hr>
  644.  
  645.  
  646.  
  647. <div class="emaildate">
  648. <div class="dateline">Fri, Dec 9, 2016, 11:12 AM</div>
  649. <img src="https://i.imgur.com/PeGxXhC.png" style="float:right;">
  650. </div>
  651.  
  652. <div class="emailsender">
  653. <img src="https://i.imgur.com/dKAc4iK.png" width="30" align="left">
  654. <div class="sender">
  655. <div class="from">
  656. <b>Meredith O'Connell</b> <font color="#7a7a7a">&#60;m.oconnell@narrative.com&#62;</font>
  657. </div>
  658. <div class="to">
  659. to Phillip Song <img src="http://i.imgur.com/Kp0b6FA.png" style="padding-left:3px;">
  660. </div>
  661. </div>
  662. </div>
  663. <p><font style="font-weight: 400;"><BR>
  664. <BR><BR>
  665. I would appreciate if, in the future, you ran things like this by me before passing it along to Cami. There's no point dangling things in front of her we won't let her take.<BR><BR>
  666.  
  667. <i>sent from my iPhone, please excuse typographical errors</i>
  668.  
  669. <hr>
  670.  
  671.  
  672.  
  673. <div class="emaildate">
  674. <div class="dateline">Fri, Dec 9, 2016, 11:13 AM</div>
  675. <img src="https://i.imgur.com/PeGxXhC.png" style="float:right;">
  676. </div>
  677.  
  678. <div class="emailsender">
  679. <img src="https://i.imgur.com/jaP3dNb.png" width="30" align="left">
  680. <div class="sender">
  681. <div class="from">
  682. <b>Phillip Song</b> <font color="#7a7a7a">&#60;psong@wmeentertainment.com&#62;</font>
  683. </div>
  684. <div class="to">
  685. to Meredith O'Connell <img src="http://i.imgur.com/Kp0b6FA.png" style="padding-left:3px;">
  686. </div>
  687. </div>
  688. </div>
  689. <p><font style="font-weight: 400;"><BR>
  690. <BR><BR>
  691. "We"? I'm sorry, are you the agent or am I? I'm doing you a courtesy by looping you in at all.<BR>
  692.  
  693. <hr>
  694.  
  695.  
  696. <div class="emaildate">
  697. <div class="dateline">Fri, Dec 9, 2016, 11:12 AM</div>
  698. <img src="https://i.imgur.com/PeGxXhC.png" style="float:right;">
  699. </div>
  700.  
  701. <div class="emailsender">
  702. <img src="https://i.imgur.com/dKAc4iK.png" width="30" align="left">
  703. <div class="sender">
  704. <div class="from">
  705. <b>Meredith O'Connell</b> <font color="#7a7a7a">&#60;m.oconnell@narrative.com&#62;</font>
  706. </div>
  707. <div class="to">
  708. to Phillip Song <img src="http://i.imgur.com/Kp0b6FA.png" style="padding-left:3px;">
  709. </div>
  710. </div>
  711. </div>
  712. <p><font style="font-weight: 400;"><BR>
  713. <BR><BR>
  714. When you make bullshit calls like this, I may as well be. You need to consider parts from all angles, not just what might round out a filmography well.<BR><BR>
  715.  
  716. It isn't rocket science.<BR><BR>
  717.  
  718. <i>sent from my iPhone, please excuse typographical errors</i>
  719.  
  720. <hr>
  721.  
  722.  
  723.  
  724. </div>
  725. </div>
  726.  
  727. <!-- THIS IS THE END OF THE E-MAIL -->
  728.  
  729.  
  730.  
  731.  
  732.  
  733. <!-- THIS IS THE START OF THE E-MAIL -->
  734.  
  735. <div id="03" class="popup_block">
  736. <div class="emailhead">
  737. <strong><font style="font-size: 18px;line-height:20px; padding-right:5px;letter-spacing: 1px;font-weight:300;font-">
  738. (no subject)
  739. </font><img src="https://i.imgur.com/KLo25ox.png" border="0" style="padding-left: 0px; position: relative; top: 5px;"><img src="https://i.imgur.com/4BsY3P8.png" align="right" border="0"></strong>
  740. <hr>
  741.  
  742. <div class="emaildate">
  743. <div class="dateline">Sat, Dec 23, 2017, 12:02 PM</div>
  744. <img src="https://i.imgur.com/PeGxXhC.png" style="float:right;">
  745. </div>
  746.  
  747. <div class="emailsender">
  748. <img src="https://i.imgur.com/ce2acQD.jpg" width="30" align="left">
  749. <div class="sender">
  750. <div class="from">
  751. <b>Camilla James</b> <font color="#7a7a7a">&#60;camimaeve@gmail.com&#62;</font>
  752. </div>
  753. <div class="to">
  754. to Michael Ellis <img src="http://i.imgur.com/Kp0b6FA.png" style="padding-left:3px;">
  755. </div>
  756. </div>
  757. </div>
  758. </div>
  759. <hr>
  760. <p><font style="font-weight: 400;"><BR>
  761. <BR><BR>
  762. Got your presents this morning - I would have waited to open them, but I'm really greedy and I was very excited. Diamonds, Michael?! <i>You shouldn't have.</i> I mean, I'll never say no to them and I love love LOVE them, but, seriously. You shouldn't have. (I do look good in Cartier, though, I'll give you that.)<BR><BR>
  763.  
  764. I miss you. It's been, what, a month since we've seen each other? Which isn't that bad, really, when we've both got filming to do, but - still. You're right, though, we should probably be a little more careful with it; I think we played it pretty cool when I ran into you and the she-demon at Nobu, though, don't you? Who knew the bathrooms were so spacious 😏<BR><BR>
  765.  
  766. Anyway, Merry Christmas. This is just part one of the gift - can't wait to be in St Tropez with you, you deserve a break from the she-demon xxxxx<BR><BR>
  767.  
  768. [<i>attached are various nude photos</i>]
  769.  
  770. <hr>
  771.  
  772. </div>
  773. </div>
  774.  
  775. <!-- THIS IS THE END OF THE E-MAIL -->
  776.  
  777.  
  778.  
  779. </body>
  780. </html>
Add Comment
Please, Sign In to add comment