CINXE.COM

1930s – Once upon a screen…

<!DOCTYPE html> <!--[if lt IE 7]> <html class="lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if IE 7]> <html class="lt-ie9 lt-ie8" lang="en"> <![endif]--> <!--[if IE 8]> <html class="lt-ie9" lang="en"> <![endif]--> <!--[if gt IE 8]><!--> <html lang="en"> <!--<![endif]--> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="pingback" href="https://aurorasginjoint.com/xmlrpc.php" /> <title>1930s &#8211; Once upon a screen&#8230;</title> <meta name='robots' content='max-image-preview:large' /> <!-- Async WordPress.com Remote Login --> <script id="wpcom_remote_login_js"> var wpcom_remote_login_extra_auth = ''; function wpcom_remote_login_remove_dom_node_id( element_id ) { var dom_node = document.getElementById( element_id ); if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); } } function wpcom_remote_login_remove_dom_node_classes( class_name ) { var dom_nodes = document.querySelectorAll( '.' + class_name ); for ( var i = 0; i < dom_nodes.length; i++ ) { dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] ); } } function wpcom_remote_login_final_cleanup() { wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" ); } // Watch for messages back from the remote login window.addEventListener( "message", function( e ) { if ( e.origin === "https://r-login.wordpress.com" ) { var data = {}; try { data = JSON.parse( e.data ); } catch( e ) { wpcom_remote_login_final_cleanup(); return; } if ( data.msg === 'LOGIN' ) { // Clean up the login check iframe wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); var id_regex = new RegExp( /^[0-9]+$/ ); var token_regex = new RegExp( /^.*|.*|.*$/ ); if ( token_regex.test( data.token ) && id_regex.test( data.wpcomid ) ) { // We have everything we need to ask for a login var script = document.createElement( "script" ); script.setAttribute( "id", "wpcom_remote_login_validate" ); script.src = '/remote-login.php?wpcom_remote_login=validate' + '&wpcomid=' + data.wpcomid + '&token=' + encodeURIComponent( data.token ) + '&host=' + window.location.protocol + '//' + window.location.hostname + '&postid=27799' + '&is_singular='; document.body.appendChild( script ); } return; } // Safari ITP, not logged in, so redirect if ( data.msg === 'LOGIN-REDIRECT' ) { window.location = 'https://wordpress.com/log-in?redirect_to=' + window.location.href; return; } // Safari ITP, storage access failed, remove the request if ( data.msg === 'LOGIN-REMOVE' ) { var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }'; var style_zap = document.createElement( 'style' ); style_zap.type = 'text/css'; style_zap.appendChild( document.createTextNode( css_zap ) ); document.body.appendChild( style_zap ); var e = document.getElementById( 'wpcom_request_access_iframe' ); e.parentNode.removeChild( e ); document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000'; return; } // Safari ITP if ( data.msg === 'REQUEST_ACCESS' ) { console.log( 'request access: safari' ); // Check ITP iframe enable/disable knob if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) { return; } // If we are in a "private window" there is no ITP. var private_window = false; try { var opendb = window.openDatabase( null, null, null, null ); } catch( e ) { private_window = true; } if ( private_window ) { console.log( 'private window' ); return; } var iframe = document.createElement( 'iframe' ); iframe.id = 'wpcom_request_access_iframe'; iframe.setAttribute( 'scrolling', 'no' ); iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' ); iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid ); var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } '; var style = document.createElement( 'style' ); style.type = 'text/css'; style.id = 'wpcom_request_access_styles'; style.appendChild( document.createTextNode( css ) ); document.body.appendChild( style ); document.body.appendChild( iframe ); } if ( data.msg === 'DONE' ) { wpcom_remote_login_final_cleanup(); } } }, false ); // Inject the remote login iframe after the page has had a chance to load // more critical resources window.addEventListener( "DOMContentLoaded", function( e ) { var iframe = document.createElement( "iframe" ); iframe.style.display = "none"; iframe.setAttribute( "scrolling", "no" ); iframe.setAttribute( "id", "wpcom_remote_login_key" ); iframe.src = "https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cHM6Ly9hdXJvcmFzZ2luam9pbnQuY29t" + "&wpcomid=29758635" + "&time=1733122018"; document.body.appendChild( iframe ); }, false ); </script> <link rel='dns-prefetch' href='//s2.wp.com' /> <link rel='dns-prefetch' href='//s1.wp.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//fonts-api.wp.com' /> <link rel="alternate" type="application/rss+xml" title="Once upon a screen... &raquo; Feed" href="https://aurorasginjoint.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Once upon a screen... &raquo; Comments Feed" href="https://aurorasginjoint.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="Once upon a screen... &raquo; 1930s Tag Feed" href="https://aurorasginjoint.com/tag/1930s/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <script type="text/javascript"> /* <![CDATA[ */ window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s2.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1719498190i&ver=6.8-alpha-59438"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); /* ]]> */ </script> <link crossorigin='anonymous' rel='stylesheet' id='all-css-0-1' href='https://s0.wp.com/_static/??-eJxtjFsKgCAQAC+UbYLgV3SWMIutdZVWiW7fC//6GRgYBo6kXOTsOUMoKlFZkAUINy+w+pxGt6nXWifSwH9ew88hxPhgKnRPkGdkzF6J2yNR9fP5DaHXVlvTmc6a9QKkFDPB&cssminify=yes' type='text/css' media='all' /> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-2-1' href='https://s1.wp.com/_static/??-eJyljssOwiAQRX/IMrY+0IXxW4BOkEqBzAwa/t7qxsRVE5c3J+fkwrN0LifBJFBi9SEx+LpMi+QXQgiP/qy02oKtIY5gY3b3LgZLhhqwtIjKMW/gv5DccF4T+lgME0oxb920XKXzFMbVX34SZCQkz1/9Ol96vRsOen86DtMLiD1qaA==&cssminify=yes' type='text/css' media='all' /> <style id='wp-block-library-inline-css'> .has-text-align-justify { text-align:justify; } .has-text-align-justify{text-align:justify;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-4-1' href='https://s2.wp.com/_static/??-eJzTLy/QzcxLzilNSS3WzyrWz01NyUxMzUnNTc0rQeEU5CRWphbp5qSmJyZX6uVm5uklFxfr6OPTDpRD5sM02efaGpoZmFkYGRuZGmQBAHPvL0Y=&cssminify=yes' type='text/css' media='all' /> <style id='jetpack-sharing-buttons-style-inline-css'> .jetpack-sharing-buttons__services-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:0;list-style-type:none;margin:5px;padding:0}.jetpack-sharing-buttons__services-list.has-small-icon-size{font-size:12px}.jetpack-sharing-buttons__services-list.has-normal-icon-size{font-size:16px}.jetpack-sharing-buttons__services-list.has-large-icon-size{font-size:24px}.jetpack-sharing-buttons__services-list.has-huge-icon-size{font-size:36px}@media print{.jetpack-sharing-buttons__services-list{display:none!important}}.editor-styles-wrapper .wp-block-jetpack-sharing-buttons{gap:0;padding-inline-start:0}ul.jetpack-sharing-buttons__services-list.has-background{padding:1.25em 2.375em} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-6-1' href='https://s2.wp.com/wp-content/plugins/coblocks/2.18.1-simple-rev.4/dist/coblocks-style.css?m=1681832297i&cssminify=yes' type='text/css' media='all' /> <style id='classic-theme-styles-inline-css'> /*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-8-1' href='https://s1.wp.com/_static/??/wp-content/mu-plugins/core-compat/wp-mediaelement.css,/wp-content/mu-plugins/wpcom-bbpress-premium-themes.css?m=1432920480j&cssminify=yes' type='text/css' media='all' /> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--primary: #cd0215;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--albert-sans: 'Albert Sans', sans-serif;--wp--preset--font-family--alegreya: Alegreya, serif;--wp--preset--font-family--arvo: Arvo, serif;--wp--preset--font-family--bodoni-moda: 'Bodoni Moda', serif;--wp--preset--font-family--bricolage-grotesque: 'Bricolage Grotesque', sans-serif;--wp--preset--font-family--cabin: Cabin, sans-serif;--wp--preset--font-family--chivo: Chivo, sans-serif;--wp--preset--font-family--commissioner: Commissioner, sans-serif;--wp--preset--font-family--cormorant: Cormorant, serif;--wp--preset--font-family--courier-prime: 'Courier Prime', monospace;--wp--preset--font-family--crimson-pro: 'Crimson Pro', serif;--wp--preset--font-family--dm-mono: 'DM Mono', monospace;--wp--preset--font-family--dm-sans: 'DM Sans', sans-serif;--wp--preset--font-family--dm-serif-display: 'DM Serif Display', serif;--wp--preset--font-family--domine: Domine, serif;--wp--preset--font-family--eb-garamond: 'EB Garamond', serif;--wp--preset--font-family--epilogue: Epilogue, sans-serif;--wp--preset--font-family--fahkwang: Fahkwang, sans-serif;--wp--preset--font-family--figtree: Figtree, sans-serif;--wp--preset--font-family--fira-sans: 'Fira Sans', sans-serif;--wp--preset--font-family--fjalla-one: 'Fjalla One', sans-serif;--wp--preset--font-family--fraunces: Fraunces, serif;--wp--preset--font-family--gabarito: Gabarito, system-ui;--wp--preset--font-family--ibm-plex-mono: 'IBM Plex Mono', monospace;--wp--preset--font-family--ibm-plex-sans: 'IBM Plex Sans', sans-serif;--wp--preset--font-family--ibarra-real-nova: 'Ibarra Real Nova', serif;--wp--preset--font-family--instrument-serif: 'Instrument Serif', serif;--wp--preset--font-family--inter: Inter, sans-serif;--wp--preset--font-family--josefin-sans: 'Josefin Sans', sans-serif;--wp--preset--font-family--jost: Jost, sans-serif;--wp--preset--font-family--libre-baskerville: 'Libre Baskerville', serif;--wp--preset--font-family--libre-franklin: 'Libre Franklin', sans-serif;--wp--preset--font-family--literata: Literata, serif;--wp--preset--font-family--lora: Lora, serif;--wp--preset--font-family--merriweather: Merriweather, serif;--wp--preset--font-family--montserrat: Montserrat, sans-serif;--wp--preset--font-family--newsreader: Newsreader, serif;--wp--preset--font-family--noto-sans-mono: 'Noto Sans Mono', sans-serif;--wp--preset--font-family--nunito: Nunito, sans-serif;--wp--preset--font-family--open-sans: 'Open Sans', sans-serif;--wp--preset--font-family--overpass: Overpass, sans-serif;--wp--preset--font-family--pt-serif: 'PT Serif', serif;--wp--preset--font-family--petrona: Petrona, serif;--wp--preset--font-family--piazzolla: Piazzolla, serif;--wp--preset--font-family--playfair-display: 'Playfair Display', serif;--wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;--wp--preset--font-family--poppins: Poppins, sans-serif;--wp--preset--font-family--raleway: Raleway, sans-serif;--wp--preset--font-family--roboto: Roboto, sans-serif;--wp--preset--font-family--roboto-slab: 'Roboto Slab', serif;--wp--preset--font-family--rubik: Rubik, sans-serif;--wp--preset--font-family--rufina: Rufina, serif;--wp--preset--font-family--sora: Sora, sans-serif;--wp--preset--font-family--source-sans-3: 'Source Sans 3', sans-serif;--wp--preset--font-family--source-serif-4: 'Source Serif 4', serif;--wp--preset--font-family--space-mono: 'Space Mono', monospace;--wp--preset--font-family--syne: Syne, sans-serif;--wp--preset--font-family--texturina: Texturina, serif;--wp--preset--font-family--urbanist: Urbanist, sans-serif;--wp--preset--font-family--work-sans: 'Work Sans', sans-serif;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-albert-sans-font-family{font-family: var(--wp--preset--font-family--albert-sans) !important;}.has-alegreya-font-family{font-family: var(--wp--preset--font-family--alegreya) !important;}.has-arvo-font-family{font-family: var(--wp--preset--font-family--arvo) !important;}.has-bodoni-moda-font-family{font-family: var(--wp--preset--font-family--bodoni-moda) !important;}.has-bricolage-grotesque-font-family{font-family: var(--wp--preset--font-family--bricolage-grotesque) !important;}.has-cabin-font-family{font-family: var(--wp--preset--font-family--cabin) !important;}.has-chivo-font-family{font-family: var(--wp--preset--font-family--chivo) !important;}.has-commissioner-font-family{font-family: var(--wp--preset--font-family--commissioner) !important;}.has-cormorant-font-family{font-family: var(--wp--preset--font-family--cormorant) !important;}.has-courier-prime-font-family{font-family: var(--wp--preset--font-family--courier-prime) !important;}.has-crimson-pro-font-family{font-family: var(--wp--preset--font-family--crimson-pro) !important;}.has-dm-mono-font-family{font-family: var(--wp--preset--font-family--dm-mono) !important;}.has-dm-sans-font-family{font-family: var(--wp--preset--font-family--dm-sans) !important;}.has-dm-serif-display-font-family{font-family: var(--wp--preset--font-family--dm-serif-display) !important;}.has-domine-font-family{font-family: var(--wp--preset--font-family--domine) !important;}.has-eb-garamond-font-family{font-family: var(--wp--preset--font-family--eb-garamond) !important;}.has-epilogue-font-family{font-family: var(--wp--preset--font-family--epilogue) !important;}.has-fahkwang-font-family{font-family: var(--wp--preset--font-family--fahkwang) !important;}.has-figtree-font-family{font-family: var(--wp--preset--font-family--figtree) !important;}.has-fira-sans-font-family{font-family: var(--wp--preset--font-family--fira-sans) !important;}.has-fjalla-one-font-family{font-family: var(--wp--preset--font-family--fjalla-one) !important;}.has-fraunces-font-family{font-family: var(--wp--preset--font-family--fraunces) !important;}.has-gabarito-font-family{font-family: var(--wp--preset--font-family--gabarito) !important;}.has-ibm-plex-mono-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;}.has-ibm-plex-sans-font-family{font-family: var(--wp--preset--font-family--ibm-plex-sans) !important;}.has-ibarra-real-nova-font-family{font-family: var(--wp--preset--font-family--ibarra-real-nova) !important;}.has-instrument-serif-font-family{font-family: var(--wp--preset--font-family--instrument-serif) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-josefin-sans-font-family{font-family: var(--wp--preset--font-family--josefin-sans) !important;}.has-jost-font-family{font-family: var(--wp--preset--font-family--jost) !important;}.has-libre-baskerville-font-family{font-family: var(--wp--preset--font-family--libre-baskerville) !important;}.has-libre-franklin-font-family{font-family: var(--wp--preset--font-family--libre-franklin) !important;}.has-literata-font-family{font-family: var(--wp--preset--font-family--literata) !important;}.has-lora-font-family{font-family: var(--wp--preset--font-family--lora) !important;}.has-merriweather-font-family{font-family: var(--wp--preset--font-family--merriweather) !important;}.has-montserrat-font-family{font-family: var(--wp--preset--font-family--montserrat) !important;}.has-newsreader-font-family{font-family: var(--wp--preset--font-family--newsreader) !important;}.has-noto-sans-mono-font-family{font-family: var(--wp--preset--font-family--noto-sans-mono) !important;}.has-nunito-font-family{font-family: var(--wp--preset--font-family--nunito) !important;}.has-open-sans-font-family{font-family: var(--wp--preset--font-family--open-sans) !important;}.has-overpass-font-family{font-family: var(--wp--preset--font-family--overpass) !important;}.has-pt-serif-font-family{font-family: var(--wp--preset--font-family--pt-serif) !important;}.has-petrona-font-family{font-family: var(--wp--preset--font-family--petrona) !important;}.has-piazzolla-font-family{font-family: var(--wp--preset--font-family--piazzolla) !important;}.has-playfair-display-font-family{font-family: var(--wp--preset--font-family--playfair-display) !important;}.has-plus-jakarta-sans-font-family{font-family: var(--wp--preset--font-family--plus-jakarta-sans) !important;}.has-poppins-font-family{font-family: var(--wp--preset--font-family--poppins) !important;}.has-raleway-font-family{font-family: var(--wp--preset--font-family--raleway) !important;}.has-roboto-font-family{font-family: var(--wp--preset--font-family--roboto) !important;}.has-roboto-slab-font-family{font-family: var(--wp--preset--font-family--roboto-slab) !important;}.has-rubik-font-family{font-family: var(--wp--preset--font-family--rubik) !important;}.has-rufina-font-family{font-family: var(--wp--preset--font-family--rufina) !important;}.has-sora-font-family{font-family: var(--wp--preset--font-family--sora) !important;}.has-source-sans-3-font-family{font-family: var(--wp--preset--font-family--source-sans-3) !important;}.has-source-serif-4-font-family{font-family: var(--wp--preset--font-family--source-serif-4) !important;}.has-space-mono-font-family{font-family: var(--wp--preset--font-family--space-mono) !important;}.has-syne-font-family{font-family: var(--wp--preset--font-family--syne) !important;}.has-texturina-font-family{font-family: var(--wp--preset--font-family--texturina) !important;}.has-urbanist-font-family{font-family: var(--wp--preset--font-family--urbanist) !important;}.has-work-sans-font-family{font-family: var(--wp--preset--font-family--work-sans) !important;} :where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} :where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-10-1' href='https://s0.wp.com/_static/??-eJyNy1EKgCAMgOELZcuw3qKzmC0ymBO38PpJJ/Dxh/+Dmk3gpJgU9EZCgVyQ4ktwxsAKQQQOZhUtPo+tBughVxuMryhM2K98iuT1Bztt1s2rc9Yt0/MB4GU9wA==&cssminify=yes' type='text/css' media='all' /> <link rel='stylesheet' id='dicot-fonts-css' href='https://fonts-api.wp.com/css?family=Lora%3A400%2C700%2C400italic%2C700italic%7COpen+Sans%3A300italic%2C400italic%2C600italic%2C700italic%2C800italic%2C400%2C300%2C600%2C700%2C800%7COswald%3A400%2C700%2C300&#038;subset=latin%2Clatin-ext' media='all' /> <link crossorigin='anonymous' rel='stylesheet' id='all-css-12-1' href='https://s0.wp.com/wp-content/themes/premium/dicot/style.css?m=1630507115i&cssminify=yes' type='text/css' media='all' /> <style id='jetpack_facebook_likebox-inline-css'> .widget_facebook_likebox { overflow: hidden; } </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-14-1' href='https://s1.wp.com/_static/??-eJzTLy/QTc7PK0nNK9HPLdUtyClNz8wr1i9KTcrJTwcy0/WTi5G5ekCujj52Temp+bo5+cmJJZn5eSgc3bScxMwikFb7XFtDE1NLExMLc0OTLACohS2q&cssminify=yes' type='text/css' media='all' /> <style id='jetpack-global-styles-frontend-style-inline-css'> :root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-16-1' href='https://s2.wp.com/_static/??-eJyNjcEKwjAQRH/IuA1aehI/ReImJKmb3eAmFP9eW3oRL16GeTC8gaUaFG6BG5RuKvWYWWEOrTp87AxFZA3fKShocs/gnfevrWaOR1Q9wP+mW2YEFcyODEkU/YIfW0uhfH7TGSLJ3dE6uJaLneww2mkYT/MbUOlJHA==&cssminify=yes' type='text/css' media='all' /> <script type="text/javascript" id="wpcom-actionbar-placeholder-js-extra"> /* <![CDATA[ */ var actionbardata = {"siteID":"29758635","postID":"0","siteURL":"https:\/\/aurorasginjoint.com","xhrURL":"https:\/\/aurorasginjoint.com\/wp-admin\/admin-ajax.php","nonce":"3c40ff70a7","isLoggedIn":"","statusMessage":"","subsEmailDefault":"instantly","proxyScriptUrl":"https:\/\/s0.wp.com\/wp-content\/js\/wpcom-proxy-request.js?ver=20211021","i18n":{"followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/read\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar"}}; /* ]]> */ </script> <script type="text/javascript" id="jetpack-mu-wpcom-settings-js-before"> /* <![CDATA[ */ var JETPACK_MU_WPCOM_SETTINGS = {"assetsUrl":"https:\/\/s1.wp.com\/wp-content\/mu-plugins\/jetpack-mu-wpcom-plugin\/moon\/vendor\/automattic\/jetpack-mu-wpcom\/src\/build\/"}; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://s1.wp.com/_static/??-eJzTLy/QTc7PK0nNK9HPKtYvyinRLSjKr6jUyyrW0QfKZeYl55SmpBaDJLMKS1OLKqGUXm5mHkFFurmZ6UWJJalQxfa5tobmRgamxgZmFpZZACbyLJI='></script> <script type="text/javascript" id="rlt-proxy-js-after"> /* <![CDATA[ */ rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} ); /* ]]> */ </script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://onceuponascreen.wordpress.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress.com" /> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="website" /> <meta property="og:title" content="1930s &#8211; Once upon a screen&#8230;" /> <meta property="og:url" content="https://aurorasginjoint.com/tag/1930s/" /> <meta property="og:site_name" content="Once upon a screen..." /> <meta property="og:image" content="https://aurorasginjoint.com/wp-content/uploads/2017/06/notorious.jpg?w=200" /> <meta property="og:image:width" content="200" /> <meta property="og:image:height" content="200" /> <meta property="og:image:alt" content="" /> <meta property="og:locale" content="en_US" /> <meta name="twitter:creator" content="@CitizenScreen" /> <meta name="twitter:site" content="@CitizenScreen" /> <!-- End Jetpack Open Graph Tags --> <link rel='openid.server' href='https://aurorasginjoint.com/?openidserver=1' /> <link rel='openid.delegate' href='https://aurorasginjoint.com/' /> <link rel="search" type="application/opensearchdescription+xml" href="https://aurorasginjoint.com/osd.xml" title="Once upon a screen..." /> <link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" /> <meta name="theme-color" content="#5c5e61" /> <meta name="application-name" content="Once upon a screen..." /><meta name="msapplication-window" content="width=device-width;height=device-height" /><meta name="msapplication-tooltip" content="...a classic film and TV blog" /><meta name="description" content="Posts about 1930s written by Aurora" /> <style type="text/css" id="custom-background-css"> body.custom-background { background-color: #5c5e61; } </style> <style type="text/css" id="custom-colors-css">body, button, input, select, textarea { color: #E2E2E2;} blockquote { color: #E2E2E2;} blockquote:before { color: #E2E2E2;} .entry-meta { color: #E2E2E2;} .entry-meta a, .entry-meta a:visited { color: #E2E2E2;} body { background-color: #5c5e61;} body, button, input, select, textarea { background-color: #5c5e61;} .format-quote blockquote { color: #7B8083;} .format-quote blockquote:before { color: #7B8083;} ::selection { color: #B8BBBC;} .img-thumbnail { background-color: #5c5e61;} .main-navigation.stuck .sf-menu > li > a, .main-navigation.stuck .sf-menu > li > a:visited { color: #5c5e61;} .sf-menu ul li { background-color: #5c5e61;} .sf-menu ul ul li { background-color: #5c5e61;} .main-navigation.stuck .toggle-menu-wrapper a, .main-navigation.stuck .toggle-menu-wrapper a:visited { color: #5c5e61;} .site-primary-menu-responsive { color: #83878A;} .primary-menu-responsive ul .current_page_item a, .primary-menu-responsive ul .current-menu-item a { color: #83878A;} .primary-menu-responsive .dropdown-toggle:after { color: #909397;} .pagination .current.page-numbers { color: #1D1D1F;} .post-navigation .nav-previous { border-right-color: #5c5e61;} .post-navigation a, .post-navigation a:visited { background-color: #56585B;} .site-wrapper { background-color: #5c5e61;} .hentry .mejs-controls .mejs-time-rail .mejs-time-loaded, .hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current { background-color: #5c5e61;} .comments-area-wrapper { background-color: #5c5e61;} .comment-respond { background-color: #5c5e61;} .preloader-effect { background-color: #5c5e61;} #scrollUp span { background-color: #5c5e61;} .infinite-scroll #infinite-handle span { background-color: #5c5e61;} .no-comments-wrapper { background-color: #4F5154;} .main-navigation { border-top-color: #4F5154;} .main-navigation { border-bottom-color: #4F5154;} .sf-menu ul a { border-bottom-color: #4F5154;} .site-footer-widgets { border-top-color: #4F5154;} .site-info { border-top-color: #4F5154;} .hentry, .error-404, .no-results { border-bottom-color: #4F5154;} .page-header { border-bottom-color: #4F5154;} .comments-title { border-bottom-color: #4F5154;} .widget li { border-top-color: #4F5154;} .preloader-effect .preloader-skip a, .preloader-effect .preloader-skip a:visited { border-color: #4F5154;} .hentry .sharedaddy .sd-block { border-top-color: #4F5154;} input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], select, textarea { border-color: #4F5154;} .wp-caption { border-color: #4F5154;} th { border-bottom-color: #4F5154;} td { border-bottom-color: #4F5154;} .wpa-notice { border-color: #4F5154;} #scrollUp span { border-color: #4F5154;} a, a:visited { color: #F0E0E0;} .comment-navigation .nav-previous a:before, .comment-navigation .nav-next a:after, .paging-navigation .nav-previous a:before, .paging-navigation .nav-next a:after, .image-navigation .nav-previous a:before, .image-navigation .nav-next a:after { color: #F0E0E0;} .post-navigation .nav-previous a:before, .post-navigation .nav-next a:after { color: #F0E0E0;} .page-title span { color: #F0E0E0;} .entry-title a:hover, .entry-title a:focus, .entry-title a:active, .page-title a:hover, .page-title a:focus, .page-title a:active { color: #F0E0E0;} .entry-meta-footer a, .entry-meta-footer a:visited { color: #F0E0E0;} .hentry .mejs-controls .mejs-time-rail .mejs-time-current { background-color: #d89498;} .comment-list .bypostauthor .comment-body { border-bottom-color: #F0E0E0;} .comment-list .comment-awaiting-moderation { color: #F0E0E0;} .widget_nav_menu .custom-menu-toggle:focus:after { color: #F0E0E0;} .widget_nav_menu .custom-menu-toggle.toggle-on:after { color: #F0E0E0;} .widget_pages .page-toggle:focus:after { color: #F0E0E0;} .widget_pages .page-toggle.toggle-on:after { color: #F0E0E0;} .widget_categories .category-toggle:focus:after { color: #F0E0E0;} .widget_categories .category-toggle.toggle-on:after { color: #F0E0E0;} a:hover, a:focus, a:active { color: #F0E0E0;} blockquote cite a:hover, blockquote cite a:focus, blockquote cite a:active { color: #F0E0E0;} .primary-menu-responsive .dropdown-toggle:hover, .primary-menu-responsive .dropdown-toggle:focus, .primary-menu-responsive .dropdown-toggle:active { background-color: #d89498;} .comment-navigation .nav-previous a:hover, .comment-navigation .nav-previous a:focus, .comment-navigation .nav-previous a:active, .paging-navigation .nav-previous a:hover, .paging-navigation .nav-previous a:focus, .paging-navigation .nav-previous a:active, .image-navigation .nav-previous a:hover, .image-navigation .nav-previous a:focus, .image-navigation .nav-previous a:active, .comment-navigation .nav-next a:hover, .comment-navigation .nav-next a:focus, .comment-navigation .nav-next a:active, .paging-navigation .nav-next a:hover, .paging-navigation .nav-next a:focus, .paging-navigation .nav-next a:active, .image-navigation .nav-next a:hover, .image-navigation .nav-next a:focus, .image-navigation .nav-next a:active { color: #F0E0E0;} .entry-meta a:hover, .entry-meta a:focus, .entry-meta a:active { color: #F0E0E0;} .entry-meta-footer a:hover, .entry-meta-footer a:focus, .entry-meta-footer a:active { color: #F0E0E0;} .error404 .widget a:hover, .error404 .widget a:focus, .error404 .widget a:active { color: #F0E0E0;} h1, h2, h3, h4, h5, h6 { color: #DAA4A4;} .format-quote blockquote { color: #EFE0E0;} button, input[type="button"], input[type="reset"], input[type="submit"] { color: #EFE0E0;} button, input[type="button"], input[type="reset"], input[type="submit"] { border-color: #c97777;} .main-navigation.stuck { background-color: #c97777;} .main-navigation.stuck { background-color: rgba( 201, 119, 119, 0.8 );} .sf-menu a, .sf-menu a:visited { color: #DAA4A4;} .sf-menu a:hover, .sf-menu a:focus, .sf-menu a:active { color: #c97777;} .sf-arrows ul .sf-with-ul:after { color: #c97777;} .toggle-menu-wrapper a, .toggle-menu-wrapper a:visited { color: #EFE0E0;} .secondary-menu a, .secondary-menu a:visited { color: #EFE0E0;} .site-social-menu a, .widget_nav_menu .menu-social-menu-container a { color: #EFE0E0;} .pagination .page-numbers { color: #EFE0E0;} .pagination .page-numbers { border-color: #EFE0E0;} .pagination .current.page-numbers { background-color: #c97777;} .site-title a, .site-title a:visited { color: #DAA4A4;} .credits { color: #EFE0E0;} .credits a, .credits a:visited { color: #EFE0E0;} .entry-title a, .entry-title a:visited, .page-title a, .page-title a:visited { color: #EFE0E0;} .page-links a, .page-links > span { color: #EFE0E0;} .page-links a, .page-links > span { border-color: #EFE0E0;} .page-links a { color: #EFE0E0;} .more-link, .more-link:visited { color: #EFE0E0;} .more-link, .more-link:visited { border-color: #EFE0E0;} .widget a, .widget a:visited { color: #EFE0E0;} .widget a:hover, .widget a:focus, .widget a:active { color: #c97777;} .widget-title { color: #DAA4A4;} .widget-title a, .widget-title a:visited { color: #EFE0E0;} .widget_nav_menu .custom-menu-toggle:after { color: #EFE0E0;} .widget_pages .page-toggle:after { color: #EFE0E0;} .widget_categories .category-toggle:after { color: #EFE0E0;} .infinite-scroll #infinite-handle span { color: #EFE0E0;} .infinite-scroll #infinite-handle span { border-color: #EFE0E0;} .entry-title a:hover, .entry-title a:focus, .entry-title a:active, .page-title a:hover, .page-title a:focus, .page-title a:active { color: #EFE0E0;} </style> <link rel="icon" href="https://aurorasginjoint.com/wp-content/uploads/2017/06/notorious.jpg?w=32" sizes="32x32" /> <link rel="icon" href="https://aurorasginjoint.com/wp-content/uploads/2017/06/notorious.jpg?w=192" sizes="192x192" /> <link rel="apple-touch-icon" href="https://aurorasginjoint.com/wp-content/uploads/2017/06/notorious.jpg?w=180" /> <meta name="msapplication-TileImage" content="https://aurorasginjoint.com/wp-content/uploads/2017/06/notorious.jpg?w=270" /> </head> <body class="archive tag tag-1930s tag-24739 custom-background wp-embed-responsive customizer-styles-applied has-site-branding layout-wide right-sidebar jetpack-reblog-enabled custom-colors" itemscope="itemscope" itemtype="http://schema.org/WebPage"> <div id="page" class="site-wrapper hfeed site"> <header id="masthead" class="site-header" role="banner" itemscope="itemscope" itemtype="http://schema.org/WPHeader"> <div class="container"> <div class="site-logo"><a href="https://aurorasginjoint.com/" class="site-logo-link" rel="home" itemprop="url"></a></div> <div class="site-branding"> <h2 class="site-title" itemprop="headline"><a href="https://aurorasginjoint.com/" title="Once upon a screen&#8230;" rel="home">Once upon a screen&#8230;</a></h2> <h3 class="site-description" itemprop="description">&#8230;a classic film and TV blog</h3> </div><!-- .site-branding --> </div><!-- .container --> </header><!-- #masthead --> <nav id="site-navigation" class="main-navigation" role="navigation" itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement"> <div class="container"> <a class="skip-link screen-reader-text" href="#content">Skip to content</a> <div class="toggle-menu-wrapper"> <a href="#main-navigation-responsive" title="Menu" class="toggle-menu">Menu</a> </div> <div class="site-primary-menu"><ul id="menu-categories" class="primary-menu sf-menu"><li id="menu-item-37251" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37251"><a href="https://aurorasginjoint.com/category/classic-movies/">Classic Movies</a></li> <li id="menu-item-37237" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37237"><a href="https://aurorasginjoint.com/category/classic-tv/">Classic TV</a></li> <li id="menu-item-37253" class="menu-item menu-item-type-taxonomy menu-item-object-post_tag menu-item-37253"><a href="https://aurorasginjoint.com/tag/old-time-radio/">Old Time Radio</a></li> <li id="menu-item-37250" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37250"><a href="https://aurorasginjoint.com/category/image-galleries/">Image Galleries</a></li> <li id="menu-item-37256" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37256"><a href="https://aurorasginjoint.com/category/contemporary-movies/">Contemporary Movies</a></li> <li id="menu-item-37252" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37252"><a href="https://aurorasginjoint.com/category/blogathons/">Blogathons</a></li> <li id="menu-item-37254" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37254"><a href="https://aurorasginjoint.com/category/festivals-screenings/">Festivals &amp; Screenings</a></li> <li id="menu-item-37255" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37255"><a href="https://aurorasginjoint.com/category/book-reviews/">Book Reviews</a></li> <li id="menu-item-37236" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-37236"><a href="https://aurorasginjoint.com/category/guest-posts/">Guest posts</a></li> </ul></div> </div><!-- .container --> </nav><!-- .main-navigation --> <div id="content" class="site-content"> <div class="container"> <div class="row"> <section id="primary" class="content-area col-xs-12 col-sm-12 col-md-9 col-lg-9"> <main id="main" class="site-main" role="main" itemprop="mainContentOfPage" itemscope="itemscope" itemtype="http://schema.org/Blog"> <header class="page-header"> <h1 class="page-title">Tag: <span>1930s</span></h1> </header><!-- .page-header --> <article id="post-27799" class="post-27799 post type-post status-publish format-standard has-post-thumbnail hentry category-classic-movies tag-1930s tag-charlie-chaplin tag-city-lights tag-silent-film" itemscope="itemscope" itemtype="http://schema.org/BlogPosting" itemprop="blogPost"> <figure class="post-thumbnail"> <a href="https://aurorasginjoint.com/2015/05/15/my-favorite-classic-movie-chaplins-city-lights-1931/"> <img width="600" height="600" src="https://aurorasginjoint.com/wp-content/uploads/2015/05/119.jpg?w=600&amp;h=600&amp;crop=1" class="img-featured img-responsive wp-post-image" alt="" decoding="async" srcset="https://aurorasginjoint.com/wp-content/uploads/2015/05/119.jpg?w=600&amp;h=600&amp;crop=1 600w, https://aurorasginjoint.com/wp-content/uploads/2015/05/119.jpg?w=150&amp;h=150&amp;crop=1 150w, https://aurorasginjoint.com/wp-content/uploads/2015/05/119.jpg?w=300&amp;h=300&amp;crop=1 300w" sizes="(max-width: 600px) 100vw, 600px" data-attachment-id="27812" data-permalink="https://aurorasginjoint.com/2015/05/15/my-favorite-classic-movie-chaplins-city-lights-1931/1-700/" data-orig-file="https://aurorasginjoint.com/wp-content/uploads/2015/05/119.jpg" data-orig-size="800,631" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="1" data-image-description="" data-image-caption="" data-medium-file="https://aurorasginjoint.com/wp-content/uploads/2015/05/119.jpg?w=300" data-large-file="https://aurorasginjoint.com/wp-content/uploads/2015/05/119.jpg?w=798" /> </a> </figure><!-- .post-thumbnail --> <div class="hentry-content"> <div class="entry-meta entry-meta-header"> <ul> <li><span class="byline"> by <span class="author vcard"><a class="url fn n" href="https://aurorasginjoint.com/author/citizenclassics/">Aurora</a></span></span></li> <li><span class="posted-on"><span class="screen-reader-text">Posted on</span><a href="https://aurorasginjoint.com/2015/05/15/my-favorite-classic-movie-chaplins-city-lights-1931/" rel="bookmark"> <time class="entry-date published" datetime="2015-05-15T13:47:03-04:00">May 15, 2015</time><time class="updated" datetime="2016-06-14T13:30:38-04:00">June 14, 2016</time></a></span></li> </ul> </div><!-- .entry-meta --> <header class="entry-header"> <h1 class="entry-title" itemprop="headline"><a href="https://aurorasginjoint.com/2015/05/15/my-favorite-classic-movie-chaplins-city-lights-1931/" rel="bookmark">My Favorite Classic Movie: Chaplin&#8217;s CITY LIGHTS&nbsp;(1931)</a></h1> </header><!-- .entry-header --> <div class="more-link-wrapper"> <a href="https://aurorasginjoint.com/2015/05/15/my-favorite-classic-movie-chaplins-city-lights-1931/" class="more-link">Read More</a> </div><!-- .more-link-wrapper --> </div><!-- .hentry-content --> </article><!-- #post-## --> <article id="post-27702" class="post-27702 post type-post status-publish format-standard has-post-thumbnail hentry category-classic-movies tag-1930s tag-fritz-lang tag-german-film tag-m tag-peter-lorre" itemscope="itemscope" itemtype="http://schema.org/BlogPosting" itemprop="blogPost"> <figure class="post-thumbnail"> <a href="https://aurorasginjoint.com/2015/04/26/cmba-blogathon-fabulous-films-of-the-1930s-fritz-langs-m/"> <img width="448" height="252" src="https://aurorasginjoint.com/wp-content/uploads/2015/04/14.jpeg?w=448&amp;h=252&amp;crop=1" class="img-featured img-responsive wp-post-image" alt="" decoding="async" srcset="https://aurorasginjoint.com/wp-content/uploads/2015/04/14.jpeg 448w, https://aurorasginjoint.com/wp-content/uploads/2015/04/14.jpeg?w=150&amp;h=84&amp;crop=1 150w, https://aurorasginjoint.com/wp-content/uploads/2015/04/14.jpeg?w=300&amp;h=169&amp;crop=1 300w" sizes="(max-width: 448px) 100vw, 448px" data-attachment-id="27722" data-permalink="https://aurorasginjoint.com/2015/04/26/cmba-blogathon-fabulous-films-of-the-1930s-fritz-langs-m/1-671/" data-orig-file="https://aurorasginjoint.com/wp-content/uploads/2015/04/14.jpeg" data-orig-size="448,252" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="1" data-image-description="" data-image-caption="" data-medium-file="https://aurorasginjoint.com/wp-content/uploads/2015/04/14.jpeg?w=300" data-large-file="https://aurorasginjoint.com/wp-content/uploads/2015/04/14.jpeg?w=448" /> </a> </figure><!-- .post-thumbnail --> <div class="hentry-content"> <div class="entry-meta entry-meta-header"> <ul> <li><span class="byline"> by <span class="author vcard"><a class="url fn n" href="https://aurorasginjoint.com/author/citizenclassics/">Aurora</a></span></span></li> <li><span class="posted-on"><span class="screen-reader-text">Posted on</span><a href="https://aurorasginjoint.com/2015/04/26/cmba-blogathon-fabulous-films-of-the-1930s-fritz-langs-m/" rel="bookmark"> <time class="entry-date published" datetime="2015-04-26T16:42:23-04:00">April 26, 2015</time><time class="updated" datetime="2016-06-14T13:33:50-04:00">June 14, 2016</time></a></span></li> </ul> </div><!-- .entry-meta --> <header class="entry-header"> <h1 class="entry-title" itemprop="headline"><a href="https://aurorasginjoint.com/2015/04/26/cmba-blogathon-fabulous-films-of-the-1930s-fritz-langs-m/" rel="bookmark">CMBA Blogathon: Fabulous Films of the 1930s &#8211; Fritz Lang&#8217;s&nbsp;M</a></h1> </header><!-- .entry-header --> <div class="more-link-wrapper"> <a href="https://aurorasginjoint.com/2015/04/26/cmba-blogathon-fabulous-films-of-the-1930s-fritz-langs-m/" class="more-link">Read More</a> </div><!-- .more-link-wrapper --> </div><!-- .hentry-content --> </article><!-- #post-## --> <article id="post-27681" class="post-27681 post type-post status-publish format-standard has-post-thumbnail hentry category-old-time-radio tag-1930s tag-doris-day tag-frank-sinatra tag-old-time-radio tag-otr tag-your-hit-parade" itemscope="itemscope" itemtype="http://schema.org/BlogPosting" itemprop="blogPost"> <figure class="post-thumbnail"> <a href="https://aurorasginjoint.com/2015/04/20/happy-80th-to-an-american-institution-your-hit-parade/"> <img width="458" height="346" src="https://aurorasginjoint.com/wp-content/uploads/2015/04/153.jpg?w=458&amp;h=346&amp;crop=1" class="img-featured img-responsive wp-post-image" alt="" decoding="async" srcset="https://aurorasginjoint.com/wp-content/uploads/2015/04/153.jpg 458w, https://aurorasginjoint.com/wp-content/uploads/2015/04/153.jpg?w=150&amp;h=113&amp;crop=1 150w, https://aurorasginjoint.com/wp-content/uploads/2015/04/153.jpg?w=300&amp;h=227&amp;crop=1 300w" sizes="(max-width: 458px) 100vw, 458px" data-attachment-id="27682" data-permalink="https://aurorasginjoint.com/2015/04/20/happy-80th-to-an-american-institution-your-hit-parade/sinatra-3/" data-orig-file="https://aurorasginjoint.com/wp-content/uploads/2015/04/153.jpg" data-orig-size="458,346" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;AP&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;FILE--This is a 1943 portrait of Frank Sinatra. Sinatra, the dashing teen idol who matured into the premier romantic balladeer of American popular music and the \u00d2Chairman of the Board\u00d3 to his millions of fans, died Thursday night, May 14, 1998, of a heart attack. He was 82. (AP Photo\/Columbia Records)&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;SINATRA&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="SINATRA" data-image-description="&lt;p&gt;FILE&#8211;This is a 1943 portrait of Frank Sinatra. Sinatra, the dashing teen idol who matured into the premier romantic balladeer of American popular music and the 脪Chairman of the Board脫 to his millions of fans, died Thursday night, May 14, 1998, of a heart attack. He was 82. (AP Photo/Columbia Records)&lt;/p&gt; " data-image-caption="" data-medium-file="https://aurorasginjoint.com/wp-content/uploads/2015/04/153.jpg?w=300" data-large-file="https://aurorasginjoint.com/wp-content/uploads/2015/04/153.jpg?w=458" /> </a> </figure><!-- .post-thumbnail --> <div class="hentry-content"> <div class="entry-meta entry-meta-header"> <ul> <li><span class="byline"> by <span class="author vcard"><a class="url fn n" href="https://aurorasginjoint.com/author/citizenclassics/">Aurora</a></span></span></li> <li><span class="posted-on"><span class="screen-reader-text">Posted on</span><a href="https://aurorasginjoint.com/2015/04/20/happy-80th-to-an-american-institution-your-hit-parade/" rel="bookmark"> <time class="entry-date published" datetime="2015-04-20T12:26:01-04:00">April 20, 2015</time><time class="updated" datetime="2016-06-14T13:35:00-04:00">June 14, 2016</time></a></span></li> </ul> </div><!-- .entry-meta --> <header class="entry-header"> <h1 class="entry-title" itemprop="headline"><a href="https://aurorasginjoint.com/2015/04/20/happy-80th-to-an-american-institution-your-hit-parade/" rel="bookmark">Happy 80th to an American Institution &#8211; &#8220;Your Hit&nbsp;Parade&#8221;</a></h1> </header><!-- .entry-header --> <div class="more-link-wrapper"> <a href="https://aurorasginjoint.com/2015/04/20/happy-80th-to-an-american-institution-your-hit-parade/" class="more-link">Read More</a> </div><!-- .more-link-wrapper --> </div><!-- .hentry-content --> </article><!-- #post-## --> <article id="post-27221" class="post-27221 post type-post status-publish format-standard has-post-thumbnail hentry category-classic-movies tag-1930s tag-chester-morris tag-conrad-nagel tag-ex-wife tag-norma-shearer tag-pre-code tag-robert-montgomery tag-robert-z-leonard tag-the-divorcee" itemscope="itemscope" itemtype="http://schema.org/BlogPosting" itemprop="blogPost"> <figure class="post-thumbnail"> <a href="https://aurorasginjoint.com/2015/04/03/pre-code-blogathon-the-divorcee-1930-it-doesnt-mean-a-thing/"> <img width="360" height="278" src="https://aurorasginjoint.com/wp-content/uploads/2015/04/1.jpg?w=360&amp;h=278&amp;crop=1" class="img-featured img-responsive wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://aurorasginjoint.com/wp-content/uploads/2015/04/1.jpg 360w, https://aurorasginjoint.com/wp-content/uploads/2015/04/1.jpg?w=150&amp;h=116&amp;crop=1 150w, https://aurorasginjoint.com/wp-content/uploads/2015/04/1.jpg?w=300&amp;h=232&amp;crop=1 300w" sizes="(max-width: 360px) 100vw, 360px" data-attachment-id="27230" data-permalink="https://aurorasginjoint.com/2015/04/03/pre-code-blogathon-the-divorcee-1930-it-doesnt-mean-a-thing/1-607/" data-orig-file="https://aurorasginjoint.com/wp-content/uploads/2015/04/1.jpg" data-orig-size="360,278" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="1" data-image-description="" data-image-caption="" data-medium-file="https://aurorasginjoint.com/wp-content/uploads/2015/04/1.jpg?w=300" data-large-file="https://aurorasginjoint.com/wp-content/uploads/2015/04/1.jpg?w=360" /> </a> </figure><!-- .post-thumbnail --> <div class="hentry-content"> <div class="entry-meta entry-meta-header"> <ul> <li><span class="byline"> by <span class="author vcard"><a class="url fn n" href="https://aurorasginjoint.com/author/citizenclassics/">Aurora</a></span></span></li> <li><span class="posted-on"><span class="screen-reader-text">Posted on</span><a href="https://aurorasginjoint.com/2015/04/03/pre-code-blogathon-the-divorcee-1930-it-doesnt-mean-a-thing/" rel="bookmark"> <time class="entry-date published" datetime="2015-04-03T09:45:20-04:00">April 3, 2015</time><time class="updated" datetime="2016-06-14T13:48:04-04:00">June 14, 2016</time></a></span></li> </ul> </div><!-- .entry-meta --> <header class="entry-header"> <h1 class="entry-title" itemprop="headline"><a href="https://aurorasginjoint.com/2015/04/03/pre-code-blogathon-the-divorcee-1930-it-doesnt-mean-a-thing/" rel="bookmark">Pre-Code Blogathon: THE DIVORCEE (1930) &#8211; It doesn&#8217;t mean a&nbsp;thing</a></h1> </header><!-- .entry-header --> <div class="more-link-wrapper"> <a href="https://aurorasginjoint.com/2015/04/03/pre-code-blogathon-the-divorcee-1930-it-doesnt-mean-a-thing/" class="more-link">Read More</a> </div><!-- .more-link-wrapper --> </div><!-- .hentry-content --> </article><!-- #post-## --> <article id="post-27139" class="post-27139 post type-post status-publish format-standard has-post-thumbnail hentry category-classic-movies tag-1930s tag-el-manicero tag-lawrence-tibbett tag-lupe-velez tag-pre-code tag-the-cuban-love-song tag-the-peanut-vendor tag-w-s-van-dyke" itemscope="itemscope" itemtype="http://schema.org/BlogPosting" itemprop="blogPost"> <figure class="post-thumbnail"> <a href="https://aurorasginjoint.com/2015/04/01/pre-code-blogathon-the-cuban-love-song-1931/"> <img width="444" height="473" src="https://aurorasginjoint.com/wp-content/uploads/2015/03/181.jpg?w=444&amp;h=473&amp;crop=1" class="img-featured img-responsive wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://aurorasginjoint.com/wp-content/uploads/2015/03/181.jpg 444w, https://aurorasginjoint.com/wp-content/uploads/2015/03/181.jpg?w=141&amp;h=150&amp;crop=1 141w, https://aurorasginjoint.com/wp-content/uploads/2015/03/181.jpg?w=282&amp;h=300&amp;crop=1 282w" sizes="(max-width: 444px) 100vw, 444px" data-attachment-id="27217" data-permalink="https://aurorasginjoint.com/2015/04/01/pre-code-blogathon-the-cuban-love-song-1931/1-606/" data-orig-file="https://aurorasginjoint.com/wp-content/uploads/2015/03/181.jpg" data-orig-size="444,473" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;1&quot;}" data-image-title="1" data-image-description="" data-image-caption="" data-medium-file="https://aurorasginjoint.com/wp-content/uploads/2015/03/181.jpg?w=282" data-large-file="https://aurorasginjoint.com/wp-content/uploads/2015/03/181.jpg?w=444" /> </a> </figure><!-- .post-thumbnail --> <div class="hentry-content"> <div class="entry-meta entry-meta-header"> <ul> <li><span class="byline"> by <span class="author vcard"><a class="url fn n" href="https://aurorasginjoint.com/author/citizenclassics/">Aurora</a></span></span></li> <li><span class="posted-on"><span class="screen-reader-text">Posted on</span><a href="https://aurorasginjoint.com/2015/04/01/pre-code-blogathon-the-cuban-love-song-1931/" rel="bookmark"> <time class="entry-date published" datetime="2015-04-01T16:39:41-04:00">April 1, 2015</time><time class="updated" datetime="2017-09-13T15:05:35-04:00">September 13, 2017</time></a></span></li> </ul> </div><!-- .entry-meta --> <header class="entry-header"> <h1 class="entry-title" itemprop="headline"><a href="https://aurorasginjoint.com/2015/04/01/pre-code-blogathon-the-cuban-love-song-1931/" rel="bookmark">Pre-Code Blogathon: THE CUBAN LOVE SONG&nbsp;(1931)</a></h1> </header><!-- .entry-header --> <div class="more-link-wrapper"> <a href="https://aurorasginjoint.com/2015/04/01/pre-code-blogathon-the-cuban-love-song-1931/" class="more-link">Read More</a> </div><!-- .more-link-wrapper --> </div><!-- .hentry-content --> </article><!-- #post-## --> <article id="post-26823" class="post-26823 post type-post status-publish format-standard has-post-thumbnail hentry category-classic-movies tag-1930s tag-alfred-hitchcock tag-hitchcock-blonde tag-john-gielgud tag-madeleine-carroll tag-peter-lorre tag-robert-young tag-secret-agent tag-thriller-sextet" itemscope="itemscope" itemtype="http://schema.org/BlogPosting" itemprop="blogPost"> <figure class="post-thumbnail"> <a href="https://aurorasginjoint.com/2015/02/25/madeleine-carroll-set-the-standard-in-hitchcocks-secret-agent-1936/"> <img width="600" height="600" src="https://aurorasginjoint.com/wp-content/uploads/2015/02/881.jpg?w=600&amp;h=600&amp;crop=1" class="img-featured img-responsive wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://aurorasginjoint.com/wp-content/uploads/2015/02/881.jpg?w=600&amp;h=600&amp;crop=1 600w, https://aurorasginjoint.com/wp-content/uploads/2015/02/881.jpg?w=150&amp;h=150&amp;crop=1 150w, https://aurorasginjoint.com/wp-content/uploads/2015/02/881.jpg?w=300&amp;h=300&amp;crop=1 300w, https://aurorasginjoint.com/wp-content/uploads/2015/02/881.jpg?w=768&amp;h=768&amp;crop=1 768w" sizes="(max-width: 600px) 100vw, 600px" data-attachment-id="26830" data-permalink="https://aurorasginjoint.com/2015/02/25/madeleine-carroll-set-the-standard-in-hitchcocks-secret-agent-1936/88-9/" data-orig-file="https://aurorasginjoint.com/wp-content/uploads/2015/02/881.jpg" data-orig-size="1200,905" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="88" data-image-description="" data-image-caption="" data-medium-file="https://aurorasginjoint.com/wp-content/uploads/2015/02/881.jpg?w=300" data-large-file="https://aurorasginjoint.com/wp-content/uploads/2015/02/881.jpg?w=798" /> </a> </figure><!-- .post-thumbnail --> <div class="hentry-content"> <div class="entry-meta entry-meta-header"> <ul> <li><span class="byline"> by <span class="author vcard"><a class="url fn n" href="https://aurorasginjoint.com/author/citizenclassics/">Aurora</a></span></span></li> <li><span class="posted-on"><span class="screen-reader-text">Posted on</span><a href="https://aurorasginjoint.com/2015/02/25/madeleine-carroll-set-the-standard-in-hitchcocks-secret-agent-1936/" rel="bookmark"> <time class="entry-date published" datetime="2015-02-25T12:50:34-05:00">February 25, 2015</time><time class="updated" datetime="2016-06-14T14:23:35-04:00">June 14, 2016</time></a></span></li> </ul> </div><!-- .entry-meta --> <header class="entry-header"> <h1 class="entry-title" itemprop="headline"><a href="https://aurorasginjoint.com/2015/02/25/madeleine-carroll-set-the-standard-in-hitchcocks-secret-agent-1936/" rel="bookmark">Madeleine Carroll set the standard in Hitchcock&#8217;s SECRET AGENT&nbsp;(1936)</a></h1> </header><!-- .entry-header --> <div class="more-link-wrapper"> <a href="https://aurorasginjoint.com/2015/02/25/madeleine-carroll-set-the-standard-in-hitchcocks-secret-agent-1936/" class="more-link">Read More</a> </div><!-- .more-link-wrapper --> </div><!-- .hentry-content --> </article><!-- #post-## --> <article id="post-26392" class="post-26392 post type-post status-publish format-standard has-post-thumbnail hentry category-classic-movies tag-1930s tag-buster-keaton tag-edward-sedgwick tag-jimmy-durante tag-mgm tag-prohibition tag-what-no-beer" itemscope="itemscope" itemtype="http://schema.org/BlogPosting" itemprop="blogPost"> <figure class="post-thumbnail"> <a href="https://aurorasginjoint.com/2015/02/08/buster-keaton-prohibition-and-what-no-beer-1933/"> <img width="600" height="489" src="https://aurorasginjoint.com/wp-content/uploads/2015/02/125.jpg?w=600&amp;h=489&amp;crop=1" class="img-featured img-responsive wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://aurorasginjoint.com/wp-content/uploads/2015/02/125.jpg?w=600&amp;h=489&amp;crop=1 600w, https://aurorasginjoint.com/wp-content/uploads/2015/02/125.jpg?w=150&amp;h=122&amp;crop=1 150w, https://aurorasginjoint.com/wp-content/uploads/2015/02/125.jpg?w=300&amp;h=245&amp;crop=1 300w" sizes="(max-width: 600px) 100vw, 600px" data-attachment-id="26394" data-permalink="https://aurorasginjoint.com/2015/02/08/buster-keaton-prohibition-and-what-no-beer-1933/1-445/" data-orig-file="https://aurorasginjoint.com/wp-content/uploads/2015/02/125.jpg" data-orig-size="640,489" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="1" data-image-description="" data-image-caption="" data-medium-file="https://aurorasginjoint.com/wp-content/uploads/2015/02/125.jpg?w=300" data-large-file="https://aurorasginjoint.com/wp-content/uploads/2015/02/125.jpg?w=640" /> </a> </figure><!-- .post-thumbnail --> <div class="hentry-content"> <div class="entry-meta entry-meta-header"> <ul> <li><span class="byline"> by <span class="author vcard"><a class="url fn n" href="https://aurorasginjoint.com/author/citizenclassics/">Aurora</a></span></span></li> <li><span class="posted-on"><span class="screen-reader-text">Posted on</span><a href="https://aurorasginjoint.com/2015/02/08/buster-keaton-prohibition-and-what-no-beer-1933/" rel="bookmark"> <time class="entry-date published" datetime="2015-02-08T13:58:32-05:00">February 8, 2015</time><time class="updated" datetime="2016-06-14T14:30:55-04:00">June 14, 2016</time></a></span></li> </ul> </div><!-- .entry-meta --> <header class="entry-header"> <h1 class="entry-title" itemprop="headline"><a href="https://aurorasginjoint.com/2015/02/08/buster-keaton-prohibition-and-what-no-beer-1933/" rel="bookmark">Buster Keaton, Prohibition and WHAT! NO BEER?&nbsp;(1933)</a></h1> </header><!-- .entry-header --> <div class="more-link-wrapper"> <a href="https://aurorasginjoint.com/2015/02/08/buster-keaton-prohibition-and-what-no-beer-1933/" class="more-link">Read More</a> </div><!-- .more-link-wrapper --> </div><!-- .hentry-content --> </article><!-- #post-## --> <article id="post-25889" class="post-25889 post type-post status-publish format-standard has-post-thumbnail hentry category-old-time-radio tag-1930s tag-christmas tag-holiday tag-maxwell-house tag-mgm tag-otr" itemscope="itemscope" itemtype="http://schema.org/BlogPosting" itemprop="blogPost"> <figure class="post-thumbnail"> <a href="https://aurorasginjoint.com/2014/12/23/seasons-greetings-good-news-from-mgm/"> <img width="400" height="400" src="https://aurorasginjoint.com/wp-content/uploads/2014/12/14.jpg?w=400&amp;h=400&amp;crop=1" class="img-featured img-responsive wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://aurorasginjoint.com/wp-content/uploads/2014/12/14.jpg 400w, https://aurorasginjoint.com/wp-content/uploads/2014/12/14.jpg?w=150&amp;h=150&amp;crop=1 150w, https://aurorasginjoint.com/wp-content/uploads/2014/12/14.jpg?w=300&amp;h=300&amp;crop=1 300w" sizes="(max-width: 400px) 100vw, 400px" data-attachment-id="25891" data-permalink="https://aurorasginjoint.com/2014/12/23/seasons-greetings-good-news-from-mgm/1-370/" data-orig-file="https://aurorasginjoint.com/wp-content/uploads/2014/12/14.jpg" data-orig-size="400,400" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="1" data-image-description="" data-image-caption="" data-medium-file="https://aurorasginjoint.com/wp-content/uploads/2014/12/14.jpg?w=300" data-large-file="https://aurorasginjoint.com/wp-content/uploads/2014/12/14.jpg?w=400" /> </a> </figure><!-- .post-thumbnail --> <div class="hentry-content"> <div class="entry-meta entry-meta-header"> <ul> <li><span class="byline"> by <span class="author vcard"><a class="url fn n" href="https://aurorasginjoint.com/author/citizenclassics/">Aurora</a></span></span></li> <li><span class="posted-on"><span class="screen-reader-text">Posted on</span><a href="https://aurorasginjoint.com/2014/12/23/seasons-greetings-good-news-from-mgm/" rel="bookmark"> <time class="entry-date published" datetime="2014-12-23T11:09:52-05:00">December 23, 2014</time><time class="updated" datetime="2016-07-06T12:10:50-04:00">July 6, 2016</time></a></span></li> </ul> </div><!-- .entry-meta --> <header class="entry-header"> <h1 class="entry-title" itemprop="headline"><a href="https://aurorasginjoint.com/2014/12/23/seasons-greetings-good-news-from-mgm/" rel="bookmark">Season&#8217;s Greetings, &#8220;Good News&#8221; from&nbsp;MGM</a></h1> </header><!-- .entry-header --> <div class="more-link-wrapper"> <a href="https://aurorasginjoint.com/2014/12/23/seasons-greetings-good-news-from-mgm/" class="more-link">Read More</a> </div><!-- .more-link-wrapper --> </div><!-- .hentry-content --> </article><!-- #post-## --> <article id="post-24651" class="post-24651 post type-post status-publish format-standard has-post-thumbnail hentry category-classic-movies tag-1920s tag-1930s tag-eddie-cantor tag-forgotten-stars-blogathon tag-otr tag-take-my-life tag-vaudeville" itemscope="itemscope" itemtype="http://schema.org/BlogPosting" itemprop="blogPost"> <figure class="post-thumbnail"> <a href="https://aurorasginjoint.com/2014/10/27/cmba-forgotten-stars-eddie-cantor/"> <img width="314" height="326" src="https://aurorasginjoint.com/wp-content/uploads/2014/10/162.jpg?w=314&amp;h=326&amp;crop=1" class="img-featured img-responsive wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://aurorasginjoint.com/wp-content/uploads/2014/10/162.jpg 314w, https://aurorasginjoint.com/wp-content/uploads/2014/10/162.jpg?w=144&amp;h=150&amp;crop=1 144w, https://aurorasginjoint.com/wp-content/uploads/2014/10/162.jpg?w=289&amp;h=300&amp;crop=1 289w" sizes="(max-width: 314px) 100vw, 314px" data-attachment-id="24987" data-permalink="https://aurorasginjoint.com/2014/10/27/cmba-forgotten-stars-eddie-cantor/1-265/" data-orig-file="https://aurorasginjoint.com/wp-content/uploads/2014/10/162.jpg" data-orig-size="314,326" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="1" data-image-description="" data-image-caption="" data-medium-file="https://aurorasginjoint.com/wp-content/uploads/2014/10/162.jpg?w=289" data-large-file="https://aurorasginjoint.com/wp-content/uploads/2014/10/162.jpg?w=314" /> </a> </figure><!-- .post-thumbnail --> <div class="hentry-content"> <div class="entry-meta entry-meta-header"> <ul> <li><span class="byline"> by <span class="author vcard"><a class="url fn n" href="https://aurorasginjoint.com/author/citizenclassics/">Aurora</a></span></span></li> <li><span class="posted-on"><span class="screen-reader-text">Posted on</span><a href="https://aurorasginjoint.com/2014/10/27/cmba-forgotten-stars-eddie-cantor/" rel="bookmark"> <time class="entry-date published" datetime="2014-10-27T21:10:35-04:00">October 27, 2014</time><time class="updated" datetime="2016-07-06T12:32:08-04:00">July 6, 2016</time></a></span></li> </ul> </div><!-- .entry-meta --> <header class="entry-header"> <h1 class="entry-title" itemprop="headline"><a href="https://aurorasginjoint.com/2014/10/27/cmba-forgotten-stars-eddie-cantor/" rel="bookmark">CMBA Forgotten Stars Blogathon: Eddie&nbsp;Cantor</a></h1> </header><!-- .entry-header --> <div class="more-link-wrapper"> <a href="https://aurorasginjoint.com/2014/10/27/cmba-forgotten-stars-eddie-cantor/" class="more-link">Read More</a> </div><!-- .more-link-wrapper --> </div><!-- .hentry-content --> </article><!-- #post-## --> <article id="post-24229" class="post-24229 post type-post status-publish format-standard has-post-thumbnail hentry category-classic-movies tag-1930s tag-antonio-moreno tag-hispanic-actors tag-spanish tag-spanish-hollywood tag-spanish-language-movies" itemscope="itemscope" itemtype="http://schema.org/BlogPosting" itemprop="blogPost"> <figure class="post-thumbnail"> <a href="https://aurorasginjoint.com/2014/09/30/antonio-moreno-and-the-story-of-spanish-language-hollywood/"> <img width="600" height="600" src="https://aurorasginjoint.com/wp-content/uploads/2014/09/29.jpg?w=600&amp;h=600&amp;crop=1" class="img-featured img-responsive wp-post-image" alt="" decoding="async" loading="lazy" srcset="https://aurorasginjoint.com/wp-content/uploads/2014/09/29.jpg?w=600&amp;h=600&amp;crop=1 600w, https://aurorasginjoint.com/wp-content/uploads/2014/09/29.jpg?w=150&amp;h=150&amp;crop=1 150w, https://aurorasginjoint.com/wp-content/uploads/2014/09/29.jpg?w=300&amp;h=300&amp;crop=1 300w" sizes="(max-width: 600px) 100vw, 600px" data-attachment-id="24395" data-permalink="https://aurorasginjoint.com/2014/09/30/antonio-moreno-and-the-story-of-spanish-language-hollywood/2-31/" data-orig-file="https://aurorasginjoint.com/wp-content/uploads/2014/09/29.jpg" data-orig-size="1026,700" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="2" data-image-description="" data-image-caption="" data-medium-file="https://aurorasginjoint.com/wp-content/uploads/2014/09/29.jpg?w=300" data-large-file="https://aurorasginjoint.com/wp-content/uploads/2014/09/29.jpg?w=798" /> </a> </figure><!-- .post-thumbnail --> <div class="hentry-content"> <div class="entry-meta entry-meta-header"> <ul> <li><span class="byline"> by <span class="author vcard"><a class="url fn n" href="https://aurorasginjoint.com/author/citizenclassics/">Aurora</a></span></span></li> <li><span class="posted-on"><span class="screen-reader-text">Posted on</span><a href="https://aurorasginjoint.com/2014/09/30/antonio-moreno-and-the-story-of-spanish-language-hollywood/" rel="bookmark"> <time class="entry-date published" datetime="2014-09-30T18:03:35-04:00">September 30, 2014</time><time class="updated" datetime="2016-07-22T17:19:12-04:00">July 22, 2016</time></a></span></li> </ul> </div><!-- .entry-meta --> <header class="entry-header"> <h1 class="entry-title" itemprop="headline"><a href="https://aurorasginjoint.com/2014/09/30/antonio-moreno-and-the-story-of-spanish-language-hollywood/" rel="bookmark">Antonio Moreno and The Story of Spanish-language Hollywood</a></h1> </header><!-- .entry-header --> <div class="more-link-wrapper"> <a href="https://aurorasginjoint.com/2014/09/30/antonio-moreno-and-the-story-of-spanish-language-hollywood/" class="more-link">Read More</a> </div><!-- .more-link-wrapper --> </div><!-- .hentry-content --> </article><!-- #post-## --> <nav class="navigation pagination" aria-label="Posts pagination"> <h2 class="screen-reader-text">Posts pagination</h2> <div class="nav-links"><span aria-current="page" class="page-numbers current"><span class="meta-nav screen-reader-text">Page </span>1</span> <a class="page-numbers" href="https://aurorasginjoint.com/tag/1930s/page/2/"><span class="meta-nav screen-reader-text">Page </span>2</a> <a class="page-numbers" href="https://aurorasginjoint.com/tag/1930s/page/3/"><span class="meta-nav screen-reader-text">Page </span>3</a> <a class="next page-numbers" href="https://aurorasginjoint.com/tag/1930s/page/2/"><span class="screen-reader-text">Next Page</span></a></div> </nav> </main><!-- #main --> </section><!-- #primary --> <div id="site-sidebar" class="sidebar-area col-xs-12 col-sm-12 col-md-3 col-lg-3"> <div id="secondary" class="sidebar widget-area" role="complementary" itemscope="itemscope" itemtype="http://schema.org/WPSideBar"> <aside id="media_image-125" class="widget widget_media_image"><h2 class="widget-title">About me&#8230;</h2><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><a href="https://about.me/citizenscreen"><img class="image aligncenter" src="http://www.doctormacro.com/Images/Swanson,%20Gloria/Annex/Annex%20-%20Swanson,%20Gloria%20(Sunset%20Boulevard)_04.jpg" alt="" width="1157" height="1500" /></a></aside><aside id="search-4" class="widget widget_search"><form role="search" method="get" class="search-form" action="https://aurorasginjoint.com/"> <label> <span class="screen-reader-text">Search for:</span> <input type="search" class="search-field" placeholder="Search &hellip;" value="" name="s" /> </label> <input type="submit" class="search-submit" value="Search" /> </form></aside><aside id="follow_button_widget-2" class="widget widget_follow_button_widget"> <a class="wordpress-follow-button" href="https://aurorasginjoint.com" data-blog="29758635" data-lang="en" >Follow Once upon a screen&#8230; on WordPress.com</a> <script type="text/javascript">(function(d){ window.wpcomPlatform = {"titles":{"timelines":"Embeddable Timelines","followButton":"Follow Button","wpEmbeds":"WordPress Embeds"}}; var f = d.getElementsByTagName('SCRIPT')[0], p = d.createElement('SCRIPT');p.type = 'text/javascript';p.async = true;p.src = '//widgets.wp.com/platform.js';f.parentNode.insertBefore(p,f);}(document));</script> </aside><aside id="blog_subscription-6" class="widget widget_blog_subscription jetpack_subscription_widget"><h2 class="widget-title"><label for="subscribe-field">Subscribe to Blog via Email</label></h2> <div class="wp-block-jetpack-subscriptions__container"> <form action="https://subscribe.wordpress.com" method="post" accept-charset="utf-8" data-blog="29758635" data-post_access_level="everybody" id="subscribe-blog" > <p>Enter your email address to subscribe to this blog and receive notifications of new posts by email.</p> <p id="subscribe-email"> <label id="subscribe-field-label" for="subscribe-field" class="screen-reader-text" > Email Address: </label> <input type="email" name="email" style="width: 95%; padding: 1px 10px" placeholder="Email Address" value="" id="subscribe-field" required /> </p> <p id="subscribe-submit" > <input type="hidden" name="action" value="subscribe"/> <input type="hidden" name="blog_id" value="29758635"/> <input type="hidden" name="source" value="https://aurorasginjoint.com/tag/1930s/"/> <input type="hidden" name="sub-type" value="widget"/> <input type="hidden" name="redirect_fragment" value="subscribe-blog"/> <input type="hidden" id="_wpnonce" name="_wpnonce" value="8df88febd3" /> <button type="submit" class="wp-block-button__link" > Subscribe </button> </p> </form> <div class="wp-block-jetpack-subscriptions__subscount"> Join 74.4K other subscribers </div> </div> </aside><aside id="google_translate_widget-2" class="widget widget_google_translate_widget"><h2 class="widget-title">Translate&#8230;</h2><div id="google_translate_element"></div></aside><aside id="categories-3" class="widget widget_categories"><h2 class="widget-title">Search by Category</h2><form action="https://aurorasginjoint.com" method="get"><label class="screen-reader-text" for="cat">Search by Category</label><select name='cat' id='cat' class='postform'> <option value='-1'>Select Category</option> <option class="level-0" value="1807">Animation</option> <option class="level-0" value="69828944">Aurora&#8217;s posts</option> <option class="level-0" value="2414935">Blogathons</option> <option class="level-0" value="3328">Book Reviews</option> <option class="level-0" value="258365">Classic Movies</option> <option class="level-0" value="330999">Classic TV</option> <option class="level-0" value="782781">Contemporary Movies</option> <option class="level-0" value="1006089">DVD/Blu-ray Reviews</option> <option class="level-0" value="12480769">Festivals &amp; Screenings</option> <option class="level-0" value="150060">Guest posts</option> <option class="level-0" value="967894">Image Galleries</option> <option class="level-0" value="831">Interviews</option> <option class="level-0" value="543567">Old Time Radio</option> </select> </form><script type="text/javascript"> /* <![CDATA[ */ (function() { var dropdown = document.getElementById( "cat" ); function onCatChange() { if ( dropdown.options[ dropdown.selectedIndex ].value > 0 ) { dropdown.parentNode.submit(); } } dropdown.onchange = onCatChange; })(); /* ]]> */ </script> </aside><aside id="media_gallery-3" class="widget widget_media_gallery"><h2 class="widget-title">Movie Stars</h2><p class="jetpack-slideshow-noscript robots-nocontent">This slideshow requires JavaScript.</p><div id="gallery-24229-1-slideshow" class="jetpack-slideshow-window jetpack-slideshow jetpack-slideshow-black" data-trans="fade" data-autostart="1" data-gallery="[{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-hayward-susan-smash-up-the-story-of-a-woman_01.jpg?w=798&quot;,&quot;id&quot;:&quot;38349&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Hayward, Susan (Smash-Up, The Story of a\u0026nbsp;Woman)_01&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/doris-day-1960s-everett.jpg?w=712&quot;,&quot;id&quot;:&quot;38528&quot;,&quot;title&quot;:&quot;doris-day-1960s-everett&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/charles_boyer_1256767645_2.jpg?w=454&quot;,&quot;id&quot;:&quot;38395&quot;,&quot;title&quot;:&quot;Charles_Boyer_1256767645_2&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/6490a_marypickfordamericassweetheartvintagephoto.jpg?w=338&quot;,&quot;id&quot;:&quot;38302&quot;,&quot;title&quot;:&quot;6490a_MaryPickfordAmericasSweetheartvintagephoto&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/tumblr_nkbzh4ppsn1svtceeo1_r3_500.jpg?w=500&quot;,&quot;id&quot;:&quot;38514&quot;,&quot;title&quot;:&quot;tumblr_nkbzh4PPSn1svtceeo1_r3_500&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/laurence_olivier_1253603433.jpg?w=798&quot;,&quot;id&quot;:&quot;38451&quot;,&quot;title&quot;:&quot;Laurence_Olivier_1253603433&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/joanne_woodward_1971.jpg?w=798&quot;,&quot;id&quot;:&quot;38532&quot;,&quot;title&quot;:&quot;Joanne_Woodward_1971&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/34755f6548cecb631b2729d94ddf9d98.jpg?w=475&quot;,&quot;id&quot;:&quot;38305&quot;,&quot;title&quot;:&quot;34755f6548cecb631b2729d94ddf9d98&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/3349657351.jpg?w=798&quot;,&quot;id&quot;:&quot;38328&quot;,&quot;title&quot;:&quot;3349657351&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/570a3b4026766__angela-lansbury-11.jpg?w=798&quot;,&quot;id&quot;:&quot;38295&quot;,&quot;title&quot;:&quot;570a3b4026766__angela-lansbury-11&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/004-james-stewart-theredlist.jpg?w=798&quot;,&quot;id&quot;:&quot;38272&quot;,&quot;title&quot;:&quot;Boyish Charm&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;1940: American actor James Stewart (1908 \u0026#8211; 1997), renowned for his personable qualities both on-screen and off. (Photo by John Kobal Foundation\/Getty Images)&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-mitchum-robert_02.jpg?w=798&quot;,&quot;id&quot;:&quot;38358&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Mitchum,\u0026nbsp;Robert_02&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/amms-garland-hat-610x777.jpg?w=610&quot;,&quot;id&quot;:&quot;38336&quot;,&quot;title&quot;:&quot;amms-Garland-hat-610\u0026#215;777&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/act-of-violence_ryan-still1.jpg?w=798&quot;,&quot;id&quot;:&quot;38334&quot;,&quot;title&quot;:&quot;act-of-violence_ryan-still1&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/57201ea96e239__annex-mature-victor-01xl.jpg?w=798&quot;,&quot;id&quot;:&quot;38306&quot;,&quot;title&quot;:&quot;57201ea96e239__annex-mature-victor-01xl&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/maureenohara-news.jpg?w=798&quot;,&quot;id&quot;:&quot;38465&quot;,&quot;title&quot;:&quot;On the set of Flame of\u0026nbsp;Araby&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/glenn-ford-1.jpg?w=706&quot;,&quot;id&quot;:&quot;38422&quot;,&quot;title&quot;:&quot;glenn-ford-1&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/6a00d83451c29169e20147e34664d2970b.png?w=643&quot;,&quot;id&quot;:&quot;38273&quot;,&quot;title&quot;:&quot;6a00d83451c29169e20147e34664d2970b&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/v15lassie02.jpg?w=460&quot;,&quot;id&quot;:&quot;38519&quot;,&quot;title&quot;:&quot;V15lassie02&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/melv.jpg?w=796&quot;,&quot;id&quot;:&quot;38469&quot;,&quot;title&quot;:&quot;MBDTHFI EC013&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/elvis_presley.jpg?w=511&quot;,&quot;id&quot;:&quot;38413&quot;,&quot;title&quot;:&quot;Elvis_Presley&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/1539152302_e8039b3e4a_o.jpg?w=768&quot;,&quot;id&quot;:&quot;38327&quot;,&quot;title&quot;:&quot;1539152302_e8039b3e4a_o&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/download.jpeg?w=517&quot;,&quot;id&quot;:&quot;38408&quot;,&quot;title&quot;:&quot;download&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/henry-fonda.jpg?w=798&quot;,&quot;id&quot;:&quot;38427&quot;,&quot;title&quot;:&quot;henry-fonda&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/2641985.jpg?w=796&quot;,&quot;id&quot;:&quot;38312&quot;,&quot;title&quot;:&quot;2641985&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/56e8f89b26044__leslie-howard-14.jpg?w=798&quot;,&quot;id&quot;:&quot;38283&quot;,&quot;title&quot;:&quot;56e8f89b26044__leslie-howard-14&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/keaton-buster-02-g.jpg?w=727&quot;,&quot;id&quot;:&quot;38447&quot;,&quot;title&quot;:&quot;keaton-buster-02-g&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/154070844.jpg?w=798&quot;,&quot;id&quot;:&quot;38322&quot;,&quot;title&quot;:&quot;154070844&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/article-0-1a1b684000000578-77_634x829.jpg?w=634&quot;,&quot;id&quot;:&quot;38376&quot;,&quot;title&quot;:&quot;article-0-1A1B684000000578-77_634x829&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/never-give-a-sucker-an-even-break-wc-fields-1941.jpg?w=366&quot;,&quot;id&quot;:&quot;38485&quot;,&quot;title&quot;:&quot;never-give-a-sucker-an-even-break-wc-fields-1941&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/tumblr_n1x11et7eh1s3mivlo1_400.jpg?w=312&quot;,&quot;id&quot;:&quot;38513&quot;,&quot;title&quot;:&quot;tumblr_n1x11et7eh1s3mivlo1_400&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-mason-james_03.jpg?w=798&quot;,&quot;id&quot;:&quot;38355&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Mason,\u0026nbsp;James_03&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/d8c5aa663f5d197a321f823d73b35866.jpg?w=798&quot;,&quot;id&quot;:&quot;38400&quot;,&quot;title&quot;:&quot;d8c5aa663f5d197a321f823d73b35866&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/567e6eee9b045__douglas-kirk-06.jpg?w=798&quot;,&quot;id&quot;:&quot;38294&quot;,&quot;title&quot;:&quot;567e6eee9b045__douglas-kirk-06&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/9566_lew_ayres_american_actor.png?w=500&quot;,&quot;id&quot;:&quot;38303&quot;,&quot;title&quot;:&quot;9566_Lew_Ayres_American_Actor&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/mtiwnja4njmznzi5njgwota4.jpg?w=798&quot;,&quot;id&quot;:&quot;38479&quot;,&quot;title&quot;:&quot;MTIwNjA4NjMzNzI5NjgwOTA4&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/091515-sophia-loren.jpg?w=684&quot;,&quot;id&quot;:&quot;38307&quot;,&quot;title&quot;:&quot;Sophia Loren&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/dorothy-dandridge-50s.jpg?w=450&quot;,&quot;id&quot;:&quot;38404&quot;,&quot;title&quot;:&quot;dorothy-dandridge-50s&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/wallace_beery.jpg?w=300&quot;,&quot;id&quot;:&quot;38523&quot;,&quot;title&quot;:&quot;WALLACE_BEERY&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/1910-002.jpg?w=374&quot;,&quot;id&quot;:&quot;38300&quot;,&quot;title&quot;:&quot;1910-002&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/886f70925206f571f3d2f5c18cb28f45.jpg?w=550&quot;,&quot;id&quot;:&quot;38299&quot;,&quot;title&quot;:&quot;886f70925206f571f3d2f5c18cb28f45&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/c2def3de56142bf35963be8e1ec98123.jpg?w=795&quot;,&quot;id&quot;:&quot;38394&quot;,&quot;title&quot;:&quot;c2def3de56142bf35963be8e1ec98123&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/qt09d.jpg?w=798&quot;,&quot;id&quot;:&quot;38495&quot;,&quot;title&quot;:&quot;QT09d&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/ladd-gastby.jpeg?w=798&quot;,&quot;id&quot;:&quot;38448&quot;,&quot;title&quot;:&quot;ladd-gastby&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/vincent-price-1938.jpg?w=366&quot;,&quot;id&quot;:&quot;38521&quot;,&quot;title&quot;:&quot;Vincent-price-1938&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-miller-ann_01c.jpg?w=798&quot;,&quot;id&quot;:&quot;38357&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Miller,\u0026nbsp;Ann_01C&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/9bb077e375b1a18496af8289cb10b3a0.jpg?w=736&quot;,&quot;id&quot;:&quot;38274&quot;,&quot;title&quot;:&quot;9bb077e375b1a18496af8289cb10b3a0&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/james-dean-729587-e1458064241278.jpg?w=298&quot;,&quot;id&quot;:&quot;38438&quot;,&quot;title&quot;:&quot;james-dean-729587-e1458064241278&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/murphy.jpg?w=360&quot;,&quot;id&quot;:&quot;38481&quot;,&quot;title&quot;:&quot;murphy&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-durbin-deanna_nrfpt_06.jpg?w=798&quot;,&quot;id&quot;:&quot;38346&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Durbin,\u0026nbsp;Deanna_NRFPT_06&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/douglas-fairbanks-sr.jpg?w=462&quot;,&quot;id&quot;:&quot;38405&quot;,&quot;title&quot;:&quot;Douglas-Fairbanks-Sr.&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/564f07b7848b8__colbert-claudette-nrfpt-02.jpg?w=687&quot;,&quot;id&quot;:&quot;38293&quot;,&quot;title&quot;:&quot;564f07b7848b8__colbert-claudette-nrfpt-02&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/most-beautiful-actresses-1.jpg?w=600&quot;,&quot;id&quot;:&quot;38473&quot;,&quot;title&quot;:&quot;Most-Beautiful-Actresses-1&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/deanmartin-pp-cea01.jpg?w=798&quot;,&quot;id&quot;:&quot;38401&quot;,&quot;title&quot;:&quot;Dean Martin\r\rPhoto: \u00a9Pictorial Press\/Cache\u0026nbsp;Agency&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/william-holden.png?w=500&quot;,&quot;id&quot;:&quot;38525&quot;,&quot;title&quot;:&quot;william-holden&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/tumblr_mddqauzptr1rjeo9io6_1280.jpg?w=798&quot;,&quot;id&quot;:&quot;38510&quot;,&quot;title&quot;:&quot;tumblr_mddqauZPtr1rjeo9io6_1280&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/htra252-vv101-h-jpg_222632.jpg?w=798&quot;,&quot;id&quot;:&quot;38429&quot;,&quot;title&quot;:&quot;HTRA252-VV101-H-jpg_222632&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/joan-2.jpg?w=798&quot;,&quot;id&quot;:&quot;38440&quot;,&quot;title&quot;:&quot;joan-2&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-fontaine-joan_01.jpg?w=798&quot;,&quot;id&quot;:&quot;38347&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Fontaine,\u0026nbsp;Joan_01&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/mcdaniel.jpg?w=502&quot;,&quot;id&quot;:&quot;38468&quot;,&quot;title&quot;:&quot;McDaniel&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/fredric-march-in-the-1930s.jpg?w=366&quot;,&quot;id&quot;:&quot;38417&quot;,&quot;title&quot;:&quot;fredric-march-in-the-1930s&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/mv5bmjixmzqzmju1ml5bml5banbnxkftztcwnjexotkxoa-_v1_uy317_cr190214317_al_.jpg?w=214&quot;,&quot;id&quot;:&quot;38482&quot;,&quot;title&quot;:&quot;MV5BMjIxMzQzMjU1Ml5BMl5BanBnXkFtZTcwNjExOTkxOA@@._V1_UY317_CR19,0,214,317_AL_&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-dvorak-ann-scarface_01.jpg?w=798&quot;,&quot;id&quot;:&quot;38373&quot;,&quot;title&quot;:&quot;Annex-Dvorak-Ann-Scarface_01&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/edward_g-_robinson_-_still.jpg?w=798&quot;,&quot;id&quot;:&quot;38412&quot;,&quot;title&quot;:&quot;Edward_G._Robinson_-_still&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/marceline-day.jpg?w=491&quot;,&quot;id&quot;:&quot;38460&quot;,&quot;title&quot;:&quot;Marceline-Day&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/42kpxle.jpg?w=798&quot;,&quot;id&quot;:&quot;38280&quot;,&quot;title&quot;:&quot;42kpxle&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/eb305717dab37aef432458304e25dd18.jpg?w=330&quot;,&quot;id&quot;:&quot;38410&quot;,&quot;title&quot;:&quot;eb305717dab37aef432458304e25dd18&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/arrowsmith-helen-hayes-1931-everett.jpg?w=704&quot;,&quot;id&quot;:&quot;38375&quot;,&quot;title&quot;:&quot;arrowsmith-helen-hayes-1931-everett&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-dietrich-marlene-angel_02.jpg?w=798&quot;,&quot;id&quot;:&quot;38344&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Dietrich, Marlene\u0026nbsp;(Angel)_02&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-widmark-richard_03.jpg?w=798&quot;,&quot;id&quot;:&quot;38370&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Widmark,\u0026nbsp;Richard_03&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/burton-11111.jpg?w=798&quot;,&quot;id&quot;:&quot;38393&quot;,&quot;title&quot;:&quot;burton-11111&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/wray-fay_05.jpg?w=798&quot;,&quot;id&quot;:&quot;38526&quot;,&quot;title&quot;:&quot;Wray, Fay_05&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/mte5ndg0mdu0mzuyotg3njyz.jpg?w=620&quot;,&quot;id&quot;:&quot;38477&quot;,&quot;title&quot;:&quot;MTE5NDg0MDU0MzUyOTg3NjYz&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/rathbone71.jpg?w=586&quot;,&quot;id&quot;:&quot;38497&quot;,&quot;title&quot;:&quot;rathbone71&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/1147112_2d79814a.jpg?w=798&quot;,&quot;id&quot;:&quot;38311&quot;,&quot;title&quot;:&quot;1147112_2d79814a&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-williams-esther_03.jpg?w=798&quot;,&quot;id&quot;:&quot;38371&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Williams,\u0026nbsp;Esther_03&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/gilbert-john_02.jpg?w=798&quot;,&quot;id&quot;:&quot;38421&quot;,&quot;title&quot;:&quot;gilbert-john_02&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/5664efd415e55__daniels-bebe-love-comes-along.jpg?w=798&quot;,&quot;id&quot;:&quot;38301&quot;,&quot;title&quot;:&quot;5664efd415e55__daniels-bebe-love-comes-along&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/betty-grable.jpg?w=366&quot;,&quot;id&quot;:&quot;38388&quot;,&quot;title&quot;:&quot;betty-grable&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/8444890443_131047ff5c_b.jpg?w=788&quot;,&quot;id&quot;:&quot;38330&quot;,&quot;title&quot;:&quot;8444890443_131047ff5c_b&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/cqs1380042748t.jpg?w=648&quot;,&quot;id&quot;:&quot;38398&quot;,&quot;title&quot;:&quot;cqs1380042748t&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/duryeadanbio.jpg?w=300&quot;,&quot;id&quot;:&quot;38409&quot;,&quot;title&quot;:&quot;duryeadanbio&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/52f49f32116b3ada84c773b9608e263e.jpg?w=500&quot;,&quot;id&quot;:&quot;38282&quot;,&quot;title&quot;:&quot;52f49f32116b3ada84c773b9608e263e&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/563dc5ffc8a7e__lauren-bacall-13.jpg?w=798&quot;,&quot;id&quot;:&quot;38292&quot;,&quot;title&quot;:&quot;563dc5ffc8a7e__lauren-bacall-13&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-merkel-una_02.jpg?w=798&quot;,&quot;id&quot;:&quot;38356&quot;,&quot;title&quot;:&quot;Una Merkel, 1920\u0026#8217;s&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/ann-blyth.jpg?w=798&quot;,&quot;id&quot;:&quot;38338&quot;,&quot;title&quot;:&quot;ann-blyth&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/haines1.jpg?w=370&quot;,&quot;id&quot;:&quot;38426&quot;,&quot;title&quot;:&quot;haines1&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/marion_davies_portrait.jpg?w=798&quot;,&quot;id&quot;:&quot;38462&quot;,&quot;title&quot;:&quot;Marion_Davies_portrait&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/reed-donna_02.jpg?w=798&quot;,&quot;id&quot;:&quot;38498&quot;,&quot;title&quot;:&quot;Reed, Donna_02&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/18c5cf0ed23f0f10df36e783e986cb96.jpg?w=454&quot;,&quot;id&quot;:&quot;38277&quot;,&quot;title&quot;:&quot;18c5cf0ed23f0f10df36e783e986cb96&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/robert-walker-actor.jpg?w=630&quot;,&quot;id&quot;:&quot;38501&quot;,&quot;title&quot;:&quot;robert-walker-actor&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/nicholasbrothers572.jpg?w=572&quot;,&quot;id&quot;:&quot;38486&quot;,&quot;title&quot;:&quot;nicholasbrothers572&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/lee1970_3337516b.jpg?w=620&quot;,&quot;id&quot;:&quot;38452&quot;,&quot;title&quot;:&quot;Lee1970_3337516b&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-sidney-sylvia-searching-wind-the_01.jpg?w=798&quot;,&quot;id&quot;:&quot;38363&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Sidney, Sylvia (Searching Wind,\u0026nbsp;The)_01&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/2f047f24a5e4387180661b11cdc1feb6.jpg?w=798&quot;,&quot;id&quot;:&quot;38271&quot;,&quot;title&quot;:&quot;2f047f24a5e4387180661b11cdc1feb6&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/marlon-brando-marlon-brando-30585416-389-500.jpg?w=389&quot;,&quot;id&quot;:&quot;38463&quot;,&quot;title&quot;:&quot;Marlon-Brando-marlon-brando-30585416-389-500&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/randolph_scott-publicity.jpg?w=798&quot;,&quot;id&quot;:&quot;38496&quot;,&quot;title&quot;:&quot;Randolph_Scott-publicity&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/bellamy_01.jpg?w=546&quot;,&quot;id&quot;:&quot;38385&quot;,&quot;title&quot;:&quot;bellamy_01&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/katharine1.jpg?w=600&quot;,&quot;id&quot;:&quot;38445&quot;,&quot;title&quot;:&quot;Katharine1&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/gloria-stuart-1934.jpg?w=338&quot;,&quot;id&quot;:&quot;38423&quot;,&quot;title&quot;:&quot;gloria-stuart-1934&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/download-2.jpeg?w=201&quot;,&quot;id&quot;:&quot;38407&quot;,&quot;title&quot;:&quot;download (2)&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/image.jpg?w=798&quot;,&quot;id&quot;:&quot;38432&quot;,&quot;title&quot;:&quot;image&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/article-2529737-1a46bbdd00000578-714_634x786.jpg?w=634&quot;,&quot;id&quot;:&quot;38378&quot;,&quot;title&quot;:&quot;article-2529737-1A46BBDD00000578-714_634x786&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/lorre-peter-02-g.jpg?w=798&quot;,&quot;id&quot;:&quot;38457&quot;,&quot;title&quot;:&quot;lorre-peter-02-g&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/norma-shearer-2.jpg?w=560&quot;,&quot;id&quot;:&quot;38487&quot;,&quot;title&quot;:&quot;Norma-Shearer-2&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/spencer_tracy_state_of_the_union.jpg?w=798&quot;,&quot;id&quot;:&quot;38504&quot;,&quot;title&quot;:&quot;Spencer_tracy_state_of_the_union&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-henreid-paul_01.jpg?w=798&quot;,&quot;id&quot;:&quot;38350&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Henreid,\u0026nbsp;Paul_01&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/natalie-wood-2.jpg?w=361&quot;,&quot;id&quot;:&quot;38484&quot;,&quot;title&quot;:&quot;natalie-wood-2&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-rains-claude_01.jpg?w=798&quot;,&quot;id&quot;:&quot;38374&quot;,&quot;title&quot;:&quot;annex-rains-claude_01&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/lillian-gish-mid-1910s.jpg?w=366&quot;,&quot;id&quot;:&quot;38454&quot;,&quot;title&quot;:&quot;lillian-gish-mid-1910s&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/sondergaard04.jpg?w=501&quot;,&quot;id&quot;:&quot;38503&quot;,&quot;title&quot;:&quot;sondergaard04&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/eddie-cantor-1936.jpg?w=366&quot;,&quot;id&quot;:&quot;38411&quot;,&quot;title&quot;:&quot;eddie-cantor-1936&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-twelvetrees-helen-persons-in-hiding_01.jpg?w=798&quot;,&quot;id&quot;:&quot;38368&quot;,&quot;title&quot;:&quot;Helen Twelvetrees-1939-Persons in Hiding\u0026nbsp;promo&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/burt-lancaster-desert-fury.jpg?w=511&quot;,&quot;id&quot;:&quot;38392&quot;,&quot;title&quot;:&quot;Burt-Lancaster-Desert-Fury&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/audrey_long.jpg?w=300&quot;,&quot;id&quot;:&quot;38380&quot;,&quot;title&quot;:&quot;audrey_long&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-russell-rosalind_01.jpg?w=798&quot;,&quot;id&quot;:&quot;38362&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Russell,\u0026nbsp;Rosalind_01&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/marilyn-monroe.jpg?w=798&quot;,&quot;id&quot;:&quot;38461&quot;,&quot;title&quot;:&quot;Marilyn Portrait&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/franciskay02.jpg?w=707&quot;,&quot;id&quot;:&quot;38416&quot;,&quot;title&quot;:&quot;franciskay02&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/ameche-don_02xl.jpg?w=798&quot;,&quot;id&quot;:&quot;38335&quot;,&quot;title&quot;:&quot;Ameche, Don_02XL&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/164d30438eb2e7fea67705b0adb5139c.jpg?w=236&quot;,&quot;id&quot;:&quot;38285&quot;,&quot;title&quot;:&quot;164d30438eb2e7fea67705b0adb5139c&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/katyjurado.jpg?w=798&quot;,&quot;id&quot;:&quot;38446&quot;,&quot;title&quot;:&quot;KatyJurado&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/most-beautiful-actresses-3.jpg?w=600&quot;,&quot;id&quot;:&quot;38474&quot;,&quot;title&quot;:&quot;Most-Beautiful-Actresses-3&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/530norma_talmadge.jpg?w=530&quot;,&quot;id&quot;:&quot;38291&quot;,&quot;title&quot;:&quot;530Norma_Talmadge&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/ilona-massey-01.jpg?w=779&quot;,&quot;id&quot;:&quot;38431&quot;,&quot;title&quot;:&quot;Ilona-Massey-01&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/1040744_original.jpg?w=687&quot;,&quot;id&quot;:&quot;38310&quot;,&quot;title&quot;:&quot;1040744_original&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/babypeggyphoto3.jpg?w=398&quot;,&quot;id&quot;:&quot;38382&quot;,&quot;title&quot;:&quot;babypeggyphoto3&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/ball-lucille-lover-come-back_01.jpg?w=798&quot;,&quot;id&quot;:&quot;38383&quot;,&quot;title&quot;:&quot;Ball, Lucille (Lover Come\u0026nbsp;Back)_01&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/267f2463-eff1-4118-81c4-79d893db5058.jpg?w=540&quot;,&quot;id&quot;:&quot;38287&quot;,&quot;title&quot;:&quot;Van Heflin.&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/judy-garland.jpg?w=704&quot;,&quot;id&quot;:&quot;38444&quot;,&quot;title&quot;:&quot;judy-garland&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-stewart-james_09.jpg?w=798&quot;,&quot;id&quot;:&quot;38365&quot;,&quot;title&quot;:&quot;James Stewart&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/79657604.jpg?w=722&quot;,&quot;id&quot;:&quot;38320&quot;,&quot;title&quot;:&quot;79657604&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/now2.jpg?w=789&quot;,&quot;id&quot;:&quot;38489&quot;,&quot;title&quot;:&quot;now2&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/tumblr_inline_mtwk2q0vt71qe6nze.jpg?w=500&quot;,&quot;id&quot;:&quot;38507&quot;,&quot;title&quot;:&quot;tumblr_inline_mtwk2q0vt71qe6nze&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/hollidayjudy01.jpg?w=712&quot;,&quot;id&quot;:&quot;38428&quot;,&quot;title&quot;:&quot;hollidayjudy01&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/greer-garson-5.jpg?w=725&quot;,&quot;id&quot;:&quot;38425&quot;,&quot;title&quot;:&quot;greer-garson-5&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/jolson-al_01.jpg?w=798&quot;,&quot;id&quot;:&quot;38442&quot;,&quot;title&quot;:&quot;Jolson, Al_01&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-sinatra-frank_04.jpg?w=798&quot;,&quot;id&quot;:&quot;38364&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Sinatra,\u0026nbsp;Frank_04&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/peck.jpg?w=798&quot;,&quot;id&quot;:&quot;38492&quot;,&quot;title&quot;:&quot;peck&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/14052396062_3b1e31988c_b.jpg?w=798&quot;,&quot;id&quot;:&quot;38332&quot;,&quot;title&quot;:&quot;14052396062_3b1e31988c_b&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/charles_laughton-publicity2.jpg?w=525&quot;,&quot;id&quot;:&quot;38396&quot;,&quot;title&quot;:&quot;Charles_Laughton-publicity2&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/ingrid-bergman-0147.jpg?w=700&quot;,&quot;id&quot;:&quot;38436&quot;,&quot;title&quot;:&quot;Ingrid Bergman-0147&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/10836844_1.jpg?w=798&quot;,&quot;id&quot;:&quot;38315&quot;,&quot;title&quot;:&quot;10836844_1&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/butterfly.jpg?w=798&quot;,&quot;id&quot;:&quot;38531&quot;,&quot;title&quot;:&quot;Butterfly&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/poitier_tpatchofbluepromo.jpg?w=660&quot;,&quot;id&quot;:&quot;38494&quot;,&quot;title&quot;:&quot;Poitier_tPatchofBluepromo&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/tumblr_ml4j9dtw5b1s58j52o1_1280.jpg?w=634&quot;,&quot;id&quot;:&quot;38512&quot;,&quot;title&quot;:&quot;tumblr_ml4j9dTW5b1s58j52o1_1280&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/rock.jpg?w=798&quot;,&quot;id&quot;:&quot;38530&quot;,&quot;title&quot;:&quot;Rock&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/patricia.jpg?w=346&quot;,&quot;id&quot;:&quot;38533&quot;,&quot;title&quot;:&quot;Patricia&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/tumblr_static_7hpvum7on9c0g4kwgkwcgo80c.jpg?w=753&quot;,&quot;id&quot;:&quot;38518&quot;,&quot;title&quot;:&quot;tumblr_static_7hpvum7on9c0g4kwgkwcgo80c&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-gable-clark-gone-with-the-wind_02.jpg?w=798&quot;,&quot;id&quot;:&quot;38348&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Gable, Clark (Gone With the\u0026nbsp;Wind)_02&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/97c9a24dd5f8298f80917c01db49c62e.jpg?w=476&quot;,&quot;id&quot;:&quot;38284&quot;,&quot;title&quot;:&quot;97c9a24dd5f8298f80917c01db49c62e&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/600full-thelma-todd1.jpg?w=500&quot;,&quot;id&quot;:&quot;38297&quot;,&quot;title&quot;:&quot;600full-thelma-todd1&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/the-little-tramp.jpg?w=400&quot;,&quot;id&quot;:&quot;38506&quot;,&quot;title&quot;:&quot;The Little Tramp&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/20121010-231841.jpg?w=338&quot;,&quot;id&quot;:&quot;38317&quot;,&quot;title&quot;:&quot;20121010-231841&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/255_125271717743.jpg?w=400&quot;,&quot;id&quot;:&quot;38286&quot;,&quot;title&quot;:&quot;255_125271717743&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-curtis-tony_18.jpg?w=798&quot;,&quot;id&quot;:&quot;38342&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Curtis,\u0026nbsp;Tony_18&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-novarro-ramon_01.jpg?w=798&quot;,&quot;id&quot;:&quot;38359&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Novarro,\u0026nbsp;Ramon_01&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/658-1911-photo-of-mabel.jpg?w=798&quot;,&quot;id&quot;:&quot;38298&quot;,&quot;title&quot;:&quot;658 1911 photo of\u0026nbsp;Mabel&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/16eb2adc72174695143a4dda9b4a0ee1.jpg?w=236&quot;,&quot;id&quot;:&quot;38276&quot;,&quot;title&quot;:&quot;16eb2adc72174695143a4dda9b4a0ee1&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/f3961059aead3f1af7b39b56ae3eb8b6.jpg?w=478&quot;,&quot;id&quot;:&quot;38414&quot;,&quot;title&quot;:&quot;f3961059aead3f1af7b39b56ae3eb8b6&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/chatterton-ruth_01.jpg?w=798&quot;,&quot;id&quot;:&quot;38397&quot;,&quot;title&quot;:&quot;Chatterton, Ruth_01&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-laurel-hardy_03.jpg?w=798&quot;,&quot;id&quot;:&quot;38353&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Laurel \u0026amp;\u0026nbsp;Hardy_03&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/images-1.jpeg?w=201&quot;,&quot;id&quot;:&quot;38433&quot;,&quot;title&quot;:&quot;images (1)&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/miles1.jpg?w=433&quot;,&quot;id&quot;:&quot;38470&quot;,&quot;title&quot;:&quot;miles1&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/lanchester_03.jpg?w=567&quot;,&quot;id&quot;:&quot;38450&quot;,&quot;title&quot;:&quot;lanchester_03&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/3288632.jpg?w=798&quot;,&quot;id&quot;:&quot;38313&quot;,&quot;title&quot;:&quot;3288632&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-del-rio-dolores_02.jpg?w=798&quot;,&quot;id&quot;:&quot;38343&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Del Rio,\u0026nbsp;Dolores_02&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/most-beautiful-actresses-6.jpg?w=600&quot;,&quot;id&quot;:&quot;38475&quot;,&quot;title&quot;:&quot;Most-Beautiful-Actresses-6&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/mtiwnja4njm0mdi0mtk5njky.jpg?w=620&quot;,&quot;id&quot;:&quot;38478&quot;,&quot;title&quot;:&quot;MTIwNjA4NjM0MDI0MTk5Njky&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/download-1.jpeg?w=716&quot;,&quot;id&quot;:&quot;38406&quot;,&quot;title&quot;:&quot;download (1)&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-dunne-irene-theodora-goes-wild_02.jpg?w=798&quot;,&quot;id&quot;:&quot;38345&quot;,&quot;title&quot;:&quot;1935: American actress Irene Dunne (1898 \u0026#8211;\u0026nbsp;1990)&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/most-beautiful-actresses-7.jpg?w=600&quot;,&quot;id&quot;:&quot;38476&quot;,&quot;title&quot;:&quot;Most-Beautiful-Actresses-7&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/tumblr_nvfi7faxa01qazanuo1_1280.jpg?w=635&quot;,&quot;id&quot;:&quot;38516&quot;,&quot;title&quot;:&quot;tumblr_nvfi7faxa01qazanuo1_1280&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/20120115-095202.jpg?w=388&quot;,&quot;id&quot;:&quot;38316&quot;,&quot;title&quot;:&quot;20120115-095202&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/gene.jpg?w=798&quot;,&quot;id&quot;:&quot;38534&quot;,&quot;title&quot;:&quot;1100_053139.jpg&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/95418_jr_015_122_432.jpg?w=798&quot;,&quot;id&quot;:&quot;38308&quot;,&quot;title&quot;:&quot;95418_jr_015_122_432&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/farleygraner1.jpg?w=379&quot;,&quot;id&quot;:&quot;38415&quot;,&quot;title&quot;:&quot;Farley Granger in&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/hustonwalter02.jpg?w=694&quot;,&quot;id&quot;:&quot;38430&quot;,&quot;title&quot;:&quot;hustonwalter02&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-wright-teresa-shadow-of-a-doubt_01.jpg?w=798&quot;,&quot;id&quot;:&quot;38372&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Wright, Teresa (Shadow of a\u0026nbsp;Doubt)_01&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/madeline.jpg?w=360&quot;,&quot;id&quot;:&quot;38459&quot;,&quot;title&quot;:&quot;madeline&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/lana-turner.jpg?w=766&quot;,&quot;id&quot;:&quot;38449&quot;,&quot;title&quot;:&quot;lana-turner&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/mv5bmtg2mzq3mtk4ov5bml5banbnxkftztcwmziznzgzna-_v1_.jpg?w=798&quot;,&quot;id&quot;:&quot;38483&quot;,&quot;title&quot;:&quot;MV5BMTg2MzQ3MTk4OV5BMl5BanBnXkFtZTcwMzIzNzgzNA@@._V1_&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/482f9f1c9c3d2dc97b415eae55895bc6.jpg?w=236&quot;,&quot;id&quot;:&quot;38290&quot;,&quot;title&quot;:&quot;482f9f1c9c3d2dc97b415eae55895bc6&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/5718937_orig.jpg?w=454&quot;,&quot;id&quot;:&quot;38314&quot;,&quot;title&quot;:&quot;5718937_orig&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/kgrhqjjofbmenuqsbbqbjiyoz-60_57.jpg?w=798&quot;,&quot;id&quot;:&quot;38267&quot;,&quot;title&quot;:&quot;$(KGrHqJ,!joFBMENUqsbBQbjiYOz+!\u0026#8211;60_57&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/411151-dogs-rin-tin-tin.jpg?w=798&quot;,&quot;id&quot;:&quot;38309&quot;,&quot;title&quot;:&quot;411151-dogs-rin-tin-tin&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/280full.jpg?w=280&quot;,&quot;id&quot;:&quot;38288&quot;,&quot;title&quot;:&quot;280full&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/loretta-young.jpg?w=798&quot;,&quot;id&quot;:&quot;38456&quot;,&quot;title&quot;:&quot;Loretta-Young&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/464002117.jpg?w=798&quot;,&quot;id&quot;:&quot;38324&quot;,&quot;title&quot;:&quot;464002117&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/veronica-lake.jpg?w=500&quot;,&quot;id&quot;:&quot;38520&quot;,&quot;title&quot;:&quot;veronica-lake&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/o-bill-bojangles-robinson-facebook.jpg?w=798&quot;,&quot;id&quot;:&quot;38490&quot;,&quot;title&quot;:&quot;Bill \u0026#8220;Bojangles\u0026#8221; Robinson and his\u0026nbsp;Shadow&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/11623_1_large.jpg?w=366&quot;,&quot;id&quot;:&quot;38304&quot;,&quot;title&quot;:&quot;11623_1_large&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/lewis-11111.jpg?w=798&quot;,&quot;id&quot;:&quot;38453&quot;,&quot;title&quot;:&quot;lewis-11111&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/deborah-kerr-1.jpg?w=532&quot;,&quot;id&quot;:&quot;38402&quot;,&quot;title&quot;:&quot;Deborah-Kerr-1&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-lamour-dorothy_04.jpg?w=798&quot;,&quot;id&quot;:&quot;38352&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Lamour,\u0026nbsp;Dorothy_04&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-wayne-john-stagecoach_05.jpg?w=798&quot;,&quot;id&quot;:&quot;38369&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Wayne, John\u0026nbsp;(Stagecoach)_05&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annebaxter.jpg?w=431&quot;,&quot;id&quot;:&quot;38340&quot;,&quot;title&quot;:&quot;annebaxter&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/celeste.jpeg?w=200&quot;,&quot;id&quot;:&quot;38529&quot;,&quot;title&quot;:&quot;Celeste&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/mayo_virginia_037_o_bachrach_1953-1.jpeg?w=798&quot;,&quot;id&quot;:&quot;38467&quot;,&quot;title&quot;:&quot;Mayo_Virginia_037_O_Bachrach_1953-1&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/audrey_hepburn_19uof5n_19uof5s_1aap27u-1aap286.jpg?w=630&quot;,&quot;id&quot;:&quot;38379&quot;,&quot;title&quot;:&quot;audrey_hepburn_19uof5n_19uof5s_1aap27u-1aap286&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-powell-william_03.jpg?w=798&quot;,&quot;id&quot;:&quot;38360&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Powell,\u0026nbsp;William_03&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/mix.jpg?w=360&quot;,&quot;id&quot;:&quot;38471&quot;,&quot;title&quot;:&quot;mix&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/600full-george-raft.jpg?w=524&quot;,&quot;id&quot;:&quot;38296&quot;,&quot;title&quot;:&quot;600full-george-raft&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/grace_larue_1913.jpg?w=527&quot;,&quot;id&quot;:&quot;38424&quot;,&quot;title&quot;:&quot;Grace_Larue_1913&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/tumblr_nu1hjrxfss1qazanuo1_1280.jpg?w=726&quot;,&quot;id&quot;:&quot;38515&quot;,&quot;title&quot;:&quot;Anna May Wong wearing a cheongsam\u0026nbsp;1938&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-astaire-fred_09.jpg?w=798&quot;,&quot;id&quot;:&quot;38341&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Astaire,\u0026nbsp;Fred_09&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/images.jpeg?w=201&quot;,&quot;id&quot;:&quot;38434&quot;,&quot;title&quot;:&quot;images&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/bob-hope.jpg?w=385&quot;,&quot;id&quot;:&quot;38390&quot;,&quot;title&quot;:&quot;bob-hope&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/article-0-018de740000004b0-122_306x423.jpg?w=306&quot;,&quot;id&quot;:&quot;38377&quot;,&quot;title&quot;:&quot;article-0-018DE740000004B0-122_306x423&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/temple-11111.jpg?w=798&quot;,&quot;id&quot;:&quot;38505&quot;,&quot;title&quot;:&quot;temple-11111&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/jack-lemmon.jpg?w=582&quot;,&quot;id&quot;:&quot;38437&quot;,&quot;title&quot;:&quot;jack lemmon&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/2-miriam-hopkins-1933-everett.jpg?w=730&quot;,&quot;id&quot;:&quot;38269&quot;,&quot;title&quot;:&quot;2-miriam-hopkins-1933-everett&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/tumblr_lws6mhz2pm1qbgyx2o1_500.jpg?w=500&quot;,&quot;id&quot;:&quot;38509&quot;,&quot;title&quot;:&quot;tumblr_lws6mhz2pm1qbgyx2o1_500&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/jean_arthur_-_signed.jpg?w=798&quot;,&quot;id&quot;:&quot;38439&quot;,&quot;title&quot;:&quot;Jean_Arthur_-_signed&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-lugosi-bela_02.jpg?w=798&quot;,&quot;id&quot;:&quot;38354&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Lugosi,\u0026nbsp;Bela_02&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/maurice-chevalier-2.jpg?w=798&quot;,&quot;id&quot;:&quot;38466&quot;,&quot;title&quot;:&quot;maurice-chevalier-2&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/yvonne_de_carlo_publicity_photo.jpg?w=798&quot;,&quot;id&quot;:&quot;38527&quot;,&quot;title&quot;:&quot;Yvonne_De_Carlo_publicity_photo&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/richard_dix_r13-416x546.jpg?w=416&quot;,&quot;id&quot;:&quot;38499&quot;,&quot;title&quot;:&quot;Richard_Dix_R13-416\u0026#215;546&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-torres-raquel_01.jpg?w=798&quot;,&quot;id&quot;:&quot;38367&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Torres,\u0026nbsp;Raquel_01&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/681170418.jpg?w=250&quot;,&quot;id&quot;:&quot;38326&quot;,&quot;title&quot;:&quot;681170418&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/463989261.jpg?w=705&quot;,&quot;id&quot;:&quot;38323&quot;,&quot;title&quot;:&quot;463989261&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/d7d8129ee98a1d99df314d9b8144695b.jpg?w=236&quot;,&quot;id&quot;:&quot;38399&quot;,&quot;title&quot;:&quot;d7d8129ee98a1d99df314d9b8144695b&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/peter_cushing.jpg?w=798&quot;,&quot;id&quot;:&quot;38493&quot;,&quot;title&quot;:&quot;Peter_cushing&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/gettyimages_147362109.jpg?w=798&quot;,&quot;id&quot;:&quot;38420&quot;,&quot;title&quot;:&quot;GettyImages_147362109&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/047-gloria-grahame-theredlist.jpg?w=798&quot;,&quot;id&quot;:&quot;38281&quot;,&quot;title&quot;:&quot;047-gloria-grahame-theredlist&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/marx-brothers-the-harpo-groucho-everett.jpg?w=798&quot;,&quot;id&quot;:&quot;38464&quot;,&quot;title&quot;:&quot;marx-brothers-the-harpo-groucho-everett&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/34-cyd_charisse_theredlist.jpg?w=798&quot;,&quot;id&quot;:&quot;38279&quot;,&quot;title&quot;:&quot;34-cyd_charisse_theredlist&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/14-bow-clara-47.jpg?w=798&quot;,&quot;id&quot;:&quot;38275&quot;,&quot;title&quot;:&quot;14-bow-clara-47&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/71431645.jpg?w=787&quot;,&quot;id&quot;:&quot;38319&quot;,&quot;title&quot;:&quot;71431645&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/tumblr_mez14geu641qguoxd.jpg?w=500&quot;,&quot;id&quot;:&quot;38511&quot;,&quot;title&quot;:&quot;c. 1925: Louise\u0026nbsp;Brooks&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/johny_weissmuller-publicity.jpg?w=798&quot;,&quot;id&quot;:&quot;38441&quot;,&quot;title&quot;:&quot;Johny_Weissmuller-publicity&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-tone-franchot-man-proof_02.jpg?w=798&quot;,&quot;id&quot;:&quot;38366&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Tone, Franchot\u0026nbsp;(Man-Proof)_02&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/tumblr_llyzyvliaj1qbxoi2o1_1280.jpg?w=595&quot;,&quot;id&quot;:&quot;38508&quot;,&quot;title&quot;:&quot;tumblr_llyzyvliaj1qbxoi2o1_1280&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/dick_powell_11.jpg?w=475&quot;,&quot;id&quot;:&quot;38403&quot;,&quot;title&quot;:&quot;Dick_Powell_11&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/best-wedding-dresses-1920s-bridal-hair-myrna-loy-1920s.jpg?w=300&quot;,&quot;id&quot;:&quot;38387&quot;,&quot;title&quot;:&quot;best wedding dresses \u0026#8211; 1920s bridal hair \u0026#8211; Myrna Loy\u0026nbsp;1920s&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/7552333226_f3e437ba86_b.jpg?w=798&quot;,&quot;id&quot;:&quot;38329&quot;,&quot;title&quot;:&quot;7552333226_f3e437ba86_b&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/tumblr_nznb3woeyq1r2aoj8o1_400.jpg?w=393&quot;,&quot;id&quot;:&quot;38517&quot;,&quot;title&quot;:&quot;Dennis Morgan&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/montgomery-clift-atormentado-hollywood-biografia-curiosidades_1_851546.jpg?w=258&quot;,&quot;id&quot;:&quot;38472&quot;,&quot;title&quot;:&quot;montgomery-clift-atormentado-hollywood-biografia-curiosidades_1_851546&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/anita_page_2-388x479.jpg?w=388&quot;,&quot;id&quot;:&quot;38337&quot;,&quot;title&quot;:&quot;Anita_Page_2-388\u0026#215;479&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/13687628664_f86f0b059d_z.jpg?w=640&quot;,&quot;id&quot;:&quot;38331&quot;,&quot;title&quot;:&quot;13687628664_f86f0b059d_z&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/shirley-maclaine-2.jpg?w=506&quot;,&quot;id&quot;:&quot;38502&quot;,&quot;title&quot;:&quot;Shirley-MacLaine-2&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/50488784.jpg?w=798&quot;,&quot;id&quot;:&quot;38318&quot;,&quot;title&quot;:&quot;50488784&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/orson-welles-courtesy-of-archives-malanga.jpg?w=798&quot;,&quot;id&quot;:&quot;38491&quot;,&quot;title&quot;:&quot;Orson-Welles-Courtesy-of-Archives-Malanga&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/142278412_1423390048.jpg?w=798&quot;,&quot;id&quot;:&quot;38321&quot;,&quot;title&quot;:&quot;142278412_1423390048&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/a-c-11111.jpg?w=366&quot;,&quot;id&quot;:&quot;38333&quot;,&quot;title&quot;:&quot;a-c-11111&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-power-jr-tyrone-alexanders-ragtime-band_01.jpg?w=798&quot;,&quot;id&quot;:&quot;38361&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Power Jr., Tyrone (Alexander\u0026#8217;s Ragtime\u0026nbsp;Band)_01&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/george-hurrell-robert-taylor-1936.jpg?w=366&quot;,&quot;id&quot;:&quot;38419&quot;,&quot;title&quot;:&quot;george-hurrell-robert-taylor-1936&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/2-olivia-de-havilland-1946-everett.jpg?w=748&quot;,&quot;id&quot;:&quot;38270&quot;,&quot;title&quot;:&quot;2-olivia-de-havilland-1946-everett&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/gene_autry.jpg?w=704&quot;,&quot;id&quot;:&quot;38418&quot;,&quot;title&quot;:&quot;Gene_Autry&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/bing-crosby.jpg?w=798&quot;,&quot;id&quot;:&quot;38389&quot;,&quot;title&quot;:&quot;Bing-Crosby&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/burnsandallen2.jpg?w=798&quot;,&quot;id&quot;:&quot;38391&quot;,&quot;title&quot;:&quot;BurnsAndAllen2&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/315e87d390be0bac8f890ca6f400f233.jpg?w=236&quot;,&quot;id&quot;:&quot;38289&quot;,&quot;title&quot;:&quot;315e87d390be0bac8f890ca6f400f233&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/muni01.jpg?w=483&quot;,&quot;id&quot;:&quot;38480&quot;,&quot;title&quot;:&quot;muni01&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/ann-sheridan-portrait.jpg?w=738&quot;,&quot;id&quot;:&quot;38339&quot;,&quot;title&quot;:&quot;ann-sheridan-portrait-&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/now-voyager-bette-davis-1942-everett.jpg?w=656&quot;,&quot;id&quot;:&quot;38488&quot;,&quot;title&quot;:&quot;now-voyager-bette-davis-1942-everett&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/william_s-_hart-426x539.jpg?w=426&quot;,&quot;id&quot;:&quot;38524&quot;,&quot;title&quot;:&quot;WILLIAM_S._HART-426\u0026#215;539&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/robert-donat-234.jpg?w=500&quot;,&quot;id&quot;:&quot;38500&quot;,&quot;title&quot;:&quot;robert-donat-234&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/ava_gardner_by_klimbims-d6eb4t9.jpg?w=789&quot;,&quot;id&quot;:&quot;38381&quot;,&quot;title&quot;:&quot;ava_gardner_by_klimbims-d6eb4t9&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/img032.jpg?w=798&quot;,&quot;id&quot;:&quot;38435&quot;,&quot;title&quot;:&quot;img032&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/0e20ed75ef0cade4dd55e8f608ce81fd.jpg?w=286&quot;,&quot;id&quot;:&quot;38268&quot;,&quot;title&quot;:&quot;0e20ed75ef0cade4dd55e8f608ce81fd&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/vivien-leigh-3.jpg?w=798&quot;,&quot;id&quot;:&quot;38522&quot;,&quot;title&quot;:&quot;Vivien Leigh 3&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/barbarastanwyck.jpg?w=388&quot;,&quot;id&quot;:&quot;38384&quot;,&quot;title&quot;:&quot;barbarastanwyck&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/lupe-velez-98.png?w=500&quot;,&quot;id&quot;:&quot;38458&quot;,&quot;title&quot;:&quot;lupe-velez-98&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/499325596.jpg?w=798&quot;,&quot;id&quot;:&quot;38325&quot;,&quot;title&quot;:&quot;499325596&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/29_eleanor_powel-theredlist.jpg?w=798&quot;,&quot;id&quot;:&quot;38278&quot;,&quot;title&quot;:&quot;29_eleanor_powel-theredlist&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/lloyd-bacon-07.jpg?w=500&quot;,&quot;id&quot;:&quot;38455&quot;,&quot;title&quot;:&quot;lloyd-bacon-07&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/annex-karloff-boris_05.jpg?w=798&quot;,&quot;id&quot;:&quot;38351&quot;,&quot;title&quot;:&quot;Annex \u0026#8211; Karloff,\u0026nbsp;Boris_05&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/bennettconstance01.jpg?w=693&quot;,&quot;id&quot;:&quot;38386&quot;,&quot;title&quot;:&quot;bennettconstance01&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;},{&quot;src&quot;:&quot;https:\/\/aurorasginjoint.com\/wp-content\/uploads\/2016\/07\/joseph-cotten-15-05-1905-2-g.jpg?w=742&quot;,&quot;id&quot;:&quot;38443&quot;,&quot;title&quot;:&quot;joseph-cotten-15-05-1905-2-g&quot;,&quot;alt&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;itemprop&quot;:&quot;image&quot;}]" itemscope itemtype="https://schema.org/ImageGallery"></div></aside><aside id="twitter_timeline-4" class="widget widget_twitter_timeline"><h2 class="widget-title">Follow me on Twitter</h2><a class="twitter-timeline" data-height="400" data-theme="light" data-border-color="#e8e8e8" data-lang="EN" data-partner="jetpack" href="https://twitter.com/@CitizenScreen" href="https://twitter.com/@CitizenScreen">My Tweets</a></aside><aside id="media_video-2" class="widget widget_media_video"><h2 class="widget-title">Wyatt McCrea Interview</h2><style>.widget.widget_media_video iframe { margin: 0; }</style><div style="width:100%;" class="wp-video"><!--[if lt IE 9]><script>document.createElement('video');</script><![endif]--> <video class="wp-video-shortcode" id="video-24229-1" preload="metadata" controls="controls"><source type="video/youtube" src="https://youtu.be/GJxwZ-OBrU8?_=1" /><a href="https://youtu.be/GJxwZ-OBrU8">https://youtu.be/GJxwZ-OBrU8</a></video></div></aside><aside id="facebook-likebox-5" class="widget widget_facebook_likebox"> <div id="fb-root"></div> <div class="fb-page" data-href="https://www.facebook.com/CitizenScreenClassics/" data-width="340" data-height="432" data-hide-cover="false" data-show-facepile="false" data-tabs="timeline" data-hide-cta="false" data-small-header="false"> <div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/CitizenScreenClassics/"><a href="https://www.facebook.com/CitizenScreenClassics/"></a></blockquote></div> </div> </aside><aside id="media_image-123" class="widget widget_media_image"><h2 class="widget-title">Proud member of&#8230;</h2><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><a href="http://clamba.blogspot.com/"><img class="image aligncenter" src="https://onceuponascreen.files.wordpress.com/2013/12/cmba.png?w=663" alt="" width="300" height="100" /></a></aside><aside id="media_image-34" class="widget widget_media_image"><h2 class="widget-title">Proud member of&#8230;</h2><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><a href="http://www.classicmoviehub.com/blog_hub.php?source=badge_cmh"><img width="105" height="136" src="https://aurorasginjoint.com/wp-content/uploads/2016/06/10.jpg?w=105" class="image wp-image-37284 aligncenter attachment-200x136 size-200x136" alt="" decoding="async" loading="lazy" style="max-width: 100%; height: auto;" srcset="https://aurorasginjoint.com/wp-content/uploads/2016/06/10.jpg?w=105 105w, https://aurorasginjoint.com/wp-content/uploads/2016/06/10.jpg?w=210 210w, https://aurorasginjoint.com/wp-content/uploads/2016/06/10.jpg?w=115 115w" sizes="(max-width: 105px) 100vw, 105px" data-attachment-id="37284" data-permalink="https://aurorasginjoint.com/2016/06/17/friday-foto-follies-at-the-beach/10-6/" data-orig-file="https://aurorasginjoint.com/wp-content/uploads/2016/06/10.jpg" data-orig-size="615,800" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="10" data-image-description="" data-image-caption="" data-medium-file="https://aurorasginjoint.com/wp-content/uploads/2016/06/10.jpg?w=231" data-large-file="https://aurorasginjoint.com/wp-content/uploads/2016/06/10.jpg?w=615" /></a></aside><aside id="media_image-51" class="widget widget_media_image"><h2 class="widget-title">Proud member of&#8230;</h2><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><a href="http://www.largeassmovieblogs.com/"><img class="image aligncenter" src="http://www.largeassmovieblogs.com/wp-content/uploads/2012/09/bt_assoc_r.jpg" alt="" width="145" height="45" /></a></aside><aside id="wpcom_instagram_widget-6" class="widget widget_wpcom_instagram_widget"><h2 class="widget-title">CitizenScreen on Instagram</h2><div class="wpcom-instagram-images wpcom-instagram-columns-1"> <a href="https://www.instagram.com/p/DDECzO1JAMJ/" target="_self"><div class="sq-bg-image" style="background-image: url(https://scontent-dfw5-1.cdninstagram.com/v/t39.30808-6/469152113_1146558727474797_5636617170879315739_n.jpg?_nc_cat=105&#038;ccb=1-7&#038;_nc_sid=18de74&#038;_nc_ohc=50p1b-aDPZ8Q7kNvgFdedzo&#038;_nc_zt=23&#038;_nc_ht=scontent-dfw5-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=AtC26jiqB4V7tmfOz765N61&#038;oh=00_AYBUdAZfj4Ih9VkLtMcfpxfc2zw74x9hb4d3uodjske1gA&#038;oe=67533EAC)"><span class="screen-reader-text">Rock Hudson, Cyd Charisse, and director Joseph Pevney during the filming of TWILIGHT FOR THE GODS (1958).</span></div></a> <a href="https://www.instagram.com/p/DDD9Kh_NBaS/" target="_self"><div class="sq-bg-image" style="background-image: url(https://scontent-dfw5-1.cdninstagram.com/v/t39.30808-6/468877938_1146534320810571_6089685458356416983_n.jpg?_nc_cat=111&#038;ccb=1-7&#038;_nc_sid=18de74&#038;_nc_ohc=W1Ci50dDE6MQ7kNvgGKrk46&#038;_nc_zt=23&#038;_nc_ht=scontent-dfw5-1.cdninstagram.com&#038;edm=ANo9K5cEAAAA&#038;_nc_gid=AtC26jiqB4V7tmfOz765N61&#038;oh=00_AYBGeEw_QVyLYPfkALyIEGB-3wqTN8mx7ppYPApN43s8XA&#038;oe=67532B6B)"><span class="screen-reader-text">Mary Martin as Santa Claus in a Christmas publicity portrait circa 1940.</span></div></a> </div> </aside> </div><!-- #secondary --> </div><!-- .col-* columns of main sidebar --> </div><!-- .row --> </div><!-- .container --> </div><!-- #content --> <footer id="colophon" class="site-footer" role="contentinfo" itemscope="itemscope" itemtype="http://schema.org/WPFooter"> <div id="supplementary" class="site-footer-widgets"> <div class="site-footer-widgets-wrapper"> <div class="container"> <div class="row"> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12"> <div id="footer-sidebar-first" class="footer-sidebar-first widget-area" role="complementary"> <aside id="media_image-131" class="widget widget_media_image"><h2 class="widget-title">2020 CiMBA Award: Best Film Review Drama: Mrs. Danvers, The Menace of Manderlay</h2><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><a href="https://aurorasginjoint.com/2020/02/23/mrs-danvers-the-menace-of-manderley/"><img width="477" height="497" src="https://aurorasginjoint.com/wp-content/uploads/2020/02/0-6.jpg?w=477" class="image wp-image-49578 attachment-477x497 size-477x497" alt="" decoding="async" loading="lazy" style="max-width: 100%; height: auto;" srcset="https://aurorasginjoint.com/wp-content/uploads/2020/02/0-6.jpg 477w, https://aurorasginjoint.com/wp-content/uploads/2020/02/0-6.jpg?w=144 144w, https://aurorasginjoint.com/wp-content/uploads/2020/02/0-6.jpg?w=288 288w" sizes="(max-width: 477px) 100vw, 477px" data-attachment-id="49578" data-permalink="https://aurorasginjoint.com/2020/02/23/mrs-danvers-the-menace-of-manderley/0-6/" data-orig-file="https://aurorasginjoint.com/wp-content/uploads/2020/02/0-6.jpg" data-orig-size="477,497" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="0-6" data-image-description="" data-image-caption="" data-medium-file="https://aurorasginjoint.com/wp-content/uploads/2020/02/0-6.jpg?w=288" data-large-file="https://aurorasginjoint.com/wp-content/uploads/2020/02/0-6.jpg?w=477" /></a></aside><aside id="media_image-129" class="widget widget_media_image"><h2 class="widget-title">2017 CiMBA Award: Best Film Review: SELF-PLAGIARISM IS STYLE: HITCHCOCK, GRANT AND NORTH BY NORTHWEST</h2><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><img width="382" height="500" src="https://aurorasginjoint.com/wp-content/uploads/2017/11/cmba-winner2017-filmreview.jpg?w=382" class="image wp-image-45236 attachment-382x500 size-382x500" alt="" decoding="async" loading="lazy" style="max-width: 100%; height: auto;" srcset="https://aurorasginjoint.com/wp-content/uploads/2017/11/cmba-winner2017-filmreview.jpg 382w, https://aurorasginjoint.com/wp-content/uploads/2017/11/cmba-winner2017-filmreview.jpg?w=115 115w, https://aurorasginjoint.com/wp-content/uploads/2017/11/cmba-winner2017-filmreview.jpg?w=229 229w" sizes="(max-width: 382px) 100vw, 382px" data-attachment-id="45236" data-permalink="https://aurorasginjoint.com/cmba-winner2017-filmreview/" data-orig-file="https://aurorasginjoint.com/wp-content/uploads/2017/11/cmba-winner2017-filmreview.jpg" data-orig-size="382,500" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="CMBA-Winner2017-FilmReview" data-image-description="" data-image-caption="" data-medium-file="https://aurorasginjoint.com/wp-content/uploads/2017/11/cmba-winner2017-filmreview.jpg?w=229" data-large-file="https://aurorasginjoint.com/wp-content/uploads/2017/11/cmba-winner2017-filmreview.jpg?w=382" /></aside><aside id="media_image-130" class="widget widget_media_image"><h2 class="widget-title">2017 CiMBA Award: Best Blog Event: WHAT A CHARACTER! Blogathon</h2><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><img width="382" height="500" src="https://aurorasginjoint.com/wp-content/uploads/2017/11/cmba-winner2017-blogevent.jpg?w=382" class="image wp-image-45237 attachment-382x500 size-382x500" alt="" decoding="async" loading="lazy" style="max-width: 100%; height: auto;" srcset="https://aurorasginjoint.com/wp-content/uploads/2017/11/cmba-winner2017-blogevent.jpg 382w, https://aurorasginjoint.com/wp-content/uploads/2017/11/cmba-winner2017-blogevent.jpg?w=115 115w, https://aurorasginjoint.com/wp-content/uploads/2017/11/cmba-winner2017-blogevent.jpg?w=229 229w" sizes="(max-width: 382px) 100vw, 382px" data-attachment-id="45237" data-permalink="https://aurorasginjoint.com/cmba-winner2017-blogevent/" data-orig-file="https://aurorasginjoint.com/wp-content/uploads/2017/11/cmba-winner2017-blogevent.jpg" data-orig-size="382,500" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="CMBA-Winner2017-BlogEvent" data-image-description="" data-image-caption="" data-medium-file="https://aurorasginjoint.com/wp-content/uploads/2017/11/cmba-winner2017-blogevent.jpg?w=229" data-large-file="https://aurorasginjoint.com/wp-content/uploads/2017/11/cmba-winner2017-blogevent.jpg?w=382" /></aside><aside id="media_image-128" class="widget widget_media_image"><h2 class="widget-title">2017 CiMBA Award: Best Film Article: A GOVERNMENT BY CLASSIC MOVIE CHARACTERS</h2><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><img width="382" height="500" src="https://aurorasginjoint.com/wp-content/uploads/2017/11/cmba-winner2017-filmarticle.jpg?w=382" class="image wp-image-45235 attachment-382x500 size-382x500" alt="" decoding="async" loading="lazy" style="max-width: 100%; height: auto;" srcset="https://aurorasginjoint.com/wp-content/uploads/2017/11/cmba-winner2017-filmarticle.jpg 382w, https://aurorasginjoint.com/wp-content/uploads/2017/11/cmba-winner2017-filmarticle.jpg?w=115 115w, https://aurorasginjoint.com/wp-content/uploads/2017/11/cmba-winner2017-filmarticle.jpg?w=229 229w" sizes="(max-width: 382px) 100vw, 382px" data-attachment-id="45235" data-permalink="https://aurorasginjoint.com/cmba-winner2017-filmarticle/" data-orig-file="https://aurorasginjoint.com/wp-content/uploads/2017/11/cmba-winner2017-filmarticle.jpg" data-orig-size="382,500" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="CMBA-Winner2017-FilmArticle" data-image-description="" data-image-caption="" data-medium-file="https://aurorasginjoint.com/wp-content/uploads/2017/11/cmba-winner2017-filmarticle.jpg?w=229" data-large-file="https://aurorasginjoint.com/wp-content/uploads/2017/11/cmba-winner2017-filmarticle.jpg?w=382" /></aside> </div><!-- #footer-sidebar-first .widget-area --> </div><!-- .col-* --> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12"> <div id="footer-sidebar-second" class="footer-sidebar-second widget-area" role="complementary"> <aside id="top-posts-4" class="widget widget_top-posts"><h2 class="widget-title">Top Posts &amp; Pages</h2><div class='widgets-grid-layout no-grav'> <div class="widget-grid-view-image"><a href="https://aurorasginjoint.com/2018/11/17/that-outlaw-yosemite-sam/" title="That Outlaw, Yosemite Sam" class="bump-view" data-bump-view="tp"><img loading="lazy" width="200" height="200" src="https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2018/11/yosemite-sam.jpeg?resize=200%2C200&#038;ssl=1" srcset="https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2018/11/yosemite-sam.jpeg?resize=200%2C200&amp;ssl=1 1x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2018/11/yosemite-sam.jpeg?resize=300%2C300&amp;ssl=1 1.5x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2018/11/yosemite-sam.jpeg?resize=400%2C400&amp;ssl=1 2x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2018/11/yosemite-sam.jpeg?resize=600%2C600&amp;ssl=1 3x" alt="That Outlaw, Yosemite Sam" data-pin-nopin="true"/></a></div><div class="widget-grid-view-image"><a href="https://aurorasginjoint.com/2019/04/29/analysis-gone-with-the-wind-1939/" title="Analysis: GONE WITH THE WIND (1939)" class="bump-view" data-bump-view="tp"><img loading="lazy" width="200" height="200" src="https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2019/04/gwtw-lobby-card.jpg?resize=200%2C200&#038;ssl=1" srcset="https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2019/04/gwtw-lobby-card.jpg?resize=200%2C200&amp;ssl=1 1x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2019/04/gwtw-lobby-card.jpg?resize=300%2C300&amp;ssl=1 1.5x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2019/04/gwtw-lobby-card.jpg?resize=400%2C400&amp;ssl=1 2x" alt="Analysis: GONE WITH THE WIND (1939)" data-pin-nopin="true"/></a></div><div class="widget-grid-view-image"><a href="https://aurorasginjoint.com/2013/05/15/howard-hawks-in-his-own-words/" title="Howard Hawks in his own words" class="bump-view" data-bump-view="tp"><img loading="lazy" width="200" height="200" src="https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2013/05/feat-hawks2.jpg?resize=200%2C200&#038;ssl=1" srcset="https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2013/05/feat-hawks2.jpg?resize=200%2C200&amp;ssl=1 1x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2013/05/feat-hawks2.jpg?resize=300%2C300&amp;ssl=1 1.5x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2013/05/feat-hawks2.jpg?resize=400%2C400&amp;ssl=1 2x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2013/05/feat-hawks2.jpg?resize=600%2C600&amp;ssl=1 3x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2013/05/feat-hawks2.jpg?resize=800%2C800&amp;ssl=1 4x" alt="Howard Hawks in his own words" data-pin-nopin="true"/></a></div><div class="widget-grid-view-image"><a href="https://aurorasginjoint.com/2016/09/28/make-room-for-daddy-and-danny-thomas/" title="&quot;Make Room For Daddy&quot; and Danny Thomas" class="bump-view" data-bump-view="tp"><img loading="lazy" width="200" height="200" src="https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2016/09/feat3.jpg?resize=200%2C200&#038;ssl=1" srcset="https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2016/09/feat3.jpg?resize=200%2C200&amp;ssl=1 1x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2016/09/feat3.jpg?resize=300%2C300&amp;ssl=1 1.5x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2016/09/feat3.jpg?resize=400%2C400&amp;ssl=1 2x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2016/09/feat3.jpg?resize=600%2C600&amp;ssl=1 3x" alt="&quot;Make Room For Daddy&quot; and Danny Thomas" data-pin-nopin="true"/></a></div><div class="widget-grid-view-image"><a href="https://aurorasginjoint.com/2012/11/21/morality-and-relationships-it-happened-one-night/" title="Morality and Relationships, IT HAPPENED ONE NIGHT" class="bump-view" data-bump-view="tp"><img loading="lazy" width="200" height="200" src="https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2012/11/it-happened-one-night.jpg?resize=200%2C200&#038;ssl=1" srcset="https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2012/11/it-happened-one-night.jpg?resize=200%2C200&amp;ssl=1 1x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2012/11/it-happened-one-night.jpg?resize=300%2C300&amp;ssl=1 1.5x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2012/11/it-happened-one-night.jpg?resize=400%2C400&amp;ssl=1 2x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2012/11/it-happened-one-night.jpg?resize=600%2C600&amp;ssl=1 3x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2012/11/it-happened-one-night.jpg?resize=800%2C800&amp;ssl=1 4x" alt="Morality and Relationships, IT HAPPENED ONE NIGHT" data-pin-nopin="true"/></a></div><div class="widget-grid-view-image"><a href="https://aurorasginjoint.com/2012/08/23/cary-grants-greatest-co-star-irene-dunne/" title="Cary Grant&#039;s greatest co-star, Irene Dunne" class="bump-view" data-bump-view="tp"><img loading="lazy" width="200" height="200" src="https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2012/08/grantdunne1.jpeg?resize=200%2C200&#038;ssl=1" srcset="https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2012/08/grantdunne1.jpeg?resize=200%2C200&amp;ssl=1 1x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2012/08/grantdunne1.jpeg?resize=300%2C300&amp;ssl=1 1.5x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2012/08/grantdunne1.jpeg?resize=400%2C400&amp;ssl=1 2x" alt="Cary Grant&#039;s greatest co-star, Irene Dunne" data-pin-nopin="true"/></a></div><div class="widget-grid-view-image"><a href="https://aurorasginjoint.com/2018/05/12/for-comfort-please-dont-eat-the-daisies-1960-on-nationalclassicmovieday/" title="For comfort PLEASE DON&#039;T EAT THE DAISIES (1960) on #NationalClassicMovieDay" class="bump-view" data-bump-view="tp"><img loading="lazy" width="200" height="200" src="https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2018/05/featured.jpg?resize=200%2C200&#038;ssl=1" srcset="https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2018/05/featured.jpg?resize=200%2C200&amp;ssl=1 1x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2018/05/featured.jpg?resize=300%2C300&amp;ssl=1 1.5x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2018/05/featured.jpg?resize=400%2C400&amp;ssl=1 2x" alt="For comfort PLEASE DON&#039;T EAT THE DAISIES (1960) on #NationalClassicMovieDay" data-pin-nopin="true"/></a></div><div class="widget-grid-view-image"><a href="https://aurorasginjoint.com/2012/08/04/captain-louis-renault/" title="Captain Louis Renault" class="bump-view" data-bump-view="tp"><img loading="lazy" width="200" height="200" src="https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2012/07/renaultfeat1.jpeg?resize=200%2C200&#038;ssl=1" srcset="https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2012/07/renaultfeat1.jpeg?resize=200%2C200&amp;ssl=1 1x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2012/07/renaultfeat1.jpeg?resize=300%2C300&amp;ssl=1 1.5x" alt="Captain Louis Renault" data-pin-nopin="true"/></a></div><div class="widget-grid-view-image"><a href="https://aurorasginjoint.com/2017/09/01/yvonne-de-carlo-the-movie-star-munster/" title="Yvonne De Carlo, The Movie Star Munster" class="bump-view" data-bump-view="tp"><img loading="lazy" width="200" height="200" src="https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2017/08/de-carlo.png?resize=200%2C200&#038;ssl=1" srcset="https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2017/08/de-carlo.png?resize=200%2C200&amp;ssl=1 1x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2017/08/de-carlo.png?resize=300%2C300&amp;ssl=1 1.5x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2017/08/de-carlo.png?resize=400%2C400&amp;ssl=1 2x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2017/08/de-carlo.png?resize=600%2C600&amp;ssl=1 3x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2017/08/de-carlo.png?resize=800%2C800&amp;ssl=1 4x" alt="Yvonne De Carlo, The Movie Star Munster" data-pin-nopin="true"/></a></div><div class="widget-grid-view-image"><a href="https://aurorasginjoint.com/2013/11/10/harry-davenport-what-a-character/" title="Harry Davenport, WHAT A CHARACTER!" class="bump-view" data-bump-view="tp"><img loading="lazy" width="200" height="200" src="https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2013/11/hardav.jpg?resize=200%2C200&#038;ssl=1" srcset="https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2013/11/hardav.jpg?resize=200%2C200&amp;ssl=1 1x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2013/11/hardav.jpg?resize=300%2C300&amp;ssl=1 1.5x, https://i0.wp.com/aurorasginjoint.com/wp-content/uploads/2013/11/hardav.jpg?resize=400%2C400&amp;ssl=1 2x" alt="Harry Davenport, WHAT A CHARACTER!" data-pin-nopin="true"/></a></div></div> </aside><aside id="media_video-3" class="widget widget_media_video"><h2 class="widget-title">20th Century Fox Studio Tour with Danny Miller</h2><style>.widget.widget_media_video iframe { margin: 0; }</style><div style="width:100%;" class="wp-video"><video class="wp-video-shortcode" id="video-24229-2" preload="metadata" controls="controls"><source type="video/youtube" src="https://youtu.be/s3OVLM4p9-k?_=2" /><a href="https://youtu.be/s3OVLM4p9-k">https://youtu.be/s3OVLM4p9-k</a></video></div></aside><aside id="media_image-122" class="widget widget_media_image"><h2 class="widget-title">2013 CiMBA Award: Best Film Review (Drama) for SCARFACE: THE SHAME OF A NATION</h2><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><a href="https://aurorasginjoint.com/2013/03/09/scarface-the-shame-of-a-nation/"><img class="image aligncenter" src="https://onceuponascreen.files.wordpress.com/2013/03/2013-cimba-review-drama.jpg?w=784&#038;h=588" alt="" width="734" height="551" /></a></aside><aside id="media_image-108" class="widget widget_media_image"><h2 class="widget-title">2014 CiMBA Award: Best Blog Event: THE CLASSIC MOVIE HISTORY PROJECT Blogathon co-hosted with Movies, Silently &#038; Silver Screenings</h2><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><a href="https://aurorasginjoint.com/classic-movie-history-project/"><img class="image aligncenter" src="https://onceuponascreen.files.wordpress.com/2014/01/2014blogevent.jpg?w=590&#038;h=298" alt="" width="590" height="443" /></a></aside><aside id="media_image-121" class="widget widget_media_image"><h2 class="widget-title">2014 CiMBA Award: Best Film Review (Comedy/Musical) for MEET ME IN ST. LOUIS</h2><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><a href="https://aurorasginjoint.com/2013/12/03/meet-me-in-st-louis/"><img class="image aligncenter" src="https://onceuponascreen.files.wordpress.com/2013/12/2014comedymusical.jpg?w=862&#038;h=325" alt="" width="697" height="523" /></a></aside><aside id="media_image-124" class="widget widget_media_image"><h2 class="widget-title">2015 CiMBA Award: Best Film Profile for FORGOTTEN STARS: EDDIE CANTOR</h2><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><a href="https://aurorasginjoint.com/2014/10/27/cmba-forgotten-stars-eddie-cantor/"><img class="image aligncenter" src="https://onceuponascreen.files.wordpress.com/2014/10/cmba.jpg?w=600&#038;h=256" alt="" width="543" height="232" /></a></aside> </div><!-- #footer-sidebar-second .widget-area --> </div><!-- .col-* --> <div class="col-lg-4 col-md-4 col-sm-4 col-xs-12"> <div id="footer-sidebar-third" class="footer-sidebar-third widget-area" role="complementary"> <aside id="media_image-126" class="widget widget_media_image"><h2 class="widget-title">Classic Movies and More YouTube Page</h2><style>.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }</style><a href="https://www.youtube.com/channel/UCb2sPvYSsjtMz1YQwsmpgZw"><img class="image aligncenter" src="https://onceuponascreen.files.wordpress.com/2016/02/5.jpg?w=1324&#038;h=620" alt="" width="1324" height="621" /></a></aside><aside id="calendar-6" class="widget widget_calendar"><div id="calendar_wrap" class="calendar_wrap"><table id="wp-calendar" class="wp-calendar-table"> <caption>December 2024</caption> <thead> <tr> <th scope="col" title="Monday">M</th> <th scope="col" title="Tuesday">T</th> <th scope="col" title="Wednesday">W</th> <th scope="col" title="Thursday">T</th> <th scope="col" title="Friday">F</th> <th scope="col" title="Saturday">S</th> <th scope="col" title="Sunday">S</th> </tr> </thead> <tbody> <tr> <td colspan="6" class="pad">&nbsp;</td><td>1</td> </tr> <tr> <td id="today">2</td><td>3</td><td>4</td><td>5</td><td>6</td><td>7</td><td>8</td> </tr> <tr> <td>9</td><td>10</td><td>11</td><td>12</td><td>13</td><td>14</td><td>15</td> </tr> <tr> <td>16</td><td>17</td><td>18</td><td>19</td><td>20</td><td>21</td><td>22</td> </tr> <tr> <td>23</td><td>24</td><td>25</td><td>26</td><td>27</td><td>28</td><td>29</td> </tr> <tr> <td>30</td><td>31</td> <td class="pad" colspan="5">&nbsp;</td> </tr> </tbody> </table><nav aria-label="Previous and next months" class="wp-calendar-nav"> <span class="wp-calendar-nav-prev"><a href="https://aurorasginjoint.com/2024/07/">&laquo; Jul</a></span> <span class="pad">&nbsp;</span> <span class="wp-calendar-nav-next">&nbsp;</span> </nav></div></aside><aside id="media_video-4" class="widget widget_media_video"><h2 class="widget-title">Visit Sites of Edison and Biograph Studios with Bronx Historian</h2><style>.widget.widget_media_video iframe { margin: 0; }</style><div style="width:100%;" class="wp-video"><video class="wp-video-shortcode" id="video-24229-3" preload="metadata" controls="controls"><source type="video/youtube" src="https://youtu.be/_A6iPbVBtTY?_=3" /><a href="https://youtu.be/_A6iPbVBtTY">https://youtu.be/_A6iPbVBtTY</a></video></div></aside><aside id="archives-2" class="widget widget_archive"><h2 class="widget-title">Archives</h2> <label class="screen-reader-text" for="archives-dropdown-2">Archives</label> <select id="archives-dropdown-2" name="archive-dropdown"> <option value="">Select Month</option> <option value='https://aurorasginjoint.com/2024/07/'> July 2024 </option> <option value='https://aurorasginjoint.com/2024/06/'> June 2024 </option> <option value='https://aurorasginjoint.com/2024/05/'> May 2024 </option> <option value='https://aurorasginjoint.com/2024/04/'> April 2024 </option> <option value='https://aurorasginjoint.com/2024/03/'> March 2024 </option> <option value='https://aurorasginjoint.com/2024/02/'> February 2024 </option> <option value='https://aurorasginjoint.com/2024/01/'> January 2024 </option> <option value='https://aurorasginjoint.com/2023/12/'> December 2023 </option> <option value='https://aurorasginjoint.com/2023/07/'> July 2023 </option> <option value='https://aurorasginjoint.com/2023/05/'> May 2023 </option> <option value='https://aurorasginjoint.com/2023/04/'> April 2023 </option> <option value='https://aurorasginjoint.com/2023/03/'> March 2023 </option> <option value='https://aurorasginjoint.com/2023/01/'> January 2023 </option> <option value='https://aurorasginjoint.com/2022/12/'> December 2022 </option> <option value='https://aurorasginjoint.com/2022/11/'> November 2022 </option> <option value='https://aurorasginjoint.com/2022/08/'> August 2022 </option> <option value='https://aurorasginjoint.com/2022/07/'> July 2022 </option> <option value='https://aurorasginjoint.com/2022/06/'> June 2022 </option> <option value='https://aurorasginjoint.com/2022/05/'> May 2022 </option> <option value='https://aurorasginjoint.com/2022/04/'> April 2022 </option> <option value='https://aurorasginjoint.com/2022/03/'> March 2022 </option> <option value='https://aurorasginjoint.com/2021/12/'> December 2021 </option> <option value='https://aurorasginjoint.com/2021/11/'> November 2021 </option> <option value='https://aurorasginjoint.com/2021/10/'> October 2021 </option> <option value='https://aurorasginjoint.com/2021/09/'> September 2021 </option> <option value='https://aurorasginjoint.com/2021/08/'> August 2021 </option> <option value='https://aurorasginjoint.com/2021/07/'> July 2021 </option> <option value='https://aurorasginjoint.com/2021/05/'> May 2021 </option> <option value='https://aurorasginjoint.com/2021/04/'> April 2021 </option> <option value='https://aurorasginjoint.com/2021/03/'> March 2021 </option> <option value='https://aurorasginjoint.com/2021/02/'> February 2021 </option> <option value='https://aurorasginjoint.com/2021/01/'> January 2021 </option> <option value='https://aurorasginjoint.com/2020/12/'> December 2020 </option> <option value='https://aurorasginjoint.com/2020/11/'> November 2020 </option> <option value='https://aurorasginjoint.com/2020/10/'> October 2020 </option> <option value='https://aurorasginjoint.com/2020/09/'> September 2020 </option> <option value='https://aurorasginjoint.com/2020/08/'> August 2020 </option> <option value='https://aurorasginjoint.com/2020/07/'> July 2020 </option> <option value='https://aurorasginjoint.com/2020/05/'> May 2020 </option> <option value='https://aurorasginjoint.com/2020/04/'> April 2020 </option> <option value='https://aurorasginjoint.com/2020/03/'> March 2020 </option> <option value='https://aurorasginjoint.com/2020/02/'> February 2020 </option> <option value='https://aurorasginjoint.com/2020/01/'> January 2020 </option> <option value='https://aurorasginjoint.com/2019/12/'> December 2019 </option> <option value='https://aurorasginjoint.com/2019/11/'> November 2019 </option> <option value='https://aurorasginjoint.com/2019/10/'> October 2019 </option> <option value='https://aurorasginjoint.com/2019/09/'> September 2019 </option> <option value='https://aurorasginjoint.com/2019/08/'> August 2019 </option> <option value='https://aurorasginjoint.com/2019/07/'> July 2019 </option> <option value='https://aurorasginjoint.com/2019/06/'> June 2019 </option> <option value='https://aurorasginjoint.com/2019/05/'> May 2019 </option> <option value='https://aurorasginjoint.com/2019/04/'> April 2019 </option> <option value='https://aurorasginjoint.com/2019/03/'> March 2019 </option> <option value='https://aurorasginjoint.com/2019/02/'> February 2019 </option> <option value='https://aurorasginjoint.com/2019/01/'> January 2019 </option> <option value='https://aurorasginjoint.com/2018/12/'> December 2018 </option> <option value='https://aurorasginjoint.com/2018/11/'> November 2018 </option> <option value='https://aurorasginjoint.com/2018/10/'> October 2018 </option> <option value='https://aurorasginjoint.com/2018/07/'> July 2018 </option> <option value='https://aurorasginjoint.com/2018/05/'> May 2018 </option> <option value='https://aurorasginjoint.com/2018/04/'> April 2018 </option> <option value='https://aurorasginjoint.com/2018/03/'> March 2018 </option> <option value='https://aurorasginjoint.com/2018/02/'> February 2018 </option> <option value='https://aurorasginjoint.com/2018/01/'> January 2018 </option> <option value='https://aurorasginjoint.com/2017/12/'> December 2017 </option> <option value='https://aurorasginjoint.com/2017/11/'> November 2017 </option> <option value='https://aurorasginjoint.com/2017/10/'> October 2017 </option> <option value='https://aurorasginjoint.com/2017/09/'> September 2017 </option> <option value='https://aurorasginjoint.com/2017/08/'> August 2017 </option> <option value='https://aurorasginjoint.com/2017/07/'> July 2017 </option> <option value='https://aurorasginjoint.com/2017/06/'> June 2017 </option> <option value='https://aurorasginjoint.com/2017/05/'> May 2017 </option> <option value='https://aurorasginjoint.com/2017/04/'> April 2017 </option> <option value='https://aurorasginjoint.com/2017/03/'> March 2017 </option> <option value='https://aurorasginjoint.com/2017/02/'> February 2017 </option> <option value='https://aurorasginjoint.com/2017/01/'> January 2017 </option> <option value='https://aurorasginjoint.com/2016/12/'> December 2016 </option> <option value='https://aurorasginjoint.com/2016/11/'> November 2016 </option> <option value='https://aurorasginjoint.com/2016/10/'> October 2016 </option> <option value='https://aurorasginjoint.com/2016/09/'> September 2016 </option> <option value='https://aurorasginjoint.com/2016/08/'> August 2016 </option> <option value='https://aurorasginjoint.com/2016/07/'> July 2016 </option> <option value='https://aurorasginjoint.com/2016/06/'> June 2016 </option> <option value='https://aurorasginjoint.com/2016/05/'> May 2016 </option> <option value='https://aurorasginjoint.com/2016/04/'> April 2016 </option> <option value='https://aurorasginjoint.com/2016/03/'> March 2016 </option> <option value='https://aurorasginjoint.com/2016/02/'> February 2016 </option> <option value='https://aurorasginjoint.com/2016/01/'> January 2016 </option> <option value='https://aurorasginjoint.com/2015/12/'> December 2015 </option> <option value='https://aurorasginjoint.com/2015/11/'> November 2015 </option> <option value='https://aurorasginjoint.com/2015/10/'> October 2015 </option> <option value='https://aurorasginjoint.com/2015/09/'> September 2015 </option> <option value='https://aurorasginjoint.com/2015/08/'> August 2015 </option> <option value='https://aurorasginjoint.com/2015/07/'> July 2015 </option> <option value='https://aurorasginjoint.com/2015/06/'> June 2015 </option> <option value='https://aurorasginjoint.com/2015/05/'> May 2015 </option> <option value='https://aurorasginjoint.com/2015/04/'> April 2015 </option> <option value='https://aurorasginjoint.com/2015/03/'> March 2015 </option> <option value='https://aurorasginjoint.com/2015/02/'> February 2015 </option> <option value='https://aurorasginjoint.com/2015/01/'> January 2015 </option> <option value='https://aurorasginjoint.com/2014/12/'> December 2014 </option> <option value='https://aurorasginjoint.com/2014/11/'> November 2014 </option> <option value='https://aurorasginjoint.com/2014/10/'> October 2014 </option> <option value='https://aurorasginjoint.com/2014/09/'> September 2014 </option> <option value='https://aurorasginjoint.com/2014/08/'> August 2014 </option> <option value='https://aurorasginjoint.com/2014/07/'> July 2014 </option> <option value='https://aurorasginjoint.com/2014/06/'> June 2014 </option> <option value='https://aurorasginjoint.com/2014/05/'> May 2014 </option> <option value='https://aurorasginjoint.com/2014/04/'> April 2014 </option> <option value='https://aurorasginjoint.com/2014/03/'> March 2014 </option> <option value='https://aurorasginjoint.com/2014/02/'> February 2014 </option> <option value='https://aurorasginjoint.com/2014/01/'> January 2014 </option> <option value='https://aurorasginjoint.com/2013/12/'> December 2013 </option> <option value='https://aurorasginjoint.com/2013/11/'> November 2013 </option> <option value='https://aurorasginjoint.com/2013/10/'> October 2013 </option> <option value='https://aurorasginjoint.com/2013/09/'> September 2013 </option> <option value='https://aurorasginjoint.com/2013/08/'> August 2013 </option> <option value='https://aurorasginjoint.com/2013/07/'> July 2013 </option> <option value='https://aurorasginjoint.com/2013/06/'> June 2013 </option> <option value='https://aurorasginjoint.com/2013/05/'> May 2013 </option> <option value='https://aurorasginjoint.com/2013/04/'> April 2013 </option> <option value='https://aurorasginjoint.com/2013/03/'> March 2013 </option> <option value='https://aurorasginjoint.com/2013/02/'> February 2013 </option> <option value='https://aurorasginjoint.com/2013/01/'> January 2013 </option> <option value='https://aurorasginjoint.com/2012/12/'> December 2012 </option> <option value='https://aurorasginjoint.com/2012/11/'> November 2012 </option> <option value='https://aurorasginjoint.com/2012/10/'> October 2012 </option> <option value='https://aurorasginjoint.com/2012/09/'> September 2012 </option> <option value='https://aurorasginjoint.com/2012/08/'> August 2012 </option> <option value='https://aurorasginjoint.com/2012/07/'> July 2012 </option> <option value='https://aurorasginjoint.com/2012/06/'> June 2012 </option> <option value='https://aurorasginjoint.com/2012/05/'> May 2012 </option> <option value='https://aurorasginjoint.com/2012/04/'> April 2012 </option> <option value='https://aurorasginjoint.com/2012/03/'> March 2012 </option> <option value='https://aurorasginjoint.com/2012/02/'> February 2012 </option> <option value='https://aurorasginjoint.com/2012/01/'> January 2012 </option> <option value='https://aurorasginjoint.com/2011/12/'> December 2011 </option> <option value='https://aurorasginjoint.com/2011/11/'> November 2011 </option> </select> <script type="text/javascript"> /* <![CDATA[ */ (function() { var dropdown = document.getElementById( "archives-dropdown-2" ); function onSelectChange() { if ( dropdown.options[ dropdown.selectedIndex ].value !== '' ) { document.location.href = this.options[ this.selectedIndex ].value; } } dropdown.onchange = onSelectChange; })(); /* ]]> */ </script> </aside><aside id="wp_tag_cloud-2" class="widget wp_widget_tag_cloud"><h2 class="widget-title">Popular Tags</h2><a href="https://aurorasginjoint.com/tag/31-days-of-oscar/" class="tag-cloud-link tag-link-30707404 tag-link-position-1" style="font-size: 14.567901234568pt;" aria-label="31 Days of Oscar (23 items)">31 Days of Oscar</a> <a href="https://aurorasginjoint.com/tag/1920s/" class="tag-cloud-link tag-link-24766 tag-link-position-2" style="font-size: 8.6913580246914pt;" aria-label="1920s (10 items)">1920s</a> <a href="https://aurorasginjoint.com/tag/1930s/" class="tag-cloud-link tag-link-24739 tag-link-position-3" style="font-size: 15.950617283951pt;" aria-label="1930s (28 items)">1930s</a> <a href="https://aurorasginjoint.com/tag/1940s/" class="tag-cloud-link tag-link-24740 tag-link-position-4" style="font-size: 12.83950617284pt;" aria-label="1940s (18 items)">1940s</a> <a href="https://aurorasginjoint.com/tag/1950s/" class="tag-cloud-link tag-link-24741 tag-link-position-5" style="font-size: 13.876543209877pt;" aria-label="1950s (21 items)">1950s</a> <a href="https://aurorasginjoint.com/tag/academy-awards/" class="tag-cloud-link tag-link-58298 tag-link-position-6" style="font-size: 14.913580246914pt;" aria-label="Academy Awards (24 items)">Academy Awards</a> <a href="https://aurorasginjoint.com/tag/alfred-hitchcock/" class="tag-cloud-link tag-link-93532 tag-link-position-7" style="font-size: 15.086419753086pt;" aria-label="Alfred Hitchcock (25 items)">Alfred Hitchcock</a> <a href="https://aurorasginjoint.com/tag/barbara-stanwyck/" class="tag-cloud-link tag-link-784365 tag-link-position-8" style="font-size: 8.6913580246914pt;" aria-label="Barbara Stanwyck (10 items)">Barbara Stanwyck</a> <a href="https://aurorasginjoint.com/tag/bela-lugosi/" class="tag-cloud-link tag-link-1069186 tag-link-position-9" style="font-size: 11.975308641975pt;" aria-label="Bela Lugosi (16 items)">Bela Lugosi</a> <a href="https://aurorasginjoint.com/tag/billy-wilder/" class="tag-cloud-link tag-link-563931 tag-link-position-10" style="font-size: 11.975308641975pt;" aria-label="Billy Wilder (16 items)">Billy Wilder</a> <a href="https://aurorasginjoint.com/tag/blogathon/" class="tag-cloud-link tag-link-231111 tag-link-position-11" style="font-size: 19.925925925926pt;" aria-label="blogathon (48 items)">blogathon</a> <a href="https://aurorasginjoint.com/tag/boris-karloff/" class="tag-cloud-link tag-link-373563 tag-link-position-12" style="font-size: 9.3827160493827pt;" aria-label="Boris Karloff (11 items)">Boris Karloff</a> <a href="https://aurorasginjoint.com/tag/buster-keaton/" class="tag-cloud-link tag-link-302970 tag-link-position-13" style="font-size: 8.6913580246914pt;" aria-label="Buster Keaton (10 items)">Buster Keaton</a> <a href="https://aurorasginjoint.com/tag/capitolfest/" class="tag-cloud-link tag-link-40171423 tag-link-position-14" style="font-size: 10.592592592593pt;" aria-label="Capitolfest (13 items)">Capitolfest</a> <a href="https://aurorasginjoint.com/tag/cary-grant/" class="tag-cloud-link tag-link-115505 tag-link-position-15" style="font-size: 15.950617283951pt;" aria-label="Cary Grant (28 items)">Cary Grant</a> <a href="https://aurorasginjoint.com/tag/character-actors/" class="tag-cloud-link tag-link-2681455 tag-link-position-16" style="font-size: 14.567901234568pt;" aria-label="Character Actors (23 items)">Character Actors</a> <a href="https://aurorasginjoint.com/tag/christmas/" class="tag-cloud-link tag-link-15607 tag-link-position-17" style="font-size: 9.3827160493827pt;" aria-label="Christmas (11 items)">Christmas</a> <a href="https://aurorasginjoint.com/tag/clark-gable/" class="tag-cloud-link tag-link-637129 tag-link-position-18" style="font-size: 8.6913580246914pt;" aria-label="Clark Gable (10 items)">Clark Gable</a> <a href="https://aurorasginjoint.com/tag/classic/" class="tag-cloud-link tag-link-35739 tag-link-position-19" style="font-size: 11.456790123457pt;" aria-label="Classic (15 items)">Classic</a> <a href="https://aurorasginjoint.com/tag/columbo/" class="tag-cloud-link tag-link-277680 tag-link-position-20" style="font-size: 11.111111111111pt;" aria-label="Columbo (14 items)">Columbo</a> <a href="https://aurorasginjoint.com/tag/film-festival/" class="tag-cloud-link tag-link-8176 tag-link-position-21" style="font-size: 9.9012345679012pt;" aria-label="Film festival (12 items)">Film festival</a> <a href="https://aurorasginjoint.com/tag/film-noir/" class="tag-cloud-link tag-link-31321 tag-link-position-22" style="font-size: 15.777777777778pt;" aria-label="Film Noir (27 items)">Film Noir</a> <a href="https://aurorasginjoint.com/tag/frankenstein/" class="tag-cloud-link tag-link-59753 tag-link-position-23" style="font-size: 8.6913580246914pt;" aria-label="Frankenstein (10 items)">Frankenstein</a> <a href="https://aurorasginjoint.com/tag/friday-foto-follies/" class="tag-cloud-link tag-link-407392682 tag-link-position-24" style="font-size: 9.9012345679012pt;" aria-label="Friday Foto Follies (12 items)">Friday Foto Follies</a> <a href="https://aurorasginjoint.com/tag/hollywood/" class="tag-cloud-link tag-link-4052 tag-link-position-25" style="font-size: 8.6913580246914pt;" aria-label="Hollywood (10 items)">Hollywood</a> <a href="https://aurorasginjoint.com/tag/hollywoods-hispanic-heritage/" class="tag-cloud-link tag-link-286262974 tag-link-position-26" style="font-size: 8.6913580246914pt;" aria-label="Hollywood&#039;s Hispanic Heritage (10 items)">Hollywood&#039;s Hispanic Heritage</a> <a href="https://aurorasginjoint.com/tag/horror/" class="tag-cloud-link tag-link-1252 tag-link-position-27" style="font-size: 8.6913580246914pt;" aria-label="Horror (10 items)">Horror</a> <a href="https://aurorasginjoint.com/tag/humphrey-bogart/" class="tag-cloud-link tag-link-637118 tag-link-position-28" style="font-size: 11.975308641975pt;" aria-label="Humphrey Bogart (16 items)">Humphrey Bogart</a> <a href="https://aurorasginjoint.com/tag/ingrid-bergman/" class="tag-cloud-link tag-link-222906 tag-link-position-29" style="font-size: 8pt;" aria-label="Ingrid Bergman (9 items)">Ingrid Bergman</a> <a href="https://aurorasginjoint.com/tag/jack-lemmon/" class="tag-cloud-link tag-link-550464 tag-link-position-30" style="font-size: 8.6913580246914pt;" aria-label="Jack Lemmon (10 items)">Jack Lemmon</a> <a href="https://aurorasginjoint.com/tag/james-stewart/" class="tag-cloud-link tag-link-597568 tag-link-position-31" style="font-size: 9.9012345679012pt;" aria-label="James Stewart (12 items)">James Stewart</a> <a href="https://aurorasginjoint.com/tag/judy-garland/" class="tag-cloud-link tag-link-285834 tag-link-position-32" style="font-size: 13.185185185185pt;" aria-label="Judy Garland (19 items)">Judy Garland</a> <a href="https://aurorasginjoint.com/tag/lux-radio-theater/" class="tag-cloud-link tag-link-4972714 tag-link-position-33" style="font-size: 10.592592592593pt;" aria-label="Lux Radio Theater (13 items)">Lux Radio Theater</a> <a href="https://aurorasginjoint.com/tag/mgm/" class="tag-cloud-link tag-link-142313 tag-link-position-34" style="font-size: 11.456790123457pt;" aria-label="MGM (15 items)">MGM</a> <a href="https://aurorasginjoint.com/tag/myrna-loy/" class="tag-cloud-link tag-link-835588 tag-link-position-35" style="font-size: 10.592592592593pt;" aria-label="Myrna Loy (13 items)">Myrna Loy</a> <a href="https://aurorasginjoint.com/tag/old-time-radio/" class="tag-cloud-link tag-link-543567 tag-link-position-36" style="font-size: 22pt;" aria-label="Old Time Radio (63 items)">Old Time Radio</a> <a href="https://aurorasginjoint.com/tag/oscars/" class="tag-cloud-link tag-link-56926 tag-link-position-37" style="font-size: 13.185185185185pt;" aria-label="Oscars (19 items)">Oscars</a> <a href="https://aurorasginjoint.com/tag/otr/" class="tag-cloud-link tag-link-286533 tag-link-position-38" style="font-size: 15.950617283951pt;" aria-label="OTR (28 items)">OTR</a> <a href="https://aurorasginjoint.com/tag/peter-falk/" class="tag-cloud-link tag-link-783205 tag-link-position-39" style="font-size: 9.9012345679012pt;" aria-label="Peter Falk (12 items)">Peter Falk</a> <a href="https://aurorasginjoint.com/tag/pre-code/" class="tag-cloud-link tag-link-5274540 tag-link-position-40" style="font-size: 12.493827160494pt;" aria-label="Pre-Code (17 items)">Pre-Code</a> <a href="https://aurorasginjoint.com/tag/silent-film/" class="tag-cloud-link tag-link-281843 tag-link-position-41" style="font-size: 15.777777777778pt;" aria-label="Silent Film (27 items)">Silent Film</a> <a href="https://aurorasginjoint.com/tag/summer-under-the-stars/" class="tag-cloud-link tag-link-9412805 tag-link-position-42" style="font-size: 9.9012345679012pt;" aria-label="Summer Under the Stars (12 items)">Summer Under the Stars</a> <a href="https://aurorasginjoint.com/tag/tcm/" class="tag-cloud-link tag-link-227671 tag-link-position-43" style="font-size: 21.827160493827pt;" aria-label="TCM (62 items)">TCM</a> <a href="https://aurorasginjoint.com/tag/tcmff/" class="tag-cloud-link tag-link-86506117 tag-link-position-44" style="font-size: 15.950617283951pt;" aria-label="TCMFF (28 items)">TCMFF</a> <a href="https://aurorasginjoint.com/tag/turner-classic-movies/" class="tag-cloud-link tag-link-2579319 tag-link-position-45" style="font-size: 15.432098765432pt;" aria-label="Turner Classic Movies (26 items)">Turner Classic Movies</a> <a href="https://aurorasginjoint.com/tag/turner-classic-movies-film-festival/" class="tag-cloud-link tag-link-36581853 tag-link-position-46" style="font-size: 11.111111111111pt;" aria-label="Turner Classic Movies Film Festival (14 items)">Turner Classic Movies Film Festival</a> <a href="https://aurorasginjoint.com/tag/universal-horror/" class="tag-cloud-link tag-link-709409 tag-link-position-47" style="font-size: 10.592592592593pt;" aria-label="Universal Horror (13 items)">Universal Horror</a> <a href="https://aurorasginjoint.com/tag/warner-bros/" class="tag-cloud-link tag-link-219477 tag-link-position-48" style="font-size: 9.3827160493827pt;" aria-label="Warner Bros (11 items)">Warner Bros</a> <a href="https://aurorasginjoint.com/tag/what-a-character/" class="tag-cloud-link tag-link-870867 tag-link-position-49" style="font-size: 14.567901234568pt;" aria-label="What a character (23 items)">What a character</a> <a href="https://aurorasginjoint.com/tag/william-powell/" class="tag-cloud-link tag-link-1179737 tag-link-position-50" style="font-size: 8.6913580246914pt;" aria-label="William Powell (10 items)">William Powell</a></aside> </div><!-- #footer-sidebar-third .widget-area --> </div><!-- .col-* --> </div><!-- .row --> </div><!-- .container --> </div><!-- .site-footer-widgets-wrapper --> </div><!-- #supplementary --> <div class="site-info"> <div class="container"> <div class="row"> <div class="col-lg-12"> <div class="site-primary-menu"><ul class="primary-menu sf-menu"> <li ><a href="https://aurorasginjoint.com/"><span class="screen-reader-text">Home</span></a></li><li class="page_item page-item-11479"><a href="https://aurorasginjoint.com/31-days-of-oscar/"><span class="screen-reader-text">31 Days of&nbsp;Oscar</span></a></li> <li class="page_item page-item-2874"><a href="https://aurorasginjoint.com/citizen-screenings/"><span class="screen-reader-text">Citizen Screenings</span></a></li> <li class="page_item page-item-14503"><a href="https://aurorasginjoint.com/dynamic-duos-in-classic-film/"><span class="screen-reader-text">Dynamic Duos in Classic&nbsp;Film</span></a></li> <li class="page_item page-item-2893"><a href="https://aurorasginjoint.com/how-sweet-it-was/"><span class="screen-reader-text">How Sweet it&nbsp;Was</span></a></li> <li class="page_item page-item-3215"><a href="https://aurorasginjoint.com/what-a-character/"><span class="screen-reader-text">WHAT A CHARACTER!</span></a></li> <li class="page_item page-item-20146"><a href="https://aurorasginjoint.com/classic-movie-history-project/"><span class="screen-reader-text">Classic Movie History&nbsp;Project</span></a></li> </ul></div> </div><!-- .col --> </div><!-- .row --> <div class="row"> <div class="col-lg-12"> <div class="credits"> <a href="https://wordpress.com/?ref=footer_blog" rel="nofollow">Blog at WordPress.com.</a> </div><!-- .credits --> </div><!-- .col --> </div><!-- .row --> </div><!-- .container --> </div><!-- .site-info --> </footer><!-- #colophon --> </div><!-- #page .site-wrapper --> <div class="overlay-effect"></div><!-- .overlay-effect --> <script type="text/javascript"> var infiniteScroll = {"settings":{"id":"main","ajaxurl":"https:\/\/aurorasginjoint.com\/?infinity=scrolling","type":"click","wrapper":true,"wrapper_class":"infinite-wrap","footer":"page","click_handle":"1","text":"Older posts","totop":"Scroll back to top","currentday":"30.09.14","order":"DESC","scripts":[],"styles":[],"google_analytics":false,"offset":1,"history":{"host":"aurorasginjoint.com","path":"\/tag\/1930s\/page\/%d\/","use_trailing_slashes":true,"parameters":""},"query_args":{"tag":"1930s","error":"","m":"","p":0,"post_parent":"","subpost":"","subpost_id":"","attachment":"","attachment_id":0,"name":"","pagename":"","page_id":0,"second":"","minute":"","hour":"","day":0,"monthnum":0,"year":0,"w":0,"category_name":"","cat":"","tag_id":24739,"author":"","author_name":"","feed":"","tb":"","paged":0,"meta_key":"","meta_value":"","preview":"","s":"","sentence":"","title":"","fields":"","menu_order":"","embed":"","category__in":[],"category__not_in":[],"category__and":[],"post__in":[],"post__not_in":[],"post_name__in":[],"tag__in":[],"tag__not_in":[],"tag__and":[],"tag_slug__in":["1930s"],"tag_slug__and":[],"post_parent__in":[],"post_parent__not_in":[],"author__in":[],"author__not_in":[],"search_columns":[],"lazy_load_term_meta":false,"posts_per_page":10,"ignore_sticky_posts":false,"suppress_filters":false,"cache_results":true,"update_post_term_cache":true,"update_menu_item_cache":false,"update_post_meta_cache":true,"post_type":"","nopaging":false,"comments_per_page":"50","no_found_rows":false,"order":"DESC"},"query_before":"2024-12-02 01:46:58","last_post_date":"2014-09-30 18:03:35","body_class":"infinite-scroll","loading_text":"Loading new page","stats":"blog=29758635&v=wpcom&tz=-4&user_id=0&subd=onceuponascreen&x_pagetype=infinite-click"}}; </script> <!-- --> <script type="text/javascript" src="//0.gravatar.com/js/hovercards/hovercards.min.js?ver=202449b213a1cbb4e3271ca470eb7790af362ac2e18ce468f8945952c7bd3456d2132e" id="grofiles-cards-js"></script> <script type="text/javascript" id="wpgroho-js-extra"> /* <![CDATA[ */ var WPGroHo = {"my_hash":""}; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://s2.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1610363240i'></script> <script> // Initialize and attach hovercards to all gravatars ( function() { function init() { if ( typeof Gravatar === 'undefined' ) { return; } if ( typeof Gravatar.init !== 'function' ) { return; } Gravatar.profile_cb = function ( hash, id ) { WPGroHo.syncProfileData( hash, id ); }; Gravatar.my_hash = WPGroHo.my_hash; Gravatar.init( 'body', '#wp-admin-bar-my-account', { i18n: { 'Edit your profile': 'Edit your profile', 'View profile': 'View profile', 'Sorry, we are unable to load this Gravatar profile.': 'Sorry, we are unable to load this Gravatar profile.', 'Profile not found.': 'Profile not found.', 'Too Many Requests.': 'Too Many Requests.', 'Internal Server Error.': 'Internal Server Error.', }, } ); } if ( document.readyState !== 'loading' ) { init(); } else { document.addEventListener( 'DOMContentLoaded', init ); } } )(); </script> <div style="display:none"> </div> <div id="actionbar" style="display: none;" class="actnbr-premium-dicot actnbr-has-follow"> <ul> <li class="actnbr-btn actnbr-hidden"> <a class="actnbr-action actnbr-actn-follow " href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg> <span>Subscribe</span> </a> <a class="actnbr-action actnbr-actn-following no-display" href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg> <span>Subscribed</span> </a> <div class="actnbr-popover tip tip-top-left actnbr-notice" id="follow-bubble"> <div class="tip-arrow"></div> <div class="tip-inner actnbr-follow-bubble"> <ul> <li class="actnbr-sitename"> <a href="https://aurorasginjoint.com"> <img loading='lazy' alt='' src='https://aurorasginjoint.com/wp-content/uploads/2017/06/notorious.jpg?w=50' srcset='https://aurorasginjoint.com/wp-content/uploads/2017/06/notorious.jpg?w=50 1x, https://aurorasginjoint.com/wp-content/uploads/2017/06/notorious.jpg?w=75 1.5x, https://aurorasginjoint.com/wp-content/uploads/2017/06/notorious.jpg?w=100 2x, https://aurorasginjoint.com/wp-content/uploads/2017/06/notorious.jpg?w=150 3x, https://aurorasginjoint.com/wp-content/uploads/2017/06/notorious.jpg?w=200 4x' class='avatar avatar-50' height='50' width='50' /> Once upon a screen... </a> </li> <div class="actnbr-message no-display"></div> <form method="post" action="https://subscribe.wordpress.com" accept-charset="utf-8" style="display: none;"> <div class="actnbr-follow-count">Join 1,592 other subscribers</div> <div> <input type="email" name="email" placeholder="Enter your email address" class="actnbr-email-field" aria-label="Enter your email address" /> </div> <input type="hidden" name="action" value="subscribe" /> <input type="hidden" name="blog_id" value="29758635" /> <input type="hidden" name="source" value="https://aurorasginjoint.com/tag/1930s/" /> <input type="hidden" name="sub-type" value="actionbar-follow" /> <input type="hidden" id="_wpnonce" name="_wpnonce" value="8df88febd3" /> <div class="actnbr-button-wrap"> <button type="submit" value="Sign me up"> Sign me up </button> </div> </form> <li class="actnbr-login-nudge"> <div> Already have a WordPress.com account? <a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Faurorasginjoint.com%252F2015%252F05%252F15%252Fmy-favorite-classic-movie-chaplins-city-lights-1931%252F">Log in now.</a> </div> </li> </ul> </div> </div> </li> <li class="actnbr-ellipsis actnbr-hidden"> <svg class="gridicon gridicons-ellipsis" height="24" width="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M7 12c0 1.104-.896 2-2 2s-2-.896-2-2 .896-2 2-2 2 .896 2 2zm12-2c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2zm-7 0c-1.104 0-2 .896-2 2s.896 2 2 2 2-.896 2-2-.896-2-2-2z"/></g></svg> <div class="actnbr-popover tip tip-top-left actnbr-more"> <div class="tip-arrow"></div> <div class="tip-inner"> <ul> <li class="actnbr-sitename"> <a href="https://aurorasginjoint.com"> <img loading='lazy' alt='' src='https://aurorasginjoint.com/wp-content/uploads/2017/06/notorious.jpg?w=50' srcset='https://aurorasginjoint.com/wp-content/uploads/2017/06/notorious.jpg?w=50 1x, https://aurorasginjoint.com/wp-content/uploads/2017/06/notorious.jpg?w=75 1.5x, https://aurorasginjoint.com/wp-content/uploads/2017/06/notorious.jpg?w=100 2x, https://aurorasginjoint.com/wp-content/uploads/2017/06/notorious.jpg?w=150 3x, https://aurorasginjoint.com/wp-content/uploads/2017/06/notorious.jpg?w=200 4x' class='avatar avatar-50' height='50' width='50' /> Once upon a screen... </a> </li> <li class="actnbr-folded-customize"> <a href="https://onceuponascreen.wordpress.com/wp-admin/customize.php?url=https%3A%2F%2Fonceuponascreen.wordpress.com%2Ftag%2F1930s%2F"> <svg class="gridicon gridicons-customize" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><g><path d="M2 6c0-1.505.78-3.08 2-4 0 .845.69 2 2 2 1.657 0 3 1.343 3 3 0 .386-.08.752-.212 1.09.74.594 1.476 1.19 2.19 1.81L8.9 11.98c-.62-.716-1.214-1.454-1.807-2.192C6.753 9.92 6.387 10 6 10c-2.21 0-4-1.79-4-4zm12.152 6.848l1.34-1.34c.607.304 1.283.492 2.008.492 2.485 0 4.5-2.015 4.5-4.5 0-.725-.188-1.4-.493-2.007L18 9l-2-2 3.507-3.507C18.9 3.188 18.225 3 17.5 3 15.015 3 13 5.015 13 7.5c0 .725.188 1.4.493 2.007L3 20l2 2 6.848-6.848c1.885 1.928 3.874 3.753 5.977 5.45l1.425 1.148 1.5-1.5-1.15-1.425c-1.695-2.103-3.52-4.092-5.448-5.977z"/></g></svg> <span>Customize</span> </a> </li> <li class="actnbr-folded-follow"> <a class="actnbr-action actnbr-actn-follow " href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path clip-rule="evenodd" d="m4 4.5h12v6.5h1.5v-6.5-1.5h-1.5-12-1.5v1.5 10.5c0 1.1046.89543 2 2 2h7v-1.5h-7c-.27614 0-.5-.2239-.5-.5zm10.5 2h-9v1.5h9zm-5 3h-4v1.5h4zm3.5 1.5h-1v1h1zm-1-1.5h-1.5v1.5 1 1.5h1.5 1 1.5v-1.5-1-1.5h-1.5zm-2.5 2.5h-4v1.5h4zm6.5 1.25h1.5v2.25h2.25v1.5h-2.25v2.25h-1.5v-2.25h-2.25v-1.5h2.25z" fill-rule="evenodd"></path></svg> <span>Subscribe</span> </a> <a class="actnbr-action actnbr-actn-following no-display" href=""> <svg class="gridicon" height="20" width="20" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M16 4.5H4V15C4 15.2761 4.22386 15.5 4.5 15.5H11.5V17H4.5C3.39543 17 2.5 16.1046 2.5 15V4.5V3H4H16H17.5V4.5V12.5H16V4.5ZM5.5 6.5H14.5V8H5.5V6.5ZM5.5 9.5H9.5V11H5.5V9.5ZM12 11H13V12H12V11ZM10.5 9.5H12H13H14.5V11V12V13.5H13H12H10.5V12V11V9.5ZM5.5 12H9.5V13.5H5.5V12Z" fill="#008A20"></path><path class="following-icon-tick" d="M13.5 16L15.5 18L19 14.5" stroke="#008A20" stroke-width="1.5"></path></svg> <span>Subscribed</span> </a> </li> <li class="actnbr-signup"><a href="https://wordpress.com/start/">Sign up</a></li> <li class="actnbr-login"><a href="https://wordpress.com/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Faurorasginjoint.com%252F2015%252F05%252F15%252Fmy-favorite-classic-movie-chaplins-city-lights-1931%252F">Log in</a></li> <li class="flb-report"> <a href="https://wordpress.com/abuse/?report_url=https://aurorasginjoint.com" target="_blank" rel="noopener noreferrer"> Report this content </a> </li> <li class="actnbr-reader"> <a href="https://wordpress.com/read/feeds/7108082"> View site in Reader </a> </li> <li class="actnbr-subs"> <a href="https://subscribe.wordpress.com/">Manage subscriptions</a> </li> <li class="actnbr-fold"><a href="">Collapse this bar</a></li> </ul> </div> </div> </li> </ul> </div> <script> window.addEventListener( "load", function( event ) { var link = document.createElement( "link" ); link.href = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.css?v=20241015"; link.type = "text/css"; link.rel = "stylesheet"; document.head.appendChild( link ); var script = document.createElement( "script" ); script.src = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.js?v=20231122"; script.defer = true; document.body.appendChild( script ); } ); </script> <div id="jp-carousel-loading-overlay"> <div id="jp-carousel-loading-wrapper"> <span id="jp-carousel-library-loading">&nbsp;</span> </div> </div> <div class="jp-carousel-overlay" style="display: none;"> <div class="jp-carousel-container"> <!-- The Carousel Swiper --> <div class="jp-carousel-wrap swiper-container jp-carousel-swiper-container jp-carousel-transitions" itemscope itemtype="https://schema.org/ImageGallery"> <div class="jp-carousel swiper-wrapper"></div> <div class="jp-swiper-button-prev swiper-button-prev"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskPrev" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="9" height="12"> <path d="M16.2072 16.59L11.6496 12L16.2072 7.41L14.8041 6L8.8335 12L14.8041 18L16.2072 16.59Z" fill="white"/> </mask> <g mask="url(#maskPrev)"> <rect x="0.579102" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </div> <div class="jp-swiper-button-next swiper-button-next"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskNext" mask-type="alpha" maskUnits="userSpaceOnUse" x="8" y="6" width="8" height="12"> <path d="M8.59814 16.59L13.1557 12L8.59814 7.41L10.0012 6L15.9718 12L10.0012 18L8.59814 16.59Z" fill="white"/> </mask> <g mask="url(#maskNext)"> <rect x="0.34375" width="23.8822" height="24" fill="#FFFFFF"/> </g> </svg> </div> </div> <!-- The main close buton --> <div class="jp-carousel-close-hint"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskClose" mask-type="alpha" maskUnits="userSpaceOnUse" x="5" y="5" width="15" height="14"> <path d="M19.3166 6.41L17.9135 5L12.3509 10.59L6.78834 5L5.38525 6.41L10.9478 12L5.38525 17.59L6.78834 19L12.3509 13.41L17.9135 19L19.3166 17.59L13.754 12L19.3166 6.41Z" fill="white"/> </mask> <g mask="url(#maskClose)"> <rect x="0.409668" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </div> <!-- Image info, comments and meta --> <div class="jp-carousel-info"> <div class="jp-carousel-info-footer"> <div class="jp-carousel-pagination-container"> <div class="jp-swiper-pagination swiper-pagination"></div> <div class="jp-carousel-pagination"></div> </div> <div class="jp-carousel-photo-title-container"> <h2 class="jp-carousel-photo-caption"></h2> </div> <div class="jp-carousel-photo-icons-container"> <a href="#" class="jp-carousel-icon-btn jp-carousel-icon-info" aria-label="Toggle photo metadata visibility"> <span class="jp-carousel-icon"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskInfo" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20"> <path fill-rule="evenodd" clip-rule="evenodd" d="M12.7537 2C7.26076 2 2.80273 6.48 2.80273 12C2.80273 17.52 7.26076 22 12.7537 22C18.2466 22 22.7046 17.52 22.7046 12C22.7046 6.48 18.2466 2 12.7537 2ZM11.7586 7V9H13.7488V7H11.7586ZM11.7586 11V17H13.7488V11H11.7586ZM4.79292 12C4.79292 16.41 8.36531 20 12.7537 20C17.142 20 20.7144 16.41 20.7144 12C20.7144 7.59 17.142 4 12.7537 4C8.36531 4 4.79292 7.59 4.79292 12Z" fill="white"/> </mask> <g mask="url(#maskInfo)"> <rect x="0.8125" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> </span> </a> <a href="#" class="jp-carousel-icon-btn jp-carousel-icon-comments" aria-label="Toggle photo comments visibility"> <span class="jp-carousel-icon"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="maskComments" mask-type="alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="21" height="20"> <path fill-rule="evenodd" clip-rule="evenodd" d="M4.3271 2H20.2486C21.3432 2 22.2388 2.9 22.2388 4V16C22.2388 17.1 21.3432 18 20.2486 18H6.31729L2.33691 22V4C2.33691 2.9 3.2325 2 4.3271 2ZM6.31729 16H20.2486V4H4.3271V18L6.31729 16Z" fill="white"/> </mask> <g mask="url(#maskComments)"> <rect x="0.34668" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> <span class="jp-carousel-has-comments-indicator" aria-label="This image has comments."></span> </span> </a> </div> </div> <div class="jp-carousel-info-extra"> <div class="jp-carousel-info-content-wrapper"> <div class="jp-carousel-photo-title-container"> <h2 class="jp-carousel-photo-title"></h2> </div> <div class="jp-carousel-comments-wrapper"> <div id="jp-carousel-comments-loading"> <span>Loading Comments...</span> </div> <div class="jp-carousel-comments"></div> <div id="jp-carousel-comment-form-container"> <span id="jp-carousel-comment-form-spinner">&nbsp;</span> <div id="jp-carousel-comment-post-results"></div> <form id="jp-carousel-comment-form"> <label for="jp-carousel-comment-form-comment-field" class="screen-reader-text">Write a Comment...</label> <textarea name="comment" class="jp-carousel-comment-form-field jp-carousel-comment-form-textarea" id="jp-carousel-comment-form-comment-field" placeholder="Write a Comment..." ></textarea> <div id="jp-carousel-comment-form-submit-and-info-wrapper"> <div id="jp-carousel-comment-form-commenting-as"> <fieldset> <label for="jp-carousel-comment-form-email-field">Email (Required)</label> <input type="text" name="email" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-email-field" /> </fieldset> <fieldset> <label for="jp-carousel-comment-form-author-field">Name (Required)</label> <input type="text" name="author" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-author-field" /> </fieldset> <fieldset> <label for="jp-carousel-comment-form-url-field">Website</label> <input type="text" name="url" class="jp-carousel-comment-form-field jp-carousel-comment-form-text-field" id="jp-carousel-comment-form-url-field" /> </fieldset> </div> <input type="submit" name="submit" class="jp-carousel-comment-form-button" id="jp-carousel-comment-form-button-submit" value="Post Comment" /> </div> </form> </div> </div> <div class="jp-carousel-image-meta"> <div class="jp-carousel-title-and-caption"> <div class="jp-carousel-photo-info"> <h3 class="jp-carousel-caption" itemprop="caption description"></h3> </div> <div class="jp-carousel-photo-description"></div> </div> <ul class="jp-carousel-image-exif" style="display: none;"></ul> <a class="jp-carousel-image-download" href="#" target="_blank" style="display: none;"> <svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="3" y="3" width="19" height="18"> <path fill-rule="evenodd" clip-rule="evenodd" d="M5.84615 5V19H19.7775V12H21.7677V19C21.7677 20.1 20.8721 21 19.7775 21H5.84615C4.74159 21 3.85596 20.1 3.85596 19V5C3.85596 3.9 4.74159 3 5.84615 3H12.8118V5H5.84615ZM14.802 5V3H21.7677V10H19.7775V6.41L9.99569 16.24L8.59261 14.83L18.3744 5H14.802Z" fill="white"/> </mask> <g mask="url(#mask0)"> <rect x="0.870605" width="23.8823" height="24" fill="#FFFFFF"/> </g> </svg> <span class="jp-carousel-download-text"></span> </a> <div class="jp-carousel-image-map" style="display: none;"></div> </div> </div> </div> </div> </div> </div> <link crossorigin='anonymous' rel='stylesheet' id='all-css-0-2' href='https://s1.wp.com/_static/??-eJylkNEKwjAMRX/IGqYD54P4LbUNXWe7lCal7O/twOmbD/Ml3JtczoVATcrQLDgLxKJSKM7PDBNK0ub59hCJ1mFLQAajMxXGAFx9wqweZbYBj4b5AH/QttC22AvkkbIYsiubmw2+yZGq+hz2kqu3DoWh5US7rONX/YsUSioRN8Wy7H+m+IBWOR0C5uWXWwvu8dZdTv1wHrprP70An4rGxw==&cssminify=yes' type='text/css' media='all' /> <script type="text/javascript" id="jetpack-facebook-embed-js-extra"> /* <![CDATA[ */ var jpfbembed = {"appid":"249643311490","locale":"en_US"}; /* ]]> */ </script> <script type="text/javascript" id="google-translate-init-js-extra"> /* <![CDATA[ */ var _wp_google_translate_widget = {"lang":"en","layout":"0"}; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://s0.wp.com/_static/??-eJydkuFKBDEMhF/IXlGR9X6IjyLdNrub3TbpNamLb289ThAXpPgzYSYTPsbu2XgmBVK7ik08YgRTBYqb284gTXxa5c7+0KVqcqwzktiIG4i9VKiwOAoRyh/iFTQ7v93mlsVk35C8HSvGYFsUEioY8YVj/J4/Tgnp91VdILXgXCBhTTag5+v/mNrbEtkFCL0eoEvFAr3yhd+hNC5fol6P1AxlQlm6DVcENffqfRXl9B/2k/MwMm8G0nhk1nNBd1RtSBQTRKQDyP4G7BhmULEz89xaqMWRRKdwWNwq8Zpe7oeH83Aenh+f1k+M7g3t'></script> <script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit&amp;ver=14.1-a.8" id="google-translate-js"></script> <script type="text/javascript" id="jetpack-carousel-js-extra"> /* <![CDATA[ */ var jetpackSwiperLibraryPath = {"url":"https:\/\/s2.wp.com\/wp-content\/mu-plugins\/jetpack-plugin\/moon\/_inc\/build\/carousel\/swiper-bundle.min.js"}; var jetpackCarouselStrings = {"widths":[370,700,1000,1200,1400,2000],"is_logged_in":"","lang":"en","ajaxurl":"https:\/\/aurorasginjoint.com\/wp-admin\/admin-ajax.php","nonce":"d809e0d98d","display_exif":"1","display_comments":"1","single_image_gallery":"1","single_image_gallery_media_file":"","background_color":"black","comment":"Comment","post_comment":"Post Comment","write_comment":"Write a Comment...","loading_comments":"Loading Comments...","image_label":"Open image in full-screen.","download_original":"View full size <span class=\"photo-size\">{0}<span class=\"photo-size-times\">\u00d7<\/span>{1}<\/span>","no_comment_text":"Please be sure to submit some text with your comment.","no_comment_email":"Please provide an email address to comment.","no_comment_author":"Please provide your name to comment.","comment_post_error":"Sorry, but there was an error posting your comment. Please try again later.","comment_approved":"Your comment was approved.","comment_unapproved":"Your comment is in moderation.","camera":"Camera","aperture":"Aperture","shutter_speed":"Shutter Speed","focal_length":"Focal Length","copyright":"Copyright","comment_registration":"0","require_name_email":"1","login_url":"https:\/\/onceuponascreen.wordpress.com\/wp-login.php?redirect_to=https%3A%2F%2Faurorasginjoint.com%2F2014%2F09%2F30%2Fantonio-moreno-and-the-story-of-spanish-language-hollywood%2F","blog_id":"29758635","meta_data":["camera","aperture","shutter_speed","focal_length","copyright"],"stats_query_args":"blog=29758635&v=wpcom&tz=-4&user_id=0&subd=onceuponascreen","is_public":"1"}; /* ]]> */ </script> <script type="text/javascript" id="jetpack-slideshow-js-extra"> /* <![CDATA[ */ var jetpackSlideshowSettings = {"spinner":"https:\/\/s2.wp.com\/wp-content\/mu-plugins\/jetpack-plugin\/moon\/modules\/shortcodes\/img\/slideshow-loader.gif","speed":"4000","label_prev":"Previous Slide","label_stop":"Pause Slideshow","label_next":"Next Slide","blog_id":"29758635","blog_subdomain":"onceuponascreen","user_id":"0"}; /* ]]> */ </script> <script type="text/javascript" id="mediaelement-js-extra"> /* <![CDATA[ */ var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/","classPrefix":"mejs-","stretching":"responsive","audioShortcodeLibrary":"mediaelement","videoShortcodeLibrary":"mediaelement"}; /* ]]> */ </script> <script type="text/javascript" id="mediaelement-core-js-before"> /* <![CDATA[ */ var mejsL10n = {"language":"en","strings":{"mejs.download-file":"Download File","mejs.install-flash":"You are using a browser that does not have Flash player enabled or installed. Please turn on your Flash player plugin or download the latest version from https:\/\/get.adobe.com\/flashplayer\/","mejs.fullscreen":"Fullscreen","mejs.play":"Play","mejs.pause":"Pause","mejs.time-slider":"Time Slider","mejs.time-help-text":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.","mejs.live-broadcast":"Live Broadcast","mejs.volume-help-text":"Use Up\/Down Arrow keys to increase or decrease volume.","mejs.unmute":"Unmute","mejs.mute":"Mute","mejs.volume-slider":"Volume Slider","mejs.video-player":"Video Player","mejs.audio-player":"Audio Player","mejs.captions-subtitles":"Captions\/Subtitles","mejs.captions-chapters":"Chapters","mejs.none":"None","mejs.afrikaans":"Afrikaans","mejs.albanian":"Albanian","mejs.arabic":"Arabic","mejs.belarusian":"Belarusian","mejs.bulgarian":"Bulgarian","mejs.catalan":"Catalan","mejs.chinese":"Chinese","mejs.chinese-simplified":"Chinese (Simplified)","mejs.chinese-traditional":"Chinese (Traditional)","mejs.croatian":"Croatian","mejs.czech":"Czech","mejs.danish":"Danish","mejs.dutch":"Dutch","mejs.english":"English","mejs.estonian":"Estonian","mejs.filipino":"Filipino","mejs.finnish":"Finnish","mejs.french":"French","mejs.galician":"Galician","mejs.german":"German","mejs.greek":"Greek","mejs.haitian-creole":"Haitian Creole","mejs.hebrew":"Hebrew","mejs.hindi":"Hindi","mejs.hungarian":"Hungarian","mejs.icelandic":"Icelandic","mejs.indonesian":"Indonesian","mejs.irish":"Irish","mejs.italian":"Italian","mejs.japanese":"Japanese","mejs.korean":"Korean","mejs.latvian":"Latvian","mejs.lithuanian":"Lithuanian","mejs.macedonian":"Macedonian","mejs.malay":"Malay","mejs.maltese":"Maltese","mejs.norwegian":"Norwegian","mejs.persian":"Persian","mejs.polish":"Polish","mejs.portuguese":"Portuguese","mejs.romanian":"Romanian","mejs.russian":"Russian","mejs.serbian":"Serbian","mejs.slovak":"Slovak","mejs.slovenian":"Slovenian","mejs.spanish":"Spanish","mejs.swahili":"Swahili","mejs.swedish":"Swedish","mejs.tagalog":"Tagalog","mejs.thai":"Thai","mejs.turkish":"Turkish","mejs.ukrainian":"Ukrainian","mejs.vietnamese":"Vietnamese","mejs.welsh":"Welsh","mejs.yiddish":"Yiddish"}}; /* ]]> */ </script> <script crossorigin='anonymous' type='text/javascript' src='https://s0.wp.com/_static/??-eJylkt1uwjAMhV+I1PxcVFygPcoUEqu42HGXH6q+PdEEqNvFKEzKhT/H55woCYyDcRoyhgxSzMClo5CgxzxYd74xiGqATwoOjoXYg7NRS0J+zN0bjVBo+rSC5baivjAmSCeN2amvZV/XV8E4NW5yjG+Yzs760zcx1eqko3n05/ZVxuU2KujJIqN8583A2OBrmp0wvq4V6qLNy0Lr3pwXaSIGjxFjggsJ6v/uLhOjN51lro/xFz2JuX8PMw5O5RdW3YccNu1uvdmu9+2+vwIvb/kD'></script> <script type="text/javascript"> (function () { var wpcom_reblog = { source: 'toolbar', toggle_reblog_box_flair: function (obj_id, post_id) { // Go to site selector. This will redirect to their blog if they only have one. const postEndpoint = `https://wordpress.com/post`; // Ideally we would use the permalink here, but fortunately this will be replaced with the // post permalink in the editor. const originalURL = `${ document.location.href }?page_id=${ post_id }`; const url = postEndpoint + '?url=' + encodeURIComponent( originalURL ) + '&is_post_share=true' + '&v=5'; const redirect = function () { if ( ! window.open( url, '_blank' ) ) { location.href = url; } }; if ( /Firefox/.test( navigator.userAgent ) ) { setTimeout( redirect, 0 ); } else { redirect(); } }, }; window.wpcom_reblog = wpcom_reblog; })(); </script> <script type="text/javascript"> // <![CDATA[ (function() { try{ if ( window.external &&'msIsSiteMode' in window.external) { if (window.external.msIsSiteMode()) { var jl = document.createElement('script'); jl.type='text/javascript'; jl.async=true; jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(jl, s); } } }catch(e){} })(); // ]]> </script> <script type="text/javascript"> (function() { var extend = function(out) { out = out || {}; for (var i = 1; i < arguments.length; i++) { if (!arguments[i]) continue; for (var key in arguments[i]) { if (arguments[i].hasOwnProperty(key)) out[key] = arguments[i][key]; } } return out; }; extend( window.infiniteScroll.settings.scripts, ["jetpack-mu-wpcom-settings","rlt-proxy","jquery-core","jquery-migrate","jquery","wpcom-actionbar-placeholder","grofiles-cards","wpgroho","mobile-useragent-info","jetpack_likes_queuehandler","the-neverending-homepage","dicot-imagesloaded","dicot-enquire","dicot-hover-intent","dicot-superfish","dicot-scrollup","dicot-custom","jetpack-facebook-embed","jetpack-twitter-timeline","google-translate-init","google-translate","jetpack-carousel","jquery-cycle","jetpack-slideshow","mediaelement-core","mediaelement-migrate","mediaelement","wp-mediaelement","mediaelement-vimeo","tiled-gallery","carousel-wpcom"] ); extend( window.infiniteScroll.settings.styles, ["jetpack_likes","the-neverending-homepage","wp-block-library","wp-block-library-theme","jetpack-layout-grid","jetpack-ratings","mediaelement","wp-mediaelement","coblocks-frontend","wpcom-core-compat-playlist-styles","wpcom-bbpress2-staff-css","dicot-bootstrap","dicot-fontawesome","dicot-animate","dicot-style","reblogging","geo-location-flair","sharedaddy","social-logos","h4-global","wp-emoji-styles","videopress-video-style","jetpack-sharing-buttons-style","classic-theme-styles","global-styles","dicot-fonts","jetpack_facebook_likebox","jetpack-global-styles-frontend-style","jetpack-carousel-swiper-css","jetpack-carousel","jetpack-slideshow","wpcom_instagram_widget","jetpack-top-posts-widget","tiled-gallery","core-block-supports-duotone"] ); })(); </script> <span id="infinite-aria" aria-live="assertive"></span> <script src="//stats.wp.com/w.js?67" defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'29758635','blog_tz':'-4','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'29758635','v':'wpcom','tz':'-4','user_id':'0','subd':'onceuponascreen'}]); _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1mNzc2NTVTamdsRWFxcEV3XUtMXVR5aWlmMVNIcUxBaFstUWRrZVpWQ2tORExSfEpUVm05SlpEZzZWOEtlbW5nZHV0dkhDNjhwP35JbkdHLyZqTmw/eWhkYyVLP3dSMFlPREhyXS90UVUmXUl8WTdHJTQ4QytMLEVQUTA9dXM0THIvMkhFanJmflByMmVidjZdajNOQXlPWS9iaGFuTUJPV01WRjJ2UVcyU1QrfjhsZlBUQ2ZZZn5IayxdcnVqVVJ1aWp2RENoMXdwMi8mXU5ZcDlxbEFkRGVVNVNWSF1fMTVwLjI4MTBUemZ1X1RrT3lNVW4wLTdNP3J6Q3lWQ2NMa3ZjVD9rN3M/TkJlJiVtT2pfNG5sW1VDL0twLmN0NVZJX05UfnREQn5lbnZqM2pHfH5RcVFrbUNYNEZ1bDV3NHZjMDhTL19FZ0hjS2k9QWU1MWczWjJOWjFFb0dLa2JSUTB3eG8ySHloUHdMNDJFL2Y='}]); _stq.push([ 'clickTrackerInit', '29758635', '0' ]); </script> <noscript><img src="https://pixel.wp.com/b.gif?v=noscript" style="height:1px;width:1px;overflow:hidden;position:absolute;bottom:1px;" alt="" /></noscript> <script> ( function() { function getMobileUserAgentInfo() { if ( typeof wpcom_mobile_user_agent_info === 'object' ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ''; if ( wpcom_mobile_user_agent_info.matchedPlatformName !== false ) { mobileStatsQueryString += '&x_' + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; } if ( wpcom_mobile_user_agent_info.matchedUserAgentName !== false ) { mobileStatsQueryString += '&x_' + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName; } if ( wpcom_mobile_user_agent_info.isIPad() ) { mobileStatsQueryString += '&x_' + 'ipad_views' + '=' + 'views'; } if ( mobileStatsQueryString != '' ) { new Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } } document.addEventListener( 'DOMContentLoaded', getMobileUserAgentInfo ); } )(); </script></body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10