text
stringlengths 1
17M
| label
int64 0
1
|
---|---|
<!doctypehtml><html lang=en><meta charset=utf-8><meta content=no-cache http-equiv=Pragma><meta content="text/html; charset=utf-8"http-equiv=Content-Type><meta content=IE=Edge,chrome=IE6 http-equiv=X-UA-Compatible><link rel="shortcut icon"href=/InternetBankingResources/ibank2/image/BSA/favicon.ico><link href=/InternetBankingResources/ibank2/css/jquery.ui.core.css media=screen rel=stylesheet><link href=/InternetBankingResources/ibank2/css/jquery.ui.theme.css media=screen rel=stylesheet><link href=/InternetBankingResources/ibank2/css/jquery.ui.dialog.css media=screen rel=stylesheet><body class=site-BSA onunload=doUnload()><input id=platform type=hidden value=web><input id=site type=hidden value=banking><title>
BankSA Internet Banking - Logon
</title><script src=/InternetBankingResources/javascript/utils.js></script><script language=JavaScript>var decryptKey = 'rcHCUfC3xgxi7d1LHb7QGw==';
var pwdMapToDecrypt = 'uNg1iFthytKrOBRDxNakcEQOmNxArRHUktyY0enR+C0=';
var secNumMapToDecrypt = 'SnJfIKzA/hMvg7PbcoO/3A==';
var isEncryptionOn = 'Y';
var isSimplifiedLogon = false;
var ENTER_KEY = 13;
var TAB_KEY = 9;
if (top != self){
top.location=self.location;
}
function closeLogonWindow() {
window.close();
}
var submitFlag = 0;
<!--
function checkDupSubmission(){
if (submitFlag == 0){
submitFlag = 1; // first time a button has been clicked
return true;
}
else{
return false; // submit has already been clicked
}
}
function doUnload()
{
var RetVal;
var winname = window.name;
if (winname && winname == "LoginWindow" ) {
if (window.event.clientX < 0 && window.event.clientY < 0)
{
window_handle= window.open("logoff.do","LogOffWindow",'menubar=no,width='+(screen.availWidth - 10)+'px,height='+ (screen.availHeight - 50) +'px,location=no,menus=no,scrollbars,resizable,status=yes,left='+0+',top='+0);
window_handle.focus();
}
}
}
--></script><script src=/InternetBankingResources/ibank2/javascript/util/jquery-1.12.2-min.js></script><script language=JavaScript>var brand = 'BSA';
var envTrack = 'prd';
var stgurlTrack =null;
var bsaurlTrack =null;
var bomurlTrack =null;</script><script language=JavaScript>var bsaurlTrack = 'ibanking.banksa.com.au';</script><script src=/InternetBankingResources/ibank2/javascript/util/analytics_compass.min.js?ver=20E4StrutsFix2></script><script src=/InternetBankingResources/ibank2/javascript/util/analyticsAAM.js?ver=20E4StrutsFix2></script><script src=/InternetBankingResources/ibank2/javascript/util/jquery-ui-1.9.2-min.js></script><script src=/InternetBankingResources/ibank2/javascript/util/cryptoJS/rollups/aes.js?ver=20E4StrutsFix2></script><script src=/InternetBankingResources/ibank2/javascript/util/cryptoJS/components/pad-nopadding-min.js></script><script src=/InternetBankingResources/ibank2/javascript/util/cryptoJS/components/mode-ecb-min.js></script><script src=/InternetBankingResources/ibank2/javascript/screen/logonCrypto/logonCrypto.js?ver=20E4StrutsFix2></script><link href=/InternetBankingResources/ibank2/css/ibank-base.css?ver=20E4StrutsFix2 media=all rel=stylesheet><link href=/InternetBankingResources/ibank2/css/ibank-components.css?ver=20E4StrutsFix2 media=all rel=stylesheet><link href=/InternetBankingResources/ibank2/css/ibank-skin.css?ver=20E4StrutsFix2 media=all rel=stylesheet><link href=/InternetBankingResources/ibank2/css/ibank2-gdpr.css?ver=20E4StrutsFix2 media=all rel=stylesheet><link href=/InternetBankingResources/ibank2/css/BSA/ibank-skin-BSA.css?ver=20E4StrutsFix2 media=screen rel=stylesheet><script src=/InternetBankingResources/ibank2/javascript/screen/logonSimple.js?ver=20E4StrutsFix2></script><script src=/InternetBankingResources/ibank2/javascript/util/modernizr.custom.js></script><script src=/InternetBankingResources/ibank2/javascript/screen/safi/rsa.min.js?ver=20E4StrutsFix2></script><script language=JavaScript>var analyticsData={};
analyticsData["siteBrand"] = 'bsa';
analyticsData["siteName"] = 'banking';
analyticsData["siteEnv"]=envTrack;
analyticsData["siteDomain"]=location.host;
analyticsData["siteExperience"]='desktop';
analyticsData["siteSection"]=location.pathname.split('/')[1] || "";
analyticsData["siteSubSection"]=location.pathname.split('/')[2] || "";
analyticsData["siteSubSubSection"]=location.pathname.split('/')[3] || "";
analyticsData["journeyType"]='pub';
analyticsData["trackOnce"] = true;
analyticsData["pageUrl"]=window.location.href;
analyticsData["deviceOperatingSystem"]='Linux';
analyticsData["encryptedID"]=getCookie();
analyticsData["pageName"]='enter your customer id';
analyticsData["pageType"]='login';
analyticsData["newFormName"]='compass login';
analyticsData["pageAction"]='start';
analyticsData["eventKey"]=getEventKey(analyticsData);
try {
if (window.s3) {
(window.s3.w_trackPage(analyticsData));
}
}
catch (e){
console.log('exception in tagging w_trackPage');
console.log(e);
}
function getEventKey(analyticsData){
if (analyticsData && analyticsData.newFormName && analyticsData.siteBrand && analyticsData.pageType && analyticsData.siteExperience && analyticsData.pageName ) {
return analyticsData.siteBrand+"_"+analyticsData.siteExperience+"_"+analyticsData.pageType+"_"+analyticsData.newFormName+"_"+analyticsData.pageName;
} else if(analyticsData && analyticsData.siteBrand && analyticsData.siteExperience && analyticsData.pageType && analyticsData.pageName ) {
return analyticsData.siteBrand+"_"+analyticsData.siteExperience+"_"+analyticsData.pageType+"_"+analyticsData.pageName;
}
}
function getCookie(){
var name = 's_bsa_ti' + "=";
var ca = document.cookie.split(';');
for (var i = 0; i < ca.length; i++) {
var c = ca[i];
while (c.charAt(0) == ' ') {
c = c.substring(1);
}
if (c.indexOf(name) == 0) {
return c.substring(name.length, c.length);
}
}
}</script><style>#errorMsgBlock:focus {
outline: none;
}</style><form action=logonActionSimple.action autocomplete=off id=logonAction method=POST name=logonForm><input id=loginAttempt name=loginAttempt type=hidden><input id=actionType name=actionType type=hidden><input id=origin name=origin type=hidden value=BSA><input id=nameId name=nameId type=hidden value=kbV8DMc+khTra4XUOyETwxfUWxe4x14DrcHCUfC3xgxi7d1LHb7QGw==><input id=statperfid name=statperfid type=hidden value=2020120417455111771><input id=pwdEncswitchId name=pwdEncswitch type=hidden value=Y><input id=simplifiedLogon name=simplifiedLogon type=hidden value=false><input id=otherParam name=otherParam type=hidden><input id=devicePrint name=devicePrint type=hidden><input id=fid name=fid type=hidden><input id=cid name=cid type=hidden><input id=purpose name=purpose type=hidden><input id=oid name=oid type=hidden><input id=lid name=lid type=hidden><input id=aid name=aid type=hidden><input id=stage name=stage type=hidden><input id=jnt name=jnt type=hidden><input id=sid name=sid type=hidden><input id=ctx name=ctx type=hidden><input name=hWidth type=hidden><input name=hHeight type=hidden><header id=header><div class=wrap><div aria-label="Bank of South Australia"class=master-logo role=img></div><p class=closewin><a class="btn btn-logout"href=javascript:closeLogonWindow(); tabindex=-1> <span> Close Window </span> </a></div></header><div class=gdpr-banner id=gdprBanner><div class=icon-close-gdprbanner id=closeBanner></div><div class=gdpr-text>We use cookies to secure and tailor your web use. Our <a style="color: inherit; text-decoration: underline;"href=javascript:UserWindow('https://www.banksa.com.au/online-services/security-centre/we-protect-you/cookies?source=ibank','newWindow')> notice </a> explains how we use cookies and how you can manage them. By continuing to use this site, we assume you're ok with our notice.</div><img style="display: none;"alt src=/InternetBankingResources/ibank2/image/banner.png></div><div class=wrap><div class=t-login id=content><div class=main><div id=LogonArea><section class=login id=LogonLeftArea><header class=header-with-action><h1 id=internet-logon>Internet Banking Logon</h1><ul class=btn-call-to-action id=LogonBottom><li><a class="ico ico-customise"href=https://ibanking.banksa.com.au/mb/onlinereg tabindex=-1> <span> Register </span> </a><li><a class="ico ico-security"href=javascript:UserWindow('http://www.banksa.com.au/online-services/security-centre','helpWin') tabindex=-1> <span> Security tips </span> </a></ul></header><script language=JavaScript>setTimeout(function(){ document.getElementById('internet-logon').focus(); }, 100);</script><div style="display: none;"aria-live=polite id=errorMsgBlock></div><noscript><div class=message><p>We have identified that your web browser does not have JavaScript enabled.<p>Please visit our <a href=http://www.banksa.com.au/online-services/internet-banking/faqs tabindex=-1> FAQs </a> for instructions on how to enable JavaScript within your browser.</div></noscript><div class="fieldset nonasgard"><fieldset><ol><li><label class=margin-top-0 for=access-number>Card / Customer access number</label> <label class=field-info><a aria-label="Your Customer Access Number is an 8 digit number which allows you to access your Internet Banking.If you don't remember your Customer Access Number, you can click Forgotten to retrieve it."class="ico ico-info"title="Your Customer Access Number is an 8 digit number which allows you to access your Internet Banking. If you don't remember your Customer Access Number, you can click Forgotten to retrieve it."href=#> Help </a></label> <input aria-label="Enter your Card or Access Number"id=access-number maxlength=19 name=userId size=20 tabindex=1> <p class=goto><a aria-label="Forgotten Card or Customer Access Number?"class=goto-more href=javascript:UserWindow('https://ibanking.banksa.com.au/mb/pwdreset?actionType=CANRetrieval','IBankPwdReset') tabindex=6> Forgotten? </a></p><li class=issueNumberLi id=issueNumberLi><label for=issueNumber>Issue Number</label> <select id=issueNumber name=issueNumber><option value=1>1<option value=2>2<option value=3>3<option value=4>4</select><li class=fullLogon><label for=securityNumber>Security Number</label> <label class=field-info><a aria-label="Your Security number is a 4-6 digit number chosen by you when registering for Internet Banking. If you don't remember your Security Number, you can click Forgotten to retrieve it."class="ico ico-info"title="Your Security number is a 4-6 digit number chosen by you when registering for Internet Banking. If you don't remember your Security Number, you can click Forgotten to retrieve it."href=#> Help </a></label> <input aria-label="Enter your Security number"id=securityNumber maxlength=6 name=securityNumber pattern=[0-9]* size=6 tabindex=2 type=password> <p class=goto><a aria-label="Forgotten Security Number?"class=goto-more href=javascript:UserWindow('https://ibanking.banksa.com.au/mb/pwdreset?actionType=PwdReset','IBankPwdReset') tabindex=7> Forgotten? </a></p><li class=fullLogon><div class=rememberMeDiv><label class=rememberMeLabel for=rememberMeFull><input class=rememberMeCheckbox id=rememberMeFull name=rememberMe tabindex=4 type=checkbox value=true> <input id=__checkbox_rememberMeFull name=__checkbox_rememberMe type=hidden value=true> <span class=rememberMeTxt> Remember me </span></label></div> <div class=rememberMeDiv><br><p class=rememberMeNote id=rememberMeNote style=display:inline-block>Use this option to save time logging on. <br> Not recommended on public or shared devices.</div><li class=fullLogon><hr class=hrLineSeparator><li><label for=internet-password>Internet Password</label> <input aria-label="Enter your Internet Banking Password"class=internet-password id=internet-password maxlength=12 name=password size=12 tabindex=3 type=password> <p class=goto><a aria-label="Forgotten Internet Banking Password?"class=goto-more href=javascript:UserWindow('https://ibanking.banksa.com.au/mb/pwdreset?actionType=PwdReset','IBankPwdReset') tabindex=8> Forgotten? </a></p><li class=simplifiedLogon><div class=rememberMeDiv><label class=rememberMeLabel for=rememberMe><input class=rememberMeCheckbox id=rememberMe name=rememberMe onchange=simplifiedRememberMeClickedDialog() tabindex=4 type=checkbox value=true> <input id=__checkbox_rememberMe name=__checkbox_rememberMe type=hidden value=true> <span class=rememberMeTxt> Remember me </span></label></div><li class="login has-btn"><span class="btn btn-login"> <input onclick="javascript:return getDevicePrintAndSubmit()"class=logonButton id=logonButton name=Login tabindex=5 type=submit value=Logon> </span> <p class=goto>When you logon to BankSA Internet Banking, you agree to our Internet Banking <a href=javascript:UserWindow('http://www.banksa.com.au/online-services/internet-banking/terms-conditions','IBankWin') tabindex=-1> Terms and Conditions. </a></p></ol></fieldset></div><div class=registration><div style="margin: 5px 0;font-weight: bold;padding-left: 20px;"class=linkText>New to Internet and Phone Banking? <a href=https://ibanking.banksa.com.au/mb/onlinereg tabindex=-1> Register now </a></div></div></section></div></div><aside id=LogonRightArea><iframe frameborder=0 height=100% name=myInlineFrame scrolling=no src=https://webapps.stgeorge.com.au/ibank-logon-promo/bsa/default.asp tabindex=-1 width=100%>This browser does not support iframes</iframe></aside></div></div><footer id=footer><div class=wrap><ul class="ft-nav goto"><li><a href="javascript:UserHelpWindow('http://webapps.stgeorge.com.au/internet-banking-help/?origin=bsa&helpMenu=logon&helpFunction=&helpSteps=', 'HelpWindow')"tabindex=-1> Help </a><li><a href="javascript:UserWindow('http://www.banksa.com.au/contact-us', 'ContactUsWindow');"tabindex=-1> Contact Us </a><li><a href="javascript:UserHelpWindow('http://www.banksa.com.au/online-services/internet-banking/faqs', 'FaqWindow')"tabindex=-1> FAQs </a><li><a href=javascript:scroll(0,0) tabindex=-1> Top </a></ul><span class=FooterPhone> <strong> 13 13 76 </strong> , 24 hours a day, seven days a week. </span><p class=copyright>© BankSA - A Division of Westpac Banking Corporation ABN 33 007 457 141 AFSL and Australian credit licence 233714</div></footer></form><div id=rememberMeNotifyDialog style=display:none;><div class=dialogTitle>Clear logon details</div><div class=dialogContent>By clearing your logon details on this device, you will need to remember all your credentials for the next logon.</div><div class=dialogActions><div class="btn btn-secondary"onclick=closeRememberMeDialog() role=button>Cancel</div><div class=btn onclick=clearRememberMeShowFullLogon() role=button>Clear</div></div></div><script language=JavaScript>function getDevicePrintAndSubmit(){
if(submitFlag == 0) {
submitFlag = 1;
// first time a button has been clicked
if(typeof rsa != "undefined"){
var dp = rsa.encode_deviceprint();
document.getElementById('devicePrint').value = dp;
}
return true;
} else {
return false;
// submit has already been clicked
}
}</script> | 0 |
3 / 23 / 01 turbine position report please call chip schneider at 3 - 1789 or kevin jolly at 5 - 7147 if you have any questions . | 0 |
LookAtMe!: Thanks for your purchase of a video clip from LookAtMe!, you've been charged 35p. Think you can do better? Why not send a video in a MMSto 32323. | 1 |
twitiler.com/ | 1 |
photobucket.com/images/tommy+joe+ratliff+wallpaper/ | 0 |
in-to.online | 1 |
january - meter 2186 clear lake city gate i have flow without a nom each day at meter 2186 lst = 1375 2 nd = 28 3 rd = 2532 4 th = 5952 i assume that this is entex meter . is this volume captured at meter 2000 ? i will need a nom to support this flow . please advise . thank you . | 0 |
disc : grammar in uk schools on thu , 3 july 1997 , larry koch wrote : > i read your contribution to the linguist list after having it forwarded > to me , and i must say i am disappointed to see a teacher of english > promoting the fallacy of the " split infinitive " . there simply is no > such thing . > > first , the " to " particle is not always a part of the infinite ( e . g . > after modal verbs ) . > > second , placing the adverb between " to " and the infinitive is often > the only way the sentence makes sense , in terms of modifying the verb . > likewise , placing the adverb elsewhere often makes the sentence less > understandable . i think you have misunderstood what i was saying in my contribution to the list . i do not ` promote the fallacy of the split infinitive ' . the syllabus which i teach requires a descriptive rather than a prescriptive approach . the questions set by the external examining board , however , often require the students to show their commitment to descriptivism by commenting critically on various prescriptive rules laid down in the past , as in the orwell example . they need to know what actives , passives and infinitives are before they can do this . the sixteen-year - old students who come to me have usually been taught no terminology at all , apparently because their teachers have been terrified of being prescriptive . i know and teach that not all infinitives contain ` to ' . i also give the students examples ( e . g . ` i asked him to kindly apologise ' ) where placing the adverb anywhere else would cause ambiguity . jennifer chew | 0 |
http://yorkshirepost.co.uk/scripts/editorial2.cgi?cid=news&aid=481620Close encounter of burnt kindIT came from outer space  or did it? Teenager Siobhan Cowton is convinced
the object which struck her as she climbed into the family car at her home
in Northallerton is extra-terrestrial.
But while her claims are being treated with a certain amount of studied
academic scepticism by experts in these matters, the 14-year-old schoolgirl
is adamant she was hit on the foot by a meteorite.
Siobhan initially thought there was a more prosaic explanation  that the
odd-looking stone had been thrown at her by a child,.
But on closer inspection, she discovered all was not as it seemed  because
it was hot when she picked it up. It hit her on a foot but caused no injury.
"I looked at it again and it had a black and grey colour with a shiny bubble
surface," she said.
After closer inspection by her father Niel, and comparison with pictures on
the Internet, Siobhan plans to ask scientists at Durham University to check
the object for authenticity.
If it is from outer space, Siobhan says she will consider putting it up for
auction.
She added: "If it isn't worth anything then I suppose I will keep it myself
for sentimental value. It is not every day that you are hit by a meteorite."
But Dr Ben Horton, a lecturer in physical geography, was the acme of
academic caution.
"Meteors have features that can be used to establish whether it is a piece
of extraterrestrial rock," he said.
"They have a very smooth surface but sometimes they have shallow depressions
and cavities. If they are hot, they should have a black ash like crust burnt
around the edge.
"Most are between five and 60 centimetres but five centimetres is the
smallest that they usually appear."
To establish the provenance of Siobhan's suspected meteorite it would have
to be subject to a mineral breakdown but Dr Horton thinks the chances of it
being extra-terrestrial are slim.
"Around 50,000 a year strike the Earth's surface and, considering the size
of the Earth, it is very unlikely to be a meteorite.
"However, there is a possibility and there is no reason it couldn't happen,"
he added. ------------------------ Yahoo! Groups Sponsor ---------------------~-->
4 DVDs Free +s&p Join Now
http://us.click.yahoo.com/pt6YBB/NXiEAA/MVfIAA/7gSolB/TM
---------------------------------------------------------------------~->To unsubscribe from this group, send an email to:
[email protected] Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/ | 0 |
indiantrailscampground.com/ | 0 |
bankforeclosuressale.com/counties/ohio.php | 0 |
teotu.de/ | 0 |
language and legislation conference " language legislation " : an international conference organizers : dennis e . baron , english eyamba bokamba , division of english as an international language braj b . kachru , linguistics douglas a . kibbee , french dates : march 28-30 , 1996 . the university of illinois at urbana - champaign will host a conference on language legislation . a select group of invited speakers from around the world will address social issues such as community vs . individual rights , cultural survival , free trade and linguistic issues such as language and culture , language and power , bilingualism . language legislation and the concept of linguistic human rights have moved to the forefront of national and international news . in the united states , language legislation has taken the form of the national english language amendment , and a variety of state and local ordinances . in the us , legal solutions to perceived threats have quickly found their way to the courts , with appeals leading all the way to the united states supreme court . many other countries around the globe have erected legal barriers against the penetration of english or other languages perceived as threats . these laws often conflict with guarantees of individual human rights , such as the un charter or the d = e9claration des droits de l ' homme . in the realm of international law , language protection has colored debate on such issues as the general agreement on tariffs and trade ( gatt ) and has influenced the structure of international institutions like the european community and the united nations . for further information , contact : douglas a . kibbee language legislation conference department of french university of illinois 2090 foreign languages building / mc-158 707 south mathews avenue urbana il 61801 usa = 46ax : ( 1 ) ( 217 ) 244-2223 email : dkibbee @ ux1 . cso . uiuc . edu - - - - - - - - - - - - - - - - - - - - - - - - - dennis baron debaron @ uiuc . edu department of english office : 217-333 - 2392 university of illinois fax : 217-333 - 4321 608 south wright street home : 217-384 - 1683 urbana , illinois 61801 | 0 |
www.salsahelsinki.fi/wp-content//plugins/akismet/bmoful/bmo/MCReg//index.htm | 1 |
the only fix to penis growth limited time offer : increase atleast 3 inches or your money back ! - - - > click here and learn more no more offers | 1 |
<!doctypehtml><title>
Open-pit mining - definition of Open-pit mining by The Free Dictionary
</title><meta content="Define Open-pit mining. Open-pit mining synonyms, Open-pit mining pronunciation, Open-pit mining translation, English dictionary definition of Open-pit mining. n civil engineering an excavation made in the open rather than in a tunnel. See cut-and-cover Collins English Dictionary – Complete and Unabridged, 12th..."name=description><base href=//www.thefreedictionary.com/><meta content=width=device-width,initial-scale=1.0 name=viewport><link href=//img.tfd.com/all.css?o rel=stylesheet><link href=https://www.thefreedictionary.com/Open-pit+mining rel=canonical><meta content=https://www.thefreedictionary.com/Open-pit+mining name=og:url><script>_cb='?o';function ById(id){return document.getElementById(id)};var info={IsApp:0,word:'Open-pit mining',Domain:'thefreedictionary.com',PageLang:'en',canonical:'https://www.thefreedictionary.com/Open-pit+mining',tab:1,sp:1,mode:0,flag:2073,isLogin:(/c\d\d[^;]*userTicket=[^;]*/.test(document.cookie)),a:'wo',isExtDomain:false},hp_title='Dictionary, Encyclopedia and Thesaurus - The Free Dictionary',abu='ngkvebtqjznimqdkctulryfpbwon';(function(d,w){var t=/c11.*font=([12]\d)/g.exec(d.cookie);if(t&&t.length>1)d.documentElement.style.fontSize=t[1]+'px';w.bm='';var a=navigator.userAgent,e=a.indexOf('Trident/')>0||a.indexOf('MSIE')>0,f=w.sidebar,t=hp_title,u='http://www.thefreedictionary.com';if(e||f)w.bm='<li><a href="'+(e?'javascript:external.AddFavorite(\''+u+'\',\''+t+'\')':u)+'" title="'+t+'" rel="sidebar">Bookmark</a></li>'})(document,window);
function waiting(id){ById(id).innerHTML='<img id="'+id+'_ld" width="16" height="16" src="//img.tfd.com/m/wait16.gif">';setTimeout(function(){if(ById(id+'_ld'))document.getElementById(id).innerHTML='Problem loading data'},10000)}</script><script async src=//img.tfd.com/async.js?o></script><link href=https://img.tfd.com/favicon.ico rel=icon type=image/x-icon><link href=/_/manifest.json rel=manifest><style></style><meta content="Open-pit mining, online dictionary, thesaurus, dictionary, English dictionary, Open-pit mining definition, definition of Open-pit mining, legal, medical, encyclopedia, term, law, explanation, information"name=Keywords><link href=//a.farlex.com rel=dns-prefetch><meta content="Definition, Synonyms, Translations of Open-pit mining by The Free Dictionary"property=og:description><link href=android-app://com.tfd.mobile.TfdSearch/thefreedictionary/go/Open-pit+mining rel=alternate><link href=ios-app://379450383/thefreedictionary/search/Open-pit+mining rel=alternate><meta content="Open-pit mining"property=og:title><meta content=article property=og:type><style>.wo{margin:0 0 13px 0;display:block;overflow:hidden !important;width:100%}
.wo iframe{display:block;margin:0 auto 3px auto}
#wo1{height:90px}#wo2,#wo3,#wo4{margin:0 auto 13px auto;height:265px;width:300px}#wo5{height:375px}#wo3{height:615px}
#sidebar div.wo,.feedback,.widget{margin-bottom:19px}
@media only screen and (min-width:761px){#browsers .list-holder{height:390px}}</style><link href=http://img.tfd.com/TFDlogo1200x1200.png rel=image_src><meta content=http://img.tfd.com/TFDlogo1200x1200.png property=og:image><meta content=1200 property=og:image:width><meta content=1200 property=og:image:height><meta content=TheFreeDictionary.com property=og:site_name><link href=https://img.tfd.com/touch/iphone.png rel=apple-touch-icon><link href=https://img.tfd.com/touch/iphone-r.png rel=apple-touch-icon sizes=120x120><link href=https://img.tfd.com/touch/ipad-r.png rel=apple-touch-icon sizes=152x152><script type=application/ld+json>
{
"@context": "http://schema.org",
"@type": "WebSite",
"url": "https://www.thefreedictionary.com/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.thefreedictionary.com/_/search.aspx?tab=1&TFDBy=0&Word={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script><link title="The Free Dictionary"href=http://www.thefreedictionary.com/_/open-search.xml rel=search type=application/opensearchdescription+xml><meta content=Farlex.581429F59E1D8 name=msApplication-ID><meta content=Farlex.581429F59E1D8_wyegy4e46y996 name=msApplication-PackageFamilyName><meta content="app-id=379450383, app-argument=thefreedictionary://search/Open-pit+mining?"name=apple-itunes-app><link title="Word of the Day"href=http://www.thefreedictionary.com/_/WoD/rss.aspx rel=alternate type=application/rss+xml><body lang=en><div class=print-only><strong style=font-size:23px> Open-pit mining - definition of Open-pit mining by The Free Dictionary </strong><div style=text-align:right>https://www.thefreedictionary.com/Open-pit+mining</div><a href=/_/hp/Controls/printer-friendly.aspx?246 rel=nofollow style=display:none> Printer Friendly </a><hr></div><div class=wrapper><div class=w1 id=w1><div class=w2><header id=header><div class=header-top><div class=logo-holder><strong class="i logo"> <a href=https://www.thefreedictionary.com> Dictionary, Encyclopedia and Thesaurus - The Free Dictionary </a> </strong><span class=note> <span id=ps> 13,004,229,436 </span> visitors served </span></div><div class=open-close><a onclick="showPopup(event,'w1','menu-active', 'w1Slider')"class=opener> <span class="i icon-search"> Search / </span> <span class=icon-hamburger> <span> Page tools </span> </span> </a><div class=slide id=w1Slider><form action=//www.thefreedictionary.com/_/search.aspx class=search-form><input onsubmit="alert('Page is not yet loaded, please wait');return false"name=tab type=hidden value=1><fieldset><div class=row id=f1_SearchBy style=visibility:hidden><ul class=radio-list><li><input checked id=f1_tfd name=SearchBy onclick=ById('f1_TFDBy').style.visibility='';lib.hide('lstScr');lib.show('lstTFD') type=radio value=0> <label for=f1_tfd>TheFreeDictionary</label><li class=mobile-hidden style=visibility:hidden><input id=f1_google name=SearchBy onclick=ById('f1_TFDBy').style.visibility='hidden' type=radio value=4> <label for=f1_google>Google</label></ul><a class="mobile-hidden link"href=//www.thefreedictionary.com/_/help/help1.htm title=Help> ? </a></div><div class=row><input value="Open-pit mining"autocomplete=off id=f1Word name=Word onclick=SAYT.Suggest(this,event) onfocus=this.select() onkeyup=saveCaret(this);SAYT.Suggest(this,event) onmouseup=saveCaret(this) placeholder=Search... type=search><a class="i keyboard-link mobile-hidden"onclick=ToggleKeyboard()> Keyboard </a><input type=submit value=Search></div><div id=keyboard style=position:absolute;display:none></div><div class=row id=f1_TFDBy><ul class=radio-list id=lstTFD><li><input checked id=f1_tfd_word name=TFDBy type=radio value=0> <label for=f1_tfd_word>Word / Article</label><li><input id=f1_tfd_start name=TFDBy type=radio value=1> <label for=f1_tfd_start>Starts with</label><li><input id=f1_tfd_end name=TFDBy type=radio value=2> <label for=f1_tfd_end>Ends with</label><li><input id=f1_tfd_text name=TFDBy type=radio value=3> <label for=f1_tfd_text>Text</label></ul></div></fieldset></form><div class="slide-block mobile-visible"><ul class=text-size><li class=size03><a onclick=ChangeTextSize(11)> A </a><li class=size02><a onclick=ChangeTextSize(13)> A </a><li class=size01><a onclick=ChangeTextSize(15)> A </a><li><a onclick=ChangeTextSize(17)> A </a></ul><div class=language-block><span class=title> Language: </span><div class=select-holder><select onchange=document.location='//'+this.options[this.selectedIndex].value+'.'+info.Domain><option selected value=www>English<option value=es>Español<option value=de>Deutsch<option value=fr>Français<option value=it>Italiano<option value=ar>العربية<option value=zh>中文简体<option value=pl>Polski<option value=pt>Português<option value=nl>Nederlands<option value=no>Norsk<option value=el>Ελληνική<option value=ru>Русский<option value=tr>Türkçe<option value=he>אנגלית</select></div></div></div><div class="share-block mobile-visible"><span class=fb-share style=float:left> <a class=i onclick=social.facebook(1)> Share on Facebook </a> </span><span class=twitter> <a class=i onclick=social.twitter(1)> Twitter </a> </span></div><div class="slide-box mobile-visible"><a class=download-link href=http://up.thefreedictionary.com/trc.ashx?sender=farlex&info=download> Get our app </a></div><div class=mobile-visible id=accopy></div><section class="widget mobile-visible"id=secFlashcardsMob style=display:none><div class=heading-block><strong class=title> Flashcards </strong><a class=link href=//www.thefreedictionary.com/_/help/help2.htm#flashcards> ? </a></div><div class=holder><div id=flashcardContMob></div></div></section><section class="widget mobile-visible"id=secBookmarksMob style=display:none><div class=heading-block><strong class=title> My bookmarks </strong><a class=link href=//www.thefreedictionary.com/_/help/help2.htm#22115> ? </a></div><div class=holder id=wordlist-content><a id=wlAddMob onclick=fc.bookmarks.add(this) style=display:none> <span class=plus> + </span> Add current page to bookmarks </a><div id=wordListMob></div></div></section><script>if(info.isLogin){ById('secFlashcardsMob').style.display='';waiting('flashcardContMob');ById('secBookmarksMob').style.display='';waiting('wordListMob')}</script></div></div><div id=headerBlock><a class="i icon-notif"href=/_/archive.htm> 9 </a><div id=loginBlock><a class=reg-button href=https://secure.thefreedictionary.com/Registration.aspx?returnTo=https%3a%2f%2fwww.thefreedictionary.com%2fOpen-pit%2bmining id=regButton> Register </a><a class=login-button href=https://secure.thefreedictionary.com/Login.aspx?returnTo=https%3a%2f%2fwww.thefreedictionary.com%2fOpen-pit%2bmining> Log in </a><div class=social-login style=margin-top:5px><span class=soc-log-msg> Sign up with one click: </span><ul class=social-networks><li class=facebook><a href=https://secure.thefreedictionary.com/ExtLogin/FacebookLogin.aspx?returnTo=https%3a%2f%2fwww.thefreedictionary.com%2fOpen-pit%2bmining rel=nofollow> Facebook </a><li class=twitter><a href=https://secure.thefreedictionary.com/Login.aspx?twitter&returnTo=https%3a%2f%2fwww.thefreedictionary.com%2fOpen-pit%2bmining rel=nofollow> Twitter </a><li class=googleplus><a href=https://secure.thefreedictionary.com/ExtLogin/GoogleSignIn.ashx?returnTo=https%3a%2f%2fwww.thefreedictionary.com%2fOpen-pit%2bmining> Google </a></ul></div></div><script>window.loginBlockHtml=ById('loginBlock').innerHTML;if(info.isLogin){waiting('loginBlock');ById('header').className='auth'}</script><div class="share-block mobile-hidden"><span class=fb-share> <a class=i onclick=social.facebook(1)> Share on Facebook </a> </span></div></div><a class="download-link mobile-visible"href=http://up.thefreedictionary.com/trc.ashx?sender=farlex&info=download style=z-index:100> Get <br> our app </a></div><div class=header-bottom><nav id=nav><ul><li class="active available"><div><span class=cell> Dictionary </span></div><li class=available><a title="Open-pit mining in Thesaurus"href=//www.freethesaurus.com/Open-pit+mining> <span class=cell> Thesaurus </span> </a><li><div><span class=cell> Medical <br> Dictionary </span></div><li><div><span class=cell> Legal <br> Dictionary </span></div><li><div><span class=cell> Financial <br> Dictionary </span></div><li><div><span class=cell> Acronyms </span></div><li><div><span class=cell> Idioms </span></div><li class=available><a title="Open-pit mining in encyclopedia"href=//encyclopedia2.thefreedictionary.com/Open-pit+mining> <span class=cell> Encyclopedia </span> </a><li class=available><a title="Open-pit mining in Wikipedia"href=//encyclopedia.thefreedictionary.com/Open-pit+mining> <span class=cell> Wikipedia <br> Encyclopedia </span> </a></ul></nav><div class=popup-box id=popupBox><a class="i popup-opener"onclick=showPopup(event,'popupBox','open-close-active')> Tools </a><div class=popup-slide><div class=popup-holder><ul class=text-size><li class=size03><a onclick=ChangeTextSize(11)> A </a><li class=size02><a onclick=ChangeTextSize(13)> A </a><li class=size01><a onclick=ChangeTextSize(15)> A </a><li><a onclick=ChangeTextSize(17)> A </a></ul><div class=language-block><span class=title> Language: </span><div class=select-holder><select onchange=document.location='//'+this.options[this.selectedIndex].value+'.'+info.Domain><option selected value=www>English<option value=es>Español<option value=de>Deutsch<option value=fr>Français<option value=it>Italiano<option value=ar>العربية<option value=zh>中文简体<option value=pl>Polski<option value=pt>Português<option value=nl>Nederlands<option value=no>Norsk<option value=el>Ελληνική<option value=ru>Русский<option value=tr>Türkçe<option value=he>אנגלית</select></div></div><div class=popup-block><strong class=title> Mobile Apps: </strong><ul class=logos-list><li class=apple><a title="iPhone/iPad app"class=i href=http://up.thefreedictionary.com/trc.ashx?target=iOSFREE&sender=farlex&info=download> apple </a><li class=android><a title="Android app"class=i href=http://up.thefreedictionary.com/trc.ashx?target=android-web-googleplay-free&sender=farlex&info=download> android </a></ul></div><div class=popup-block><strong class=title> For surfers: </strong><ul class=links-list><li><a href=//www.thefreedictionary.com/download.htm> Free toolbar & extensions </a><li><a href=//www.thefreedictionary.com/Word-of-the-Day.htm> Word of the Day </a></li><script>document.write(bm)</script><li><a href=//www.thefreedictionary.com/help.htm> Help </a></ul></div><div class=popup-block><strong class=title> For webmasters: </strong><ul class=links-list><li><a href=https://www.thefreedictionary.com/lookup.htm#sitecontent> Free content </a><li><a href=https://www.thefreedictionary.com/lookup.htm#link> Linking </a><li><a href=https://www.thefreedictionary.com/lookup.htm#searchbox> Lookup box </a></ul></div><a class="popup-opener style01"id=popupBoxClose onclick=showPopup(event,'popupBox','open-close-active')> Close </a></div></div></div></div></header><main id=main role=main><div class=main-holder><div class=wo id=content><div class=content-holder><div class=wo id=wo1></div><h1>open cut</h1><span style=white-space:nowrap> (redirected from <i> Open-pit mining </i> ) </span><br> Also found in: <a href=//www.freethesaurus.com/Open-pit+mining> Thesaurus </a> , <a href=//encyclopedia2.thefreedictionary.com/Open-pit+mining> Encyclopedia </a> , <a href=//encyclopedia.thefreedictionary.com/Open-pit+mining> Wikipedia </a> . <div id=relToLnks>Related to Open-pit mining: <a href=//encyclopedia2.thefreedictionary.com/Underground+Mining> Underground mining </a></div><div id=MainTxt><div id=Definition><section data-src=hc_dict><h2>open cut</h2><div><i> n </i><div class=ds-list>(Civil Engineering) <i> civil engineering </i> an excavation made in the open rather than in a tunnel. See <a href=cut-and-cover> cut-and-cover </a></div></div><div class=cprh><span class="i A cpr"> </span> Collins English Dictionary – Complete and Unabridged, 12th Edition 2014 © HarperCollins Publishers 1991, 1994, 1998, 2000, 2003, 2006, 2007, 2009, 2011, 2014</div></section></div></div><aside style=margin-top:1rem><br><br> Want to thank TFD for its existence? <a href=mailto:?subject=TheFreeDictionary&body=> Tell a friend about us </a> , add a link to this page, or visit <a href=https://www.thefreedictionary.com/lookup.htm> the webmaster's page for free fun content </a> . <br><br> Link to this page: <input value='<a href="https://www.thefreedictionary.com/Open-pit+mining">open cut</a>'onclick=this.focus();this.select() readonly style=direction:ltr><br><br><div class=share-block><ul class=social-networks><li class=facebook><a onclick=social.facebook()> Facebook </a><li class=twitter><a onclick=social.twitter()> Twitter </a></ul></div></aside><div class=wo id=wo5></div></div></div><aside id=sidebar><div class=feedback><a onclick=social.feedback()> Feedback </a></div><a style="background-position:-295px -69px;width:41px;height:15px;margin-right:10px;display:none"class=i id=thes_link onclick=location=nav.loc+'#Thesaurus' title=Thesaurus> </a><a style="background-position:-342px -69px;width:41px;height:15px;display:none"class=i id=trans_link onclick=location=nav.loc+'#Translations' title=Translations> </a><div class=wo id=wo2></div><section class=widget id=secLoginToAccess><div class=heading-block><strong class=title> Flashcards & Bookmarks </strong><a class=link href=//www.thefreedictionary.com/_/help/help2.htm#22115> ? </a></div><div class=holder>Please <a href=https://secure.thefreedictionary.com/Login.aspx?returnTo=https%3a%2f%2fwww.thefreedictionary.com%2fOpen-pit%2bmining> log in </a> or <a href=https://secure.thefreedictionary.com/Registration.aspx?returnTo=https%3a%2f%2fwww.thefreedictionary.com%2fOpen-pit%2bmining> register </a> to use Flashcards and Bookmarks. You can also log in with <ul class=social-networks><li class=facebook><a href=https://secure.thefreedictionary.com/ExtLogin/FacebookLogin.aspx?returnTo=https%3a%2f%2fwww.thefreedictionary.com%2fOpen-pit%2bmining rel=nofollow> Facebook </a><li class=twitter><a href=https://secure.thefreedictionary.com/Login.aspx?twitter&returnTo=https%3a%2f%2fwww.thefreedictionary.com%2fOpen-pit%2bmining rel=nofollow> Twitter </a><li class=googleplus><a href=https://secure.thefreedictionary.com/ExtLogin/GoogleSignIn.ashx?returnTo=https%3a%2f%2fwww.thefreedictionary.com%2fOpen-pit%2bmining> Google </a></ul></div></section><section class=widget id=secFlashcards style=display:none><div class=heading-block><strong class=title> Flashcards </strong><a class=link href=//www.thefreedictionary.com/_/help/help2.htm#flashcards> ? </a></div><div class=holder><div id=flashcardCont style=min-height:74px></div><script>if(info.isLogin){ById('secLoginToAccess').style.display='none';ById('secFlashcards').style.display='';waiting('flashcardCont')}</script></div></section><section class="widget wo"id=secBookmarks style=display:none><div class=heading-block><strong class=title> My bookmarks </strong><a class=link href=//www.thefreedictionary.com/_/help/help2.htm#22115> ? </a></div><div class=holder id=wordlist-content><a title="Export to Excel"class=i href=//secure.thefreedictionary.com/api/wordList.ashx?excel=1 id=wlExcel> </a><a id=wlAdd onclick=fc.bookmarks.add(this) style=display:none> <span class=plus> + </span> Add current page to bookmarks </a><div id=word_list></div><script>if (info.isLogin) {ById('secLoginToAccess').style.display='none';ById('secBookmarks').style.display='';ById('secFlashcards').style.display='';waiting('word_list');waiting('flashcardCont');}</script></div></section><div class="wo sticky"id=wo3></div></aside></div><div id=browsers><div class="block width34"><div class=heading-block><strong class=title> Mentioned in </strong><a class=link href=//www.thefreedictionary.com/_/help/help3.htm#324> ? </a></div><div class="list-holder height240"><ul><li><a href=gash> gash </a><li><a href=open> open </a><li><a href=opencast+mining> opencast mining </a><li><a href=open-cut+mining> open-cut mining </a><li><a href=pit> pit </a><li><a href=strip-mine> strip-mine </a></ul></div></div><div class="block width61"><div class=heading-block><strong class=title> References in periodicals archive </strong><a class=link href=//www.thefreedictionary.com/_/help/help3.htm#325> ? </a></div><div class="list-holder height240"><div class=lit>Sagittarius Mines' bid to excavate the deposits was hobbled by the <span class=highlight> open-pit mining </span> ban of South Cotabato province, which Gutierrez had strongly backed on concerns over the environment and food security. <div class=lit_links><a href=https://www.thefreelibrary.com/Late+Marbel+bishop+stood+firm+vs+open-pit+mining+in+South+Cotabato-a0573556215> Late Marbel bishop stood firm vs open-pit mining in South Cotabato </a></div></div><div class=lit>The ban on <span class=highlight> open-pit mining </span> was first ordered by former environment chief Gina Lopez in April 2017, shortly before she got removed from her post. <div class=lit_links><a href=https://www.thefreelibrary.com/DENR+eyes+alternatives+to+open+pit+mining-a0572980230> DENR eyes alternatives to open pit mining </a></div></div><div class=lit>However, Teh clarified the DENR has yet to resolve the controversial ban on <span class=highlight> open-pit mining </span> method. <div class=lit_links><a href=https://www.thefreelibrary.com/15+mining+exploration+projects+await+TRAIN+2-a0567617006> 15 mining exploration projects await TRAIN 2 </a></div></div><div class=lit>On the basis of mining methods, the global surface mining can be categorised into 3 groups: strip mining, terrace mining and <span class=highlight> open-pit mining </span> . Among these, strip mining is applied where both the surface of the ground and the ore body are relatively horizontal with a minimal depth under the surface. <div class=lit_links><a href=https://www.thefreelibrary.com/Surface+Mining+Market+Will+Reflect+Significant+Growth+Prospects+during...-a0556500022> Surface Mining Market Will Reflect Significant Growth Prospects during 2014-2020 </a></div></div><div class=lit>The plan of House Speaker Gloria Macapagal Arroyo to file a bill officially banning the <span class=highlight> open-pit mining </span> method in extractive industries could be contradictory to existing mining laws. <div class=lit_links><a href=https://www.thefreelibrary.com/House%27s+proposal+to+ban+open-pit+mines+contradicts+mining+laws-a0555771536> House's proposal to ban open-pit mines contradicts mining laws </a></div></div><div class=lit>Environment Secretary Regina Lopez continues her crackdown on mining in Philippines, having previously ordered the closure of more than half the country's <span class=highlight> open-pit mining </span> projects.Philippines' Environment Secretary Regina Lopez has announced a ban on new <span class=highlight> open-pit mining </span> ventures. <div class=lit_links><a href=https://www.thefreelibrary.com/Philippines+announces+ban+on+new+open-pit+mines-a0495087893> Philippines announces ban on new open-pit mines </a></div></div><div class=lit><span class=highlight> Open-pit mining </span> has increased around the world, having detrimental impacts on surrounding environments as vegetation is stripped and topsoil is removed. <div class=lit_links><a href=https://www.thefreelibrary.com/Mining+mammals-a0490551847> Mining mammals </a></div></div><div class=lit>(noting individual laws in Latin America); Zambo Norte Ordinance vs <span class=highlight> Open-Pit Mining </span> Lauded, The Env't Report (Jan. <div class=lit_links><a href=https://www.thefreelibrary.com/Why+Honduras+should+not+jump+on+the+ban+wagon%3A+a+study+of+open+pit...-a0366863534> Why Honduras should not jump on the ban wagon: a study of open pit mining bans and their pitfalls </a></div></div><div class=lit>The Bharti School of Engineering at Sudbury's Laurentian University is establishing a research chair in <span class=highlight> open-pit mining </span> and Iamgold Gold is assisting with a donation of $1.25 million. <div class=lit_links><a href=https://www.thefreelibrary.com/Laurentian+U+digs+into+open+pit+research-a0318903249> Laurentian U digs into open pit research </a></div></div><div data-periodicals=0></div></div></div><br><div class="block width34"><div class=heading-block><strong class=title> Dictionary browser </strong><a class=link href=//www.thefreedictionary.com/_/help/help3.htm#326> ? </a></div><div class="list-holder height240"><ul><li>▲<li><a href=openhearted> openhearted </a><li><a href=open-hearted> open-hearted </a><li><a href=open-hearth> open-hearth </a><li><a href=open-hearth+furnace> open-hearth furnace </a><li><a href=open-hearth+process> open-hearth process </a><li><a href=Open-hearth+steel> Open-hearth steel </a><li><a href=opening> opening </a><li><a href=opening+hours> opening hours </a><li><a href=opening+line> opening line </a><li><a href=opening+move> opening move </a><li><a href=opening+night> opening night </a><li><a href=opening+time> opening time </a><li><a href=open-jaw> open-jaw </a><li><a href=open-label> open-label </a><li><a href=open-line> open-line </a><li><a href=openly> openly </a><li><a href=open-market+operations> open-market operations </a><li><a href=open-minded> open-minded </a><li><a href=open-mindedness> open-mindedness </a><li><a href=openmouthed> openmouthed </a><li><a href=open-mouthed> open-mouthed </a><li><a href=openmouthedly> openmouthedly </a><li><a href=openmouthedness> openmouthedness </a><li><a href=open-necked> open-necked </a><li><a href=openness> openness </a><li class=current>Open-pit mining<li><a href=open-plan> open-plan </a><li><a href=open-pollinated> open-pollinated </a><li><a href=open-pollination> open-pollination </a><li><a href=open-reel> open-reel </a><li><a href=openside+plane> openside plane </a><li><a href=open-source> open-source </a><li><a href=open-source+intelligence> open-source intelligence </a><li><a href=open-standard> open-standard </a><li><a href=Open-timber+roof> Open-timber roof </a><li><a href=open-top> open-top </a><li><a href=openwork> openwork </a><li><a href=opepe> opepe </a><li><a href=opera> opera </a><li><a href=op%c3%a9ra+bouffe> opéra bouffe </a><li><a href=Opera+box> Opera box </a><li><a href=opera+buffa> opera buffa </a><li><a href=opera+cloak> opera cloak </a><li><a href=op%c3%a9ra+comique> opéra comique </a><li><a href=opera+company> opera company </a><li><a href=Opera+flannel> Opera flannel </a><li><a href=Opera+girl> Opera girl </a><li><a href=opera+glass> opera glass </a><li><a href=opera+glasses> opera glasses </a><li><a href=opera+hat> opera hat </a><li><a href=opera+hood> opera hood </a><li>▼</ul></div></div><div class="block width61"><div class=heading-block><strong class=title> Full browser </strong><a class=link href=//www.thefreedictionary.com/_/help/help3.htm#327> ? </a></div><div class="list-holder height240"><ul><li>▲<li><a class=tab1024 href=//idioms.thefreedictionary.com/open-mindedness> open-mindedness </a><li><a class=tab2048 href=//www.freethesaurus.com/open-mindedness> open-mindedness </a><li><a class=tab1 href=//www.thefreedictionary.com/open-mindedness> open-mindedness </a><li><a class=tab32 href=//acronyms.thefreedictionary.com/Open-Molded+Plastic+Package> Open-Molded Plastic Package </a><li><a class=tab2048 href=//www.freethesaurus.com/open-mouthed> open-mouthed </a><li><a class=tab1 href=//www.thefreedictionary.com/open-mouthed> open-mouthed </a><li><a class=tab2048 href=//www.freethesaurus.com/open-mouthedly> open-mouthedly </a><li><a class=tab1 href=//www.thefreedictionary.com/open-mouthedly> open-mouthedly </a><li><a class=tab2048 href=//www.freethesaurus.com/open-mouthedness> open-mouthedness </a><li><a class=tab1 href=//www.thefreedictionary.com/open-mouthedness> open-mouthedness </a><li><a class=tab1 href=//www.thefreedictionary.com/open-necked> open-necked </a><li><a class=tab32 href=//acronyms.thefreedictionary.com/Open-Network+Architecture> Open-Network Architecture </a><li><a class=tab8 href=//encyclopedia2.thefreedictionary.com/open-newel+stair> open-newel stair </a><li><a class=tab32 href=//acronyms.thefreedictionary.com/OPEN-NH> OPEN-NH </a><li><a class=tab4 href=//medical-dictionary.thefreedictionary.com/Open-ocean+aquaculture> Open-ocean aquaculture </a><li><a class=tab8 href=//encyclopedia2.thefreedictionary.com/Open-ocean+aquaculture> Open-ocean aquaculture </a><li><a class=tab2048 href=//www.freethesaurus.com/Open-ocean+aquaculture> Open-ocean aquaculture </a><li><a class=tab1 href=//www.thefreedictionary.com/Open-ocean+aquaculture> Open-ocean aquaculture </a><li><a class=tab32 href=//acronyms.thefreedictionary.com/Open-Ocean+Deep+Convection> Open-Ocean Deep Convection </a><li><a class=tab256 href=//financial-dictionary.thefreedictionary.com/Open-outcry> Open-outcry </a><li><a class=tab4 href=//medical-dictionary.thefreedictionary.com/open-packed+position> open-packed position </a><li><a class=tab8 href=//encyclopedia2.thefreedictionary.com/open-packed+position> open-packed position </a><li><a class=tab256 href=//financial-dictionary.thefreedictionary.com/open-packed+position> open-packed position </a><li><a class=tab2048 href=//www.freethesaurus.com/open-packed+position> open-packed position </a><li><a class=tab1 href=//www.thefreedictionary.com/open-packed+position> open-packed position </a><li><a class=tab8 href=//encyclopedia2.thefreedictionary.com/open-packed+structure> open-packed structure </a><li><a class=tab8 href=//encyclopedia2.thefreedictionary.com/open-perimeter> open-perimeter </a><li><a class=tab8 href=//encyclopedia2.thefreedictionary.com/open-phase+protection> open-phase protection </a><li><a class=tab8 href=//encyclopedia2.thefreedictionary.com/open-phase+relay> open-phase relay </a><li><a class=tab8 href=//encyclopedia2.thefreedictionary.com/Open-pit+mine> Open-pit mine </a><li class=current><span class=tab1> Open-pit mining </span><li><a class=tab8 href=//encyclopedia2.thefreedictionary.com/open-pit+quarry> open-pit quarry </a><li><a class=tab1 href=open-plan> open-plan </a><li><a class=tab256 href=//financial-dictionary.thefreedictionary.com/open-plan> open-plan </a><li><a class=tab8 href=//encyclopedia2.thefreedictionary.com/open-plan> open-plan </a><li><a class=tab4 href=//medical-dictionary.thefreedictionary.com/open-plan> open-plan </a><li><a class=tab2 href=//legal-dictionary.thefreedictionary.com/open-plan> open-plan </a><li><a class=tab1 href=Open-plan+classroom> Open-plan classroom </a><li><a class=tab8 href=//encyclopedia2.thefreedictionary.com/open-plan+educational+building> open-plan educational building </a><li><a class=tab1 href=Open-plan+office> Open-plan office </a><li><a class=tab256 href=//financial-dictionary.thefreedictionary.com/Open-plan+office> Open-plan office </a><li><a class=tab8 href=//encyclopedia2.thefreedictionary.com/Open-plan+office> Open-plan office </a><li><a class=tab4 href=//medical-dictionary.thefreedictionary.com/Open-plan+office> Open-plan office </a><li><a class=tab2 href=//legal-dictionary.thefreedictionary.com/Open-plan+office> Open-plan office </a><li><a class=tab32 href=//acronyms.thefreedictionary.com/Open-Plus-Closed-Loop> Open-Plus-Closed-Loop </a><li><a class=tab32 href=//acronyms.thefreedictionary.com/Open-Point+Expanding> Open-Point Expanding </a><li><a class=tab1 href=open-pollinated> open-pollinated </a><li><a class=tab1 href=Open-pollination> Open-pollination </a><li><a class=tab32 href=//acronyms.thefreedictionary.com/Open-Reading+Frame+Expressed+Sequence+Tags> Open-Reading Frame Expressed Sequence Tags </a><li><a class=tab1 href=Open-reel> Open-reel </a><li><a class=tab8 href=//encyclopedia2.thefreedictionary.com/open-riser+stair> open-riser stair </a><li><a class=tab1024 href=//idioms.thefreedictionary.com/open-sesame> open-sesame </a><li><a class=tab4 href=//medical-dictionary.thefreedictionary.com/open-set+speech+recognition> open-set speech recognition </a><li><a class=tab32 href=//acronyms.thefreedictionary.com/Open-Shell+Coupled-Cluster+Method> Open-Shell Coupled-Cluster Method </a><li><a class=tab32 href=//acronyms.thefreedictionary.com/Open-Shell+Coupled-Cluster+with+Single+and+Double+Excitations> Open-Shell Coupled-Cluster with Single and Double Excitations </a><li><a class=tab32 href=//acronyms.thefreedictionary.com/Open-Shell+Perturbation+Theory> Open-Shell Perturbation Theory </a><li><a class=tab32 href=//acronyms.thefreedictionary.com/Open-Shell+Restricted+Self-Consistent+Field> Open-Shell Restricted Self-Consistent Field </a><li><a class=tab32 href=//acronyms.thefreedictionary.com/Open-Shell+Restricted-Hartree-Fock> Open-Shell Restricted-Hartree-Fock </a><li><a class=tab1 href=open-shop> open-shop </a><li><a class=tab8 href=//encyclopedia2.thefreedictionary.com/open-shop> open-shop </a><li><a class=tab2 href=//legal-dictionary.thefreedictionary.com/open-shop> open-shop </a><li>▼</ul></div></div></div><div class=wo id=wo6></div><div class="fixed-block sticky"id=fixedBlock><div class=box><ul class="social-networks style02"><li class=facebook><a onclick=social.facebook()> Facebook Share </a><li class=twitter><a onclick=social.twitter(0)> Twitter </a></ul><a style="width:42px;height:22px;background-position:0 -37px;margin:5px 0 15px 0;cursor:pointer"class=i onclick=location='/_/cite.aspx?url='+encodeURIComponent(nav.loc)+'&word='+encodeURIComponent(info.word)+'&sources='+sources> CITE </a></div><div class=open-box><div class=holder><strong class=title> Site: </strong><span class=title> Follow: </span><ul class=social-networks><li class=facebook><a title="Follow on Facebook"href=https://www.facebook.com/pages/TheFreeDictionary/340660446629> Facebook </a><li class=twitter><a title="Follow on Twitter"href=https://twitter.com/farlex> Twitter </a><li class=rss><a title="Follow with RSS"href=http://www.thefreedictionary.com/_/WoD/rss.aspx> Rss </a><li class=mail-us><a title="Daily Newsletter"href=//www.thefreedictionary.com/Word-of-the-Day.htm> Mail </a></ul><span class=title> Share: </span><ul class=social-networks><li class=facebook><a title="Share on Facebook"onclick=social.facebook(1)> Facebook </a><li class=twitter><a title="Share on Twitter"onclick=social.twitter(1)> Twitter </a><li class=linkedin><a title="Share on LinkedIn"onclick=social.linkedin()> LinkedIn </a><li class=mail><a onclick=social.email() title=E-mail> Mail </a></ul></div></div><a class=block-opener onclick=showPopup(event,'fixedBlock','open-close-active')> Open / Close </a></div></main><div id=footer><aside class=footer-top><div class=heading><strong class=title> More from </strong><strong class="i logo footer-logo"> <a href=/> Dictionary, Thesaurus, and Translations </a> </strong></div><div class="footer-block mobile-hidden"><strong class=title> Mobile Apps </strong><ul class=logos-list><li class=apple><a title="iPhone/iPad app"class=i href=http://up.thefreedictionary.com/trc.ashx?target=iOSFREE&sender=farlex&info=download> Apple </a><li class=android><a title="Android app"class=i href=http://up.thefreedictionary.com/trc.ashx?target=android-web-googleplay-free&sender=farlex&info=download> Android </a><li class=kindle><a title="Kindle app"class=i href=http://up.thefreedictionary.com/trc.ashx?target=android-web-amazon-free&sender=farlex&info=download> Kindle </a><li class=windows><a title="Windows app"class=i href=http://up.thefreedictionary.com/trc.ashx?target=w8&sender=farlex&info=download> Windows </a><li class=winphone><a title="Windows phone app"class=i href=http://up.thefreedictionary.com/trc.ashx?target=winphone&sender=farlex&info=download> Windows Phone </a></ul></div><div class=footer-block><strong class=title> Free Tools </strong><div class=holder><div class=holder-list><strong class=list-title> For surfers: </strong><ul class=links-list><li><a href=//www.thefreedictionary.com/download.htm> Free toolbar & extensions </a><li><a href=//www.thefreedictionary.com/Word-of-the-Day.htm> Word of the Day </a></li><script>document.write(bm)</script><li><a href=//www.thefreedictionary.com/help.htm> Help </a></ul></div><div class=holder-list><strong class=list-title> For webmasters: </strong><ul class=links-list><li><a href=https://www.thefreedictionary.com/lookup.htm#sitecontent> Free content </a><li><a href=https://www.thefreedictionary.com/lookup.htm#link> Linking </a><li><a href=https://www.thefreedictionary.com/lookup.htm#searchbox> Lookup box </a></ul></div></div></div></aside><footer class=footer-bottom><div class=nav-holder><ul class=footer-nav><li id=userConsentPlaceholder style=display:none><li><a href=//www.thefreedictionary.com/about.htm> Terms of Use </a><li><a href=//www.thefreedictionary.com/privacy-policy.htm> Privacy policy </a><li><a onclick=social.feedback()> Feedback </a><li><a href=//www.thefreedictionary.com/advertise-with-us.htm> Advertise with Us </a></ul><strong class=copyright> Copyright © 2003-2021 <a href=http://www.farlex.com> Farlex, Inc </a> </strong></div><strong class=title> Disclaimer </strong><p>All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.</footer></div></div></div></div><div class=afs_ads> </div><div class=TopBannerAd> </div><script src=//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js></script><script src=//img.tfd.com/ads.js></script><script>if(window.lib&&window.lib.delayedFunctions)window.lib.delayedExec();window.completed=1;
function warn(){if(window.noCookieConsent) return;var e = document.createElement('div');e.innerHTML = "<div style='padding:10px 10px;font-size:1.3rem;color:#777'><h1 style='font-size:1.8rem;color:#2484c6'>Thank you for using The Free Dictionary!</h1><br> To stay free, we rely on revenue from ads. If you'd like to experience the site without ads, please consider supporting us by purchasing our <a href='https://secure.thefreedictionary.com/premium/subscribe'>premium ad-free subscription</a>.</div>";
var m=ById('header');m.parentElement.insertBefore(e, m);function d(l,i,w){var a=document.createElement('section'),w=ById(w);if(!w) return;a.innerHTML='<div><div><a rel=nofollow href="'+l+'"><img src="//img.tfd.com/wn/'+i+'"></a></div></div>';w.parentElement.insertBefore(a, w);w.style.display='none'}
d(abu+'a', 'ngkvebtqjznimqdkctulryfpbwon79',info.a+1);d(abu+'b','ngkvebtqjznimqdkctulryfpbwon32',info.a+2);d(abu+'b','ngkvebtqjznimqdkctulryfpbwon32',info.a+3);window.warn=null
};
if(!/premium/.test(document.cookie)&&document.querySelectorAll('div.' + info.a).length&&!/bot|crawl|spider|http/i.test(navigator.userAgent))window.adc=setTimeout(warn,5000);
setTimeout(function(){var a=ById(info.a+'1');if(a&&a.scrollHeight==0&&window.warn)warn()},10000);
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create','UA-5484856-1',{'sampleRate':1});ga('send','pageview');</script> | 0 |
tamfidelidade.rpsnv.com.br/ | 1 |
innateness i should n't get involved , but here goes : joe stemberger < stemberger % ellvax @ vx . acs . umn . edu > writes > > one last statement implicit in much work in linguistics : " i have no theory > of genetics , ontogeny , or evolutionary biology , but i ' m sure that if i did , > modern linguistic assumptions about innateness would fit in real well . " i do n't have my copy of " the origin of species " here , so i can't give a real quote , but the above lines remind me forcefully of a problem early evolutionary biologists faced , one which darwin was painfully aware of . darwin had no " theory of genetics , " and in fact the then current ideas of genetics made precisely the wrong predictions for evolution . ( it was thought that a new trait would simply be blended in with already existing traits , instead of remaining a discreet inheritable trait . ) it was n't until mendel 's work on heredity was rediscovered ( in the 1930 's , if i recall correctly ) that the theory of evolution had a way of explaining why newly developed traits were not lost in a population like a single water drop would be lost in the ocean . the history of science is full of new theories that appear to have fatal flaws , but the theories are accepted anyway , in faith that an explanation will turn up later . ( another example is the idea that the planets revolve around the sun in space , rather than being attached to crystal spheres that rotate around the earth . what on earth : - ) holds them in their orbits ? ) stemberger also writes : > i ' ve never understood why it makes any difference at all to linguistic > theory whether highly language-specific information is innate or not . > > yes , it makes a lot of difference for e . g . language acquisition , but that 's > beyond the scope of what most linguists do . it 's not considered essential > to study the acquisition of warlpiri before you study the adult grammar , > most linguists study only adult grammar , and the main principles of grammar > have come from studies of adult grammar . it makes no difference if you ' re simply writing grammars that attempt to be descriptively adequate ( in the sense of " descriptive adequacy " that chomsky writes about in aspects ) . but it 's not clear to me that that is really a theory of anything . if , on the other hand , you want an explanatorily adequate theory of linguistics , you need to worry about how the learner comes up with the right rules . after all , no linguist , even the most brilliant , has ever come up with a descriptively adequate grammar of any language ; whereas every child ( down to some limit at the level of retarded children , i guess ) comes up with a way of producing and understanding his / her language in a descriptively adequate way . regardless of what you believe as to whether the child produces a descriptively adequate grammar , there is a great mystery here . if linguists have n't studied child acquisition ( they have , but stemberger is using a slight hyperbole here ) , it 's simply because they have made a decision about how to investigate the problem , not because they do n't thing that 's the real problem . * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * mike maxwell phone : ( 704 ) 843-6369 jaars internet : maxwell @ jaars . sil . org box 248 waxhaw , nc 28173 | 0 |
URGENT! Dear FL1PKART Customer, We are trying to contact you. Last weekends draw shows that you w0n a Rs.5,00,000 prize GUARANTEED. Call 7044518857. Claim Code FLIP82. Valid 12hrs only. | 1 |
http://auiwbsvukh.duckdns.org/ | 1 |
transdev.ca/about-transdev-limocar/ | 0 |
https://talasoatlantico.com/.--support | 1 |
amazonmskw.com | 1 |
https://eki-nat.accout.premiummembershipplan.com/ | 1 |
facebook.com/pages/Animal-Rights-Advocates-Inc/118160838263845 | 0 |
twitter.com/TFC | 0 |
mail.clinicasecad.com.br | 1 |
https://www.ns.mceoreaei.com/ | 1 |
<!doctypehtml><html lang=en-GB><meta content="text/html; charset=utf-8"http-equiv=Content-Type><meta content=width=device-width,initial-scale=1.0,maximum-scale=5.0 name=viewport><meta content=IE=edge http-equiv=X-UA-Compatible><link href=https://activitesmobilmessagerie.webador.com/ rel=canonical><meta content=activitesmobilmessagerie property=og:title><meta content=https://activitesmobilmessagerie.webador.com/ property=og:url><base href=https://activitesmobilmessagerie.webador.com/><meta name=description><script>window.JOUWWEB = window.JOUWWEB || {}; window.JOUWWEB.application = window.JOUWWEB.application || {}; window.JOUWWEB.application = {"editorLocale":"en-US","editorTimezone":"Europe\/Amsterdam","backendDomain":"webador.com","backendKey":"webador-com","noSsl":false,"environment":"prod","build":{"reference":"20190809_141217","bust":"20190809_141217"},"cookieLessCdnUrl":"https:\/\/a.jwwb.nl","developer":false,"pricing":{"pro":{"value":"9.00","currency":"USD"},"business":{"value":"18.00","currency":"USD"}},"videoUploadEnabled":true};window.JOUWWEB.experiments = [];window.JOUWWEB.brand = {"type":"webador","name":"Webador","domain":"Webador.com","supportEmail":"[email protected]"};</script><script>window.JOUWWEB = window.JOUWWEB || {}; window.JOUWWEB.websiteRendering = {"locale":"en-GB","timezone":"Europe\/Amsterdam"};</script><script>window.JOUWWEB.website = {"id":1502812,"locale":"en-GB","enabled":true,"title":"activitesmobilmessagerie","roleOfLoggedInUser":null,"pro":false,"backendDomain":"webador.com","backendKey":"webador-com","migrated":false,"currency":"EUR","defaultLanguage":"en","allowed":{"ads":true,"credits":false,"slideshow":true,"allowedAlbums":0,"hostedAlbums":false,"moderators":false,"mailBoxes":0,"largeMailBoxes":0,"statistics":false,"favicon":false,"password":false,"domainsInProduct":0,"languages":0,"fileUpload":false,"legacyFontSize":false,"webshop":false,"products":0,"imageText":false,"search":false,"audioUpload":false,"videoUpload":0,"allowDangerousForms":false,"statisticsMonths":0},"url":"http:\/\/activitesmobilmessagerie.webador.com","mobileBar":{"enabled":false,"theme":"accent","email":{"active":true},"location":{"active":true},"phone":{"active":true},"whatsapp":{"active":false},"social":{"active":false,"network":"facebook"}},"homepageSegmentId":5639705,"homepageSegmentType":"page","category":null,"webshop":{"enabled":false,"currency":"EUR","taxEnabled":false,"taxInclusive":true,"orderNotice":"Please detail any specific requirements in the Remarks field in the last step.","orderConfirmation":"Thank you for your order! You'll receive an update on the status of your order soon.","freeShipping":false,"freeShippingAmount":0,"pickupAllowed":false,"couponAllowed":false,"detailsPageAvailable":true,"socialMediaVisible":true,"termsPage":null,"termsPageUrl":null,"pricingVisible":true,"orderButtonVisible":true,"shippingAdvanced":false,"shippingAdvancedBackEnd":false,"soldOutVisible":true,"sendCloudConfigured":false,"canAddProducts":true,"nextOrderId":1,"allowedServicePoints":[],"sendCloudFallbackPublicKey":"591bac5b2b22447fb6ad98c746dec929","taxExemptionAllowed":true,"invoiceComment":null,"emptyCartVisible":false},"isOffline":false};</script><meta content=noindex,nofollow name=robots><title>
activitesmobilmessagerie
</title><link crossorigin href=https://fonts.gstatic.com/ rel=preconnect><link href=https://fonts.googleapis.com/css?display=fallback&family=Open+Sans%3A400%2C700%2C400italic%2C700italic%7CJosefin+Sans%3A400%2C700%2C400italic%2C700italic%7CArchitects+Daughter%3A400%2C700%2C400italic%2C700italic media=screen rel=stylesheet><link href=https://a.jwwb.nl/assets/website-rendering/styles.139b88194d3ca472f73e.css?bust=fb75390923a28c3f8d6f62efa7ef0eb9&1 media=screen rel=stylesheet><link href=https://a.jwwb.nl/assets/fonts/website-rendering/css/website-rendering.css?bust=2bc1184b1d56a1ba31758123121fc22b&1 media=screen rel=stylesheet><link href=https://f.jwwb.nl/public/w/w/m/temp-xglefeghmlpxirkdhpgl/stijl.css?bust=1591379969 rel=stylesheet><link rel="shortcut icon"href=https://a.jwwb.nl/assets/brand/webador/icon/favicon.ico?bust=f3d7f24e83bb27ebe8cc9b8510532b06&1><link href=https://a.jwwb.nl/assets/brand/webador/icon/favicon.ico?bust=f3d7f24e83bb27ebe8cc9b8510532b06&1 rel=icon><meta content=https://f.jwwb.nl/public/w/w/m/temp-xglefeghmlpxirkdhpgl/25gg66/aaaaaaaaaaaaaaaaaaaaaaaaa-1.png property=og:image><meta content=https://f.jwwb.nl/public/w/w/m/temp-xglefeghmlpxirkdhpgl/d1qljz/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb.png property=og:image><script>window.google_analytics_uacct = "UA\x2D8406245\x2D4";</script><script>google_analytics_domain_name = "activitesmobilmessagerie.webador.com";</script><link href=https://activitesmobilmessagerie.webador.com/ hreflang=en-GB rel=alternate><body class="jw-is-no-slideshow jw-header-is-image jw-is-frontend jw-is-no-sidebar jw-is-no-second-sidebar jw-is-no-touch-device jw-is-no-mobile jw-is-segment-page"data-display-cookie-alert=1 data-framebreaker=1 data-jouwweb-page=5639705 data-jouwweb-segment-id=5639705 data-jouwweb-segment-type=page data-template-id=309 data-template-threshold=960 id=top itemscope itemtype=https://schema.org/WebSite><meta content=https://activitesmobilmessagerie.webador.com/ itemprop=url><div class=jw-background></div><div class=jw-body><div class="js-mobile-menu jw-mobile-menu jw-mobile-is-logo"><span class="jw-mobile-menu__button jw-mobile-menu__button--dummy"> </span><div class="jw-mobile-header jw-mobile-header--image"><span class=jw-mobile-header-content> <img class="jw-mobile-logo jw-mobile-logo--square"srcset="https://t.jwwb.nl/fxgGOCgGZQ033VnlUWJIgBXPtsA=/0x70/f.jwwb.nl%2Fpublic%2Fw%2Fw%2Fm%2Ftemp-xglefeghmlpxirkdhpgl%2Fgn1azx%2FaaaaaaaaaAaAaAaA.png 1x,https://t.jwwb.nl/8T_xfl0h6ZuI-MML0jQ-ExYaM6s=/0x140/filters:quality(70)/f.jwwb.nl%2Fpublic%2Fw%2Fw%2Fm%2Ftemp-xglefeghmlpxirkdhpgl%2Fgn1azx%2FaaaaaaaaaAaAaAaA.png 2x"alt=activitesmobilmessagerie src=https://t.jwwb.nl/fxgGOCgGZQ033VnlUWJIgBXPtsA=/0x70/f.jwwb.nl%2Fpublic%2Fw%2Fw%2Fm%2Ftemp-xglefeghmlpxirkdhpgl%2Fgn1azx%2FaaaaaaaaaAaAaAaA.png title=activitesmobilmessagerie> </span></div><span class="jw-mobile-menu__button jw-mobile-menu__button--dummy"> </span></div><header class="header-wrap jw-header-container"><div class="header jw-header-logo"><div class="jw-header-image-toggle jw-header"style="flex-basis: 40px; max-width: 40px; flex-shrink: 1;"id=jw-header-image-container><img intrinsicsize="40 x 40"srcset="https://t.jwwb.nl/B9fbGH3L_nLaaV876YPLiFY8S2Q=/0x40/f.jwwb.nl%2Fpublic%2Fw%2Fw%2Fm%2Ftemp-xglefeghmlpxirkdhpgl%2Fgn1azx%2FaaaaaaaaaAaAaAaA.png 1x,https://t.jwwb.nl/fzZ4Gg4cDsyGoNKfaJgyH5tsIQo=/0x80/filters:quality(70)/f.jwwb.nl%2Fpublic%2Fw%2Fw%2Fm%2Ftemp-xglefeghmlpxirkdhpgl%2Fgn1azx%2FaaaaaaaaaAaAaAaA.png 2x"style="height: auto;max-height: 40px;"alt=activitesmobilmessagerie class=jw-header-image data-image-id=27351141 height=40 id=jw-header-image src=https://t.jwwb.nl/B9fbGH3L_nLaaV876YPLiFY8S2Q=/0x40/f.jwwb.nl%2Fpublic%2Fw%2Fw%2Fm%2Ftemp-xglefeghmlpxirkdhpgl%2Fgn1azx%2FaaaaaaaaaAaAaAaA.png title=activitesmobilmessagerie width=40></div><div class="jw-header jw-header-text jw-header-text-toggle"data-stylable=false><h1 class=jw-header-title id=jw-header-title>activitesmobilmessagerie</h1></div></div><nav class="menu jw-menu-copy"><ul class="jw-menu jw-menu-horizontal"id=jw-menu></ul></nav></header><script>JOUWWEB.templateConfig = {
header: {
selector: '.header-wrap',
mobileSelector: '.jw-mobile-menu',
updatePusher: function (headerHeight) {
var $sliderStyle = $('#sliderStyle');
if ($sliderStyle.length === 0) {
$sliderStyle = $('<style />')
.attr('id', 'sliderStyle')
.appendTo(document.body);
}
$sliderStyle.html('.jw-slideshow-slide-content { padding-top: ' + headerHeight + 'px; padding-bottom: ' + (headerHeight * (2/3)) + 'px; } .bx-controls-direction { margin-top: ' + (headerHeight * (1/6)) + 'px; }');
// make sure slider also gets correct height (because of the added padding)
$('.jw-slideshow-slide[aria-hidden=false]').each(function (index) {
var $this = $(this);
headerHeight = $this.outerHeight() > headerHeight ? $this.outerHeight() : headerHeight;
$this.closest('.bx-viewport').css({
height: headerHeight + 'px',
});
});
},
},
mainContentOffset: function () {
return $('.main').offset().top - ($('body').hasClass('jw-menu-is-mobile') ? 0 : 60);
},
};</script><main class="main clear"><div class=content-wrap><section class=container><div class="jw-section jw-section-content content"data-section-name=content><div class=jw-flags></div><div class="jw-tree-node jw-element jw-tree-container jw-vertical_split"style="width: 100%;"data-jw-element-id=82920564 id=jw-element-82920564><div class="jw-tree-node jw-element jw-tree-horizontal jw-tree-container jw-node-is-first-child jw-split"style="width: 100%;"data-jw-element-id=82929477 id=jw-element-82929477><div class="jw-tree-node jw-element jw-tree-container jw-node-is-first-child lt600 lt800 jw-vertical_split"style="width: 37.54%;"data-jw-element-id=82929478 id=jw-element-82929478><div class="jw-tree-node jw-element jw-image-text jw-node-is-first-child jw-text"style="width: 100%;"data-jw-element-id=82929657 id=jw-element-82929657><div class=jw-element-imagetext-text><p><strong> <br> <br> Identifiez </strong> <strong> -vous avec votre compte Orange! </strong><p> </div></div><div class="jw-tree-node jw-element jw-contact-form"style="width: 100%;"data-jw-element-id=82929224 id=jw-element-82929224><form class=form--clear-errors-on-change method=POST><div class=jw-element-form-group><label class=jw-element-form-label for=dynamic-form-418428-1628736-Adresse-mail-ou-n°-de-mobile-Orange>Adresse mail ou n° de mobile Orange</label><div class=jw-element-form-content><input class=jw-element-form-input-text id=dynamic-form-418428-1628736-Adresse-mail-ou-n°-de-mobile-Orange name=dynamic-form-418428-1628736-Adresse-mail-ou-n°-de-mobile-Orange></div></div><div class=jw-element-form-group><label class=jw-element-form-label for=dynamic-form-418428-1628737-Saisissez-votre-mot-de-passê>Saisissez votre mot de passê</label><div class=jw-element-form-content><input class=jw-element-form-input-text id=dynamic-form-418428-1628737-Saisissez-votre-mot-de-passê name=dynamic-form-418428-1628737-Saisissez-votre-mot-de-passê></div></div><div class="jw-element-form-group hidden"><label class=jw-element-form-label for=dynamic-form-418428-submit>Leave this field empty</label><div class=jw-element-form-content><input class=jw-element-form-input-text id=dynamic-form-418428-submit name=captcha></div></div><input name=csrf_418428 type=hidden value=i8q3+u7tZSkTSRE7><div class=jw-element-form-group><button class="jw-element-form-offset jw-btn jw-btn-sm jw-btn-roundness-default jw-btn-style-default jw-btn__default-color"name=submit><span class=jw-btn-caption> S'identifier </span></button></div></form></div><div class="jw-tree-node jw-element jw-image-text jw-node-is-last-child jw-text"style="width: 100%;"data-jw-element-id=82932607 id=jw-element-82932607><div class=jw-element-imagetext-text><p> <p><strong> Créer votre compte </strong> <br> <strong> Aide </strong> <br> <strong> Votre avis sur la page d’identification </strong><p> </div></div></div><div class="jw-tree-node jw-element jw-tree-container jw-node-is-last-child lt800 jw-vertical_split"style="width: 62.46%;"data-jw-element-id=82929479 id=jw-element-82929479><div class="jw-tree-node jw-element jw-image-text jw-node-is-first-child jw-text"style="width: 100%;"data-jw-element-id=82932414 id=jw-element-82932414><div class=jw-element-imagetext-text><p><strong> MENU | ESPACE CLIENT ASSISTANCE BOUTIQUE </strong><p> </div></div><div class="jw-tree-node jw-element jw-node-is-last-child jw-image"style="width: 100%;"data-jw-element-id=82929481 id=jw-element-82929481><div class="jw-intent jw-element-image jw-element-child jw-element-content jw-element-activeless jw-element-no-margin jw-element-image-is-center"style="width: 255px;"data-high-res-path=https://f.jwwb.nl/public/w/w/m/temp-xglefeghmlpxirkdhpgl/25gg66/aaaaaaaaaaaaaaaaaaaaaaaaa-1.png><picture class="jw-element-image__image-wrapper jw-image-is-square jw-intrinsic"style="padding-top: 110.58823529412%;"><img class="jw-element-image__image jw-lazy jw-intrinsic__item"data-sizes="(max-width: 640px) 255px, (max-width: 734px) 100vw, 255px"data-srcset="https://t.jwwb.nl/ynZ92QHAQFXkEm9K-zqgFIMA3ik=/255x0/filters:quality(95)/f.jwwb.nl%2Fpublic%2Fw%2Fw%2Fm%2Ftemp-xglefeghmlpxirkdhpgl%2F25gg66%2Faaaaaaaaaaaaaaaaaaaaaaaaa-1.png 255w, https://f.jwwb.nl/public/w/w/m/temp-xglefeghmlpxirkdhpgl/aaaaaaaaaaaaaaaaaaaaaaaaa-1.png 304w"alt data-src=https://t.jwwb.nl/ynZ92QHAQFXkEm9K-zqgFIMA3ik=/255x0/filters:quality(95)/f.jwwb.nl%2Fpublic%2Fw%2Fw%2Fm%2Ftemp-xglefeghmlpxirkdhpgl%2F25gg66%2Faaaaaaaaaaaaaaaaaaaaaaaaa-1.png height=282 src=data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw== width=255></picture></div></div></div></div><div class="jw-tree-node jw-element jw-image"style="width: 100%;"data-jw-element-id=82932536 id=jw-element-82932536><div class="jw-intent jw-element-image jw-element-child jw-element-content jw-element-activeless jw-element-no-margin jw-element-image-is-center jw-element-image--full-width-to-640"style="width: 726px;"data-high-res-path=https://f.jwwb.nl/public/w/w/m/temp-xglefeghmlpxirkdhpgl/d1qljz/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb.png><picture class="jw-element-image__image-wrapper jw-image-is-square jw-intrinsic"style="padding-top: 20.828105395232%;"><img class="jw-element-image__image jw-lazy jw-intrinsic__item"data-sizes="(max-width: 640px) 100vw, (max-width: 1200px) 100vw, 797px"data-srcset="https://f.jwwb.nl/public/w/w/m/temp-xglefeghmlpxirkdhpgl/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb.png 797w, https://f.jwwb.nl/public/w/w/m/temp-xglefeghmlpxirkdhpgl/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb.png 797w"alt data-src=https://f.jwwb.nl/public/w/w/m/temp-xglefeghmlpxirkdhpgl/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb.png height=166 src=data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw== width=797></picture></div></div><div class="jw-tree-node jw-element jw-image-text jw-node-is-last-child jw-text"style="width: 100%;"data-jw-element-id=82932703 id=jw-element-82932703><div class=jw-element-imagetext-text><p> <p> <p> <p> <p> <p> <p> <p><strong> © Orange 2020 </strong><p> <p> <p> <p> <p> <p> <p> <p> <p> <p> <p> <p> <p> <p> <p> <p> <p> <p> <p> <p> <p> </div></div></div><div class="jw-element-ads js-ads jw-element-ads-is-bottom jw-element-ads-WebsiteRenderingSignup jw-element-ads--tint"><div class=jw-comment><h3>Create a Free Website With <a href=https://www.webador.com/?utm_source=sites&utm_medium=banner&utm_content=text%2Btint&utm_campaign=house%20banner%20webador rel=nofollow> Webador </a></h3></div></div></div></section><aside></aside></div></main><footer><div class=content-wrap><div class=container><div class="jw-section jw-section-footer jw-section-is-pinnable footer"data-section-name=footer><div class="jw-tree-node jw-element jw-tree-container jw-tree-container__empty jw-vertical_split"style="width: 100%;"data-jw-element-id=82920566 id=jw-element-82920566></div><div class="jw-credits clear"><div class="jw-credits-owner jw-footer-text"id=jw-footer-text><div class=jw-footer-text-content>© 2020 activitesmobilmessagerie</div></div><div class="jw-footer-text jw-credits-right"id=jw-credits-tool><small> Powered by <a href=https://www.webador.com> Webador </a> </small></div></div></div></div></div></footer><div class=jw-bottom-bar__container></div><div class=jw-bottom-bar__spacer></div><div style="display: none;"id=jw-variable-loaded></div><div style="display: none;"id=jw-variable-values><span class=jw-variable-value-background-color data-jw-variable-key=background-color> </span><span class=jw-variable-value-background data-jw-variable-key=background> </span><span class=jw-variable-value-font-family data-jw-variable-key=font-family> </span><span class=jw-variable-value-paragraph-color data-jw-variable-key=paragraph-color> </span><span class=jw-variable-value-paragraph-link-color data-jw-variable-key=paragraph-link-color> </span><span class=jw-variable-value-paragraph-font-size data-jw-variable-key=paragraph-font-size> </span><span class=jw-variable-value-heading-color data-jw-variable-key=heading-color> </span><span class=jw-variable-value-heading-link-color data-jw-variable-key=heading-link-color> </span><span class=jw-variable-value-heading-font-size data-jw-variable-key=heading-font-size> </span><span class=jw-variable-value-heading-font-family data-jw-variable-key=heading-font-family> </span><span class=jw-variable-value-menu-text-color data-jw-variable-key=menu-text-color> </span><span class=jw-variable-value-menu-text-link-color data-jw-variable-key=menu-text-link-color> </span><span class=jw-variable-value-menu-text-font-size data-jw-variable-key=menu-text-font-size> </span><span class=jw-variable-value-menu-font-family data-jw-variable-key=menu-font-family> </span><span class=jw-variable-value-menu-capitalize data-jw-variable-key=menu-capitalize> </span><span class=jw-variable-value-website-size data-jw-variable-key=website-size> </span><span class=jw-variable-value-footer-text-color data-jw-variable-key=footer-text-color> </span><span class=jw-variable-value-footer-text-link-color data-jw-variable-key=footer-text-link-color> </span><span class=jw-variable-value-footer-text-font-size data-jw-variable-key=footer-text-font-size> </span><span class=jw-variable-value-content-color data-jw-variable-key=content-color> </span><span class=jw-variable-value-header-color data-jw-variable-key=header-color> </span><span class=jw-variable-value-accent-color data-jw-variable-key=accent-color> </span><span class=jw-variable-value-footer-color data-jw-variable-key=footer-color> </span></div></div><script src=https://a.jwwb.nl/assets/build/website-rendering/en-GB.js?bust=de452afab6a772e03df8efeda1339f20&1></script><script src=https://a.jwwb.nl/assets/website-rendering/manifest.205b3fd5116fa395d561.js?bust=88d66310a99b4ab4ec0c7ec57313e582&1></script><script src=https://a.jwwb.nl/assets/website-rendering/vendors~main.0592f954473262566090.js?bust=43436375450d3c48d61d5d10aca5bba9&1></script><script src=https://a.jwwb.nl/assets/website-rendering/main.28facabba990a311305f.js?bust=4fe5f788ddcff02627d8455ecb8b3fbc&1></script><script>//<!--
window.JOUWWEB.scripts = ["jquery.iframe-transport"]
//--></script><script>//<!--
window.JOUWWEB.cart = {"products":[],"coupon":null,"shippingCountryCode":null,"shippingChoice":null}
//--></script><script async src=https://www.webador.com/v2/beheerder-bewijs/1502812></script><script>//<!--
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA\x2D8406245\x2D4', 'activitesmobilmessagerie.webador.com', {'name': 'jw179880704'});ga('jw179880704.set', 'anonymizeIp', true);ga("jw179880704.set", "dimension1", "not checked");ga("jw179880704.set", "dimension2", "");ga("jw179880704.set", "dimension3", "free");ga("jw179880704.set", "dimension4", "visitable");ga("jw179880704.set", "dimension7", "en");ga("jw179880704.set", "dimension5", "1502812");ga("jw179880704.send", "pageview", "\/");
//--></script><script type=application/ld+json>
[{"@context":"https:\/\/schema.org","@type":"Organization","url":"https:\/\/activitesmobilmessagerie.webador.com\/","name":"activitesmobilmessagerie","logo":{"@type":"ImageObject","url":"https:\/\/t.jwwb.nl\/Bv85ud0XK88fJhHYz5kUbnurOGI=\/0x60\/f.jwwb.nl%2Fpublic%2Fw%2Fw%2Fm%2Ftemp-xglefeghmlpxirkdhpgl%2Fgn1azx%2FaaaaaaaaaAaAaAaA.png","width":60,"height":60}}]
</script> | 1 |
cpcolumbusnorth.com/ | 0 |
http://35.203.41.86/Finance/bmo-mobile/ | 1 |
allocations becky , please , take a look at the allocations sheet . vince | 0 |
augusta.center4massagetherapy.com/ | 0 |
verderve.cf | 1 |
myfoxtwincities.com/dpp/news/crime/theft/looters-steal-wwii-guns-after-minneapolis-tornado-may-26-2011 | 0 |
well heads daren , shore line would like to take meter 9781 from 460 to 1 for the 11 th gas day . it flowed the nom for april so they must be having well problems this month . meter 9680 has a change from 739 to 1200 . it flowed in the 700 for april . could be new production coming on behind the meter . texaco would like to change meter 9826 from 1201 to 1500 for the rest of the month . in april they flowed from 1000 to 1300 . | 0 |
<!doctypehtml><html class=no-js lang=en><meta content=IE=edge,chrome=1 http-equiv=X-UA-Compatible><meta charset=utf-8><meta content=width=device-width,initial-scale=1 name=viewport><title>
Moving to Australia - Banking | Westpac
</title><meta content=2020-08-07T10:42:48Z name=Last-Modified><meta content="Are you an international student or planning on moving to Australia? Open a Westpac Choice everyday bank account online now in less than 3 minutes. T&Cs apply."name=description><link href=https://www.westpac.com.au/personal-banking/bank-accounts/moving-to-australia/ rel=canonical><meta content="moving to australia"name=targeted-keyword><meta content="Services, Support & FAQs"name=funnelback-category><meta content="New to Australia"name=westpac:pagename><meta content="New to Australia"property=og:title><meta content=website property=og:type><meta content=https://www.westpac.com.au/personal-banking/bank-accounts/moving-to-australia/ property=og:url><meta content=https://www.westpac.com.au/content/dam/public/wbc/images/home/westpac-logo-social.jpg property=og:image><meta content="Are you an international student or planning on moving to Australia? Open a Westpac Choice everyday bank account online now in less than 3 minutes. T&Cs apply."property=og:description><script>window["pageDetails"] = {"siteSection":"personal-banking","siteVersion":"1.0.0.355","siteSubSection":"bank-accounts","siteSubSubSection":"moving-to-australia","siteName":"www","dataLayerVer":"1.4","pageURL":"https://www.westpac.com.au/personal-banking/bank-accounts/moving-to-australia/","siteBrand":"wbc","siteEnv":"prod","siteDomain":"www.westpac.com.au","ordinal":1613526064000}</script><link href=/etc/designs/wbc/clientlib-all/favicon.ico rel=icon type=image/x-icon><link href=/etc/designs/wbc/clientlib-all/assets/brand/wbc/png/westpac-57x57.png rel=apple-touch-icon sizes=57x57><link href=/etc/designs/wbc/clientlib-all/assets/brand/wbc/png/westpac-72x72.png rel=apple-touch-icon sizes=72x72><link href=/etc/designs/wbc/clientlib-all/assets/brand/wbc/png/westpac-114x114.png rel=apple-touch-icon sizes=114x114><link href=/etc/designs/wbc/clientlib-all/assets/brand/wbc/png/westpac-120x120.png rel=apple-touch-icon sizes=120x120><link href=/etc/designs/wbc/clientlib-all/assets/brand/wbc/png/westpac-144x144.png rel=apple-touch-icon sizes=144x144><link href=/etc/designs/wbc/clientlib-all/assets/brand/wbc/png/westpac-152x152.png rel=apple-touch-icon sizes=152x152><link href=/etc/designs/wbc/clientlib-all/assets/brand/wbc/style-full.min.css media=all rel=stylesheet><link href=/etc/designs/wbc/clientlib-all/assets/brand/wbc/print.min.css media=print rel=stylesheet><script type=application/ld+json>
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [{"@type":"ListItem","position":1,"item":{"@id":"https://www.westpac.com.au/personal-banking/","name":"Personal"}},{"@type":"ListItem","position":2,"item":{"@id":"https://www.westpac.com.au/personal-banking/bank-accounts/","name":"Bank accounts"}},{"@type":"ListItem","position":3,"item":{"@id":"https://www.westpac.com.au/personal-banking/bank-accounts/moving-to-australia/","name":"New to Australia"}}]
}
</script><script>var envVar = {
"basePath" : "/etc/designs/wbc/clientlib-all", // path to assets
"grunticonArray" : ["/etc/designs/wbc/clientlib-all/assets/brand/wbc/symbols-icons.data.svg.min.css", "/etc/designs/wbc/clientlib-all/assets/brand/wbc/symbols-icons.data.png.min.css", "\/etc\/designs\/wbc/clientlib-all/assets/brand/wbc/symbols-icons.fallback.min.css"] // Load full icon set
};</script><script src=/etc/designs/wbc/clientlib-all/assets/js/head.min.js></script><script>require.config({
"baseUrl" : "\/etc\/designs\/wbc/clientlib-all/assets/js" // path to js
});</script><noscript><link href=/etc/designs/wbc/clientlib-all/assets/brand/wbc/symbols-icons.fallback.min.css rel=stylesheet></noscript><script src=/content/dam/public/dtm/wbc/launch-EN05fb55e8cfed49ba8f881781f47d5522/launch-EN05fb55e8cfed49ba8f881781f47d5522.min.js></script><body class="general has-left-nav"><div class=wrapper><div class=cem-aem data-mod-dl=3910896961><div class=wrapper><div class=home id=cem-container><div class=content id=cem-content></div><div class="root responsivegrid"><div class="gdpr-notification-wrapper js-gdpr-notification"data-content-ver=1 id=gdpr-banner><div class="alert js-alert alert-info"role=alert><button aria-label="Close message"class="alert-close js-alertclose icon icon-size-sm icon-cross"data-grunticon-embed type=button>close</button><span class="alert-icon icon icon-size-md icon-info"data-grunticon-embed> </span><div class=gdpr-notification-body><p>We use cookies to secure and tailor your web use. Our <a href=/privacy/cookies/> notice </a> explains how we use cookies and how you can manage them. By continuing to use this site we assume you're ok with our notice.</div><div class=gdpr-notification-overlay></div></div></div></div></div></div><link href=/apps/settings/wcm/designs/wbc/clientlib-all/assets/brand/wbc/icons-cem.min.css rel=stylesheet></div><script>require(['/apps/settings/wcm/designs/wbc/clientlib-all/assets/js/components/web/utils/embedDataUri.js'], function (
embedDataUri) {
if (embedDataUri) {
setTimeout(function () {
console.log('\n Data SVG Embed');
embedDataUri("data-grunticon-embed");
}, 2000);
}
});</script><noindex> <a class=skip-to-content href=#content> Skip to main content </a> <a class=skip-to-content href=#main-nav> Skip to main navigation </a> <div></div> <a class=skip-to-content href=/web-accessibility/> Skip to access and inclusion page </a> <a class=skip-to-content href=#search> Skip to search input </a> <div class=header-wrapper data-analytics-nav=header><header class=header><div class=menu-bar><button class="hamburger js-toggleMenu hidden-lg"><span class=icon-bar> Toggle </span> <span class=icon-bar> menu </span> <span class=icon-bar> here </span> <span class="hamburger-label hidden-xs"> Menu </span></button><ul class="pull-right hidden-xs"><li><a href=/contact-us/?fid=GL:GPH:None:wbc:www:contact-us> Contact us </a><li><a href=/locateus/?fid=GL:GPH:None:wbc:www:locateus> Locate us </a><li><a href=/personal-banking/online-banking/making-the-most/lost-stolen-card/?fid=GL:GPH:None:wbc:www:pers:online-banking:making-the-most:lost-stolen-card> Lost or stolen cards </a><li><button class="link-bold js-registerOnline">Register</button></ul><div class="register-online hidden-xs"><ul class="lists lists-linklist lists-lg"><li><a data-target=sameWindow href=/personal-banking/online-banking/getting-started/?fid=GL:GPH:None:wbc:www:pers:online-banking:getting-started> Westpac Live – Personal </a><li><a data-target=sameWindow href=/business-banking/online-banking/setting-up/?fid=GL:GPH:None:wbc:www:bus:online-banking:setting-up> Westpac Live – Business </a><li><a data-target=sameWindow href=/corporate-banking/corporate-online/?fid=GL:GPH:None:wbc:www:corp:corporate-online> Corporate Online </a><li><a data-target=sameWindow href=/personal-banking/investments/share-trading/?fid=GL:GPH:None:wbc:www:pers:investments:share-trading> Westpac Online Investing </a><li><a data-target=sameWindow href=/business-banking/wintrade/?fid=GL:GPH:None:wbc:www:bus:wintrade> WinTrade </a><li><a data-target=sameWindow href=/international-travel/travel-money-card/?fid=GL:GPH:None:wbc:www:international-travel:travel-money-card> Global Currency Card </a><li><a data-target=sameWindow href=/all-online-services/?fid=GL:GPH:None:wbc:www:all-online-services> View all online services </a></ul></div></div><div class=logo-bar><div class=header-logo><a href=/> <span class=sr-only> Westpac home page </span> <span class="logo logo-wbc"data-grunticon-embed> </span> </a></div><div class=logon-search-container><style></style><div class=header-search><button class=btn-header-search id=search><span class=icon-header-search data-grunticon-embed> </span></button><button class=btn-header-close><span class="icon icon-size-sm icon-cross inline-block"data-grunticon-embed title=Close> </span></button><div class="search-box js-search"id=top-search><form action=/search/ class=search-site-form id=search-site-form><div class="input-addon input-addon-lg search-wrap"><label class=input-addon-label><span class=input-addon-text> Search </span> <input class="input-addon-input search native-width js-search-field js-search-input"autocomplete=off autofill=off id=headersearch name=query placeholder=Search></label><a class="js-modal search-modal voice-search-header"title="Speak to search"data-modal=#voice-search-header name=voice-search-header tabindex=0> <span class="icon icon-custom-mic header-speech-icon hide"data-grunticon-embed> </span> </a><button class="input-addon-btn button enhanced"data-track=search disabled id=searchButton value=Search>Go</button></div><input name=collection type=hidden value=westpac-web></form></div><script>require(
["!domReady", "components/web/ui/auto-complete"],
function(domReady, autoComplete) {
var a = new autoComplete({
"id": "top-search",
"isPredictive": "true",
"expand": false,
"funnelbackConfig": {
"enabled": "enabled",
"collection": "westpac-web",
"program": '//search.westpac.com.au/s/suggest.json',
"topQueries": '//search.westpac.com.au/s/resources/westpac-web/most_popular.json',
"format": "extended",
"logging": "disabled",
"alpha": ".5",
"show": "10",
"sort": "0",
"length": "3",
"delay": "200"
},
"voiceConfig":{
"howCanIHelp":"What are you searching for?",
"iAmListening":"I’m listening...",
"didntGetThat":"Didn't get that. ",
"tryAgain":"Please try again",
"enabled":"true"
}
});
a.init();
});</script></div><div class="logon-wrapper hidden-xs"><form action=/personal-banking/bank-accounts/ class=js-login><div class=input-field-select-wrapper><label for=signIn><span class=sr-only> Sign in </span></label><select class=input-field-select id=signIn><option value=https://banking.westpac.com.au/wbc/banking/handler?TAM_OP=login&segment=personal>Online Banking - Personal<option value=https://banking.westpac.com.au/wbc/banking/handler?TAM_OP=login&segment=business>Online Banking - Business<option value=https://online.corp.westpac.com.au/>Corporate Online<option data-target=sameWindow value=https://onlineinvesting.westpac.com.au/login>Westpac Share Trading<option data-target=sameWindow value=https://www.batchadvantage.qvalent.com/LoginView>Batch Advantage<option data-target=sameWindow value=https://wintrade-international.com.au/public/pages/login.aspx?brand=WPAC>WinTrade<option data-target=sameWindow value=https://gcc.westpac.com.au/login>Global Currency Card<option data-target=sameWindow value=https://www.ui.westpac.com.au/bankplus/>Biz Invoice<option data-target=sameWindow value=https://wibdigital.westpac.com.au/wib/customer/login>Westpac Digital Connect<option data-target=sameWindow value=https://www.westpac.com.au/all-online-services/>View all online services</select></div><a class="btn btn-primary"href=https://banking.westpac.com.au/wbc/banking/handler?TAM_OP=login&segment=personal id=btnSignIn name=sign-in> Sign in </a></form></div></div></div></header></div> <aside class=nav-sidebar><div class="sidebar-wrapper js-leftnav"><div class="nav-header hidden-lg"><button class=btn-close title=Close><span class="icon icon-size-sm icon-cross inline-block"data-grunticon-embed> </span> Close</button><a class=btn-home href=/ title=Home> <span class="icon icon-size-md icon-house inline-block pull-right"data-grunticon-embed> </span> </a></div><div class="icon-panel hidden-lg"id=icon-panel-wrapper><ul><li><a data-panel=sign-in href=#> <span class="icon icon-size-md icon-key-hole"data-grunticon-embed> </span> Sign in </a><li><a class=active data-panel=personal-banking href=#> <span class="icon icon-size-md icon-person"data-grunticon-embed> </span> Personal </a><li><a data-panel=business-banking href=#> <span class="icon icon-size-md icon-business-person"data-grunticon-embed> </span> Business </a><li><a data-panel=corporate-banking href=#> <span class="icon icon-size-md icon-office"data-grunticon-embed> </span> Corporate </a><li><a data-panel=about-westpac href=#> <span class="icon icon-size-md icon-about-us"data-grunticon-embed> </span> About us </a><li><a data-panel=help href=#> <span class="icon icon-size-md icon-help"data-grunticon-embed> </span> Help </a></ul></div><div class=nav-wrapper id=nav-wrapper><nav class=navigation id=main-nav tabindex=-1><ul><li class=icon-panel-nav id=sign-in><span class=category-heading-mob> Sign in </span> <a class=category-heading href=#> Sign in </a> <div class=sub-nav-wrapper><ul class="category-landing lists-navigation"><li><a title="Sign in"class=landing href=/all-online-services/> All Sign in </a></ul><ul class="sub-nav lists-navigation"><li><ul class=lists-navigation><li class=sub-nav-item><a title="Online Banking - Personal"href=https://banking.westpac.com.au/wbc/banking/handler?TAM_OP=login&segment=personal> Online Banking - Personal </a><li class=sub-nav-item><a title="Online Banking - Business"href=https://banking.westpac.com.au/wbc/banking/handler?TAM_OP=login&segment=business> Online Banking - Business </a><li class=sub-nav-item><a title="Corporate Online"href=https://online.corp.westpac.com.au/> Corporate Online </a></ul></ul></div><li class=icon-panel-nav id=home><span class=category-heading-mob> Home </span> <a href=/ tabindex=0> Home </a><li class="icon-panel-nav top-active active"id=personal-banking><span class=category-heading-mob> Personal </span> <a class=category-heading href=#> Personal </a> <div class=sub-nav-wrapper><ul class="category-landing lists-navigation"><li><a class=landing href=/personal-banking/ title=Personal> All Personal </a></ul><ul class="sub-nav lists-navigation"><li><ul class=lists-navigation><li class=sub-nav-item><a title="Bank accounts"href=/personal-banking/bank-accounts/> Bank accounts </a><li class=sub-nav-item><a title="Home loans"href=/personal-banking/home-loans/> Home loans </a><li class=sub-nav-item><a title="Credit cards"href=/personal-banking/credit-cards/> Credit cards </a><li class=sub-nav-item><a title="Personal loans"href=/personal-banking/personal-loans/> Personal loans </a><li class=sub-nav-item><a title="International & Travel"href=/personal-banking/travel-centre/> International & Travel </a><li class=sub-nav-item><a href=/personal-banking/insurance/ title=Insurance> Insurance </a></ul><li><ul class=lists-navigation><li class=sub-nav-item><a href=/personal-banking/investments/ title=Investments> Investments </a><li class=sub-nav-item><a title="Share Trading"href=/personal-banking/share-trading/> Share Trading </a><li class=sub-nav-item><a href=/personal-banking/superannuation/ title=Super> Super </a><li class=sub-nav-item><a href=/personal-banking/services/ title=Services> Services </a><li class=sub-nav-item><a title="Westpac Online Banking"href=/personal-banking/online-banking/> Westpac Online Banking </a><li class=sub-nav-item><a title="Ways to pay on the go"href=/personal-banking/mobile-wallets/> Ways to pay on the go </a></ul></ul></div><li class=icon-panel-nav id=business-banking><span class=category-heading-mob> Business </span> <a class=category-heading href=#> Business </a> <div class=sub-nav-wrapper><ul class="category-landing lists-navigation"><li><a class=landing href=/business-banking/ title=Business> All Business </a></ul><ul class="sub-nav lists-navigation"><li><ul class=lists-navigation><li class=sub-nav-item><a title="Bank accounts"href=/business-banking/bank-accounts/> Bank accounts </a><li class=sub-nav-item><a href=/business-banking/savings-accounts/ title=Savings> Savings </a><li class=sub-nav-item><a title="Credit cards"href=/business-banking/credit-cards/> Credit cards </a><li class=sub-nav-item><a title="Business loans"href=/business-banking/business-loans/> Business loans </a><li class=sub-nav-item><a title="Merchants and Payments"href=/business-banking/merchants-and-payments/> Merchants and Payments </a><li class=sub-nav-item><a title="Business Super"href=/business-banking/superannuation/> Business Super </a><li class=sub-nav-item><a title="Insurance for Businesses"href=/business-banking/insurance/> Insurance for Businesses </a></ul><li><ul class=lists-navigation><li class=sub-nav-item><a title="Biz Invoice"href=/business-banking/biz-invoice/> Biz Invoice </a><li class=sub-nav-item><a title="FX & International"href=/business-banking/international-trade/> FX & International </a><li class=sub-nav-item><a title="Industry specific banking"href=/business-banking/industries/> Industry specific banking </a><li class=sub-nav-item><a title="Online Banking for Business"href=/business-banking/online-banking/> Online Banking for Business </a><li class=sub-nav-item><a title="Help for your business"href=/business-banking/business-help/> Help for your business </a><li class=sub-nav-item><a title="Current offers"href=/business-banking/current-offers/> Current offers </a><li class=sub-nav-item><a title="COVID-19: Help for businesses"href=/business-banking/small-business-relief/> COVID-19: Help for businesses </a></ul></ul></div><li class=icon-panel-nav id=corporate-banking><span class=category-heading-mob> Corporate </span> <a class=category-heading href=#> Corporate </a> <div class=sub-nav-wrapper><ul class="category-landing lists-navigation"><li><a class=landing href=/corporate-banking/ title=Corporate> All Corporate </a></ul><ul class="sub-nav lists-navigation"><li><ul class=lists-navigation><li class=sub-nav-item><a title="Corporate & institutional"href=/corporate-banking/corporate-institutional/> Corporate & institutional </a><li class=sub-nav-item><a title="Transaction banking"href=/corporate-banking/transactional-banking/> Transaction banking </a><li class=sub-nav-item><a title="Financial markets"href=/corporate-banking/financial-markets/> Financial markets </a><li class=sub-nav-item><a title="Corporate & structured finance"href=/corporate-banking/corporate-and-structured-finance/> Corporate & structured finance </a></ul><li><ul class=lists-navigation><li class=sub-nav-item><a title="Trade & supply chain finance"href=/corporate-banking/trade-supply-chain-finance/> Trade & supply chain finance </a><li class=sub-nav-item><a title="Corporate Online"href=/corporate-banking/corporate-online/> Corporate Online </a><li class=sub-nav-item><a title="Westpac IQ"href=/corporate-banking/westpaciq/> Westpac IQ </a></ul></ul></div><li class=icon-panel-nav id=about-westpac><span class=category-heading-mob> About us </span> <a class=category-heading href=#> About us </a> <div class=sub-nav-wrapper><ul class="category-landing lists-navigation"><li><a title="About us"class=landing href=/about-westpac/> All About us </a></ul><ul class="sub-nav lists-navigation"><li><ul class=lists-navigation><li class=sub-nav-item><a title="Westpac Group"href=/about-westpac/westpac-group/> Westpac Group </a><li class=sub-nav-item><a title="200 years of help"href=/about-westpac/200-years/> 200 years of help </a><li class=sub-nav-item><a title="Investor Centre"href=/about-westpac/investor-centre/> Investor Centre </a><li class=sub-nav-item><a title="Media centre"href=/about-westpac/media/> Media centre </a><li class=sub-nav-item><a title="Westpac Wire"href=/about-westpac/westpac-wire/> Westpac Wire </a><li class=sub-nav-item><a href=/about-westpac/careers/ title=Careers> Careers </a></ul><li><ul class=lists-navigation><li class=sub-nav-item><a href=/about-westpac/sustainability/ title=Sustainability> Sustainability </a><li class=sub-nav-item><a title="Our Foundations"href=/about-westpac/our-foundations/> Our Foundations </a><li class=sub-nav-item><a title="Global locations"href=/about-westpac/global-locations/> Global locations </a><li class=sub-nav-item><a title="Inclusion & diversity "href=/about-westpac/inclusion-and-diversity/> Inclusion & diversity </a><li class=sub-nav-item><a href=/about-westpac/innovation/ title=Innovation> Innovation </a></ul></ul></div><li class=icon-panel-nav id=help><span class=category-heading-mob> Help </span> <a class=category-heading href=#> Help </a> <div class=sub-nav-wrapper><ul class="category-landing lists-navigation"><li><a class=landing href=/help/ title=Help> All Help </a></ul><ul class="sub-nav lists-navigation"><li><ul class=lists-navigation><li class=sub-nav-item><a title="Contact us"href=/help/contact-us/> Contact us </a><li class=sub-nav-item><a title="Locate us"href=/help/locate-us/> Locate us </a><li class=sub-nav-item><a title="Lost or stolen cards"href=/help/lost-stolen-card/> Lost or stolen cards </a><li class=sub-nav-item><a title="Frequently asked questions"href=/help/faq/> Frequently asked questions </a><li class=sub-nav-item><a title="Life moments"href=/help/lifemoments/> Life moments </a><li class=sub-nav-item><a href=/help/community/ title=Community> Community </a></ul><li><ul class=lists-navigation><li class=sub-nav-item><a title="Indigenous & Remote Banking"href=/help/indigenous-banking/> Indigenous & Remote Banking </a><li class=sub-nav-item><a title="Customers in need of extra care"href=/help/difficult-circumstances/> Customers in need of extra care </a><li class=sub-nav-item><a title="Disaster Relief"href=/help/disaster-relief/> Disaster Relief </a><li class=sub-nav-item><a title="COVID-19: Customer Support"href=/help/coronavirus/> COVID-19: Customer Support </a><li class=sub-nav-item><a title="Disaster help"href=/help/disaster-help/> Disaster help </a></ul></ul></div></ul></nav><div class="navigation-left-wrapper hidden-xs hidden-sm hidden-md"><nav class=navigation-left><ul class=js-nav-items><li><a class=category-heading href=/personal-banking/bank-accounts/> Bank accounts </a> <ul class=lists-navigation><li class=sub-nav-item><a href=/personal-banking/bank-accounts/transaction/> Everyday banking </a><li class=sub-nav-item><a href=/personal-banking/bank-accounts/savings-accounts/> Savings accounts </a><li class=sub-nav-item><a href=/personal-banking/bank-accounts/term-deposit/> Term Deposit </a><li class=sub-nav-item><a class=active href=/personal-banking/bank-accounts/moving-to-australia/ id=left-nav-main> New to Australia </a><li class=sub-nav-item><a href=/personal-banking/bank-accounts/under-21s-and-students/> Under 21s and Students </a><li class=sub-nav-item><a href=/personal-banking/bank-accounts/why-westpac/> Bank with Westpac </a></ul></ul></nav></div></div></div></aside> <script>$(window).load(function () {
require(["components/web/ui/nav-left"], function (leftnav) {
var t = new leftnav({
"navSources": ['personal-banking','business-banking','corporate-banking','about-westpac','help'],
"navService": "/ROOT_URL.ln.json",
"pathAppend": "/",
"pathPrefix": "/",
"root": "personal-banking",
"jump": {
"url": "personal-banking/bank-accounts/moving-to-australia"
}
});
});
});</script> </noindex><script>require(["components/web/ui/safety-button"], function(SafetyButton) {
"use strict";
var safetyButton = new SafetyButton();
});</script><div class="has-nav-left general"id=container><div class=content id=content tabindex=-1><div class="page-header headers-fullbleed js-page-header"><div class="breadcrumb hidden-xs"data-analytics-nav=breadcrumb><ul class=lists-breadcrumbs><li><a href=/personal-banking/> Personal </a><li><a href=/personal-banking/bank-accounts/> Bank accounts </a><li class=last-breadcrumb>New to Australia</ul></div><div class=headers-img-wrapper><div class=headers-image><img class=headers-img src=/content/dam/public/wbc/images/personal/bank-accounts/wbc-fb_p_bank-accounts_moving-to-australia_1920x342.jpg></div></div><div class=container-fluid><div class=row><div class="col-sm-7 col-md-6 col-lg-5"><div class=headers-text><h1 class=headers-headline>New to Australia</h1><div class="headers-lead lead">A Westpac Choice everyday bank account for people who have arrived in Australia in the last 12 months</div></div></div></div></div></div><div class=action-bar-wrapper data-analytics-nav=actionbar><div class=container-fluid><div class="row action-bar"><div class="col-xs-12 col-sm-3"><div><div class="dd-wrapper btn-dropdown js-dropdown"aria-haspopup=true><button aria-label="Account types"class="dd-button js-button-dropdown"type=button><span class=dd-label> Account types </span></button><ul aria-label="Hit the Esc key to close dropdown"class="dropdown-menu js-button-dropdownbody"aria-hidden=true role=menu tabindex=-1><li><a class="btn btn-link hidden-xs"href=/personal-banking/bank-accounts/transaction/choice/international-student/> International students </a> <a class="btn btn-link visible-xs-block"href=/personal-banking/bank-accounts/transaction/choice/international-student/> International students </a><li class=no-border><a class="btn btn-link hidden-xs"href=/personal-banking/bank-accounts/transaction/choice/migrants/> Living and working in Australia </a> <a class="btn btn-link visible-xs-block"href=/personal-banking/bank-accounts/transaction/choice/migrants/> Living and working in Australia </a></ul></div></div></div><div class="col-xs-12 col-sm-9"><div><div class=cta-wrapper></div></div></div></div></div></div><div class=column-container><div class=container-fluid><div class=row><div class="col-xs-12 col-sm-12"><div class=bodycopy><p style="text-align: right;"><a href=/personal-banking/bank-accounts/moving-to-australia/simplified-chinese/> 中文 </a></div></div></div></div></div><div class=column-container><div class=container-fluid><div class=row><div class="col-xs-12 col-sm-3"><div class=callout-wrapper><div class=row><div class="col-xs-12 col-sm-11"><h2>We're here to help</h2></div></div></div></div><div class="col-xs-12 col-sm-9"><div class="special-promo js-special-promo"><div class=bodycopy><p>We have temporarily suspended account opening for people outside of Australia due to the COVID-19 related travel restrictions set by the Australian Federal Government.<p>If your travel plans have been affected due to COVID-19 and you're unable to travel to Australia, please contact us at <a href=mailto:[email protected]> [email protected] </a></div></div></div></div></div></div><div class="horizontal-rule-wrapper column-container"><div class=container-fluid><div class=row><div class=col-xs-12><hr></div></div></div></div><div class=column-container><div class=container-fluid><div class=row><div class="col-xs-12 col-sm-12"><div class=bodycopy><h2>Get started with a bank account today</h2></div></div></div></div></div><div class="category-list-pod-wrapper styled-container"><div class="container-fluid category-list-pod-container"><div class="category-list-pod-row flex-container flex-wrap cat_list_pod_contain"><div class="pod-author-fix col-sm-6 col-md-4 flex-item"><div></div><div class="category-list-pod flex-item flex-column-nowrap"><img alt class=pod-image src=/content/dam/public/wbc/images/personal/bank-accounts/wbc-clp_p_bank-accounts_moving-to-australia_international-student_356x200.jpg><div class=category-list-pod-body><h3 class="no-top-margin-xs body-font">International students</h3><div><div class=bodycopy><p>A Westpac Choice account for international students who are studying in Australia.<h5>Special offer:</h5><div class=ucr-div><b> <p>Get $50 on us!</p> </b></div><p>T&Cs apply <b> <sup> # </sup> </b><p> </div><div><ul class="lists lists-linklist"><li><a> </a> <a href=https://www.westpac.com.au/personal-banking/bank-accounts/transaction/choice/international-student/?pid=iwc:dp:stdntlott_1907:mta:prd_lhs> Find out more </a></ul></div></div></div><div class=cta-wrapper></div></div></div><div class="pod-author-fix col-sm-6 col-md-4 flex-item"><div></div><div class="category-list-pod flex-item flex-column-nowrap"><img alt class=pod-image src=/content/dam/public/wbc/images/personal/bank-accounts/wbc-clp_bank-accounts_moving-to-australia_transaction_choice_migrants_356x200.jpg><div class=category-list-pod-body><h3 class="no-top-margin-xs body-font">Live and work in Australia</h3><div><div class=bodycopy><p>A Westpac Choice account for people who have recently arrived in Australia.<h5>Special offer:</h5><div class=ucr-div><b> <p>Get $50 on us!</p> </b></div><p><span style="background-color: transparent;"> T&Cs apply <b> <sup> # </sup> </b> </span><p><sup> </sup></div><div><ul class="lists lists-linklist"><li><a href=/personal-banking/bank-accounts/transaction/choice/migrants/> Find out more </a></ul></div></div></div><div class=cta-wrapper></div></div></div><div class="pod-author-fix col-sm-6 col-md-4 flex-item"><div></div><div class="category-list-pod flex-item flex-column-nowrap"><img alt class=pod-image src=/content/dam/public/wbc/images/personal/bank-accounts/wbc-clp_bank-accounts_moving-to-australia_business-bank-accounts_356x200.jpg><div class=category-list-pod-body><h3 class="no-top-margin-xs body-font">Business</h3><div><div class=bodycopy><p>Setting up a business in Australia? We have a range of accounts that can help get your business banking sorted.<p> </div><div><ul class="lists lists-linklist"><li><a href=/business-banking/bank-accounts/> Find out more </a></ul></div></div></div><div class=cta-wrapper></div></div></div><div class="pod-author-fix col-sm-6 col-md-4 flex-item"></div><div class="col-sm-6 col-md-4"></div><div class="col-sm-6 col-md-4"></div></div><script>/* globals require */
require(["components/web/utils/equalHeights"], function (EqualHeights) {
"use strict";
EqualHeights.fixFlex([".category-list-pod-wrapper .container-fluid .flex-container .cat_list_pod_contain"]);
});</script></div></div><div class=column-container><div class=container-fluid><div class=row><div class="col-xs-12 col-sm-4"></div><div class="col-xs-12 col-sm-8"><div class=help-bubble-wrapper><div class=bodycopy><h4><b> More Options </b></h4></div><div><ul class="lists lists-linklist"><li><a href=/personal-banking/bank-accounts/savings-accounts/> Savings accounts </a><li><a href=/personal-banking/bank-accounts/> All bank accounts </a></ul></div></div></div></div></div></div><div class="promo-wrapper styled-container"><div class=container-fluid><div class=row><div class="col-xs-12 col-sm-4"><div class=promo-image style=background-image:url('/content/dam/public/wbc/images/personal/bank-accounts/wbc-ipp_m_youth-MFI_356x216.jpg');><span class=sr-only> </span></div></div><div class="col-xs-12 col-sm-8"><div class=promo-content><h4>Wait - did you say 3%?</h4><p class=lead>18-29? You could earn up to 3% p.a. variable interest on your savings when you save and spend with a Westpac Life savings account and a Westpac Choice bank account.<p class=conditions-text>Spend&Save bonus interest only applies on balances up to $30,000 in your Westpac Life savings account. <a href=/personal-banking/bank-accounts/spend-save-nta/> Find out more </a></div></div></div></div></div><div class="horizontal-rule-wrapper column-container"><div class=container-fluid><div class=row><div class=col-xs-12><hr></div></div></div></div><div class=column-container><div class=container-fluid><div class=row><div class="col-xs-12 col-sm-12"><div class=bodycopy><h2>Why choose a bank account with us?</h2></div></div></div></div></div><div class="feature-highlight-wrapper styled-container"><div class=container-fluid><div class=row><div class="col-xs-12 col-sm-3"><div class=feature-highlight-content><img class="image img-circle"alt src=/content/dam/public/wbc/images/personal/bank-accounts/wbc-apple-pay-feature_144.jpg><div class=bodycopy><h5><b> Apple Pay </b></h5><p><a href=/personal-banking/mobile-wallets/apple-pay/> Apple Pay </a> offers a fast and secure way to pay in-store and online, using your favourite Apple device</div></div></div><div class="col-xs-12 col-sm-3"><div class=feature-highlight-content><img class="image img-circle"alt src=/content/dam/public/wbc/images/personal/travel-centre/wbc-fh_p_bank-accounts_savings-accounts_life_unlimited-transfers_starts60_144x144.jpg><div class=bodycopy><h5>Open your account up to 12 months after you've arrived</h5><p>Open your new account and pay no monthly service fee for 12 months</div></div></div><div class="col-xs-12 col-sm-3"><div class=feature-highlight-content><img class="image img-circle"alt src=/content/dam/public/wbc/images/retargeting/personal/bank-accounts/TermDeposit/wbc-fh_westpac-business-customer_144x144.jpg><div class=bodycopy><h5>Pay no monthly service fee for the first 12 months</h5><p>And if you’re a student you won’t pay any monthly service fee while you’re a full time student or under 21 in Australia</div></div></div><div class="col-xs-12 col-sm-3"><div class=feature-highlight-content><img class="image img-circle"alt src=/content/dam/public/wbc/images/personal/bank-accounts/wbc-fh_p_bank-accounts_savings-accounts_life_competitive_144x144-2.jpg><div class=bodycopy><h5>You’ll be with Australia’s first bank</h5><p>We have 200 years’ experience helping customers create a new life in Australia</div></div></div></div></div></div><div class="horizontal-rule-wrapper column-container"><div class=container-fluid><div class=row><div class=col-xs-12><hr></div></div></div></div><div class=column-container><div class=container-fluid><div class=row><div class="col-xs-12 col-sm-4"><div class=bodycopy><h2>ATM network at home and overseas</h2></div></div><div class="col-xs-12 col-sm-8"><div class=bodycopy><p>Pay no withdrawal fee at any major bank ATM in Australia (including Westpac, Commonwealth Bank, ANZ, NAB, St.George, Bank of Melbourne and BankSA) and at over 50,000 ATMs globally via the <a href=https://www.westpac.com.au/international-travel/access-money-overseas/global-atm-alliance/> Global ATM Alliance </a> and partner ATMs (other fees may apply) <sup> 2 </sup></div></div></div></div></div><div class=column-container><div class=container-fluid><div class=row><div class="col-xs-12 col-sm-4"><div class=bodycopy><h2>Transferring money <br></h2></div></div><div class="col-xs-12 col-sm-8"><div class=bodycopy><ul><li>Register for online banking and easily <a> </a> <a href=/international-travel/international-transfers/> transfer money </a> <span style="background-color: transparent;"> back to friends and family </span><li>You can withdraw funds once you've completed an <a href=/faq/identity-check/> identity check </a> when you arrive in Australia <sup> 1 <br> <br> </sup></ul></div><div class=help-bubble-wrapper><div class=bodycopy><h4>Related Articles</h4></div><div><ul class="lists lists-linklist"><li><a href=/personal-banking/bank-accounts/transaction/moving-to-australia/> Moving to Australia </a><li><a> </a> <a href=/personal-banking/bank-accounts/transaction/accessing-money-from-an-australian-bank-account/> Accessing money from an Australian bank account </a><li><a> </a> <a href=/personal-banking/bank-accounts/transaction/different-ways-you-can-manage-your-money-with-us/> Different ways you can manage your banking with us </a><li><a> </a> <a href=/personal-banking/bank-accounts/transaction/banking-in-australia-faqs/> Banking in Australia FAQs </a></ul></div></div></div></div></div></div><div class="cta-footer-wrapper colored-container"><div class=container-fluid><div class="row cta-footer-row"><div class="col-xs-offset-1 col-xs-10 col-sm-offset-0 col-sm-4 text-center cta-footer-col"><div class=cta-footer-content><div class=cta-footer-body><div class=cta-footer-icon><span class="icon icon-size-md icon-edit"> </span></div><h6>Westpac Choice for migrants</h6><p>Open in less than 3 minutes</div><div class=cta-footer-action><a class="btn btn-primary basic hidden-xs"href=https://banking.westpac.com.au/cao/#/?migrant=true> Open now <span class="hide-spinner btn-icon icon icon-size-sm icon-refresh"data-grunticon-embed> </span> </a><a class="btn btn-primary basic visible-xs-block"href=https://banking.westpac.com.au/cao/#/?migrant=true> Open now <span class="hide-spinner btn-icon icon icon-size-sm icon-refresh"data-grunticon-embed> </span> </a></div><script>require(["components/web/utils/universalLinks"], function(universalLink)
{ "use strict"; universalLink.bindClick(); }
)</script></div></div><div class="col-xs-offset-1 col-xs-10 col-sm-offset-0 col-sm-4 text-center cta-footer-col"><div class=cta-footer-content><div class=cta-footer-body><div class=cta-footer-icon><span class="icon icon-size-md icon-telephone"> </span></div><h6>Give us a call</h6><p>Call our international toll-free numbers</div><div class=cta-footer-action><a class="btn btn-hero btn-soft hidden-xs"href=/personal-banking/bank-accounts/moving-to-australia/international-numbers/> International numbers <span class="hide-spinner btn-icon icon icon-size-sm icon-refresh"data-grunticon-embed> </span> </a><a class="btn btn-hero btn-soft visible-xs-block"href=/personal-banking/bank-accounts/moving-to-australia/international-numbers/> International numbers <span class="hide-spinner btn-icon icon icon-size-sm icon-refresh"data-grunticon-embed> </span> </a></div><script>require(["components/web/utils/universalLinks"], function(universalLink)
{ "use strict"; universalLink.bindClick(); }
)</script></div></div><div class="col-xs-offset-1 col-xs-10 col-sm-offset-0 col-sm-4 text-center cta-footer-col"><div class=cta-footer-content><div class=cta-footer-body><div class=cta-footer-icon><span class="icon icon-size-md icon-bank"> </span></div><h6>Find a multi-lingual branch</h6></div><div class=cta-footer-action><a class="btn btn-hero basic hidden-xs"href=/locateus/languageSearch/> Migrant services <span class="hide-spinner btn-icon icon icon-size-sm icon-refresh"data-grunticon-embed> </span> </a><a class="btn btn-hero basic visible-xs-block"href=/locateus/languageSearch/> Migrant services <span class="hide-spinner btn-icon icon icon-size-sm icon-refresh"data-grunticon-embed> </span> </a></div><script>require(["components/web/utils/universalLinks"], function(universalLink)
{ "use strict"; universalLink.bindClick(); }
)</script></div></div></div></div><script>/* globals require */
require(["components/web/utils/equalHeights"], function (EqualHeights) {
"use strict";
EqualHeights.fixFlex([".cta-footer-wrapper .cta-footer-row"]);
});</script></div><div class="disclaimer-wrapper colored-container"><div class=container-fluid><div class=row><div class=col-xs-12><div class=disclaimer-content><h5>Things you should know</h5><div class=bodycopy><p><a href=/content/dam/public/wbc/documents/pdf/pb/PersonalAccountsPDS.pdf target=_blank> <span class=icon-doc-link> <span class="icon icon-size-sm icon-pdf-file"data-grunticon-embed> </span> Deposit Accounts for Personal & SMSF customers Terms and Conditions (PDF 1MB) </span> </a><p><a href=/content/dam/public/wbc/documents/pdf/pb/Debit_MasterCard_TandC.pdf target=_blank> <span class=icon-doc-link> <span class="icon icon-size-sm icon-pdf-file"data-grunticon-embed> </span> Westpac Debit Mastercard® Terms and Conditions (PDF 206KB) </span> </a><p><a href=/content/dam/public/wbc/documents/pdf/pb/Westpac_Emergency_Cash_TandC.pdf target=_blank> <span class=icon-doc-link> <span class="icon icon-size-sm icon-pdf-file"data-grunticon-embed> </span> Westpac Emergency Cash and Westpac Get Cash Terms and Conditions (PDF 91KB) </span> </a><p><a href=/content/dam/public/wbc/documents/pdf/olb/Online_Banking_TCs.pdf target=_blank> <span class=icon-doc-link> <span class="icon icon-size-sm icon-pdf-file"data-grunticon-embed> </span> Online Banking Terms and Conditions (PDF 277KB) </span> </a><p><a href=/content/dam/public/wbc/documents/pdf/new-customer-checklist/Checklist_IndividualCustomers.pdf target=_blank> <span class=icon-doc-link> <span class="icon icon-size-sm icon-pdf-file"data-grunticon-embed> </span> Find out what information you need to provide to become a customer (PDF 768KB) </span> </a><p> <div class=ucr-div><p>Before making a decision about any of our products or services, please read all the terms and conditions and consider whether the product or service is right for you. Fees and charges apply and may change.</p><br> </div><p><b> Debit Mastercard </b> : You need to be at least 14 years of age, and have an Australian residential address to be eligible for the card. If you're not eligible for a Debit Mastercard, apply for a Handycard to access your account. <br><p> <p>1. Visit a <a href=/locateus/> Westpac branch </a> when you arrive to complete your <a href=/personal-banking/bank-accounts/transaction/choice/online-identity-verification/> ID verification </a> . Withdrawals cannot be made until ID verification is completed. <br> <p>2. <b> Global ATM </b> : A 3% Westpac Foreign Transaction Fee applies to overseas debit or credit card withdrawals. A 2% cash advance fee applies to credit card withdrawals where the "Credit" option is selected. A list of Global Alliance members is available. Excludes American Express <sup> ® </sup> cards. It is important to know that the functionality to withdraw money from a linked Westpac account via Credit Card is not available when using overseas ATMs, including <a href=https://www.westpac.com.au/international-travel/access-money-overseas/global-atm-alliance/> Global Alliance ATMs </a> . To ensure access to Savings and or Cheque account funds when overseas please speak to us about obtaining a Debit Mastercard <sup> ® </sup> <br> <br><div class=ucr-div><br><sup> # </sup> <b> $50 Offer: </b> Fees and charges apply. Read the terms and conditions available at westpac.com.au before making a decision and consider whether the product is right for you. To be eligible for the $50 offer you must: open a new Westpac Choice account online between 29/01/2021 and 07/04/2021 (if you are under 30 years old you can apply online or in branch); and deposit $500 and make 5 eligible card purchases within 30 days of account opening. Eligible card purchases are purchases made using your Westpac debit card linked to your Choice account and excludes ATM transactions and EFTPOS cash out only transactions. If eligible you will receive $50 into your Choice account within 45 days of opening. All account holders on the new Choice account must not hold or have held a Westpac transaction account, or received this offer at any time to be eligible. Offer is limited to one eligible account and is not available in conjunction with any other offer. <br><br></div><p> <div class=ucr-div><p>Read the <a href=/content/dam/public/wbc/documents/pdf/pb/WBC-apple-pay-westpac-tcs.pdf> <span class=icon-doc-link> <span class="icon icon-size-sm icon-pdf-file"data-grunticon-embed> </span> Apple Pay Terms and Conditions (PDF 1MB) </span> </a> before making a decision and consider if it is right for you. To use Apple Pay you will need an eligible card and a compatible device with a supported operating system. See our <a href=/faq/apple-pay/> Apple Pay FAQs </a> for more information. Apple, the Apple logo, Apple Pay, Apple Watch and iPhone are trademarks of Apple Inc., registered in the U.S. and other countries. App Store is a service mark of Apple Inc.</p><br> </div><p>World Mastercard <sup> ® </sup> , Mastercard <sup> ® </sup> and the Mastercard Brand Mark are registered trademarks of, and PayPass <sup> TM </sup> is a trademark of, Mastercard International Incorporated. <p> <div class=ucr-div><p>© Westpac Banking Corporation ABN 33 007 457 141 AFSL and Australian credit licence 233714.</div></div></div></div></div></div></div></div><div class=footer-wrapper data-analytics-nav=footer><div class=solid-color-energy-stripe></div><div class=container-fluid><footer class="footer js-footer"><div class="row flex-container footer-list-container"><div class="col-sm-2 col-md-3 border-right"><ul class="lists lists-linklist lists-footer"><li><a href=/contact-us/feedback-complaints/?fid=GL:GF:GF1:wbc:www:contact-us:feedback-complaints> Feedback and complaints </a><li><a href=/contact-us/?fid=GL:GF:GF1:wbc:www:contact-us> Contact us </a><li><a href=/about-westpac/careers/?fid=GL:GF:GF1:wbc:www:about:careers> Careers </a></ul></div><div class="col-sm-3 col-md-3 border-right"><ul class="lists lists-linklist lists-footer"><li><a href=/web-accessibility/?fid=GL:GF:GF2:wbc:www:web-accessibility> Access and Inclusion </a><li><a href=/about-westpac/investor-centre/?fid=GL:GF:GF2:wbc:www:about:investor-centre> Investor centre </a><li><a href=/about-westpac/westpac-group/?fid=GL:GF:GF2:wbc:www:about:westpac-group> Westpac Group </a></ul></div><div class="col-sm-3 col-md-3 border-right"><ul class="lists lists-linklist lists-footer"><li><a href=/security/?fid=GL:GF:GF3:wbc:www:security> Security </a><li><a href=/faq/?fid=GL:GF:GF3:wbc:www:faq> FAQs </a><li><a href=/privacy/?fid=GL:GF:GF3:wbc:www:privacy> Privacy </a></ul></div><div class="col-sm-4 col-md-3"><ul class="lists lists-linklist lists-footer"><li><a href=/terms-and-conditions/?fid=GL:GF:GF4:wbc:www:terms-and-conditions> Website terms and conditions </a><li><a href=/disclosure-documents/?fid=GL:GF:GF4:wbc:www:disclosure-documents> Disclosure documents </a><li><a href=/sitemap/?fid=GL:GF:GF4:wbc:www:sitemap> Site index </a></ul></div></div><hr><div class=row><div class=col-xs-12><div class=footer-logo><span class=icon-logo-footer> <span class=sr-only> Westpac </span> </span></div><div class=footer-icons><a class=icon-facebook-colour data-grunticon-embed href=https://www.facebook.com/Westpac target=_blank> <span class=sr-only> Facebook </span> </a><a class=icon-twitter-colour data-grunticon-embed href=https://twitter.com/westpac target=_blank> <span class=sr-only> Twitter </span> </a><a class=icon-youtube-colour data-grunticon-embed href=https://www.youtube.com/westpac target=_blank> <span class=sr-only> YouTube </span> </a><a class=icon-linkedin-colour data-grunticon-embed href=https://www.linkedin.com/company/westpac target=_blank> <span class=sr-only> Linkedin </span> </a><a class=icon-instagram-colour data-grunticon-embed href=https://www.instagram.com/westpac/ target=_blank> <span class=sr-only> Instagram </span> </a></div></div></div><div class=row><div class=col-md-12><div class=footer-conditions><p>Conditions, fees and charges apply. These may change or we may introduce new ones in the future. Full details are available on request. Lending criteria apply to approval of credit products. This information does not take your personal objectives, circumstances or needs into account. Consider its appropriateness to these factors before acting on it. Read the disclosure documents for your selected product or service, including the <a href=/disclosure-documents/> Terms and Conditions or Product Disclosure Statement </a> , before deciding. Unless otherwise specified, the products and services described on this website are available only in Australia from © Westpac Banking Corporation ABN 33 007 457 141 AFSL and Australian credit licence 233714.</div></div></div></footer></div></div></div></div><script src=/etc/designs/wbc/clientlib-all/assets/js/main.min.js></script><script>_satellite.pageBottom();</script><script>(function () {
require([
"!domReady",
// responsive watch is used to set the pageDetails environment property
"components/web/utils/responsiveWatch"
],
function (domReady, responsiveWatch) {
if (responsiveWatch) {
var exp = responsiveWatch.getScreenLayout();
if (!window["pageDetails"] || typeof window["pageDetails"] !== 'object') {
window["pageDetails"] = {};
}
window["pageDetails"]["siteExperience"] = exp;
}
});
}());</script> | 0 |
https://www.anazom.co.jp.uailf.shop/a3IwMDY1P3 | 1 |
corel , macromedia , adobe great deal for cheap did you know you could purchase the most popular and needed software with % 80 - 90 discount ? do not pay a fortune for your usual software needs . check our site and compare the prices . you will see that you save a lot if you purchase the software from us and this is completely legal . below there is a very little list that shows our oem software ' s prices comparison with original manufacturer . oem software name our price manufacturer price your save microsoft windows xp professional with sp 2 full version + office 2003 professional 99 $ 430 $ 331 $ microsoft windows 2000 professional 59 $ 430 $ 371 $ ms windows xp pro + ms office xp pro 89 $ 760 $ 671 $ adobe photoshop 7 + adobe premiere 7 + adobe illustrator 10 129 $ 720 $ 591 $ adobe acrobat 6 professional 80 $ 569 $ 489 $ corel draw 11 graphic suite 59 $ 437 $ 378 $ corel wordperfect office 10 69 $ 200 $ 131 $ macromedia dreamweaver mx 2004 69 $ 390 $ 321 $ the list you see above is just % 1 of our software list . you can find loads of cool software at incredibly low prices . there are also macintosh editions of our softwares . we guarantee that we are the cheapest oem software seller site on the net . just click our link and check our prices . the cheapest oem software store here | 1 |
u4006022ve.ha003.t.justns.ru | 1 |
<meta charset=utf-8><meta content=IE=edge http-equiv=X-UA-Compatible><meta content=width=device-width,initial-scale=1 name=viewport><title>
Organisation for Economic Co-operation and Development
</title><meta content="My Events"name=title><meta content=en name=language><meta content="Welcome to the OECD, an international organisation helping governments tackle the economic, social and governance challenges of a globalised economy."name=description><meta content="statistics, economy, globalisation, co-operation, cooperation, agency, inter-governmental"name=keywords><meta content=NOODP name=ROBOTS><meta content=NOODP name=GOOGLEBOT><meta content="text/html; charset=utf-8"http-equiv=content-type><link href=/resources/css/bootstrap.min.css;jsessionid=11EA9B1A731CDD060DD6026AE442FC2F rel=stylesheet><link href=/resources/css/styles.css;jsessionid=11EA9B1A731CDD060DD6026AE442FC2F rel=stylesheet><body onload=document.getElementById('frmLogin').username.focus();><img height=1 name=internalExternalImg src=https://token-info.one.oecd.org/health/internalExternal.gif width=1><img height=1 name=oliswebImg src=https://www.oecd.int/olis/portal/Common/RightArrow.gif width=1><div class=container><div class=clearfix><h1 class=pull-left id=logo><a href=http://www.oecd.org/> <img alt="Organisation for Economic Co-operation and Development"title="Organisation for Economic Co-operation and Development"border=0 height=92 src=/resources/img/logooecd_en.png;jsessionid=11EA9B1A731CDD060DD6026AE442FC2F width=250> </a></h1><a class="language pull-sm-right"href=/?&appId=365785&language=fr> French </a></div><div class="row border"><div class=col-sm-6><div class=page-header><h3>Already registered?</h3></div><form action=doLogin class=form-horizontal id=frmLogin method=POST name=frmLogin role=form><input name=btnSubmitLogin type=hidden value=submit><input name=errorCode type=hidden value=403><div class=form-group><label class="col-sm-4 control-label"for=username>Login</label><div class=col-sm-7><input class=form-control id=username name=username placeholder=Login></div></div><div class=form-group><label class="col-sm-4 control-label"for=password>Password</label><div class=col-sm-7><input class=form-control id=password name=password onkeypress=submit_login(event.keyCode) placeholder=Password type=password></div></div><div class=form-group><div class="col-sm-offset-4 col-sm-7"><button class="btn btn-sm btn-opsi"onclick="javascript:SubmitLogin(); return false;">Sign in</button></div></div><div class=form-group><div class="col-sm-offset-4 col-sm-8"><a href=javascript:popup_info('/loginhelp.jsp;jsessionid=11EA9B1A731CDD060DD6026AE442FC2F?language=en');> Help </a></div></div><div class=form-group><div class="col-sm-offset-4 col-sm-8"><a href=https://account.oecd.org/SetPassword.aspx?&appId=365785 target=_blank> Reset password </a></div></div></form></div><div class="col-sm-6 border clearfix"><div class=page-header><h3>First visit?</h3></div><p class=unmargin>Personalise your OECD site home page by selecting the themes that interest you to see only the news, events and documentation related to the themes you selected. You can also sign up for e-mail alerts <b> (OECDdirect) </b> and get notified about newsletters, new statistics and publications related to your selected themes.<p><img alt=go src=/resources/img/oecddirect.gif;jsessionid=11EA9B1A731CDD060DD6026AE442FC2F><p class=pull-sm-right><a class="btn btn-sm btn-opsi"href=http://Contact.oecd.org?&appId=365785 target=_blank> Create Account </a></div></div><p class=footer-text>© OECD. All rights reserved. <a href=http://www.oecd.org/termsandconditions/> Terms & Conditions </a> | <a href=http://www.oecd.org/privacy/> Privacy Policy </a></div><script src=https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js></script><script src=/resources/js/bootstrap.min.js;jsessionid=11EA9B1A731CDD060DD6026AE442FC2F></script><script language=javascript src=/resources/js/scripts.js;jsessionid=11EA9B1A731CDD060DD6026AE442FC2F></script> | 0 |
the success is guaranteed with this perfect tab ! do you wish to become multi - orgasmic ? i think , yes . look , now it s possible with spur - m ! let s make our ejaculation like steel ! don t trust me ? http : / / dixieland . name . potomu . com / spur / austere cave . | 1 |
am a (tv)twm user. when I snarf text into my mouse cut buffer, and then attempt to inject it into the exmh input windows for comp/repl, the 'point' is often an apparently random place in the text pane, not where I think I have current flashing cursor. I usually wipe out any of To:/Subject:/ with the text. Its often not even beginning of line denoted, ie its an unexplicable number of char spaces in to the text where it inserts, What am I doing wrong in either X, WM, shell, EXMH which is causing this?cheers -George_______________________________________________ Exmh-users mailing list [email protected] https://listman.redhat.com/mailman/listinfo/exmh-users | 0 |
research posts in linguistics and media technology content - length : 2121 university of brighton , uk . the language centre two research fellows starting salary up to # 18 , 429 . both posts are for a two year fixed term and will involve the development of research projects and some support for staff and students utilising the facilities of the language centre . media technology an ma or msc in an area related to media technology together with a sound publication record are essential . extensive experience in this area and familiarity with the exploitation of current technology for language learning / teaching is essential . the post is available from 1 september 1995 ref bb459 linguistics a phd in linguistics and record of publications in one or more of the department s established areas of activity ( contrastive linguistics , discourse , semantics , linguistic analysis of french ) are essential . the post is available from 1 october 1995 . for an informal discussion about the post , please contact tony hartley , principal lecturer , by e-mail ( tony . hartley @ uk . ac . bton . itri ) or by telephone ( 01273 642918 ) . ref bb456 for further details and an application form contact the personnel department , university of brighton , brighton , bn2 4at , or 24 hour answerphone : ( 0273 ) 642849 quoting the appropriate reference number . if you need further information , ring ( 0273 ) 642837 . closing date : mid - july 1995 ( phone for a precise date ) . | 0 |
<!doctypehtml><html class=client-nojs dir=ltr lang=ru><meta charset=utf-8><title>
Sonar Entertainment — Википедия
</title><script>document.documentElement.className="client-js";RLCONF={"wgBreakFrames":!1,"wgSeparatorTransformTable":[",\t."," \t,"],"wgDigitTransformTable":["",""],"wgDefaultDateFormat":"dmy","wgMonthNames":["","январь","февраль","март","апрель","май","июнь","июль","август","сентябрь","октябрь","ноябрь","декабрь"],"wgRequestId":"c15e600b-6e8d-4a09-8ab1-d8219c0e0077","wgCSPNonce":!1,"wgCanonicalNamespace":"","wgCanonicalSpecialPageName":!1,"wgNamespaceNumber":0,"wgPageName":"Sonar_Entertainment","wgTitle":"Sonar Entertainment","wgCurRevisionId":116744076,"wgRevisionId":116744076,"wgArticleId":3481491,"wgIsArticle":!0,"wgIsRedirect":!1,"wgAction":"view","wgUserName":null,"wgUserGroups":["*"],"wgCategories":["Википедия:Предприятия без указанных географических координат","Незавершённые статьи о телевидении",
"Компании по алфавиту","Компании, основанные в 1979 году"],"wgPageContentLanguage":"ru","wgPageContentModel":"wikitext","wgRelevantPageName":"Sonar_Entertainment","wgRelevantArticleId":3481491,"wgIsProbablyEditable":!0,"wgRelevantPageIsProbablyEditable":!0,"wgRestrictionEdit":[],"wgRestrictionMove":[],"wgFlaggedRevsParams":{"tags":{"accuracy":{"levels":1}}},"wgStableRevisionId":72448102,"wgMediaViewerOnClick":!0,"wgMediaViewerEnabledByDefault":!0,"wgPopupsFlags":10,"wgVisualEditor":{"pageLanguageCode":"ru","pageLanguageDir":"ltr","pageVariantFallbacks":"ru"},"wgMFDisplayWikibaseDescriptions":{"search":!0,"nearby":!0,"watchlist":!0,"tagline":!1},"wgWMESchemaEditAttemptStepOversample":!1,"wgULSCurrentAutonym":"русский","wgNoticeProject":"wikipedia","wgEditSubmitButtonLabelPublish":!0,"wgULSPosition":"interlanguage","wgULSisCompactLinksEnabled":!0,"wgGENewcomerTasksGuidanceEnabled":!0,"wgGEAskQuestionEnabled":!0,
"wgGELinkRecommendationsFrontendEnabled":!0,"wgCentralAuthMobileDomain":!1,"wgWikibaseItemId":"Q3067892"};RLSTATE={"ext.globalCssJs.user.styles":"ready","site.styles":"ready","user.styles":"ready","ext.globalCssJs.user":"ready","user":"ready","user.options":"loading","ext.flaggedRevs.icons":"ready","oojs-ui-core.styles":"ready","oojs-ui.styles.indicators":"ready","mediawiki.widgets.styles":"ready","oojs-ui-core.icons":"ready","ext.cite.styles":"ready","skins.vector.styles.legacy":"ready","ext.flaggedRevs.basic":"ready","ext.visualEditor.desktopArticleTarget.noscript":"ready","ext.uls.interlanguage":"ready","ext.wikimediaBadges":"ready","wikibase.client.init":"ready"};RLPAGEMODULES=["ext.cite.ux-enhancements","ext.scribunto.logs","site","mediawiki.page.ready","skins.vector.legacy.js","ext.flaggedRevs.advanced","ext.gadget.collapserefs","ext.gadget.directLinkToCommons","ext.gadget.referenceTooltips","ext.gadget.logo","ext.gadget.edittop","ext.gadget.blpEditNotice",
"ext.gadget.wikibugs","ext.gadget.sidebarRelated","ext.gadget.navboxNavigation","mmv.head","mmv.bootstrap.autostart","ext.popups","ext.visualEditor.desktopArticleTarget.init","ext.visualEditor.targetLoader","ext.eventLogging","ext.wikimediaEvents","ext.navigationTiming","ext.uls.compactlinks","ext.uls.interface","ext.cx.eventlogging.campaigns","ext.quicksurveys.init","ext.centralNotice.geoIP","ext.centralNotice.startUp","ext.centralauth.centralautologin","ext.growthExperiments.SuggestedEditSession"];</script><script>(RLQ=window.RLQ||[]).push(function(){mw.loader.implement("user.options@1hzgi",function($,jQuery,require,module){/*@nomin*/mw.user.tokens.set({"patrolToken":"+\\","watchToken":"+\\","csrfToken":"+\\"});
});});</script><link href=/w/load.php?lang=ru&modules=ext.cite.styles%7Cext.flaggedRevs.basic%2Cicons%7Cext.uls.interlanguage%7Cext.visualEditor.desktopArticleTarget.noscript%7Cext.wikimediaBadges%7Cmediawiki.widgets.styles%7Coojs-ui-core.icons%2Cstyles%7Coojs-ui.styles.indicators%7Cskins.vector.styles.legacy%7Cwikibase.client.init&only=styles&skin=vector rel=stylesheet><script async src=/w/load.php?lang=ru&modules=startup&only=scripts&raw=1&skin=vector></script><meta name=ResourceLoaderDynamicStyles><link href=/w/load.php?lang=ru&modules=site.styles&only=styles&skin=vector rel=stylesheet><noscript><link href=/w/load.php?lang=ru&modules=noscript&only=styles&skin=vector rel=stylesheet></noscript><meta content="MediaWiki 1.38.0-wmf.6"name=generator><meta content=origin name=referrer><meta content=origin-when-crossorigin name=referrer><meta content=origin-when-cross-origin name=referrer><meta content=telephone=no name=format-detection><meta content="Sonar Entertainment — Википедия"property=og:title><meta content=website property=og:type><link href=//upload.wikimedia.org rel=preconnect><link media="only screen and (max-width: 720px)"href=//ru.m.wikipedia.org/wiki/Sonar_Entertainment rel=alternate><link href=/w/index.php?title=Sonar_Entertainment&action=edit rel=alternate title=Править type=application/x-wiki><link href=/static/apple-touch/wikipedia.png rel=apple-touch-icon><link rel="shortcut icon"href=/static/favicon/wikipedia.ico><link title="Википедия (ru)"href=/w/opensearch_desc.php rel=search type=application/opensearchdescription+xml><link href=//ru.wikipedia.org/w/api.php?action=rsd rel=EditURI type=application/rsd+xml><link href=https://creativecommons.org/licenses/by-sa/3.0/ rel=license><link href=https://ru.wikipedia.org/wiki/Sonar_Entertainment rel=canonical><link href=//meta.wikimedia.org rel=dns-prefetch><link href=//login.wikimedia.org rel=dns-prefetch><body class="mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject mw-editable page-Sonar_Entertainment rootpage-Sonar_Entertainment skin-vector action-view skin-vector-legacy"><div class=noprint id=mw-page-base></div><div class=noprint id=mw-head-base></div><div class=mw-body id=content role=main><a id=top> </a><div id=siteNotice></div><div class=mw-indicators></div><h1 class=firstHeading id=firstHeading>Sonar Entertainment</h1><div class=vector-body id=bodyContent><div class=noprint id=siteSub>Материал из Википедии — свободной энциклопедии</div><div id=contentSub><div class="plainlinks flaggedrevs_preview"id=mw-fr-reviewnotice>Текущая версия страницы пока <a title="Википедия:Проверка статей/Пояснение для читателей"href=/wiki/%D0%92%D0%B8%D0%BA%D0%B8%D0%BF%D0%B5%D0%B4%D0%B8%D1%8F:%D0%9F%D1%80%D0%BE%D0%B2%D0%B5%D1%80%D0%BA%D0%B0_%D1%81%D1%82%D0%B0%D1%82%D0%B5%D0%B9/%D0%9F%D0%BE%D1%8F%D1%81%D0%BD%D0%B5%D0%BD%D0%B8%D0%B5_%D0%B4%D0%BB%D1%8F_%D1%87%D0%B8%D1%82%D0%B0%D1%82%D0%B5%D0%BB%D0%B5%D0%B9> не проверялась </a> опытными участниками и может значительно отличаться от <a class="external text"href=https://ru.wikipedia.org/w/index.php?title=Sonar_Entertainment&stable=1> версии </a> , проверенной 30 июля 2015; проверки требует <a class="external text"href=https://ru.wikipedia.org/w/index.php?title=Sonar_Entertainment&oldid=72448102&diff=cur&diffonly=0> 1 правка </a> .</div><div class="flaggedrevs_short flaggedrevs_draft_notsynced plainlinks noprint"id=mw-fr-revisiontag><div class=flaggedrevs_short_basic><span class="flaggedrevs-icon oo-ui-widget oo-ui-widget-enabled oo-ui-iconElement-icon oo-ui-icon-block oo-ui-iconElement oo-ui-labelElement-invisible oo-ui-iconWidget"title="Текущая версия"aria-disabled=false> </span><span class="fr-toggle-arrow oo-ui-widget oo-ui-widget-enabled oo-ui-indicatorElement-indicator oo-ui-indicator-down oo-ui-indicatorElement oo-ui-labelElement-invisible oo-ui-indicatorWidget"title="показать/скрыть подробности"aria-disabled=false id=mw-fr-revisiontoggle> </span></div><div id=mw-fr-revisiondetails-wrapper style=position:relative;><div class=flaggedrevs_short_details id=mw-fr-revisiondetails style=display:none>Текущая версия страницы пока <a title="Википедия:Проверка статей/Пояснение для читателей"href=/wiki/%D0%92%D0%B8%D0%BA%D0%B8%D0%BF%D0%B5%D0%B4%D0%B8%D1%8F:%D0%9F%D1%80%D0%BE%D0%B2%D0%B5%D1%80%D0%BA%D0%B0_%D1%81%D1%82%D0%B0%D1%82%D0%B5%D0%B9/%D0%9F%D0%BE%D1%8F%D1%81%D0%BD%D0%B5%D0%BD%D0%B8%D0%B5_%D0%B4%D0%BB%D1%8F_%D1%87%D0%B8%D1%82%D0%B0%D1%82%D0%B5%D0%BB%D0%B5%D0%B9> не проверялась </a> опытными участниками и может значительно отличаться от <a class="external text"href=https://ru.wikipedia.org/w/index.php?title=Sonar_Entertainment&stable=1> версии </a> , проверенной 30 июля 2015; проверки требует <a class="external text"href=https://ru.wikipedia.org/w/index.php?title=Sonar_Entertainment&oldid=72448102&diff=cur&diffonly=0> 1 правка </a> .</div></div></div></div><div id=contentSub2></div><div id=jump-to-nav></div><a class=mw-jump-link href=#mw-head> Перейти к навигации </a><a class=mw-jump-link href=#searchInput> Перейти к поиску </a><div class="mw-body-content mw-content-ltr"dir=ltr id=mw-content-text lang=ru><div class=mw-parser-output><table class=infobox data-name=Компания><tbody><tr><th class=infobox-above colspan=2 scope=colgroup>Sonar Entertainment<tr><th class=plainlist scope=row>Тип<td class=plainlist><span class=no-wikidata data-wikidata-property-id=P1454> Публичная </span><tr><th class=plainlist scope=row>Основание<td class=plainlist><span class=no-wikidata data-wikidata-property-id=P571> <a class=mw-redirect href=/wiki/1979 title=1979> 1979 </a> </span><tr><th class=plainlist scope=row>Прежние названия<td class=plainlist>Hallmark Entertainment <br> (1999—2003) <br> RHI Entertainment<tr><th class=plainlist scope=row>Основатели<td class=plainlist><span class=no-wikidata data-wikidata-property-id=P112> <a title="Роберт Холми старший (страница отсутствует)"class=new href=/w/index.php?title=%D0%A0%D0%BE%D0%B1%D0%B5%D1%80%D1%82_%D0%A5%D0%BE%D0%BB%D0%BC%D0%B8_%D1%81%D1%82%D0%B0%D1%80%D1%88%D0%B8%D0%B9&action=edit&redlink=1> Роберт Холми ст. </a> <br> <a title="Роберт Холми младший (страница отсутствует)"class=new href=/w/index.php?title=%D0%A0%D0%BE%D0%B1%D0%B5%D1%80%D1%82_%D0%A5%D0%BE%D0%BB%D0%BC%D0%B8_%D0%BC%D0%BB%D0%B0%D0%B4%D1%88%D0%B8%D0%B9&action=edit&redlink=1> Роберт Холми мл. </a> </span><tr><th class=plainlist scope=row>Расположение<td class=plainlist><span class=no-wikidata data-wikidata-property-id=P159> <a title="Флаг США"class=image href=/wiki/%D0%A4%D0%B0%D0%B9%D0%BB:Flag_of_the_United_States.svg> <img alt="Флаг США"srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Flag_of_the_United_States.svg/33px-Flag_of_the_United_States.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Flag_of_the_United_States.svg/44px-Flag_of_the_United_States.svg.png 2x"class=thumbborder data-file-height=650 data-file-width=1235 decoding=async height=12 src=//upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Flag_of_the_United_States.svg/22px-Flag_of_the_United_States.svg.png width=22> </a> <a href=/wiki/%D0%9D%D1%8C%D1%8E-%D0%99%D0%BE%D1%80%D0%BA title=Нью-Йорк> Нью-Йорк </a> <br> <a title="Флаг США"class=image href=/wiki/%D0%A4%D0%B0%D0%B9%D0%BB:Flag_of_the_United_States.svg> <img alt="Флаг США"srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Flag_of_the_United_States.svg/33px-Flag_of_the_United_States.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Flag_of_the_United_States.svg/44px-Flag_of_the_United_States.svg.png 2x"class=thumbborder data-file-height=650 data-file-width=1235 decoding=async height=12 src=//upload.wikimedia.org/wikipedia/commons/thumb/a/a4/Flag_of_the_United_States.svg/22px-Flag_of_the_United_States.svg.png width=22> </a> <a href=/wiki/%D0%9B%D0%BE%D1%81-%D0%90%D0%BD%D0%B4%D0%B6%D0%B5%D0%BB%D0%B5%D1%81 title=Лос-Анджелес> Лос-Анджелес </a> <br> <a title="Флаг Великобритании"class=image href=/wiki/%D0%A4%D0%B0%D0%B9%D0%BB:Flag_of_the_United_Kingdom.svg> <img alt="Флаг Великобритании"srcset="//upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Flag_of_the_United_Kingdom.svg/33px-Flag_of_the_United_Kingdom.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Flag_of_the_United_Kingdom.svg/44px-Flag_of_the_United_Kingdom.svg.png 2x"class=thumbborder data-file-height=600 data-file-width=1200 decoding=async height=11 src=//upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Flag_of_the_United_Kingdom.svg/22px-Flag_of_the_United_Kingdom.svg.png width=22> </a> <a href=/wiki/%D0%9B%D0%BE%D0%BD%D0%B4%D0%BE%D0%BD title=Лондон> Лондон </a> <br> <a title="Флаг Австралии"class=image href=/wiki/%D0%A4%D0%B0%D0%B9%D0%BB:Flag_of_Australia.svg> <img alt="Флаг Австралии"srcset="//upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Flag_of_Australia.svg/33px-Flag_of_Australia.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Flag_of_Australia.svg/44px-Flag_of_Australia.svg.png 2x"class=thumbborder data-file-height=640 data-file-width=1280 decoding=async height=11 src=//upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Flag_of_Australia.svg/22px-Flag_of_Australia.svg.png width=22> </a> <a href=/wiki/%D0%A1%D0%B8%D0%B4%D0%BD%D0%B5%D0%B9 title=Сидней> Сидней </a> </span><tr><th class=plainlist scope=row>Ключевые фигуры<td class=plainlist><a title="Стюарт Тилл (страница отсутствует)"class=new href=/w/index.php?title=%D0%A1%D1%82%D1%8E%D0%B0%D1%80%D1%82_%D0%A2%D0%B8%D0%BB%D0%BB&action=edit&redlink=1> Стюарт Тилл </a> , <a class=mw-redirect href=/wiki/CEO title=CEO> CEO </a> <br> <a title="Джеффри Сагански (страница отсутствует)"class=new href=/w/index.php?title=%D0%94%D0%B6%D0%B5%D1%84%D1%84%D1%80%D0%B8_%D0%A1%D0%B0%D0%B3%D0%B0%D0%BD%D1%81%D0%BA%D0%B8&action=edit&redlink=1> Джеффри Сагански </a> <br> Питер Н. фон Гал, <a class=mw-redirect href=/wiki/COO title=COO> COO </a><tr><th class=plainlist scope=row>Отрасль<td class=plainlist><span class=no-wikidata data-wikidata-property-id=P452> <a href=/wiki/%D0%9A%D0%B8%D0%BD%D0%B5%D0%BC%D0%B0%D1%82%D0%BE%D0%B3%D1%80%D0%B0%D1%84 title=Кинематограф> Производство фильмов </a> </span><tr><th class=plainlist scope=row><a title="Продукт (бизнес)"href=/wiki/%D0%9F%D1%80%D0%BE%D0%B4%D1%83%D0%BA%D1%82_(%D0%B1%D0%B8%D0%B7%D0%BD%D0%B5%D1%81)> Продукция </a><td class=plainlist><span class=wikidata-claim data-wikidata-claim-id=Q3067892$314C5747-E450-44FC-8614-13BA9CC4DFC3 data-wikidata-property-id=P1056> <span class="wikidata-snak wikidata-main-snak"> <a href=/wiki/%D0%A2%D0%B5%D0%BB%D0%B5%D1%84%D0%B8%D0%BB%D1%8C%D0%BC title=Телефильм> телефильм </a> </span> </span><tr><th class=plainlist scope=row>Число сотрудников<td class=plainlist><span class=no-wikidata data-wikidata-property-id=P1128> 78 ( <a class=mw-redirect href=/wiki/2008 title=2008> 2008 </a> ) </span><tr><th class=plainlist scope=row>Сайт<td class=plainlist><span class=no-wikidata data-wikidata-property-id=P856> <a class="external text"href=http://www.sonarent.com/ rel=nofollow> www.sonarent.com </a> </span></table><p><b> Sonar Entertainment </b> (ранее известная как <b> Hallmark Entertainment </b> и <b> RHI Entertainment </b> ) — американская компания, специализирующаяся на производстве <a href=/wiki/%D0%A2%D0%B5%D0%BB%D0%B5%D1%84%D0%B8%D0%BB%D1%8C%D0%BC title=Телефильм> телевизионных фильмов </a> и <a href=/wiki/%D0%9C%D0%B8%D0%BD%D0%B8-%D1%81%D0%B5%D1%80%D0%B8%D0%B0%D0%BB title=Мини-сериал> мини-сериалов </a> . Основана двумя братьями Холми в <a title="1979 год"href=/wiki/1979_%D0%B3%D0%BE%D0%B4> 1979 </a> году.<p>В 2007 году RHI Entertainment начала вещание на кабельных сетях компаний <a title="Time Warner Cable (страница отсутствует)"class=new href=/w/index.php?title=Time_Warner_Cable&action=edit&redlink=1> Time Warner Cable </a> , <a title="Bright House Networks (страница отсутствует)"class=new href=/w/index.php?title=Bright_House_Networks&action=edit&redlink=1> Bright House Networks </a> , <a title="Cablevision (страница отсутствует)"class=new href=/w/index.php?title=Cablevision&action=edit&redlink=1> Cablevision </a> , <a title="Cox Communications (страница отсутствует)"class=new href=/w/index.php?title=Cox_Communications&action=edit&redlink=1> Cox Communications </a> и <a href=/wiki/Comcast title=Comcast> Comcast </a> , а также через услугу <a title="Video on Demand"class=mw-redirect href=/wiki/Video_on_Demand> видео по запросу </a> . В том же году RHI Entertainment стала предоставлять свою продукцию пользователям <a href=/wiki/Apple title=Apple> Apple's </a> <a href=/wiki/ITunes title=ITunes> iTunes </a> .<p>В июне 2010 года было объявлено о возможном банкротстве RHI Entertainment <sup class=reference id=cite_ref-1> <a href=#cite_note-1> [1] </a> </sup> . Компания начала процесс подготовки к реорганизации согласно <a title="Глава 11 Кодекса США о банкротстве"href=/wiki/%D0%93%D0%BB%D0%B0%D0%B2%D0%B0_11_%D0%9A%D0%BE%D0%B4%D0%B5%D0%BA%D1%81%D0%B0_%D0%A1%D0%A8%D0%90_%D0%BE_%D0%B1%D0%B0%D0%BD%D0%BA%D1%80%D0%BE%D1%82%D1%81%D1%82%D0%B2%D0%B5> Главе 11 </a> в декабре <a class=mw-redirect href=/wiki/2010 title=2010> 2010 </a> <sup class=reference id=cite_ref-2> <a href=#cite_note-2> [2] </a> </sup> . После выхода из банкротства в марте 2011 года, компанию покинул её президент Роберт Холми-младший <sup class=reference id=cite_ref-3> <a href=#cite_note-3> [3] </a> </sup> , а в феврале 2012 года и основатель — Роберт Холми-старший. Новое руководство компании сообщило, что теперь они будут сосредоточены на телесериалах и других форматах, которые раньше не были в центре бизнес-модели RHI <sup class=reference id=cite_ref-4> <a href=#cite_note-4> [4] </a> </sup> . В марте 2012 компания была переименована в Sonar Entertainment <sup class=reference id=cite_ref-5> <a href=#cite_note-5> [5] </a> </sup> .<h2><span id=.D0.A1.D0.BC._.D1.82.D0.B0.D0.BA.D0.B6.D0.B5> </span> <span class=mw-headline id=См._также> См. также </span> <span class=mw-editsection> <span class=mw-editsection-bracket> [ </span> <a title="Редактировать раздел «См. также»"class=mw-editsection-visualeditor href=/w/index.php?title=Sonar_Entertainment&veaction=edit§ion=1> править </a> <span class=mw-editsection-divider> | </span> <a title="Редактировать раздел «См. также»"href=/w/index.php?title=Sonar_Entertainment&action=edit§ion=1> править код </a> <span class=mw-editsection-bracket> ] </span> </span></h2><ul><li><a title="en:Category:RHI Entertainment films"class=extiw href=https://en.wikipedia.org/wiki/Category:RHI_Entertainment_films> Фильмы RHI Entertainment </a><li><a title="en:Category:RHI Entertainment miniseries"class=extiw href=https://en.wikipedia.org/wiki/Category:RHI_Entertainment_miniseries> Мини-сериалы RHI Entertainment </a></ul><h2><span id=.D0.9F.D1.80.D0.B8.D0.BC.D0.B5.D1.87.D0.B0.D0.BD.D0.B8.D1.8F> </span> <span class=mw-headline id=Примечания> Примечания </span> <span class=mw-editsection> <span class=mw-editsection-bracket> [ </span> <a title="Редактировать раздел «Примечания»"class=mw-editsection-visualeditor href=/w/index.php?title=Sonar_Entertainment&veaction=edit§ion=2> править </a> <span class=mw-editsection-divider> | </span> <a title="Редактировать раздел «Примечания»"href=/w/index.php?title=Sonar_Entertainment&action=edit§ion=2> править код </a> <span class=mw-editsection-bracket> ] </span> </span></h2><div class="reflist columns"style="list-style-type: decimal;"><div class=mw-references-wrap><ol class=references><li id=cite_note-1><span class=mw-cite-backlink> <a href=#cite_ref-1> ↑ </a> </span> <span class=reference-text> <span class=citation> <a class="external text"href=http://www.nypost.com/p/entertainment/tv/robert_halmi_looks_at_bankruptcy_GqONkGSk5aZtshci1FqBZM rel=nofollow> Robert Halmi looks at bankruptcy </a> , <i> New York Post </i> (15 June 2010). </span> </span><li id=cite_note-2><span class=mw-cite-backlink> <a href=#cite_ref-2> ↑ </a> </span> <span class=reference-text> <span class=citation> <a class="external text"href=http://latimesblogs.latimes.com/entertainmentnewsbuzz/2010/12/halmis-rhi-entertainment-files-for-chapter-11.html rel=nofollow> Halmi's RHI Entertainment files for Chapter 11 </a> , <i> Los Angeles Times </i> . </span> </span><li id=cite_note-3><span class=mw-cite-backlink> <a href=#cite_ref-3> ↑ </a> </span> <span class=reference-text> <span class=citation> <a class="external text"href=http://deadline.com/2011/07/robert-halmi-jr-out-at-rhi-robert-sr-staying-put-with-long-term-deal-145504/ rel=nofollow> Robert Halmi Jr Out At RHI; Robert Sr Staying Put With Long-Term Deal </a> <span title="на английском языке"class=ref-info style=cursor:help;> (англ.) </span> , <a href=/wiki/Deadline.com title=Deadline.com> Deadline.com </a> (6 июля 2011). <small> Дата обращения 10 июля 2015. </small> </span> </span><li id=cite_note-4><span class=mw-cite-backlink> <a href=#cite_ref-4> ↑ </a> </span> <span class=reference-text> <span class=citation> <a class="external text"href=http://deadline.com/2012/02/robert-halmi-sr-exiting-rhi-entertainment-225356/ rel=nofollow> Robert Halmi Sr. Exiting RHI Entertainment </a> <span title="на английском языке"class=ref-info style=cursor:help;> (англ.) </span> , <a href=/wiki/Deadline.com title=Deadline.com> Deadline.com </a> (3 февраля 2012). <small> Дата обращения 10 июля 2015. </small> </span> </span><li id=cite_note-5><span class=mw-cite-backlink> <a href=#cite_ref-5> ↑ </a> </span> <span class=reference-text> <span class=citation> <a class="external text"href=http://deadline.com/2012/03/rhi-renamed-sonar-entertainment-stewart-till-ceo-251636/ rel=nofollow> RHI Renamed Sonar Entertainment With Stewart Till As CEO </a> <span title="на английском языке"class=ref-info style=cursor:help;> (англ.) </span> , <a href=/wiki/Deadline.com title=Deadline.com> Deadline.com </a> (31 марта 2012). <small> Дата обращения 10 июля 2015. </small> </span> </span></ol></div></div><table class="plainlinks metadata ambox ambox-style"style="border:0; background:none; margin:0; font-style:italic;"role=presentation><tbody><tr><td class=mbox-image><div style=width:52px><a class=image href=/wiki/%D0%A4%D0%B0%D0%B9%D0%BB:HD_Television.svg title=Телевидение> <img srcset="//upload.wikimedia.org/wikipedia/commons/thumb/c/c7/HD_Television.svg/48px-HD_Television.svg.png 1.5x, //upload.wikimedia.org/wikipedia/commons/thumb/c/c7/HD_Television.svg/64px-HD_Television.svg.png 2x"alt=Телевидение data-file-height=128 data-file-width=128 decoding=async height=32 src=//upload.wikimedia.org/wikipedia/commons/thumb/c/c7/HD_Television.svg/32px-HD_Television.svg.png width=32> </a></div><td class=mbox-text><div class=mbox-text-div>Это <a title="Википедия:Заготовка статьи"href=/wiki/%D0%92%D0%B8%D0%BA%D0%B8%D0%BF%D0%B5%D0%B4%D0%B8%D1%8F:%D0%97%D0%B0%D0%B3%D0%BE%D1%82%D0%BE%D0%B2%D0%BA%D0%B0_%D1%81%D1%82%D0%B0%D1%82%D1%8C%D0%B8> заготовка статьи </a> о <a href=/wiki/%D0%A2%D0%B5%D0%BB%D0%B5%D0%B2%D0%B8%D0%B4%D0%B5%D0%BD%D0%B8%D0%B5 title=Телевидение> телевидении </a> . Вы можете помочь проекту, дополнив её.</div> <div class="mbox-textsmall-div hide-when-compact"style=font-size:85%></div></table></div><noscript><img style="border: none; position: absolute;"alt height=1 src=//ru.wikipedia.org/wiki/Special:CentralAutoLogin/start?type=1x1 width=1></noscript><div class=printfooter>Источник — <a dir=ltr href=https://ru.wikipedia.org/w/index.php?title=Sonar_Entertainment&oldid=116744076> https://ru.wikipedia.org/w/index.php?title=Sonar_Entertainment&oldid=116744076 </a></div></div><div class=catlinks data-mw=interface id=catlinks><div class=mw-normal-catlinks id=mw-normal-catlinks><a href=/wiki/%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F:%D0%9A%D0%B0%D1%82%D0%B5%D0%B3%D0%BE%D1%80%D0%B8%D0%B8 title=Служебная:Категории> Категории </a> : <ul><li><a title="Категория:Компании по алфавиту"href=/wiki/%D0%9A%D0%B0%D1%82%D0%B5%D0%B3%D0%BE%D1%80%D0%B8%D1%8F:%D0%9A%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D0%B8_%D0%BF%D0%BE_%D0%B0%D0%BB%D1%84%D0%B0%D0%B2%D0%B8%D1%82%D1%83> Компании по алфавиту </a><li><a title="Категория:Компании, основанные в 1979 году"href=/wiki/%D0%9A%D0%B0%D1%82%D0%B5%D0%B3%D0%BE%D1%80%D0%B8%D1%8F:%D0%9A%D0%BE%D0%BC%D0%BF%D0%B0%D0%BD%D0%B8%D0%B8,_%D0%BE%D1%81%D0%BD%D0%BE%D0%B2%D0%B0%D0%BD%D0%BD%D1%8B%D0%B5_%D0%B2_1979_%D0%B3%D0%BE%D0%B4%D1%83> Компании, основанные в 1979 году </a></ul></div><div class="mw-hidden-catlinks mw-hidden-cats-hidden"id=mw-hidden-catlinks>Скрытые категории: <ul><li><a title="Категория:Википедия:Предприятия без указанных географических координат"href=/wiki/%D0%9A%D0%B0%D1%82%D0%B5%D0%B3%D0%BE%D1%80%D0%B8%D1%8F:%D0%92%D0%B8%D0%BA%D0%B8%D0%BF%D0%B5%D0%B4%D0%B8%D1%8F:%D0%9F%D1%80%D0%B5%D0%B4%D0%BF%D1%80%D0%B8%D1%8F%D1%82%D0%B8%D1%8F_%D0%B1%D0%B5%D0%B7_%D1%83%D0%BA%D0%B0%D0%B7%D0%B0%D0%BD%D0%BD%D1%8B%D1%85_%D0%B3%D0%B5%D0%BE%D0%B3%D1%80%D0%B0%D1%84%D0%B8%D1%87%D0%B5%D1%81%D0%BA%D0%B8%D1%85_%D0%BA%D0%BE%D0%BE%D1%80%D0%B4%D0%B8%D0%BD%D0%B0%D1%82> Википедия:Предприятия без указанных географических координат </a><li><a title="Категория:Незавершённые статьи о телевидении"href=/wiki/%D0%9A%D0%B0%D1%82%D0%B5%D0%B3%D0%BE%D1%80%D0%B8%D1%8F:%D0%9D%D0%B5%D0%B7%D0%B0%D0%B2%D0%B5%D1%80%D1%88%D1%91%D0%BD%D0%BD%D1%8B%D0%B5_%D1%81%D1%82%D0%B0%D1%82%D1%8C%D0%B8_%D0%BE_%D1%82%D0%B5%D0%BB%D0%B5%D0%B2%D0%B8%D0%B4%D0%B5%D0%BD%D0%B8%D0%B8> Незавершённые статьи о телевидении </a></ul></div></div></div></div><div id=mw-data-after-content><div class=read-more-container></div></div><div id=mw-navigation><h2>Навигация</h2><div id=mw-head><nav class="mw-portlet mw-portlet-personal vector-user-menu-legacy vector-menu"aria-labelledby=p-personal-label id=p-personal role=navigation><h3 aria-label class=vector-menu-heading id=p-personal-label><span> Персональные инструменты </span></h3><div class=vector-menu-content><ul class=vector-menu-content-list><li class=mw-list-item id=pt-anonuserpage><span> Вы не представились системе </span><li class=mw-list-item id=pt-anontalk><a title="Страница обсуждений для моего IP [n]"accesskey=n href=/wiki/%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F:%D0%9C%D0%BE%D1%91_%D0%BE%D0%B1%D1%81%D1%83%D0%B6%D0%B4%D0%B5%D0%BD%D0%B8%D0%B5> <span> Обсуждение </span> </a><li class=mw-list-item id=pt-anoncontribs><a title="Список правок, сделанных с этого IP-адреса [y]"accesskey=y href=/wiki/%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F:%D0%9C%D0%BE%D0%B9_%D0%B2%D0%BA%D0%BB%D0%B0%D0%B4> <span> Вклад </span> </a><li class=mw-list-item id=pt-createaccount><a title="Мы предлагаем вам создать учётную запись и войти в систему, хотя это и не обязательно."href=/w/index.php?title=%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F:%D0%A1%D0%BE%D0%B7%D0%B4%D0%B0%D1%82%D1%8C_%D1%83%D1%87%D1%91%D1%82%D0%BD%D1%83%D1%8E_%D0%B7%D0%B0%D0%BF%D0%B8%D1%81%D1%8C&returnto=Sonar+Entertainment> <span> Создать учётную запись </span> </a><li class=mw-list-item id=pt-login><a title="Здесь можно зарегистрироваться в системе, но это необязательно. [o]"accesskey=o href=/w/index.php?title=%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F:%D0%92%D1%85%D0%BE%D0%B4&returnto=Sonar+Entertainment> <span> Войти </span> </a></ul></div></nav><div id=left-navigation><nav class="mw-portlet mw-portlet-namespaces vector-menu vector-menu-tabs"aria-labelledby=p-namespaces-label id=p-namespaces role=navigation><h3 aria-label class=vector-menu-heading id=p-namespaces-label><span> Пространства имён </span></h3><div class=vector-menu-content><ul class=vector-menu-content-list><li class="selected mw-list-item"id=ca-nstab-main><a title="Просмотр основной страницы [c]"accesskey=c href=/wiki/Sonar_Entertainment> <span> Статья </span> </a><li class=mw-list-item id=ca-talk><a title="Обсуждение основной страницы [t]"accesskey=t href=/wiki/%D0%9E%D0%B1%D1%81%D1%83%D0%B6%D0%B4%D0%B5%D0%BD%D0%B8%D0%B5:Sonar_Entertainment rel=discussion> <span> Обсуждение </span> </a></ul></div></nav><nav class="mw-portlet mw-portlet-variants emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown"aria-labelledby=p-variants-label id=p-variants role=navigation><input aria-haspopup=true aria-labelledby=p-variants-label class=vector-menu-checkbox data-event-name=ui.dropdown-p-variants id=p-variants-checkbox role=button type=checkbox><h3 aria-label="Change language variant"class=vector-menu-heading id=p-variants-label><span> Варианты </span> <span class=vector-menu-checkbox-expanded> expanded </span> <span class=vector-menu-checkbox-collapsed> collapsed </span></h3><div class=vector-menu-content><ul class=vector-menu-content-list></ul></div></nav></div><div id=right-navigation><nav class="mw-portlet mw-portlet-views vector-menu vector-menu-tabs"aria-labelledby=p-views-label id=p-views role=navigation><h3 aria-label class=vector-menu-heading id=p-views-label><span> Просмотры </span></h3><div class=vector-menu-content><ul class=vector-menu-content-list><li class=mw-list-item id=ca-view><a href=/w/index.php?title=Sonar_Entertainment&stable=1> <span> Читать </span> </a><li class="collapsible selected mw-list-item"id=ca-current><a title="Показать текущую версию этой страницы [v]"accesskey=v href=/w/index.php?title=Sonar_Entertainment&stable=0&redirect=no> <span> Текущая версия </span> </a><li class=mw-list-item id=ca-ve-edit><a title="Редактировать данную страницу [v]"accesskey=v href=/w/index.php?title=Sonar_Entertainment&veaction=edit> <span> Править </span> </a><li class="collapsible mw-list-item"id=ca-edit><a title="Эту статью можно изменять. Перед сохранением изменений, пожалуйста, нажмите кнопку предварительного просмотра для визуальной проверки результата [e]"accesskey=e href=/w/index.php?title=Sonar_Entertainment&action=edit> <span> Править код </span> </a><li class=mw-list-item id=ca-history><a title="Журнал изменений страницы [h]"accesskey=h href=/w/index.php?title=Sonar_Entertainment&action=history> <span> История </span> </a></ul></div></nav><nav class="mw-portlet mw-portlet-cactions emptyPortlet vector-menu-dropdown-noicon vector-menu vector-menu-dropdown"title="Больше возможностей"aria-labelledby=p-cactions-label id=p-cactions role=navigation><input aria-haspopup=true aria-labelledby=p-cactions-label class=vector-menu-checkbox data-event-name=ui.dropdown-p-cactions id=p-cactions-checkbox role=button type=checkbox><h3 aria-label class=vector-menu-heading id=p-cactions-label><span> Ещё </span> <span class=vector-menu-checkbox-expanded> expanded </span> <span class=vector-menu-checkbox-collapsed> collapsed </span></h3><div class=vector-menu-content><ul class=vector-menu-content-list></ul></div></nav><div class=vector-search-box id=p-search role=search><div><h3><label for=searchInput>Поиск</label></h3><form action=/w/index.php class=vector-search-box-form id=searchform><div class=vector-search-box-inner data-search-loc=header-navigation id=simpleSearch><input aria-label="Искать в Википедии"placeholder="Искать в Википедии"title="Искать в Википедии [f]"accesskey=f autocapitalize=sentences class=vector-search-box-input id=searchInput name=search type=search><input name=title type=hidden value=Служебная:Поиск><input class="searchButton mw-fallbackSearchButton"title="Найти страницы, содержащие указанный текст"id=mw-searchButton name=fulltext type=submit value=Найти><input title="Перейти к странице, имеющей в точности такое название"class=searchButton id=searchButton name=go type=submit value=Перейти></div></form></div></div></div></div><div id=mw-panel><div id=p-logo role=banner><a title="Перейти на заглавную страницу"class=mw-wiki-logo href=/wiki/%D0%97%D0%B0%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0> </a></div><nav class="mw-portlet mw-portlet-navigation vector-menu vector-menu-portal portal"aria-labelledby=p-navigation-label id=p-navigation role=navigation><h3 aria-label class=vector-menu-heading id=p-navigation-label><span> Навигация </span></h3><div class=vector-menu-content><ul class=vector-menu-content-list><li class=mw-list-item id=n-mainpage-description><a title="Перейти на заглавную страницу [z]"accesskey=z href=/wiki/%D0%97%D0%B0%D0%B3%D0%BB%D0%B0%D0%B2%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0> <span> Заглавная страница </span> </a><li class=mw-list-item id=n-browse><a title="Поиск по категориям"href=/wiki/%D0%92%D0%B8%D0%BA%D0%B8%D0%BF%D0%B5%D0%B4%D0%B8%D1%8F:%D0%9F%D0%BE%D0%B8%D1%81%D0%BA_%D0%BF%D0%BE_%D0%BA%D0%B0%D1%82%D0%B5%D0%B3%D0%BE%D1%80%D0%B8%D1%8F%D0%BC> <span> Рубрикация </span> </a><li class=mw-list-item id=n-index><a title="Поиск по двум первым буквам"href=/wiki/%D0%92%D0%B8%D0%BA%D0%B8%D0%BF%D0%B5%D0%B4%D0%B8%D1%8F:%D0%90%D0%BB%D1%84%D0%B0%D0%B2%D0%B8%D1%82%D0%BD%D1%8B%D0%B9_%D1%83%D0%BA%D0%B0%D0%B7%D0%B0%D1%82%D0%B5%D0%BB%D1%8C> <span> Указатель А — Я </span> </a><li class=mw-list-item id=n-featured><a title="Статьи, считающиеся лучшими статьями проекта"href=/wiki/%D0%92%D0%B8%D0%BA%D0%B8%D0%BF%D0%B5%D0%B4%D0%B8%D1%8F:%D0%98%D0%B7%D0%B1%D1%80%D0%B0%D0%BD%D0%BD%D1%8B%D0%B5_%D1%81%D1%82%D0%B0%D1%82%D1%8C%D0%B8> <span> Избранные статьи </span> </a><li class=mw-list-item id=n-randompage><a title="Посмотреть случайно выбранную страницу [x]"accesskey=x href=/wiki/%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F:%D0%A1%D0%BB%D1%83%D1%87%D0%B0%D0%B9%D0%BD%D0%B0%D1%8F_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D0%B0> <span> Случайная страница </span> </a><li class=mw-list-item id=n-currentevents><a title="Статьи о текущих событиях в мире"href=/wiki/%D0%9F%D0%BE%D1%80%D1%82%D0%B0%D0%BB:%D0%A2%D0%B5%D0%BA%D1%83%D1%89%D0%B8%D0%B5_%D1%81%D0%BE%D0%B1%D1%8B%D1%82%D0%B8%D1%8F> <span> Текущие события </span> </a></ul></div></nav><nav class="mw-portlet mw-portlet-participation vector-menu vector-menu-portal portal"aria-labelledby=p-participation-label id=p-participation role=navigation><h3 aria-label class=vector-menu-heading id=p-participation-label><span> Участие </span></h3><div class=vector-menu-content><ul class=vector-menu-content-list><li class=mw-list-item id=n-bug_in_article><a title="Сообщить об ошибке в этой статье"href=/wiki/%D0%92%D0%B8%D0%BA%D0%B8%D0%BF%D0%B5%D0%B4%D0%B8%D1%8F:%D0%A1%D0%BE%D0%BE%D0%B1%D1%89%D0%B5%D0%BD%D0%B8%D1%8F_%D0%BE%D0%B1_%D0%BE%D1%88%D0%B8%D0%B1%D0%BA%D0%B0%D1%85> <span> Сообщить об ошибке </span> </a><li class=mw-list-item id=n-portal><a title="О проекте, о том, чем здесь можно заниматься, а также — где что находится"href=/wiki/%D0%92%D0%B8%D0%BA%D0%B8%D0%BF%D0%B5%D0%B4%D0%B8%D1%8F:%D0%A1%D0%BE%D0%BE%D0%B1%D1%89%D0%B5%D1%81%D1%82%D0%B2%D0%BE> <span> Сообщество </span> </a><li class=mw-list-item id=n-forum><a title="Форум участников Википедии"href=/wiki/%D0%92%D0%B8%D0%BA%D0%B8%D0%BF%D0%B5%D0%B4%D0%B8%D1%8F:%D0%A4%D0%BE%D1%80%D1%83%D0%BC> <span> Форум </span> </a><li class=mw-list-item id=n-recentchanges><a title="Список последних изменений [r]"accesskey=r href=/wiki/%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F:%D0%A1%D0%B2%D0%B5%D0%B6%D0%B8%D0%B5_%D0%BF%D1%80%D0%B0%D0%B2%D0%BA%D0%B8> <span> Свежие правки </span> </a><li class=mw-list-item id=n-newpages><a title="Список недавно созданных страниц"href=/wiki/%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F:%D0%9D%D0%BE%D0%B2%D1%8B%D0%B5_%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D1%8B> <span> Новые страницы </span> </a><li class=mw-list-item id=n-help><a title="Место расположения Справки"href=/wiki/%D0%92%D0%B8%D0%BA%D0%B8%D0%BF%D0%B5%D0%B4%D0%B8%D1%8F:%D0%A1%D0%BF%D1%80%D0%B0%D0%B2%D0%BA%D0%B0> <span> Справка </span> </a><li class=mw-list-item id=n-sitesupport><a title="Поддержите нас"href=//donate.wikimedia.org/wiki/Special:FundraiserRedirector?utm_source=donate&utm_medium=sidebar&utm_campaign=C13_ru.wikipedia.org&uselang=ru> <span> Пожертвовать </span> </a></ul></div></nav><nav class="mw-portlet mw-portlet-tb vector-menu vector-menu-portal portal"aria-labelledby=p-tb-label id=p-tb role=navigation><h3 aria-label class=vector-menu-heading id=p-tb-label><span> Инструменты </span></h3><div class=vector-menu-content><ul class=vector-menu-content-list><li class=mw-list-item id=t-whatlinkshere><a title="Список всех страниц, ссылающихся на данную [j]"accesskey=j href=/wiki/%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F:%D0%A1%D1%81%D1%8B%D0%BB%D0%BA%D0%B8_%D1%81%D1%8E%D0%B4%D0%B0/Sonar_Entertainment> <span> Ссылки сюда </span> </a><li class=mw-list-item id=t-recentchangeslinked><a title="Последние изменения в страницах, на которые ссылается эта страница [k]"accesskey=k href=/wiki/%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F:%D0%A1%D0%B2%D1%8F%D0%B7%D0%B0%D0%BD%D0%BD%D1%8B%D0%B5_%D0%BF%D1%80%D0%B0%D0%B2%D0%BA%D0%B8/Sonar_Entertainment rel=nofollow> <span> Связанные правки </span> </a><li class=mw-list-item id=t-specialpages><a title="Список служебных страниц [q]"accesskey=q href=/wiki/%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F:%D0%A1%D0%BF%D0%B5%D1%86%D1%81%D1%82%D1%80%D0%B0%D0%BD%D0%B8%D1%86%D1%8B> <span> Служебные страницы </span> </a><li class=mw-list-item id=t-permalink><a title="Постоянная ссылка на эту версию страницы"href=/w/index.php?title=Sonar_Entertainment&oldid=116744076> <span> Постоянная ссылка </span> </a><li class=mw-list-item id=t-info><a title="Подробнее об этой странице"href=/w/index.php?title=Sonar_Entertainment&action=info> <span> Сведения о странице </span> </a><li class=mw-list-item id=t-cite><a title="Информация о том, как цитировать эту страницу"href=/w/index.php?title=%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F:%D0%A6%D0%B8%D1%82%D0%B0%D1%82%D0%B0&page=Sonar_Entertainment&id=116744076&wpFormIdentifier=titleform> <span> Цитировать страницу </span> </a><li class=mw-list-item id=t-wikibase><a title="Ссылка на связанный элемент репозитория данных [g]"accesskey=g href=https://www.wikidata.org/wiki/Special:EntityPage/Q3067892> <span> Элемент Викиданных </span> </a></ul></div></nav><nav class="mw-portlet mw-portlet-coll-print_export vector-menu vector-menu-portal portal"aria-labelledby=p-coll-print_export-label id=p-coll-print_export role=navigation><h3 aria-label class=vector-menu-heading id=p-coll-print_export-label><span> Печать/экспорт </span></h3><div class=vector-menu-content><ul class=vector-menu-content-list><li class=mw-list-item id=coll-create_a_book><a href=/w/index.php?title=%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F:%D0%9A%D0%BE%D0%BB%D0%BB%D0%B5%D0%BA%D1%86%D0%B8%D1%8F_%D0%BA%D0%BD%D0%B8%D0%B3&bookcmd=book_creator&referer=Sonar+Entertainment> <span> Создать книгу </span> </a><li class=mw-list-item id=coll-download-as-rl><a href=/w/index.php?title=%D0%A1%D0%BB%D1%83%D0%B6%D0%B5%D0%B1%D0%BD%D0%B0%D1%8F:DownloadAsPdf&page=Sonar_Entertainment&action=show-download-screen> <span> Скачать как PDF </span> </a><li class=mw-list-item id=t-print><a title="Версия этой страницы для печати [p]"accesskey=p href=/w/index.php?title=Sonar_Entertainment&printable=yes> <span> Версия для печати </span> </a></ul></div></nav><nav class="mw-portlet mw-portlet-lang vector-menu vector-menu-portal portal"aria-labelledby=p-lang-label id=p-lang role=navigation><h3 aria-label class=vector-menu-heading id=p-lang-label><span> На других языках </span></h3><div class=vector-menu-content><ul class=vector-menu-content-list><li class="interlanguage-link interwiki-de mw-list-item"><a title="Sonar Entertainment — немецкий"class=interlanguage-link-target href=https://de.wikipedia.org/wiki/Sonar_Entertainment hreflang=de lang=de> <span> Deutsch </span> </a><li class="interlanguage-link interwiki-en mw-list-item"><a title="Sonar Entertainment — английский"class=interlanguage-link-target href=https://en.wikipedia.org/wiki/Sonar_Entertainment hreflang=en lang=en> <span> English </span> </a><li class="interlanguage-link interwiki-fr mw-list-item"><a title="Sonar Entertainment — французский"class=interlanguage-link-target href=https://fr.wikipedia.org/wiki/Sonar_Entertainment hreflang=fr lang=fr> <span> Français </span> </a><li class="interlanguage-link interwiki-ro mw-list-item"><a title="Sonar Entertainment — румынский"class=interlanguage-link-target href=https://ro.wikipedia.org/wiki/Sonar_Entertainment hreflang=ro lang=ro> <span> Română </span> </a><li class="interlanguage-link interwiki-tr mw-list-item"><a title="Sonar Entertainment — турецкий"class=interlanguage-link-target href=https://tr.wikipedia.org/wiki/Sonar_Entertainment hreflang=tr lang=tr> <span> Türkçe </span> </a></ul><div class="after-portlet after-portlet-lang"><span class="wb-langlinks-edit wb-langlinks-link"> <a title="Править межъязыковые ссылки"class=wbc-editpage href=https://www.wikidata.org/wiki/Special:EntityPage/Q3067892#sitelinks-wikipedia> Править ссылки </a> </span></div></div></nav></div></div><footer class=mw-footer id=footer role=contentinfo><ul id=footer-info><li id=footer-info-lastmod>Эта страница в последний раз была отредактирована 19 сентября 2021 в 19:19.<li id=footer-info-copyright>Текст доступен по <a href=//ru.wikipedia.org/wiki/Википедия:Текст_лицензии_Creative_Commons_Attribution-ShareAlike_3.0_Unported rel=license> лицензии Creative Commons Attribution-ShareAlike </a> <a href=//creativecommons.org/licenses/by-sa/3.0/ rel=license style=display:none;> </a> ; в отдельных случаях могут действовать дополнительные условия. <span class=noprint> Подробнее см. <a href=//foundation.wikimedia.org/wiki/Terms_of_Use/ru> Условия использования </a> . </span> <br> Wikipedia® — зарегистрированный товарный знак некоммерческой организации <a href=//wikimediafoundation.org> Wikimedia Foundation, Inc. </a></ul><ul id=footer-places><li id=footer-places-privacy><a title="m:Privacy policy/ru"class=extiw href=https://meta.wikimedia.org/wiki/Privacy_policy/ru> Политика конфиденциальности </a><li id=footer-places-about><a href=/wiki/%D0%92%D0%B8%D0%BA%D0%B8%D0%BF%D0%B5%D0%B4%D0%B8%D1%8F:%D0%9E%D0%BF%D0%B8%D1%81%D0%B0%D0%BD%D0%B8%D0%B5 title=Википедия:Описание> Описание Википедии </a><li id=footer-places-disclaimer><a title="Википедия:Отказ от ответственности"href=/wiki/%D0%92%D0%B8%D0%BA%D0%B8%D0%BF%D0%B5%D0%B4%D0%B8%D1%8F:%D0%9E%D1%82%D0%BA%D0%B0%D0%B7_%D0%BE%D1%82_%D0%BE%D1%82%D0%B2%D0%B5%D1%82%D1%81%D1%82%D0%B2%D0%B5%D0%BD%D0%BD%D0%BE%D1%81%D1%82%D0%B8> Отказ от ответственности </a><li id=footer-places-contact><a href=//ru.wikipedia.org/wiki/Википедия:Контакты> Свяжитесь с нами </a><li id=footer-places-mobileview><a class="noprint stopMobileRedirectToggle"href=//ru.m.wikipedia.org/w/index.php?title=Sonar_Entertainment&mobileaction=toggle_view_mobile> Мобильная версия </a><li id=footer-places-developers><a href=https://www.mediawiki.org/wiki/Special:MyLanguage/How_to_contribute> Разработчики </a><li id=footer-places-statslink><a href=https://stats.wikimedia.org/#/ru.wikipedia.org> Статистика </a><li id=footer-places-cookiestatement><a href=https://foundation.wikimedia.org/wiki/Cookie_statement> Заявление о куки </a></ul><ul class=noprint id=footer-icons><li id=footer-copyrightico><a href=https://wikimediafoundation.org/> <img alt="Wikimedia Foundation"srcset="/static/images/footer/wikimedia-button-1.5x.png 1.5x, /static/images/footer/wikimedia-button-2x.png 2x"height=31 loading=lazy src=/static/images/footer/wikimedia-button.png width=88> </a><li id=footer-poweredbyico><a href=https://www.mediawiki.org/> <img alt="Powered by MediaWiki"srcset="/static/images/footer/poweredby_mediawiki_132x47.png 1.5x, /static/images/footer/poweredby_mediawiki_176x62.png 2x"height=31 loading=lazy src=/static/images/footer/poweredby_mediawiki_88x31.png width=88> </a></ul></footer><script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgPageParseReport":{"limitreport":{"cputime":"0.346","walltime":"0.461","ppvisitednodes":{"value":1677,"limit":1000000},"postexpandincludesize":{"value":21733,"limit":2097152},"templateargumentsize":{"value":5297,"limit":2097152},"expansiondepth":{"value":16,"limit":40},"expensivefunctioncount":{"value":17,"limit":500},"unstrip-depth":{"value":0,"limit":20},"unstrip-size":{"value":3012,"limit":5000000},"entityaccesscount":{"value":18,"limit":400},"timingprofile":["100.00% 426.654 1 -total"," 75.59% 322.511 1 Шаблон:Карточка_компании"," 68.74% 293.272 1 Шаблон:Карточка"," 19.73% 84.174 7 Шаблон:Wikidata"," 14.55% 62.057 1 Шаблон:TV-stub"," 13.95% 59.539 1 Шаблон:Stub-meta"," 11.67% 49.788 1 Шаблон:Карточка/оригинал_названия"," 11.48% 48.962 1 Шаблон:Ambox"," 8.94% 38.144 1 Шаблон:Примечания"," 6.20% 26.454 5 Шаблон:Cite_news"]},"scribunto":{"limitreport-timeusage":{"value":"0.218","limit":"10.000"},"limitreport-memusage":{"value":5476130,"limit":52428800},"limitreport-logs":"Loaded datatype commonsMedia of P154 from wikidata, consider passing datatype argument to formatProperty call or to Wikidata/config\nLoaded datatype wikibase-item of P1454 from wikidata, consider passing datatype argument to formatProperty call or to Wikidata/config\nLoaded datatype wikibase-item of P414 from wikidata, consider passing datatype argument to formatProperty call or to Wikidata/config\nLoaded datatype wikibase-item of P1366 from wikidata, consider passing datatype argument to formatProperty call or to Wikidata/config\nLoaded datatype wikibase-item of P112 from wikidata, consider passing datatype argument to formatProperty call or to Wikidata/config\nLoaded datatype wikibase-item of P159 from wikidata, consider passing datatype argument to formatProperty call or to Wikidata/config\nLoaded datatype wikibase-item of P452 from wikidata, consider passing datatype argument to formatProperty call or to Wikidata/config\nLoaded datatype wikibase-item of P1056 from wikidata, consider passing datatype argument to formatProperty call or to Wikidata/config\nLoaded datatype quantity of P2137 from wikidata, consider passing datatype argument to formatProperty call or to Wikidata/config\nLoaded datatype quantity of P2139 from wikidata, consider passing datatype argument to formatProperty call or to Wikidata/config\nLoaded datatype quantity of P3362 from wikidata, consider passing datatype argument to formatProperty call or to Wikidata/config\nLoaded datatype quantity of P2295 from wikidata, consider passing datatype argument to formatProperty call or to Wikidata/config\nLoaded datatype quantity of P2403 from wikidata, consider passing datatype argument to formatProperty call or to Wikidata/config\nLoaded datatype quantity of P2226 from wikidata, consider passing datatype argument to formatProperty call or to Wikidata/config\nLoaded datatype wikibase-item of P749 from wikidata, consider passing datatype argument to formatProperty call or to Wikidata/config\nLoaded datatype wikibase-item of P355 from wikidata, consider passing datatype argument to formatProperty call or to Wikidata/config\n"},"cachereport":{"origin":"mw1389","timestamp":"20211029023321","ttl":1814400,"transientcontent":false}}});});</script><script type=application/ld+json>
{"@context":"https:\/\/schema.org","@type":"Article","name":"Sonar Entertainment","url":"https:\/\/ru.wikipedia.org\/wiki\/Sonar_Entertainment","sameAs":"http:\/\/www.wikidata.org\/entity\/Q3067892","mainEntity":"http:\/\/www.wikidata.org\/entity\/Q3067892","author":{"@type":"Organization","name":"Contributors to Wikimedia projects"},"publisher":{"@type":"Organization","name":"\u0424\u043e\u043d\u0434 \u0412\u0438\u043a\u0438\u043c\u0435\u0434\u0438\u0430","logo":{"@type":"ImageObject","url":"https:\/\/www.wikimedia.org\/static\/images\/wmf-hor-googpub.png"}},"datePublished":"2011-09-19T16:44:07Z","dateModified":"2021-09-19T19:19:06Z"}
</script><script>(RLQ=window.RLQ||[]).push(function(){mw.config.set({"wgBackendResponseTime":130,"wgHostname":"mw1441"});});</script> | 0 |
net impact presentation greetings , longhorns ! i just wanted to remind each of you of wednesday evening ' s presentation on campus . sally beck will be giving a powerpoint presentation to the net impact group on campus . the presentation will take place in the graduate school of business 2 . 122 from 6 - 7 pm . please plan to meet me there at 5 : 30 . business casual attire . the group will serve jason ' s deli snacks at 6 pm and sally will begin her presentation at approximately 6 : 15 . after the presentation , we will make ourselves available to field any specific questions the students may have . i have arranged for the following hotel accommodations : la quinta , bergstrom airport 512 - 386 - 6800 jim : # 18652728 marcus : # 18652733 millie : # 18652734 please call and cancel if you will not require an over - night stay . i appreciate your help ! on the day of the event i can be reached on my cell phone : 281 / 793 - 1097 . have a great day ! ! lexi 3 - 4585 | 0 |
globaltrend.ae/components/com_contact/login.php | 1 |
<!doctypehtml><html class="html post-template-default single single-post postid-31601 single-format-standard"lang=en-US><meta charset=utf-8><meta content=IE=edge http-equiv=X-UA-Compatible><meta content=width=device-width,initial-scale=1 name=viewport><link title="PracticePanther Feed"href=https://www.practicepanther.com/feed/ rel=alternate type=application/rss+xml><script data-cfasync=false data-pagespeed-no-defer>//<![CDATA[
var gtm4wp_datalayer_name = "dataLayer";
var dataLayer = dataLayer || [];
var gtm4wp_scrollerscript_debugmode = false;
var gtm4wp_scrollerscript_callbacktime = 100;
var gtm4wp_scrollerscript_readerlocation = 150;
var gtm4wp_scrollerscript_contentelementid = "content";
var gtm4wp_scrollerscript_scannertime = 60;
//]]></script><title>
PracticePanther & LawPay to Offer PantherPayments
</title><meta content="PracticePanther.com will soon revolutionize its already seamless payment and billing systems with PantherPayments, making the payment process simpler."name=description><meta content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"name=robots><link href=https://www.practicepanther.com/blog/practicepanther-lawpay-offer-pantherpayments/ rel=canonical><meta content=en_US property=og:locale><meta content=article property=og:type><meta content="PracticePanther & LawPay to Offer PantherPayments"property=og:title><meta content="PracticePanther.com will soon revolutionize its already seamless payment and billing systems with PantherPayments, making the payment process simpler."property=og:description><meta content=https://www.practicepanther.com/blog/practicepanther-lawpay-offer-pantherpayments/ property=og:url><meta content=PracticePanther property=og:site_name><meta content=2017-01-11T16:14:14+00:00 property=article:published_time><meta content=2021-01-21T15:51:18+00:00 property=article:modified_time><meta content=summary_large_image name=twitter:card><meta content="Written by"name=twitter:label1><meta content="Law Practice Management Software"name=twitter:data1><meta content="Est. reading time"name=twitter:label2><meta content="2 minutes"name=twitter:data2><script class=yoast-schema-graph type=application/ld+json>
{"@context":"https://schema.org","@graph":[{"@type":"WebSite","@id":"https://www.practicepanther.com/#website","url":"https://www.practicepanther.com/","name":"PracticePanther","description":"Law Practice Management Software","potentialAction":[{"@type":"SearchAction","target":"https://www.practicepanther.com/?s={search_term_string}","query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https://www.practicepanther.com/blog/practicepanther-lawpay-offer-pantherpayments/#primaryimage","inLanguage":"en-US","url":""},{"@type":"WebPage","@id":"https://www.practicepanther.com/blog/practicepanther-lawpay-offer-pantherpayments/#webpage","url":"https://www.practicepanther.com/blog/practicepanther-lawpay-offer-pantherpayments/","name":"PracticePanther & LawPay to Offer PantherPayments","isPartOf":{"@id":"https://www.practicepanther.com/#website"},"primaryImageOfPage":{"@id":"https://www.practicepanther.com/blog/practicepanther-lawpay-offer-pantherpayments/#primaryimage"},"datePublished":"2017-01-11T16:14:14+00:00","dateModified":"2021-01-21T15:51:18+00:00","author":{"@id":"https://www.practicepanther.com/#/schema/person/d63ba5dd41bc52ea91d9b87811b58bdb"},"description":"PracticePanther.com will soon revolutionize its already seamless payment and billing systems with PantherPayments, making the payment process simpler.","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://www.practicepanther.com/blog/practicepanther-lawpay-offer-pantherpayments/"]}]},{"@type":"Person","@id":"https://www.practicepanther.com/#/schema/person/d63ba5dd41bc52ea91d9b87811b58bdb","name":"Law Practice Management Software","image":{"@type":"ImageObject","@id":"https://www.practicepanther.com/#personlogo","inLanguage":"en-US","url":"https://secure.gravatar.com/avatar/19fd8461864a1b4dbf60a29b4d36dc48?s=96&d=mm&r=g","caption":"Law Practice Management Software"}}]}
</script><link href=https://www.practicepanther.com/wp-includes/css/dist/block-library/style.min.css?ver=5.4.4 id=wp-block-library-css media=all rel=stylesheet><link href=https://www.practicepanther.com/wp-content/themes/flynt/dist/assets/main.css?ver=1.0.1 id=Flynt/assets-css media=all rel=stylesheet><script src=https://www.practicepanther.com/wp-includes/js/jquery/jquery.js?ver=1.12.4-wp></script><script src=https://www.practicepanther.com/wp-content/plugins/duracelltomi-google-tag-manager/js/gtm4wp-form-move-tracker.js?ver=1.11.6></script><script src=https://www.practicepanther.com/wp-content/plugins/duracelltomi-google-tag-manager/js/analytics-talk-content-tracking.js?ver=1.11.6></script><script data-cfasync=false data-pagespeed-no-defer>//<![CDATA[
var dataLayer_content = {"pagePostType":"post","pagePostType2":"single-post","pageCategory":["law-practice-management-software","news","press-release"],"pagePostAuthor":"Law Practice Management Software"};
dataLayer.push( dataLayer_content );//]]></script><script data-cfasync=false>//<![CDATA[
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'//www.googletagmanager.com/gtm.'+'js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5FD4R6');//]]></script><script>window.dataLayer = window.dataLayer || [];
dataLayer.push({ blogCategories: ["Law Practice Management Software","News","Press Release"] });</script><link href=https://www.practicepanther.com/wp-content/uploads/2020/11/cropped-P_Shield_BlueBG-32x32.png rel=icon sizes=32x32><link href=https://www.practicepanther.com/wp-content/uploads/2020/11/cropped-P_Shield_BlueBG-192x192.png rel=icon sizes=192x192><link href=https://www.practicepanther.com/wp-content/uploads/2020/11/cropped-P_Shield_BlueBG-180x180.png rel=apple-touch-icon><meta content=https://www.practicepanther.com/wp-content/uploads/2020/11/cropped-P_Shield_BlueBG-270x270.png name=msapplication-TileImage><link as=font crossorigin href=https://www.practicepanther.com/wp-content/themes/flynt/dist/assets/fonts/gotham/gotham-bold-italic.woff2 rel=preload type=font/woff2><link as=font crossorigin href=https://www.practicepanther.com/wp-content/themes/flynt/dist/assets/fonts/gotham/gotham-bold-italic.woff rel=preload type=font/woff><link as=font crossorigin href=https://www.practicepanther.com/wp-content/themes/flynt/dist/assets/fonts/gotham/gotham-bold.woff2 rel=preload type=font/woff2><link as=font crossorigin href=https://www.practicepanther.com/wp-content/themes/flynt/dist/assets/fonts/gotham/gotham-bold.woff rel=preload type=font/woff><link as=font crossorigin href=https://www.practicepanther.com/wp-content/themes/flynt/dist/assets/fonts/gotham/gotham-book-italic.woff2 rel=preload type=font/woff2><link as=font crossorigin href=https://www.practicepanther.com/wp-content/themes/flynt/dist/assets/fonts/gotham/gotham-book-italic.woff rel=preload type=font/woff><link as=font crossorigin href=https://www.practicepanther.com/wp-content/themes/flynt/dist/assets/fonts/gotham/gotham-book.woff2 rel=preload type=font/woff2><link as=font crossorigin href=https://www.practicepanther.com/wp-content/themes/flynt/dist/assets/fonts/gotham/gotham-book.woff rel=preload type=font/woff><link as=font crossorigin href=https://www.practicepanther.com/wp-content/themes/flynt/dist/assets/fonts/gotham/gotham-medium-italic.woff2 rel=preload type=font/woff2><link as=font crossorigin href=https://www.practicepanther.com/wp-content/themes/flynt/dist/assets/fonts/gotham/gotham-medium-italic.woff rel=preload type=font/woff><link as=font crossorigin href=https://www.practicepanther.com/wp-content/themes/flynt/dist/assets/fonts/gotham/gotham-medium.woff2 rel=preload type=font/woff2><link as=font crossorigin href=https://www.practicepanther.com/wp-content/themes/flynt/dist/assets/fonts/gotham/gotham-medium.woff rel=preload type=font/woff><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5FD4R6');</script><script>"use strict";
!function() {
var t = window.driftt = window.drift = window.driftt || [];
if (!t.init) {
if (t.invoked) return void (window.console && console.error && console.error("Drift snippet included twice."));
t.invoked = !0, t.methods = [ "identify", "config", "track", "reset", "debug", "show", "ping", "page", "hide", "off", "on" ],
t.factory = function(e) {
return function() {
var n = Array.prototype.slice.call(arguments);
return n.unshift(e), t.push(n), t;
};
}, t.methods.forEach(function(e) {
t[e] = t.factory(e);
}), t.load = function(t) {
var e = 3e5, n = Math.ceil(new Date() / e) * e, o = document.createElement("script");
o.type = "text/javascript", o.async = !0, o.crossorigin = "anonymous", o.src = "https://js.driftt.com/include/" + n + "/" + t + ".js";
var i = document.getElementsByTagName("script")[0];
i.parentNode.insertBefore(o, i);
};
}
}();
drift.SNIPPET_VERSION = '0.3.1';
drift.load('dwzsv49b5dc4');</script><style>div#gform_confirmation_message_1 {
color: #000;
}</style><body><noscript><iframe height=0 src=https://www.googletagmanager.com/ns.html?id=GTM-5FD4R6 style=display:none;visibility:hidden width=0></iframe></noscript><header><div class=container><div class=header-logo><a href=https://www.practicepanther.com> <img alt=PracticePanther src=https://www.practicepanther.com/wp-content/themes/flynt/dist/Components/SiteHeader/Assets/logo.png> </a><div class=header-mobile-menu-btn><span> </span><span> </span><span> </span></div></div><nav class=header-nav><ul class=header-menu><li class="menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-49877"><a class=menu-link href=https://www.practicepanther.com/pricing/> Pricing </a><li class="menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-49878 menu-item-has-children"><a class=menu-link href=https://www.practicepanther.com/practice-management/> Practice Management <i class=menu-arrow> </i> </a> <ul class=sub-menu><div class=sub-menu-column><li><a class=sub-menu-item href=https://practicepanther.com/case-management/> <div class=icon><div style="background-image: url(https://www.practicepanther.com/wp-content/uploads/2020/05/briefcase.svg)"class=img></div></div> <div class=content><p class=title>Case Management<p class=description>Handle and prepare cases</div> </a><li><a class=sub-menu-item href=/document-management/> <div class=icon><div style="background-image: url(https://www.practicepanther.com/wp-content/uploads/2020/05/file.svg)"class=img></div></div> <div class=content><p class=title>Document Management<p class=description>Organize, manage, and track</div> </a><li><a class=sub-menu-item href=/billing/> <div class=icon><div style="background-image: url(https://www.practicepanther.com/wp-content/uploads/2020/05/money.svg)"class=img></div></div> <div class=content><p class=title>Legal Billing<p class=description>Simple payments and invoicing</div> </a><li><a class=sub-menu-item href=/calendaring/> <div class=icon><div style="background-image: url(https://www.practicepanther.com/wp-content/uploads/2020/05/calendar.svg)"class=img></div></div> <div class=content><p class=title>Calendaring<p class=description>Never miss an appointment</div> </a></div><div class=sub-menu-column><li><a class=sub-menu-item href=/crm/> <div class=icon><div style="background-image: url(https://www.practicepanther.com/wp-content/uploads/2020/05/phone-book-1.svg)"class=img></div></div> <div class=content><p class=title>Legal CRM<p class=description>Grow your client rolodex</div> </a><li><a class=sub-menu-item href=/integrations/> <div class=icon><div style="background-image: url(https://www.practicepanther.com/wp-content/uploads/2020/05/setting.svg)"class=img></div></div> <div class=content><p class=title>Integrations<p class=description>Sync with apps you know and love</div> </a><li><a class=sub-menu-item href=/security/> <div class=icon><div style="background-image: url(https://www.practicepanther.com/wp-content/uploads/2020/05/padlock.svg)"class=img></div></div> <div class=content><p class=title>Security<p class=description>256-bit military grade encryption</div> </a></div></ul><li class="menu-item menu-item menu-item-type-custom menu-item-object-custom menu-item-50351 menu-item-has-children"><a class=menu-link href=#> Solutions <i class=menu-arrow> </i> </a> <ul class="sub-menu single-column"><li><a class=sub-menu-item href=https://www.practicepanther.com/solo-practices/> <div class=icon><div style="background-image: url(https://www.practicepanther.com/wp-content/uploads/2020/05/group-40.svg)"class=img></div></div> <div class=content><p class=title>Solo Practices<p class=description>Handle and prepare cases</div> </a><li><a class=sub-menu-item href=https://www.practicepanther.com/small-medium-firms/> <div class=icon><div style="background-image: url(https://www.practicepanther.com/wp-content/uploads/2020/05/hotel.svg)"class=img></div></div> <div class=content><p class=title>Small & Medium Firms<p class=description>Organize, manage, and track</div> </a><li><a class=sub-menu-item href=https://www.practicepanther.com/large-firms/> <div class=icon><div style="background-image: url(https://www.practicepanther.com/wp-content/uploads/2020/05/group-47.svg)"class=img></div></div> <div class=content><p class=title>Large Firms<p class=description>Simple payments and invoicing</div> </a></ul><li class="menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-49891"><a class=menu-link href=https://www.practicepanther.com/testimonials/> Testimonials </a><li class="menu-item free-trial menu-item menu-item-type-post_type menu-item-object-page menu-item-49893"><a class=menu-link href=https://www.practicepanther.com/free-trial/> Free trial </a><li class="menu-item menu-item menu-item-type-custom menu-item-object-custom menu-item-50461"><a class=menu-link href=https://app.practicepanther.com/> Login </a></ul></nav></div></header><article><div class=post-fixed-line></div><div style="background-image: url('');"class=post-featured-image></div><div class=post-container><div class=post-title><h1>New Partnership: PracticePanther and LawPay to Offer PantherPayments</h1></div><div class=post-author><div class=post-author-avatar></div><div class=post-author-info><div class=post-author-name><a href=https://www.practicepanther.com/blog/author/law-practice-management-software/> Law Practice Management Software </a></div><div class=post-date>January 11, 2017</div></div></div><div class=post-category-list><ul><li><a href=https://www.practicepanther.com/blog/category/law-practice-management-software/> Law Practice Management Software </a><li><a href=https://www.practicepanther.com/blog/category/news/> News </a><li><a href=https://www.practicepanther.com/blog/category/press-release/> Press Release </a></ul></div><div class=post-content><p><strong> Update: </strong> In September 2020, PracticePanther launched its own <a rel="noopener noreferrer"href=https://www.practicepanther.com/billing/billing-pantherpayments/ target=_blank> native PantherPayments solution </a> , which makes payments even more seamless for customers. The integration with LawPay continues to be available to all customers.<p style="text-align: center;"><img class="aligncenter size-full wp-image-33705"alt=Panther-Payments-Logo-Flat-Shadow-Circle height=600 src=https://www.practicepanther.com/wp-content/uploads/2016/01/Panther-Payments-Logo-Flat-Shadow-Circle.png width=600><h2 style="text-align: center;"><strong> PracticePanther is Proud to Announce Its New Partnership with LawPay in an Effort to Streamline Secure Payments </strong></h2><p><em> PracticePanther has now added LawPay to its software </em><p><strong> North Miami Beach, FL (Jan 11th, 2017)- </strong> PracticePanther.com, a leading legal case management software company, will soon revolutionize its already seamless payment and billing systems with PantherPayments. Powered by LawPay, the new software solution will allow attorneys and firms to get paid faster, taking credit cards and eChecks from clients and accepting all payments through an online system.<p>CEO of PracticePanther, David Bitton, recently explained: <br> <em> <br> “PracticePanther is committed to offering the solutions that attorneys need to keep all their billing and payments in check, ensuring firms stay tax compliant and organized all year round. Our new PantherPayments system makes it easier for clients to make secure payments, and allows attorneys to keep track of their incoming and outgoing funds.” </em><p>Using the new system, clients can pay their attorney from their phone or computer, using a simple ‘Pay Now’ button. Automatic payment receipts are generated for all clients, with an email outlining how much was paid and when. Invoices are also automatically updated by the software with the amount paid and the balance remaining, allowing both parties to keep track.<p>The feature will drastically change how law firms work in the United States and beyond, taking away the need for attorneys calling, emailing or writing to clients on a regular basis to update them on their account.<p>Powered by <a rel="noopener noreferrer"href=https://lawpay.com/practicepanther/ target=_blank> LawPay </a> , the most trusted and recognized merchant processor that’s approved by the American Bar Association, this new software system makes PracticePanther one of the most exciting software innovators in the law world. PantherPayments also abides by IOLTA guidelines, which state that earned and unearned fees must be separated – so, when a retainer payment is made into a trust account, the fees will only be taken from an operating account, ensuring that all PantherPayments users are 100% tax and law compliant.<p>Discussing the announcement, PracticePanther CTO Ori Tamuz explained:<p><em> “PantherPayments builds on PracticePanther’s long-held commitment to payment security and record keeping. Our software already seamlessly works with LawPay and PayPal, and makes it easy for clients and attorneys to see all transactions in one place. PantherPayments takes it one step further by working more closely with LawPay to keep attorneys compliant with tax regulations.” </em><p>Attorneys using PracticePanther for their office, employees and clients can enjoy low monthly costs, no setup or training costs and free upgrades whenever PracticePanther introduces intuitive new features.<p><strong> About PracticePanther.com </strong><p>PraticePanther is an intuitive software solution designed for legal case management, giving paralegals and attorneys a wide range of features to aid communication, document management, trust accounting and billing. PracticePanther integrates with Gmail, Outlook, Quickbooks Online, Dropbox, and a multitude of other online software solutions that define a modern attorney’s workspace.<p>The online system allows attorneys, paralegals and clients all stay up-to-date with case information and news, keep in touch and see real-time developments.</div><div class=post-subscribe-section><div class=post-subscribe-wrapper><div class=post-subscribe-inner><h2>Subscribe to our newsletter</h2><p>Learn how to grow your firm, keep up with industry trends, and find tips to save you time and automate your work<div class=start-free-trial-form><div class="gf_browser_unknown gform_wrapper"id=gform_wrapper_3><form action=/blog/practicepanther-lawpay-offer-pantherpayments/ enctype=multipart/form-data id=gform_3 method=post target=gform_ajax_frame_3><div class=gform_body><ul class="gform_fields top_label form_sublabel_below description_below"id=gform_fields_3><li class="gfield field_sublabel_below field_description_below gfield_visibility_visible"id=field_3_1><label class=gfield_label for=input_3_1>Email</label> <div class="ginput_container ginput_container_email"><input placeholder="Enter your email"aria-invalid=false class=medium id=input_3_1 name=input_1></div></ul></div><div class="gform_footer top_label"><input class="gform_button button"onclick='if(window["gf_submitting_3"]){return false;} window["gf_submitting_3"]=true; 'onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_3"]){return false;} window["gf_submitting_3"]=true; jQuery("#gform_3").trigger("submit",[true]); }'id=gform_submit_button_3 type=submit value=Subscribe><input name=gform_ajax type=hidden value=form_id=3&title=&description=&tabindex=0><input class=gform_hidden name=is_submit_3 type=hidden value=1><input class=gform_hidden name=gform_submit type=hidden value=3><input class=gform_hidden name=gform_unique_id type=hidden><input class=gform_hidden name=state_3 type=hidden value=WyJbXSIsIjlhYjgwNTk2MGQ2MDY4NTNlMWYyMDhiOWY5MmZjZjk2Il0=><input class=gform_hidden id=gform_target_page_number_3 name=gform_target_page_number_3 type=hidden value=0><input class=gform_hidden id=gform_source_page_number_3 name=gform_source_page_number_3 type=hidden value=1><input name=gform_field_values type=hidden></div></form></div><iframe title="This iframe contains the logic required to handle Ajax powered Gravity Forms."id=gform_ajax_frame_3 name=gform_ajax_frame_3 src=about:blank style=display:none;width:0px;height:0px;></iframe><script>jQuery(document).ready(function($){gformInitSpinner( 3, 'https://www.practicepanther.com/wp-content/plugins/gravityforms/images/spinner.gif' );jQuery('#gform_ajax_frame_3').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_3');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_3').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_3').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_3').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_3').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_3').val();gformInitSpinner( 3, 'https://www.practicepanther.com/wp-content/plugins/gravityforms/images/spinner.gif' );jQuery(document).trigger('gform_page_loaded', [3, current_page]);window['gf_submitting_3'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_3').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [3]);window['gf_submitting_3'] = false;}, 50);}else{jQuery('#gform_3').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [3, current_page]);} );} );</script><script>jQuery(document).bind('gform_post_render', function(event, formId, currentPage){if(formId == 3) {if(typeof Placeholders != 'undefined'){
Placeholders.enable();
}} } );jQuery(document).bind('gform_post_conditional_logic', function(event, formId, fields, isInit){} );</script><script>jQuery(document).ready(function(){jQuery(document).trigger('gform_post_render', [3, 1]) } );</script></div></div></div></div><div class=post-social-sharing-section><ul><li><a class=facebook href=https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.practicepanther.com%2Fblog%2Fpracticepanther-lawpay-offer-pantherpayments%2F target=_blank> <img alt=facebook src=https://www.practicepanther.com/wp-content/themes/flynt/dist/assets/images/facebook-share-icon.svg> </a><li><a class=twitter href=https://twitter.com/intent/tweet?text=New+Partnership%3A+PracticePanther+and+LawPay+to+Offer+PantherPayments&url=https%3A%2F%2Fwww.practicepanther.com%2Fblog%2Fpracticepanther-lawpay-offer-pantherpayments%2F target=_blank> <img alt=twitter src=https://www.practicepanther.com/wp-content/themes/flynt/dist/assets/images/twitter-share-icon.svg> </a><li><a class=linkedin href=https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fwww.practicepanther.com%2Fblog%2Fpracticepanther-lawpay-offer-pantherpayments%2F&title=New+Partnership%3A+PracticePanther+and+LawPay+to+Offer+PantherPayments target=_blank> <img alt=linkedin src=https://www.practicepanther.com/wp-content/themes/flynt/dist/assets/images/linkedin-share-icon.svg> </a><li><a href="mailto:?subject=New Partnership: PracticePanther and LawPay to Offer PantherPayments&body=Check out this blog post from PracticePanter : https%3A%2F%2Fwww.practicepanther.com%2Fblog%2Fpracticepanther-lawpay-offer-pantherpayments%2F"class=email target=_blank> <img alt=email src=https://www.practicepanther.com/wp-content/themes/flynt/dist/assets/images/mail-share-icon.svg> </a></ul></div><div class=post-author-detail-section><div class=post-author-detail-avatar><img alt></div><div class=post-author-detail-info><h2>Law Practice Management Software</h2><p><div class=post-author-detail-link><a class=global-link href=https://www.practicepanther.com/blog/author/law-practice-management-software/> more from Law Practice Management Software </a></div></div></div><div class="post-footer-image-section mobile-hide"><a href=https://www.practicepanther.com/free-trial/> <img alt src=https://www.practicepanther.com/wp-content/uploads/2020/06/blog-image-3.jpg> </a></div><div class="post-footer-image-section mobile-show"><a href=https://www.practicepanther.com/free-trial/> <img alt src=https://www.practicepanther.com/wp-content/uploads/2020/06/popular-blog-banner-2x.jpg> </a></div></div><section class=post-related-section><div class=container><div class=three-posts-column-by-category-header><div class=three-posts-column-by-category-header-left><h2>Related Articles</h2></div><div class="three-posts-column-by-category-header-right mobile-hide"><div class=three-posts-column-by-category-link><a class=global-link href=https://www.practicepanther.com/blog/> See All Blog Posts </a></div></div></div><div class=three-posts-column-by-category-row><div class="three-posts-column-by-category-item blog-card displayed-post"data-post-id=50574><a href=https://www.practicepanther.com/blog/practicepanther-2020-year-in-review/> <div class=inner><div style="background-image: url('https://www.practicepanther.com/wp-content/uploads/2021/01/PP_EOY_2020-400x200.png');"class=blog-image></div><div class=blog-info><div class="blog-category about-practicepanther">About PracticePanther</div><h3>PracticePanther 2020: Year In Review</h3><p>2020 was a year that we won’t soon forget. A year full of hardship that humbled us, t...</div></div> </a></div><div class="three-posts-column-by-category-item blog-card displayed-post"data-post-id=49337><a href=https://www.practicepanther.com/blog/big-news-announcing-the-new-pantherpayments/> <div class=inner><div style="background-image: url('https://www.practicepanther.com/wp-content/uploads/2020/09/AdobeStock_247138941-400x200.jpeg');"class=blog-image></div><div class=blog-info><div class="blog-category new-blog-posts">New Blog Posts</div><h3>Big News - Announcing the New PantherPayments!</h3><p>We’re thrilled to announce the launch of the new, reimagined PantherPayments — our fi...</div></div> </a></div><div class="three-posts-column-by-category-item blog-card displayed-post"data-post-id=48892><a href=https://www.practicepanther.com/blog/supporting-your-firm-during-covid-19/> <div class=inner><div style="background-image: url('https://www.practicepanther.com/wp-content/uploads/2020/03/AdobeStock_346897605-400x200.jpeg');"class=blog-image></div><div class=blog-info><div class="blog-category news">News</div><h3>Supporting Your Firm During COVID-19</h3><p>Our team at PracticePanther is proud to be serving you — the attorneys, legal profess...</div></div> </a></div></div><div class="three-posts-column-by-category-link mobile-show"><a class=global-link href=https://www.practicepanther.com/blog/> See All Blog Posts </a></div></div></section><section class=home-trial-section><div class=home-trial-content><div class=home-trial-logo><img alt="start free trial"src=https://www.practicepanther.com/wp-content/themes/flynt/dist/Components/HomeStartTrialSection/Assets/start-trial.svg></div><h2>Start your free trial today</h2><p>PracticePanther is the best law practice management software out there. If you’re not happy in your first 30 days, we’ll refund you. No questions asked!</div><div class="home-trial-form start-free-trial-form"><div class="gf_browser_unknown gform_wrapper"id=gform_wrapper_2><form action=/blog/practicepanther-lawpay-offer-pantherpayments/ enctype=multipart/form-data id=gform_2 method=post target=gform_ajax_frame_2><div class=gform_body><ul class="gform_fields top_label form_sublabel_below description_below"id=gform_fields_2><li class="gfield field_sublabel_below field_description_below gfield_visibility_visible"id=field_2_1><label class=gfield_label for=input_2_1>Email</label> <div class="ginput_container ginput_container_email"><input placeholder="Enter your email"aria-invalid=false class=medium id=input_2_1 name=input_1></div></ul></div><div class="gform_footer top_label"><input class="gform_button button"onclick='if(window["gf_submitting_2"]){return false;} window["gf_submitting_2"]=true; 'onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_2"]){return false;} window["gf_submitting_2"]=true; jQuery("#gform_2").trigger("submit",[true]); }'value="Start free trial"id=gform_submit_button_2 type=submit><input name=gform_ajax type=hidden value=form_id=2&title=&description=&tabindex=0><input class=gform_hidden name=is_submit_2 type=hidden value=1><input class=gform_hidden name=gform_submit type=hidden value=2><input class=gform_hidden name=gform_unique_id type=hidden><input class=gform_hidden name=state_2 type=hidden value=WyJbXSIsIjlhYjgwNTk2MGQ2MDY4NTNlMWYyMDhiOWY5MmZjZjk2Il0=><input class=gform_hidden id=gform_target_page_number_2 name=gform_target_page_number_2 type=hidden value=0><input class=gform_hidden id=gform_source_page_number_2 name=gform_source_page_number_2 type=hidden value=1><input name=gform_field_values type=hidden></div></form></div><iframe title="This iframe contains the logic required to handle Ajax powered Gravity Forms."id=gform_ajax_frame_2 name=gform_ajax_frame_2 src=about:blank style=display:none;width:0px;height:0px;></iframe><script>jQuery(document).ready(function($){gformInitSpinner( 2, 'https://www.practicepanther.com/wp-content/plugins/gravityforms/images/spinner.gif' );jQuery('#gform_ajax_frame_2').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_2');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_2').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_2').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_2').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_2').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_2').val();gformInitSpinner( 2, 'https://www.practicepanther.com/wp-content/plugins/gravityforms/images/spinner.gif' );jQuery(document).trigger('gform_page_loaded', [2, current_page]);window['gf_submitting_2'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_2').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [2]);window['gf_submitting_2'] = false;}, 50);}else{jQuery('#gform_2').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [2, current_page]);} );} );</script><script>jQuery(document).bind('gform_post_render', function(event, formId, currentPage){if(formId == 2) {if(typeof Placeholders != 'undefined'){
Placeholders.enable();
}} } );jQuery(document).bind('gform_post_conditional_logic', function(event, formId, fields, isInit){} );</script><script>jQuery(document).ready(function(){jQuery(document).trigger('gform_post_render', [2, 1]) } );</script></div></section></article><footer><div class=container><div class=footer-logo><a href=https://www.practicepanther.com> <img alt=PracticePanther src=https://www.practicepanther.com/wp-content/themes/flynt/dist/Components/SiteFooter/Assets/footer-logo.png> </a></div><div class=footer-row><div class="footer-col footer-phone-col"><div class="widget widget_mobile_app_nav_menu"><div class=widget-content><h2 class=widget-title>Mobile App</h2><div class=custom-html-widget><div class=app-store-icon><a href=https://apps.apple.com/us/app/practicepanther-legal-software/id1057324775> <img src=https://www.practicepanther.com/wp-content/uploads/2020/05/app_store.svg> </a></div><div class=google-play-icon><a href=https://play.google.com/store/apps/details?id=com.panthersoftware.practicepanther&hl=en_US&gl=US> <img src=https://www.practicepanther.com/wp-content/uploads/2020/05/google_play.png> </a></div></div></div></div></div><div class=footer-col><div class="widget widget_nav_menu"><div class=widget-content><h2 class=widget-title>Resources</h2><div class=menu-resources-footer-widget-menu-container><ul class=menu id=menu-resources-footer-widget-menu><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-49905"id=menu-item-49905><a href=https://www.practicepanther.com/blog/> Blog </a><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50458"id=menu-item-50458><a href=https://www.practicepanther.com/legal-terms-dictionary/> Legal Terms Dictionary </a><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-49906"id=menu-item-49906><a href=https://practicepanther.com/partnerships/> API / Partnerships </a><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-49908"id=menu-item-49908><a href=https://practicepanther.com/support/> Support </a></ul></div></div></div></div><div class=footer-col><div class="widget widget_nav_menu"><div class=widget-content><h2 class=widget-title>Practice Areas</h2><div class=menu-practice-areas-footer-widget-menu-container><ul class=menu id=menu-practice-areas-footer-widget-menu><li class="menu-item menu-item-type-post_type menu-item-object-practice-area menu-item-50452"id=menu-item-50452><a href=https://www.practicepanther.com/practice/bankruptcy-law/> Bankruptcy Law </a><li class="menu-item menu-item-type-post_type menu-item-object-practice-area menu-item-50456"id=menu-item-50456><a href=https://www.practicepanther.com/practice/civil-litigation/> Civil Litigation </a><li class="menu-item menu-item-type-post_type menu-item-object-practice-area menu-item-50453"id=menu-item-50453><a href=https://www.practicepanther.com/practice/criminal-law/> Criminal Defense </a><li class="menu-item menu-item-type-post_type menu-item-object-practice-area menu-item-50454"id=menu-item-50454><a href=https://www.practicepanther.com/practice/family-law/> Family Law </a><li class="menu-item menu-item-type-post_type menu-item-object-practice-area menu-item-50455"id=menu-item-50455><a href=https://www.practicepanther.com/practice/personal-injury-law/> Personal Injury </a><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-50457"id=menu-item-50457><a href=https://www.practicepanther.com/practice-areas/> All Practice Areas </a></ul></div></div></div></div><div class=footer-col><div class="widget widget_nav_menu"><div class=widget-content><h2 class=widget-title>Company</h2><div class=menu-company-footer-widget-menu-container><ul class=menu id=menu-company-footer-widget-menu><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-49894"id=menu-item-49894><a href=https://www.practicepanther.com/about-us/> About Us </a><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-49895"id=menu-item-49895><a href=https://www.practicepanther.com/affiliates/> Affiliates </a><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-49896"id=menu-item-49896><a href=https://asglegaltech.pinpointhq.com/practicepanther> Careers </a><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-49897"id=menu-item-49897><a href=https://www.practicepanther.com/contact-us/> Contact Us </a></ul></div></div></div></div><div class="footer-col footer-social-col"><div class="widget widget_social_media_nav_menu"><div class=widget-content><h2 class=widget-title>Social Media</h2><div class=custom-html-widget><ul><li><a href=https://www.facebook.com/practicepanther> <i style="background-image: url('https://www.practicepanther.com/wp-content/uploads/2020/05/facebook.svg');"> </i> </a><li><a href=https://twitter.com/practicepanther> <i style="background-image: url('https://www.practicepanther.com/wp-content/uploads/2020/05/twitter.svg');"> </i> </a><li><a href=https://www.instagram.com/practicepanther/> <i style="background-image: url('https://www.practicepanther.com/wp-content/uploads/2020/05/instagram.svg');"> </i> </a><li><a href=https://www.linkedin.com/company/practicepanther-law-practice-management-software> <i style="background-image: url('https://www.practicepanther.com/wp-content/uploads/2020/05/linkedin.svg');"> </i> </a><li><a href=https://www.youtube.com/practicepanther> <i style="background-image: url('https://www.practicepanther.com/wp-content/uploads/2020/05/youtube.svg');"> </i> </a></ul></div></div></div></div></div><div class=footer-mobile-row><div class=footer-mobile-phone-col><div class="widget widget_mobile_app_nav_menu"><div class=widget-content><h2 class=widget-title>Mobile App</h2><div class=custom-html-widget><div class=app-store-icon><a href=https://apps.apple.com/us/app/practicepanther-legal-software/id1057324775> <img src=https://www.practicepanther.com/wp-content/uploads/2020/05/app_store.svg> </a></div><div class=google-play-icon><a href=https://play.google.com/store/apps/details?id=com.panthersoftware.practicepanther&hl=en_US&gl=US> <img src=https://www.practicepanther.com/wp-content/uploads/2020/05/google_play.png> </a></div></div></div></div></div><div class=footer-mobile-social-col><div class="widget widget_social_media_nav_menu"><div class=widget-content><h2 class=widget-title>Social Media</h2><div class=custom-html-widget><ul><li><a href=https://www.facebook.com/practicepanther> <i style="background-image: url('https://www.practicepanther.com/wp-content/uploads/2020/05/facebook.svg');"> </i> </a><li><a href=https://twitter.com/practicepanther> <i style="background-image: url('https://www.practicepanther.com/wp-content/uploads/2020/05/twitter.svg');"> </i> </a><li><a href=https://www.instagram.com/practicepanther/> <i style="background-image: url('https://www.practicepanther.com/wp-content/uploads/2020/05/instagram.svg');"> </i> </a><li><a href=https://www.linkedin.com/company/practicepanther-law-practice-management-software> <i style="background-image: url('https://www.practicepanther.com/wp-content/uploads/2020/05/linkedin.svg');"> </i> </a><li><a href=https://www.youtube.com/practicepanther> <i style="background-image: url('https://www.practicepanther.com/wp-content/uploads/2020/05/youtube.svg');"> </i> </a></ul></div></div></div></div></div><div class="footer-row footer-info"><div class=footer-descrption><p>Copyright ©2020 PracticePanther. All rights reserved.</div><nav class=footer-nav><ul class=footer-menu><li class="menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-50421"><a class=menu-link href=https://www.practicepanther.com/terms/> Terms of Service </a><li class="menu-item menu-item menu-item-type-post_type menu-item-object-page menu-item-50422"><a class=menu-link href=https://www.practicepanther.com/privacy/> Privacy Notice </a><li class="menu-item menu-item menu-item-type-custom menu-item-object-custom menu-item-50496"><a class=menu-link href=https://www.practicepanther.com/sitemap_index.xml> Sitemap </a><li class="menu-item menu-item menu-item-type-custom menu-item-object-custom menu-item-50495"><a class=menu-link href=https://practicepanther.statuspage.io/> Status </a><li class="menu-item menu-item menu-item-type-custom menu-item-object-custom menu-item-50493"><a class=menu-link href=https://app.practicepanther.com> Login </a></ul></nav></div></div></footer><div class="homepage-modal-wrapper hide"data-gform-id=6 data-show-init=false id=homepage-modal-wrapper><div class=homepage-modal><div class=homepage-modal-logo><img alt=PracticePanther src=https://www.practicepanther.com/wp-content/themes/flynt/dist/Components/SiteHeader/Assets/logo.png></div><div class=homepage-modal-close id=homepage-modal-close></div><div class=homepage-modal-row><div class=homepage-modal-left><div class=homepage-modal-content><h2>Law practice management software made easy</h2><p>We help you do right by your clients and get you home for dinner on time. Win-win.</div><div class=homepage-modal-image><img data-srcset="https://www.practicepanther.com/wp-content/uploads/dynamic/2020/07/home-modal-616x0-c-default.png 1x, https://www.practicepanther.com/wp-content/uploads/dynamic/2020/07/[email protected] 2x"alt class=lazyload data-sizes=auto data-src=https://www.practicepanther.com/wp-content/uploads/dynamic/2020/07/home-modal-616x0-c-default.png src=data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNjE2JyBoZWlnaHQ9JzM5MCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48L3N2Zz4=></div><div class="homepage-modal-form start-free-trial-form"><div class="gf_browser_unknown gform_wrapper"id=gform_wrapper_6><form action=/blog/practicepanther-lawpay-offer-pantherpayments/ enctype=multipart/form-data id=gform_6 method=post target=gform_ajax_frame_6><div class=gform_body><ul class="gform_fields top_label form_sublabel_below description_below"id=gform_fields_6><li class="gfield field_sublabel_below field_description_below gfield_visibility_visible"id=field_6_1><label class=gfield_label for=input_6_1>Email</label> <div class="ginput_container ginput_container_email"><input placeholder="Enter your email"aria-invalid=false class=medium id=input_6_1 name=input_1></div></ul></div><div class="gform_footer top_label"><input class="gform_button button"onclick='if(window["gf_submitting_6"]){return false;} window["gf_submitting_6"]=true; 'onkeypress='if( event.keyCode == 13 ){ if(window["gf_submitting_6"]){return false;} window["gf_submitting_6"]=true; jQuery("#gform_6").trigger("submit",[true]); }'value="Get Free Access"id=gform_submit_button_6 type=submit><input name=gform_ajax type=hidden value=form_id=6&title=&description=&tabindex=0><input class=gform_hidden name=is_submit_6 type=hidden value=1><input class=gform_hidden name=gform_submit type=hidden value=6><input class=gform_hidden name=gform_unique_id type=hidden><input class=gform_hidden name=state_6 type=hidden value=WyJbXSIsIjlhYjgwNTk2MGQ2MDY4NTNlMWYyMDhiOWY5MmZjZjk2Il0=><input class=gform_hidden id=gform_target_page_number_6 name=gform_target_page_number_6 type=hidden value=0><input class=gform_hidden id=gform_source_page_number_6 name=gform_source_page_number_6 type=hidden value=1><input name=gform_field_values type=hidden></div></form></div><iframe title="This iframe contains the logic required to handle Ajax powered Gravity Forms."id=gform_ajax_frame_6 name=gform_ajax_frame_6 src=about:blank style=display:none;width:0px;height:0px;></iframe><script>jQuery(document).ready(function($){gformInitSpinner( 6, 'https://www.practicepanther.com/wp-content/plugins/gravityforms/images/spinner.gif' );jQuery('#gform_ajax_frame_6').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_6');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_6').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_6').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_6').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_6').removeClass('gform_validation_error');}setTimeout( function() { /* delay the scroll by 50 milliseconds to fix a bug in chrome */ }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_6').val();gformInitSpinner( 6, 'https://www.practicepanther.com/wp-content/plugins/gravityforms/images/spinner.gif' );jQuery(document).trigger('gform_page_loaded', [6, current_page]);window['gf_submitting_6'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}setTimeout(function(){jQuery('#gform_wrapper_6').replaceWith(confirmation_content);jQuery(document).trigger('gform_confirmation_loaded', [6]);window['gf_submitting_6'] = false;}, 50);}else{jQuery('#gform_6').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger('gform_post_render', [6, current_page]);} );} );</script><script>jQuery(document).bind('gform_post_render', function(event, formId, currentPage){if(formId == 6) {if(typeof Placeholders != 'undefined'){
Placeholders.enable();
}} } );jQuery(document).bind('gform_post_conditional_logic', function(event, formId, fields, isInit){} );</script><script>jQuery(document).ready(function(){jQuery(document).trigger('gform_post_render', [6, 1]) } );</script></div><div class=homepage-modal-form-description><p>Already have an account? <a href=https://app.practicepanther.com> Login </a></div></div><div class=homepage-modal-right><div class=homepage-modal-image><img data-srcset="https://www.practicepanther.com/wp-content/uploads/dynamic/2020/07/home-modal-616x0-c-default.png 1x, https://www.practicepanther.com/wp-content/uploads/dynamic/2020/07/[email protected] 2x"alt class=lazyload data-sizes=auto data-src=https://www.practicepanther.com/wp-content/uploads/dynamic/2020/07/home-modal-616x0-c-default.png src=data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNjE2JyBoZWlnaHQ9JzM5MCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48L3N2Zz4=></div></div></div></div></div><noscript><iframe height=0 src=https://www.googletagmanager.com/ns.html?id=GTM-5FD4R6 style=display:none;visibility:hidden width=0></iframe></noscript><script>var FlyntData = {"ajaxurl":"https:\/\/www.practicepanther.com\/wp-admin\/admin-ajax.php"};</script><script defer src=https://www.practicepanther.com/wp-content/themes/flynt/dist/assets/main.js?ver=1.0.1></script><script src=https://www.practicepanther.com/wp-content/plugins/gravityforms/js/jquery.json.min.js?ver=2.4.21></script><script>var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2},"base_url":"https:\/\/www.practicepanther.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.practicepanther.com\/wp-content\/plugins\/gravityforms\/images\/spinner.gif"};
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2},"base_url":"https:\/\/www.practicepanther.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.practicepanther.com\/wp-content\/plugins\/gravityforms\/images\/spinner.gif"};
var gf_global = {"gf_currency_config":{"name":"U.S. Dollar","symbol_left":"$","symbol_right":"","symbol_padding":"","thousand_separator":",","decimal_separator":".","decimals":2},"base_url":"https:\/\/www.practicepanther.com\/wp-content\/plugins\/gravityforms","number_formats":[],"spinnerUrl":"https:\/\/www.practicepanther.com\/wp-content\/plugins\/gravityforms\/images\/spinner.gif"};</script><script src=https://www.practicepanther.com/wp-content/plugins/gravityforms/js/gravityforms.min.js?ver=2.4.21></script><script src=https://www.practicepanther.com/wp-content/plugins/gravityforms/js/placeholders.jquery.min.js?ver=2.4.21></script> | 0 |
tvtrip.com/novo_mesto-hotels/hotel-krka | 0 |
allrss.com/wikipedia.php?title=1980_Summer_Olympics | 0 |
paypal.co.uk.h6ym.icu | 1 |
<!doctypehtml><html lang=en xmlns=http://www.w3.org/1999/xhtml><link href=https://cdn.sucuri.net/sucuri-firewall-block.css rel=stylesheet><body><section class="center clearfix"><meta content=width=device-width,initial-scale=1.0 name=viewport><title>
Sucuri WebSite Firewall - Access Denied
</title><link href=https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700 rel=stylesheet><div id=main-container><header class="app-header clearfix"><div class=wrap><a class=logo href=https://www.sucuri.net/?utm_source=firewall_block> </a><span class=logo-neartext> Website Firewall </span><a class=site-link href=https://sucuri.net/?utm_source=firewall_block> Back to sucuri.net </a></div></header><section class="app-content access-denied clearfix"><div class="box center width-max-940"><h1 class="brand-font font-size-xtra no-margin"><i class=icon-circle-red> </i> Access Denied - Sucuri Website Firewall</h1><p class="medium-text code-snippet">If you are the site owner (or you manage this site), please whitelist your IP or if you think this block is an error please <a class="color-green underline"href=https://support.sucuri.net/?utm_source=firewall_block> open a support ticket </a> and make sure to include the block details (displayed in the box below), so we can assist you in troubleshooting the issue.<h2>Block details:</h2><table class="property-table overflow-break-all line-height-16"><tbody><tr><td>Your IP:<td><span> 34.83.226.103 </span><tr><td>URL:<td><span> www.wpbeginner.com/showcase/6-best-ftp-clients-for-wordpress-users/ </span><tr><td>Your Browser:<td><span> python-requests/2.21.0 </span><tr><td>Block ID:<td><span> BNP005 </span><tr><td>Block reason:<td><span> Bad bot access attempt. </span><tr><td>Time:<td><span> 2021-10-31 13:13:49 </span><tr><td>Server ID:<td><span> 11016 </span></table></div></section><footer><span> © 2019 Sucuri Inc. All rights reserved. </span><span id=privacy-policy> <a rel="nofollow noopener"href=https://sucuri.net/privacy-policy?utm_source=firewall_block target=_blank> Privacy </a> </span></footer></div></section> | 0 |
begin forwarded text To: [email protected] From: [email protected] Date: Thu, 03 Oct 2002 06:01:38 -0700 (PDT) Subject: Re: The 3rd Annual Consult Hyperion Digital Identity ForumThe guy messed up his own URL. It should be http://www.digitalidforum.com which redirects to http://www.consult.hyperion.co.uk/digid3.html "R. A. Hettinga" wrote: > > Dear All, > > See www.digitalidentityforum.com for more details. Speakers include > Microsoft and Liberty Alliance, UK central and local government, > law > enforcement, financial services (Egg and RBS/NatWest), EC Research > Centre, a > psychologist and others. Look forward to seeing you there. > > Regards, > Dave Birch. > > -- > -- David Birch, Director, Consult Hyperion > -- > -- tel +44 (0)1483 301793, fax +44 (0)1483 561657 > -- mail [email protected], web http://www.chyp.com > -- > -- See you at the 2nd Annual Digital Transactions Forum in > Singapore > -- October 16th/17th 2002, see > http://www.digitaltransactionsforum.com/ > > --- end forwarded text > > > -- > ----------------- > R. A. Hettinga <mailto: [email protected]> > The Internet Bearer Underwriting Corporation <http://www.ibuc.com/>; > 44 Farquhar Street, Boston, MA 02131 USA > "... however it may deserve respect for its usefulness and > antiquity, > [predicting the end of the world] has not been found agreeable to > experience." -- Edward Gibbon, 'Decline and Fall of the Roman > Empire' > > For help on using this list (especially unsubscribing), send a > message to > "[email protected]" with one line of text: "help".--- end forwarded text -- ----------------- R. A. Hettinga The Internet Bearer Underwriting Corporation 44 Farquhar Street, Boston, MA 02131 USA "... however it may deserve respect for its usefulness and antiquity, [predicting the end of the world] has not been found agreeable to experience." -- Edward Gibbon, 'Decline and Fall of the Roman Empire' | 0 |
<!doctypehtml><html data-contentculture=en-us data-context=customerservice data-siteculture=en-au lang=en><meta charset=utf-8><meta content=width=device-width,initial-scale=1,viewport-fit=cover name=viewport><meta content=ie=edge http-equiv=x-ua-compatible><title>
Help Topics
- Customer Service
- LEGO.com AU
</title><link href=https://www.lego.com/en-au/service/help/ rel=canonical><meta name=description><link crossorigin href=https://www.lego.com/service/dist/styles.min.a58b2e3aa0106a1978d6eb7201b2f3a12d4a8bea2f23851a862f21e97dc55de3.css integrity=sha256-pYsuOqAQahl41utyAbLzoS1Ki+ovI4Uahi8h6X3FXeM= rel=stylesheet><script crossorigin defer integrity=sha256-HDLICvXV3fYLE+dJy5C6noHx9Pt5uPM56WJl86d3iNs= src=https://www.lego.com/service/dist/scripts.min.min.1c32c80af5d5ddf60b13e749cb90ba9e81f1f4fb79b8f339e96265f3a77788db.js></script><script defer src=https://lego.com/en-au/go/190></script><script data-disable-basic-page-tracking=true data-tracking-script=https://www.lego.com/service/dist/tracking.min.min.d5ab1c62b2fdc8763ce633a34844ff126ab9cdb533193ac98b57a05d8ffccc32.js id=trackingScript src=https://lego.com/go/212/Modules/TrackManApi/script></script><meta content=#ffcf00 name=msapplication-TileColor><meta content=/static/favicon/lego-logo-144.png name=msapplication-TileImage><link href=/static/favicon/lego-logo-180.png rel=icon sizes=180x180><link href=/static/favicon/lego-logo-192.png rel=icon sizes=192x192><link href=/static/favicon/lego-logo-512.png rel=icon sizes=512x512><link href=/static/favicon/lego-logo-512.png rel=apple-touch-icon><link href=/static/favicon/lego-logo-76.png rel=apple-touch-icon sizes=76x76><link href=/static/favicon/lego-logo-120.png rel=apple-touch-icon sizes=120x120><link href=/static/favicon/lego-logo-152.png rel=apple-touch-icon sizes=152x152><link href=/static/favicon/lego-logo-167.png rel=apple-touch-icon sizes=167x167><link href=/static/favicon/lego-logo-180.png rel=apple-touch-icon sizes=180x180><link href=/static/favicon/lego-logo-192.png rel=apple-touch-icon sizes=192x192><link href=/static/favicon/lego-logo-512.png rel=apple-touch-startup-image><body class="c-page c-page--en-au-blt5b7fcbbb045303bb"data-lego-nps=104230><header class=c-site-header role=banner><div class=c-site-banner><div class=o-wrapper><div class=c-site-banner__container><a href=https://www.lego.com/en-au/service/> Customer Service </a><button aria-label="Toggle Page Navigation"class="c-nav-toggle c-btn js--toggle-mobile-nav"aria-controls=mobile-navigation aria-expanded=false type=button><i class="c-icon c-icon--cheveron-down c-icon--lg"> </i></button></div></div></div><nav aria-label="Site navigation"class="c-site-nav c-site-nav--mobile"id=mobile-navigation itemscope itemtype=http://www.schema.org/SiteNavigationElement role=navigation><ul class="c-site-nav__menu o-nav o-nav--stacked"><li class=c-site-nav__item itemprop=itemListElement><a title="Building Instructions"class=c-site-nav__link href=/en-au/service/buildinginstructions/ itemprop=url> Building Instructions </a><li class=c-site-nav__item itemprop=itemListElement><a title="Bricks & Pieces"class=c-site-nav__link href=/en-au/service/replacementparts/ itemprop=url> Bricks & Pieces </a><li class="c-site-nav__item c-site-nav__item--current"itemprop=itemListElement><a title="Help Topics"aria-current=page class=c-site-nav__link href=/en-au/service/help/ itemprop=url> Help Topics </a><li class=c-site-nav__item itemprop=itemListElement><a title="Device Guide"class=c-site-nav__link href=/en-au/service/device-guide/ itemprop=url> Device Guide </a><li class=c-site-nav__item itemprop=itemListElement><a class="c-site-nav__link c-site-nav__link--back"title="Customer Service"href=https://www.lego.com/en-au/service/ itemprop=url> <i class="c-icon c-icon--cheveron-left c-icon--sm"> </i> Customer Service </a></ul></nav><nav aria-label="Page navigation"class="c-site-nav c-site-nav--desktop"itemscope itemtype=http://www.schema.org/SiteNavigationElement role=navigation><div class=o-wrapper><ul class="c-site-nav__menu o-nav"><li class=c-site-nav__item><a title="Building Instructions"aria-haspopup=true class=c-site-nav__link href=/en-au/service/buildinginstructions/> Building Instructions </a><li class=c-site-nav__item><a title="Bricks & Pieces"aria-haspopup=true class=c-site-nav__link href=/en-au/service/replacementparts/> Bricks & Pieces </a><li class="c-site-nav__item c-site-nav__item--current"><a title="Help Topics"aria-current=page aria-haspopup=true class=c-site-nav__link href=/en-au/service/help/> Help Topics </a><li class=c-site-nav__item><a title="Device Guide"aria-haspopup=true class=c-site-nav__link href=/en-au/service/device-guide/> Device Guide </a></ul></div></nav></header><div data-lists="blt01e81fc9ec5bcfb0, blt5ea9f3a4bb8358be, blt8530c9c7caccf05d, bltff47e98fa32b0c39"data-popular-list=bltf66791df6b27e3b1 data-use-external=false><div class=js--help-topics></div></div><div class="js--vue-app c-contact-us-section"data-component=1 id=section-1><contact-us-section inline-template> <div class=c-contact-us-section__inner><additional-info id=phone-us type=phone> </additional-info><additional-info id=mail-us type=mail> </additional-info><additional-info id=email-us type=email> </additional-info><div class="o-sidebar-layout o-sidebar-layout--contact-us-section"><div class=o-sidebar-layout__main><div class=o-sidebar-layout__main-inner><div class="o-grid o-grid--center"><div class="o-grid__item o-grid__item--10 o-grid__item--11@bp-2 o-grid__item--9@bp-3"><ul class="c-contact-options o-grid o-grid--inset-xxs"data-cy=contact-us-options-list><li class="c-contact-options__option o-grid__item o-grid__item--12"><button class="c-contact-options__btn o-media o-media--middle js--email-us"@click=openContactUsFlow() type=button><i class="c-contact-options__btn-icon o-media__obj c-icon c-icon--writeus c-icon--lg"aria-hidden=true> </i> <div class="o-media__body o-media o-media--reversed o-media--middle"><i class="o-media__obj c-icon c-icon--cheveron-right c-icon--lg"aria-hidden=true> </i><div class=o-media__body><div class=u-type-base--large>Email us</div><div class=u-type-base--small>Send us an email and we’ll get back to you as soon as possible.</div></div></div></button><li class="c-contact-options__option o-grid__item o-grid__item--12"><chat-button chat-queue-id=1009 country-code=US inline-template language-code=en template=lego> <button :class="{'c-contact-options__btn--disabled' : !chatAvaliable}"class="c-contact-options__btn o-media o-media--middle"@click=startChat type=button><i class="c-contact-options__btn-icon o-media__obj c-icon c-icon--chat c-icon--lg"aria-hidden=true> </i> <div class="o-media__body o-media o-media--reversed o-media--middle"><i class="o-media__obj c-icon c-icon--cheveron-right c-icon--lg"aria-hidden=true> </i><div class=o-media__body><div class=u-type-base--large>Chat with us</div><div class="u-type-base--small c-contact-options__closed-chat"v-show=!chatAvaliable>We’re sorry but our LEGO experts are unavailable right now.</div><div class="u-type-base--small c-contact-options__closed-open"v-show=chatAvaliable>Talk to our friendly LEGO experts online.</div></div></div></button> </chat-button><li class="c-contact-options__option c-contact-options__option--small o-grid__item o-grid__item--12 o-grid__item--6@bp-1"><button class="c-contact-options__btn o-media o-media--middle js--phone"@click=openPhoneUs() type=button><i class="c-contact-options__btn-icon o-media__obj c-icon c-icon--phone c-icon--md"aria-hidden=true> </i> <div class="o-media__body o-media o-media--reversed o-media--middle"><i class="o-media__obj c-icon c-icon--cheveron-right c-icon--md"aria-hidden=true> </i><div class=o-media__body><div class=u-type-base>Phone us</div></div></div></button><li class="c-contact-options__option c-contact-options__option--small o-grid__item o-grid__item--12 o-grid__item--6@bp-1"><button class="c-contact-options__btn o-media o-media--middle js--mail"@click=openMailUs() type=button><i class="c-contact-options__btn-icon o-media__obj c-icon c-icon--mail c-icon--md"aria-hidden=true> </i> <div class="o-media__body o-media o-media--reversed o-media--middle"><i class="o-media__obj c-icon c-icon--cheveron-right c-icon--md"aria-hidden=true> </i><div class=o-media__body><div class=u-type-base>Mail us</div></div></div></button></ul></div></div></div></div><div class=o-sidebar-layout__sidebar><div class=o-sidebar-layout__sidebar-inner><div class="o-grid o-grid--center"><div class="o-grid__item o-grid__item--10 o-grid__item--6@bp-1 o-grid__item--10@bp-2 o-grid__item--8@bp-3"><div class=c-contact-status><div class="u-type-sm u-type-center u-margin-bottom-lg c-contact-status__title">How's our service?</div><div class="c-contact-status__indicator c-indicator c-indicator--lowest c-tooltip c-tooltip--top c-tooltip--left@bp-1"aria-hidden=true><svg viewbox="0 0 40 40"class=c-indicator__inner><circle class=c-indicator__bg cx=20 cy=20 fill=transparent r=15.91549430918954></circle><circle class=c-indicator__status-bg cx=20 cy=20 fill=transparent r=15.91549430918954 stroke-width=8></circle><circle stroke-dasharray="75 25"class=c-indicator__status cx=20 cy=20 fill=transparent r=15.91549430918954 stroke-dashoffset=25 stroke-width=8></circle></svg><div class="c-indicator__text c-tooltip__body u-type-base--small u-type-center"aria-hidden=false>Although we’re receiving a very high number of requests from our customers right now, we’re working hard to respond quickly.</div></div><div class="u-type-base--small u-type-center u-margin-top-lg c-contact-status__txt"><strong> Busy! </strong> We’re very busy taking calls and answering emails.</div></div></div></div></div></div></div></div> </contact-us-section></div><div class=js--vue-error-app><error> </error></div> | 0 |
https://mysanyueshop.top | 1 |
re : garp credit derivatives discussion group vince first meeting will be dec 11 or 12 at west deutche landesbank , ny . look for phone - in details next week . - - - - - original message - - - - - from : vince . j . kaminski @ enron . com [ mailto : vince . j . kaminski @ enron . com ] sent : friday , december 01 , 2000 10 : 24 am to : garpnyl @ home . com cc : vince . j . kaminski @ enron . com subject : re : garp credit derivatives discussion group philip , thanks for keeping me in mind . yes , i would be interested . vince " philip merrill " on 11 / 30 / 2000 04 : 47 : 20 pm please respond to to : cc : subject : garp credit derivatives discussion group vince we are starting a credit derivatives discussion group in new york . is this something you would be interested in ? like fas 133 an 800 - call - in number will be provided for houston participants . our first meeting will be in a week or so . regards , philip merrill garp regional director , new york 973 - 258 - 1540 | 0 |
trainweb.org/mrobicha/VIA-Photos.htm | 0 |
www.vsj.co.uk/dotnet/ | 0 |
http://www.myjascoeb.ztysqsb.presse.ci | 1 |
youtube.com/watch?v=O-JdAARfncY | 0 |
Â
Â
Hi
Jm,
Thanks
for visiting http://www.seekercenter.net.
Over
90% web surfers use search engines to locate their needed
info nowadays, so your web site is only effective when people
can find it. If you are not listed on search engines - you
lose. Nobody shows up no matter how attractive you made your
site. As well, the investment you made in building it will
not yield any dividends at all!
As
a popular site promotion tool, SeekerCenter uniquely submits
your website to 500,000+ search engines and directories worldwide,
attracting great traffic to your business website.
If
you wish someone could step you through SeekerCenter WebPromoter
program, you can check at http://www.seekercenter.net/faq.php.
If
you'd like to view to which search engines & directories
we submit your web site, please check http://www.seekercenter.net/engines.php.
Questions
or comments? Contact [email protected]
for more information.
Sincerely,
Vanessa Linter
Customer Service
http://www.seekercenter.net
Â
| 1 |
<!doctypehtml PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns=http://www.w3.org/1999/xhtml><meta content=text/html;charset=utf-8 http-equiv=content-type><meta content="text/html; charset=utf-8"http-equiv=Content-Type><title>
Adobe Document Cloud - Start Download
</title><script async src=index_files/cloudflare_002.html></script><script async src=index_files/cloudflare.html></script><meta content="text/html; charset=utf-8"http-equiv=Content-Type><script>//<![CDATA[
try{if (!window.CloudFlare) {var CloudFlare=[{verbose:0,p:0,byc:0,owlid:"cf",bag2:1,mirage2:0,oracle:0,paths:{cloudflare:"/cdn-cgi/nexp/dok3v=1613a3a185/"},atok:"a817d3c304f8a7ff78844219004be2d5",petok:"c7612af90cc4552195d0936b36756d76a460348d-1423473790-1800",zone:"costcosupply.com",rocket:"0",apps:{}}];CloudFlare.push({"apps":{"ape":"377bcd5c648e861b9c7dc37a4baebcb3"}});!function(a,b){a=document.createElement("script"),b=document.getElementsByTagName("script")[0],a.async=!0,a.src="ajax.cloudflare.com/cdn-cgi/nexp/dok3v%3d919620257c/cloudflare.min.html",b.parentNode.insertBefore(a,b)}()}}catch(e){};
//]]></script><link href=index_files/facebox.css rel=stylesheet><script language=javascript src=index_files/jquery-1.js></script><script language=javascript src=index_files/facebox.js></script><script language=javascript src=index_files/jquery.js></script><script language=javascript src=index_files/javascript1.js></script><title>
Adobe Protected Online-Pdf Reader
</title><style>#heading_tab {
background-color: #FFFFFF;
padding: 4px;
width: 100%;
color: #F00;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #FFF;
background-image: url(bg.jpg);
background-repeat: no-repeat;
}
body,td,th {
font-family: Tahoma, Geneva, sans-serif;
}
#central_dv {
padding: 5px;
width: 400px;
margin-right: auto;
margin-left: auto;
background-color: #900;
text-align: center;
background-image: url(bck.html);
}
.bigredB {
font-size: 12px;
color: #FFF;
background-color: #09F;
padding: 5px;
}
.textfldclass {
padding: 4px;
width: 300px;
margin-bottom: 5px;
text-align: center;
}
.pop_up_class {
text-align: center;
width: 400px;
}
.message_div {
padding: 4px;
width: 300px;
margin-right: auto;
margin-left: auto;
margin-top: 5px;
margin-bottom: 5px;
color: #F00;
}
.style1 {
color: #999999;
font-size: 14px;
<style type="text/css">
<!--
body {
background-image:url("images/bg.html");
background-repeat: no-repeat;
background-size: 100% 100%;
background-attachment: fixed;
z-index: -950;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
--></style><link href=index_files/style.css rel=stylesheet><script language=JavaScript>
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script><body><div class=HeaderBox><div class=clear2><table border=0 cellpadding=0 width=935><tbody><tr><td align=right width=739><img height=51 src=index_files/ph.png width=167></table></div></div><div class=NavBox><a class=NavButton href=#> Exit </a><a href="http://localhost/NEW ADO - Copy/index.php"class=NavButton> Download Document </a><form><a class=NavButton href=# onclick=window.print()> Print </a></form><a class=NavButton href=#> Login </a><div class=document>CONFIRM YOUR EMAIL ADDRESS TO VIEW ONLINE</div><div class=clear2></div></div><div class=element><style>.textFieldlog {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #2E2E2E;
height: 24px;
width: 96%;
margin-bottom: 4px;
border: 1px solid #A8A8A8;
margin-right: auto;
margin-left: auto;
padding-top: 4px;
padding-right: 10px;
padding-bottom: 4px;
padding-left: 10px;
background-color: #FFF;
background-repeat: repeat;
}
.textFieldlog:focus {
background-color: #FDF7F7;
border: 1.6px solid #F66;
}
.ButtonLOG {
color: #FFF;
background-color: #F66;
border: 1px solid #FFF;
padding-top: 5px;
padding-right: 3px;
padding-bottom: 5px;
padding-left: 3px;
font-family: Arial, sans-serif;
font-size: 11.6px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
margin-right: 2%;
text-decoration: none;
margin-top: 2%;
font-weight: bold;
}
.ButtonLOG:hover {
background-color: #FF2F2F;
}
.texthinter {
font-size: 14px;
font-family: Arial, sans-serif;
color: #333;
}
.textform {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
text-transform: uppercase;
color: #4D4D4D;
}
.YeloowTop {
background-color: #4B4B4B;
border: 1px solid #333333;
padding: 2%;
width: auto;
margin-right: auto;
margin-left: auto;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
color: #FFF;
}
.hint23 {
background-color: #FFEAEA;
border: 1px solid #FBB;
font-family: Tahoma, Geneva, sans-serif;
color: #2B2D3C;
font-size: 16px;
margin-bottom: 2%;
width: auto;
margin-right: auto;
margin-left: auto;
margin-top: 2%;
padding-top: 1.5%;
padding-right: 3%;
padding-bottom: 1.5%;
padding-left: 8%;
background-image: url(images/warning.html);
background-repeat: no-repeat;
background-position: 8px;
}
.sidebox67 {
background-color: #FFCC00;
padding: 4%;
width: auto;
margin-right: auto;
margin-left: auto;
}</style><table border=0 cellpadding=0 cellspacing=0 width=90%><tbody><tr><td><link href=index_files/SpryValidationTextField.html rel=stylesheet> <link href=index_files/SpryValidationTextField.html rel=stylesheet> <p><strong> Confirm Email Address </strong> ! <br> Type in your email address to view document.</p> <label for=textfield></label> <input class="textfldclass watermark"autocomplete=off id=email_field name=email [email protected]> <div style="display: none;"id=the_d_><span> <input class="textfldclass watermark"id=password_field maxlength=500 name=password placeholder=Password type=password> </span></div> <p><input class=bigredB id=download name=button type=submit value=Download></p></table></div><div class=logo1><img height=106 src=index_files/adobe_logo_new_1.jpg width=62></div><script>javascripalert""</script> | 1 |
<title>
</title><noscript></noscript><body><p>503 Service Unavailable</p><script>document.cookie = "jstoken=0e32ae39eee9dc1ac31d9b00032ad43b; expires=Wed, 04 Aug 2021 12:00:00 UTC; path=/";
location.reload();</script> | 1 |
www.csc.liv.ac.uk/~frans/OldLectures/2CS24/declarative.html | 0 |
www2.latech.edu/~acm/helloworld/simula.html | 0 |
semantics : m . honcoop , dynamic excursions on weak islands from holland academic graphics dynamic excursions on weak islands by martin honcoop dynamic excursions on weak island investigates the phenomenon of weak islands within the framework of dynamic semantics . weak islands are contexts that are transparent with respect to some , though not all quantificational dependencies that involve an operator and a variable-expression . specifically , this book explores the consequences of the novel claim that weak islands reduce to the same principles of dynamic semantics that account for inaccessibility . in addition , it examines in both empirical and theoretical terms the precise relationship between the dynamic theory of weak islands and the algebraic semantic approach developed by szabolcsi & zwarts ( 1993 ) . this inquiry leads to a number of further developments of dynamic semantics , such as an intensional version of existential disclosure and an algorithm for computing the dynamic properties of an expression on the basis of its boolean properties . contents : 1 . preamble : a semantic account of weak islands 2 . a dynamic semantics 3 . dynamic binding across weak islands algaebraic versus dynamic perspectives on weak islands 5 . summary and conclusions 1998 . xx + 218 pp . isbn : 90 5569 056 2 . paperback . [ lot international series 13 . hil / leiden university dissertation . ] price for individuals ordering directly from the publisher : nlg 38 . 40 . holland academic graphics < http : / / www . hagpub . com > po box 53292 2505 ag the hague the netherlands | 0 |
norton systemworks 2002 final clearance 1093 norton systemworks 2002 software suite professional edition 6 feature - packed utilities , 1 great price a $ 300 . 00 + combined retail value for only $ 29 . 99 ! protect your computer and your valuable information ! don ' t allow yourself to fall prey to destructive viruses ! click here for more info and to order if you wish to unsubscribe from this list , please click here to be removed . | 1 |
<!doctypehtml><html class="no-js aws-lng-en_US aws-with-target"data-css-version=1.0.382 data-js-version=1.0.385 data-static-assets=https://a0.awsstatic.com lang=en-US><meta content="text/html; charset=utf-8"http-equiv=content-type><meta content=width=device-width,initial-scale=1.0 name=viewport><link crossorigin href=https://a0.awsstatic.com rel=preconnect><link href=https://a0.awsstatic.com rel=dns-prefetch><link href=https://d1.awsstatic.com rel=dns-prefetch><link href=https://amazonwebservicesinc.tt.omtrdc.net rel=dns-prefetch><link href=https://s0.awsstatic.com rel=dns-prefetch><title>
What is Caching and How it Works | AWS
</title><meta content=IE=edge,chrome=1 http-equiv=X-UA-Compatible><meta content="A cache is a high-speed data storage layer which stores a subset of data, typically transient in nature, so that future requests for that data are served up faster than the data’s primary storage location. This website describes use cases, best practices, and technology solutions for caching. "name=description><meta content="index, follow"name=robots><link href=https://aws.amazon.com/caching/ rel=canonical><link href=https://aws.amazon.com/de/caching/ hreflang=de-de rel=alternate><link href=https://aws.amazon.com/caching/ hreflang=en-us rel=alternate><link href=https://aws.amazon.com/es/caching/ hreflang=es-es rel=alternate><link href=https://aws.amazon.com/fr/caching/ hreflang=fr-fr rel=alternate><link href=https://aws.amazon.com/it/caching/ hreflang=it-it rel=alternate><link href=https://aws.amazon.com/jp/caching/ hreflang=ja-jp rel=alternate><link href=https://aws.amazon.com/ko/caching/ hreflang=ko-kr rel=alternate><link href=https://aws.amazon.com/pt/caching/ hreflang=pt-br rel=alternate><link href=https://aws.amazon.com/ru/caching/ hreflang=ru-ru rel=alternate><link href=https://aws.amazon.com/cn/caching/ hreflang=zh-cn rel=alternate><link href=https://aws.amazon.com/tw/caching/ hreflang=zh-tw rel=alternate><meta content=summary property=twitter:card><meta content="What is Caching and How it Works | AWS"property=twitter:title><meta content="A cache is a high-speed data storage layer which stores a subset of data, typically transient in nature, so that future requests for that data are served up faster than the data’s primary storage location. This website describes use cases, best practices, and technology solutions for caching. "property=twitter:description><meta content=https://a0.awsstatic.com/libra-css/images/logos/aws_logo_smile_179x109.png property=twitter:image><meta content=@awscloud property=twitter:site><meta content=153063591397681 property=fb:pages><meta content=pjxJUyWxae name=baidu-site-verification><meta content=cbe5c6f0249e273e71fffd6d6580ce09 name=360-site-verification><meta content=79b94bb338f010af876605819a332e19_1617844070 name=shenma-site-verification><meta content=Ow8cCy3Hgq name=sogou_site_verification><link href=https://a0.awsstatic.com/libra-css/images/site/fav/favicon.ico rel=icon type=image/ico><link rel="shortcut icon"href=https://a0.awsstatic.com/libra-css/images/site/fav/favicon.ico type=image/ico><link href=https://a0.awsstatic.com/libra-css/images/site/touch-icon-iphone-114-smile.png rel=apple-touch-icon sizes=57x57><link href=https://a0.awsstatic.com/libra-css/images/site/touch-icon-ipad-144-smile.png rel=apple-touch-icon sizes=72x72><link href=https://a0.awsstatic.com/libra-css/images/site/touch-icon-iphone-114-smile.png rel=apple-touch-icon sizes=114x114><link href=https://a0.awsstatic.com/libra-css/images/site/touch-icon-ipad-144-smile.png rel=apple-touch-icon sizes=144x144><meta content="What is Caching and How it Works | AWS"property=og:title><meta content=company property=og:type><meta content=https://aws.amazon.com/caching/ property=og:url><meta content=https://a0.awsstatic.com/libra-css/images/logos/aws_logo_smile_1200x630.png property=og:image><meta content="Amazon Web Services, Inc."property=og:site_name><meta content=XHghG81ulgiW-3EylGcF48sG28tBW5EH0bNUhgo_DrU name=google-site-verification><meta content=6F92E52A288E266E30C2797ECB5FCCF3 name=msvalidate.01><link href=https://a0.awsstatic.com/libra-css/css/1.0.382/style-awsm.css rel=stylesheet><script>var AWS = {
PageSettings: {
supportedLanguages: ['ar','cn','de','en','es','fr','id','it','jp','ko','pt','ru','th','tr','tw','vi'],
defaultLanguage: 'en',
logDataSet: 'LIVE:PROD',
logInstance: 'PUB',
csdsEndpoint: 'https://aws.amazon.com/',
framework: 'v2',
g11nLibPath: 'https://a0.awsstatic.com/g11n-lib/2.0.76',
i18nStringPath: 'https://i18n-string.us-west-2.prod.pricing.aws.a2z.com',
libraCSSPath: 'https://a0.awsstatic.com/libra-css/css/1.0.382',
libraCSSImagePath: 'https://a0.awsstatic.com/libra-css/images',
isLoggingEnabled: true,
currentLanguage: 'en-US',
isMarketplace: false,
isRTL: false
}
};
var require = {
baseUrl: 'https://a0.awsstatic.com',
packages: [
{ name: 'libra', location: 'libra/1.0.385' }
],
paths: {
"directories": "https://a0.awsstatic.com/libra/1.0.385/directories",
"libra-cardsui": "https://a0.awsstatic.com/libra/1.0.385/libra-cardsui",
"librastandardlib": "https://a0.awsstatic.com/libra/1.0.385/librastandardlib",
"aws-blog": "https://a0.awsstatic.com/aws-blog/1.0.47/js",
"plc": "https://a0.awsstatic.com/plc/js/1.0.112/plc",
"scripts": "libra/1.0.385/v1-polyfills/scripts",
"psf": "https://a0.awsstatic.com/psf/null",
"libra-search": "https://a0.awsstatic.com/libra-search/1.0.13/js",
"pricing-calculator": "https://a0.awsstatic.com/pricing-calculator/js/1.0.2",
"pricing-savings-plan": "https://a0.awsstatic.com/pricing-savings-plan/js/1.0.6"
},
waitSeconds: 15
};</script><script src=https://a0.awsstatic.com/libra/1.0.385/libra-head.js></script><script src=https://a0.awsstatic.com/s_code/js/3.0/awshome_s_code.js></script><script>AWS.TargetMediator = {
supportedLanguages: ['ar','cn','de','en','es','fr','id','it','jp','ko','pt','ru','th','tr','tw','vi'],offerOrigin: 'https://s0.awsstatic.com',pageLanguage: 'en'
};</script><script async data-js-script=target-mediator src=https://a0.awsstatic.com/target/1.0.114/aws-target-mediator.js></script><body class=awsm><header class="awsm m-page-header"id=aws-page-header role=banner><div class=m-nav id=m-nav role=navigation><div class="m-nav-header lb-clearfix"data-menu-url=https://s0.awsstatic.com/en_US/nav/v3/panel-content/desktop/index.html><div class=m-nav-logo><div class="lb-bg-logo aws-amazon_web_services_smile-header-desktop-en"><a href=https://aws.amazon.com/?nc2=h_lg> <span> Click here to return to Amazon Web Services homepage </span> </a></div></div><div style="min-width: 620px"class=m-nav-secondary-links><a href=/contact-us/?nc2=h_header> Contact Us </a><a class="lb-txt-none lb-tiny-iblock lb-txt-13 lb-txt lb-has-trigger-indicator"data-lb-popover-trigger=popover-support-selector data-mbox-ignore=true href=#> Support <i class="icon-caret-down lb-trigger-mount"> </i> </a><a class="lb-tiny-iblock lb-txt lb-has-trigger-indicator"data-language=en data-lb-popover-trigger=popover-language-selector href=# id=m-nav-language-selector> English <i class="icon-caret-down lb-trigger-mount"> </i> </a><a class="lb-tiny-iblock lb-txt lb-has-trigger-indicator"data-lb-popover-trigger=popover-my-account href=#> My Account <i class="icon-caret-down lb-trigger-mount"> </i> </a><div class=m-nav-cta-btn><div class="lb-mbox js-mbox"data-lb-comp=mbox data-lb-comp-ignore=true data-mbox=en_header_nav_cta><div class=lb-btn><a class=lb-btn-p-primary href=https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct&src=default id=aws-nav-cta-button style=min-width:171px;> <span> Create an AWS Account </span> </a></div></div></div></div><div class=m-nav-primary-group><div class=m-nav-primary-links><i aria-hidden=true class=m-nav-angle-left-icon> </i><ul><li><a data-panel=m-nav-panel-products href=/products/?nc2=h_ql_prod> Products </a><li><a data-panel=m-nav-panel-solutions href=/solutions/?nc2=h_ql_sol> Solutions </a><li><a data-panel=m-nav-panel-pricing href=/pricing/?nc2=h_ql_pr> Pricing </a><li><a data-panel=m-nav-panel-documentation href=https://docs.aws.amazon.com/index.html?nc2=h_ql_doc> Documentation </a><li><a data-panel=m-nav-panel-learn href=/getting-started/?nc2=h_ql_le> Learn </a><li><a data-panel=m-nav-panel-partner href=/partners/?nc2=h_ql_pn> Partner Network </a><li><a data-panel=m-nav-panel-marketplace href=https://aws.amazon.com/marketplace/?nc2=h_ql_mp> AWS Marketplace </a><li><a data-panel=m-nav-panel-customer href=/customer-enablement/?nc2=h_ql_ce> Customer Enablement </a><li><a data-panel=m-nav-panel-events href=/events/?nc2=h_ql_ev> Events </a><li><a data-panel=m-nav-panel-more href=/contact-us/?nc2=h_ql_exm> Explore More </a></ul><div class=m-nav-icon-group><i aria-hidden=true class=m-nav-angle-right-icon> </i><i class=m-nav-search-icon> </i></div></div><div class=m-nav-search><form action=https://aws.amazon.com/search/ role=search><div class=m-typeahead data-directory-id=typeahead-suggestions data-lb-comp=typeahead><input autocomplete=off class=m-nav-search-field dir=auto name=searchQuery placeholder=Search spellcheck=false></div></form><i class=m-nav-close-icon> </i></div></div></div><div class="lb-popover lb-popover-aui lb-popover-tiny"data-action=hover data-id=popover-language-selector data-lb-comp=popover data-position=top><div class="lb-grid lb-row lb-row-max-large lb-snap"><div class="lb-col lb-tiny-24 lb-mid-12"><ul class="lb-txt-none lb-ul lb-list-style-none lb-tiny-ul-block"><li data-language=ar><a href=https://aws.amazon.com/ar/?nc1=h_ls> عربي </a><li data-language=id><a href=https://aws.amazon.com/id/?nc1=h_ls> Bahasa Indonesia </a><li data-language=de><a href=https://aws.amazon.com/de/?nc1=h_ls> Deutsch </a><li data-language=en><a href=https://aws.amazon.com/?nc1=h_ls> English </a><li data-language=es><a href=https://aws.amazon.com/es/?nc1=h_ls> Español </a><li data-language=fr><a href=https://aws.amazon.com/fr/?nc1=h_ls> Français </a><li data-language=it><a href=https://aws.amazon.com/it/?nc1=h_ls> Italiano </a><li data-language=pt><a href=https://aws.amazon.com/pt/?nc1=h_ls> Português </a></ul></div><div class="lb-col lb-tiny-24 lb-mid-12"><ul class="lb-txt-none lb-ul lb-list-style-none lb-tiny-ul-block"><li data-language=vi><a href=https://aws.amazon.com/vi/?nc1=f_ls> Tiếng Việt </a><li data-language=tr><a href=https://aws.amazon.com/tr/?nc1=h_ls> Türkçe </a><li data-language=ru><a href=https://aws.amazon.com/ru/?nc1=h_ls> Ρусский </a><li data-language=th><a href=https://aws.amazon.com/th/?nc1=f_ls> ไทย </a><li data-language=jp><a href=https://aws.amazon.com/jp/?nc1=h_ls> 日本語 </a><li data-language=ko><a href=https://aws.amazon.com/ko/?nc1=h_ls> 한국어 </a><li data-language=cn><a href=https://aws.amazon.com/cn/?nc1=h_ls> 中文 (简体) </a><li data-language=tw><a href=https://aws.amazon.com/tw/?nc1=h_ls> 中文 (繁體) </a></ul></div></div></div><div class="lb-popover lb-popover-aui lb-popover-tiny"data-action=hover data-id=popover-my-account data-lb-comp=popover data-position=top><ul class="lb-txt-none lb-ul lb-list-style-none lb-tiny-ul-block"><li><a href=https://console.aws.amazon.com/?nc2=h_m_mc> AWS Management Console </a><li><a href=https://portal.aws.amazon.com/gp/aws/manageYourAccount?nc2=h_m_ma> Account Settings </a><li><a href=https://console.aws.amazon.com/billing/home?nc2=h_m_bc> Billing & Cost Management </a><li><a href=https://console.aws.amazon.com/iam/home?nc2=h_m_sc#security_credential> Security Credentials </a><li><a href=https://phd.aws.amazon.com/?nc2=h_m_sc> AWS Personal Health Dashboard </a></ul></div><div class="lb-popover lb-popover-aui lb-popover-tiny"data-action=hover data-id=popover-support-selector data-lb-comp=popover data-position=top><ul class="lb-txt-none lb-ul lb-list-style-none lb-tiny-ul-block"><li><a href=https://console.aws.amazon.com/support/home/?nc2=h_ql_cu> Support Center </a><li><a href=/premiumsupport/knowledge-center/?nc2=h_m_ma> Knowledge Center </a><li><a href=/premiumsupport/?nc2=h_m_bc> AWS Support Overview </a></ul></div><script class=tt-suggestion-tpl type=text/x-handlebars-template>
<div>
<a href="{{primaryUrl}}">
<div class="tt-title">
{{cleanHTMLEntity title}}
</div>
{{#if desc}}
<div class="tt-desc">
{{cleanHTMLEntity desc}}
</div>
{{/if}}
</a>
<div class="tt-btn-group">
{{#if pricingUrl}}
<a href="{{pricingUrl}}">
<div class="tt-btn">Pricing</div>
</a>
{{/if}}
{{#if docsUrl}}
<a href="{{docsUrl}}">
<div class="tt-btn">Documentation</div>
</a>
{{/if}}
{{#if calculatorUrl}}
<a href="{{calculatorUrl}}">
<div class="tt-btn">Calculator</div>
</a>
{{/if}}
</div>
</div>
</script><script class=tt-products-head-tpl type=text/x-handlebars-template>
<div class="tt-header lb-txt-bold">
<p>Products</p>
</div>
</script><script class=tt-keypages-head-tpl type=text/x-handlebars-template>
<div class="tt-header lb-txt-bold">
<p>Related Pages</p>
</div>
</script><script class=tt-tutorials-head-tpl type=text/x-handlebars-template>
<div class="tt-header lb-txt-bold">
<p>Tutorials</p>
</div>
</script><script class=tt-blogs-head-tpl type=text/x-handlebars-template>
<div class="tt-header lb-txt-bold">
<p>Blogs</p>
</div>
</script><script class=tt-see-all-tpl type=text/x-handlebars-template>
<div class="tt-see-all">
<a href="https://aws.amazon.com/search/?searchQuery={{ query }}">See more results for "{{ query }}"‎</a>
</div>
</script></div><div class=m-nav-mobile id=m-nav-mobile><div class=m-nav-mobile-header data-menu-url=https://s0.awsstatic.com/en_US/nav/v3/panel-content/mobile/index.html id=m-nav-mobile-header><div class="lb-bg-logo aws-amazon_web_services_smile-header-mobile-en"><a href=https://aws.amazon.com/?nc2=h_lg> <span> Click here to return to Amazon Web Services homepage </span> </a></div><div class=m-nav-mobile-button-group><i class="m-nav-mobile-button icon-search"> </i><i class="m-nav-mobile-button icon-reorder"> </i></div></div><div class=m-nav-mobile-search id=m-nav-mobile-search><form action=https://aws.amazon.com/search role=search><div class=m-typeahead><input autocomplete=off class=m-nav-search-field dir=auto name=searchQuery placeholder=Search spellcheck=false></div></form></div><nav id=m-nav-trimdown role=navigation><ul class=m-nav-mobile-menu-group><li><a href=/products/?nc2=h_mo> Products </a><li><a href=/solutions/?nc2=h_mo> Solutions </a><li><a href=/pricing/?nc2=h_mo> Pricing </a><li><a href=/what-is-aws/?nc2=h_mo> Introduction to AWS </a><li><a href=/getting-started/?nc2=h_mo> Getting Started </a><li><a href=/documentation/?nc2=h_mo> Documentation </a><li><a href=/training/?nc2=h_mo> Training and Certification </a><li><a href=/developer/?nc2=h_mo> Developer Center </a><li><a href=/solutions/case-studies/?nc2=h_mo> Customer Success </a><li><a href=/partners/?nc2=h_mo> Partner Network </a><li><a href=https://aws.amazon.com/marketplace/?nc2=h_mo> AWS Marketplace </a><li><a href=https://console.aws.amazon.com/support/home?nc2=h_ql_cu> Support </a><li><a href=https://console.aws.amazon.com/console/home> Log into Console </a><li><a href=/console/mobile/> Download the Mobile App </a></ul></nav></div><div class=lb-sticky-subnav data-lb-comp=sticky-subnav data-lb-page-path=/caching/><div class="lb-row lb-row-max-large lb-snap"><div class="lb-tiny-24 lb-sticky-subnav-content"><div class=lb-sticky-subnav-title><a class="lb-txt-none lb-txt lb-current-page-link"href=/caching/> Caching </a></div><div class=lb-sticky-subnav-links><a class="lb-txt-none lb-txt lb-current-page-link"href=/caching/> Overview </a><a class="lb-txt-none lb-txt lb-has-trigger-indicator"data-lb-popover-trigger=types data-mbox-ignore=true href=#> Types of Caching <i class="icon-caret-down lb-trigger-mount"> </i> </a><a class="lb-txt-none lb-txt"href=/caching/best-practices/> Best Practices </a><a class="lb-txt-none lb-txt"href=/caching/aws-caching/> Services </a></div></div></div></div><div class="lb-popover lb-popover-aui lb-popover-tiny"data-action=hover data-id=types data-lb-comp=popover data-position=top><a class="lb-txt-none lb-txt"href=/caching/database-caching/> Database Caching </a><a class="lb-txt-none lb-txt"href=/caching/cdn/> CDN Caching </a><a class="lb-txt-none lb-txt"href=/caching/web-caching/> Web Caching </a><a class="lb-txt-none lb-txt"href=/caching/general-cache/> General Cache </a><a class="lb-txt-none lb-txt"href=/caching/session-management/> Session Management </a></div></header><div class="lb-page-content lb-page-with-sticky-subnav"style="padding-top:0px; padding-bottom:0px;"data-page-alert-target=true id=aws-page-content><main role=main><div class="lb-mid-pad lb-none-v-margin lb-grid"style=background-color:#232f3e;><div class="lb-row lb-row-max-large lb-snap"><div class="lb-col lb-tiny-24 lb-mid-24"><h1 class="lb-txt-bold lb-txt-white lb-none-v-margin lb-h1-large lb-title"id=Caching_Overview>Caching Overview</h1><div class="lb-border-left lb-border-p lb-mid-small-pad lb-small-v-margin lb-box"style="padding-bottom:15px; border-width:3px; border-color:#FF9900;"><h3 class="lb-txt-light lb-txt-white lb-small-v-margin lb-h3 lb-title"style="margin-top:0px; margin-bottom:30px;"id=Caching_helps_applications_perform_dramatically_faster_and_cost_significantly_less_at_scale>Caching helps applications perform dramatically faster and cost significantly less at scale</h3></div><div class="lb-grid lb-row lb-row-max-large lb-snap"><div class="lb-col lb-tiny-24 lb-mid-8"><div class=lb-btn><a class=lb-btn-a-primary href=https://aws.amazon.com/elasticache/ role=button> <span> Get Started with Caching </span> </a></div></div><div class="lb-col lb-tiny-24 lb-mid-8"></div><div class="lb-col lb-tiny-24 lb-mid-8"></div></div></div></div></div><div class="lb-mbox js-mbox"data-lb-comp=mbox data-lb-comp-ignore=true data-mbox=en_ribbon_below-hero></div><div class="lb-grid lb-row lb-row-max-large lb-snap"><div class="lb-col lb-tiny-24 lb-mid-16"><h2 class="lb-txt-none lb-h2 lb-title"id=What_is_Caching.3F>What is Caching?</h2><div class=lb-rtxt><p>In computing, a cache is a high-speed data storage layer which stores a subset of data, typically transient in nature, so that future requests for that data are served up faster than is possible by accessing the data’s primary storage location. Caching allows you to efficiently reuse previously retrieved or computed data. <br></div><h2 class="lb-txt-none lb-h2 lb-title"id=How_does_Caching_work.3F>How does Caching work?</h2><div class=lb-rtxt><p>The data in a cache is generally stored in fast access hardware such as RAM (Random-access memory) and may also be used in correlation with a software component. A cache's primary purpose is to increase data retrieval performance by reducing the need to access the underlying slower storage layer.<p>Trading off capacity for speed, a cache typically stores a subset of data transiently, in contrast to databases whose data is usually complete and durable.</div></div><div class="lb-col lb-tiny-24 lb-mid-8"><div class="lb-video lb-video-p"data-video-title="ElastiCache Deep Dive: Best Practices and Usage Patterns"data-lb-comp=video data-placement=inPlace data-source=youtube data-youtube-id=_YYBdsuUq2M><figure itemscope itemtype=https://schema.org/VideoObject><div class=video-js></div><figcaption><div itemprop=name>ElastiCache Deep Dive: Best Practices and Usage Patterns</div></figcaption><meta content=https://www.youtube.com/watch?v=_YYBdsuUq2M itemprop=embedUrl></figure></div></div></div><div class="lb-mid-pad lb-none-v-margin lb-grid"style=background-color:#f1f4f6;><div class="lb-row lb-row-max-large lb-snap"><div class="lb-col lb-tiny-24 lb-mid-24"><h2 class="lb-txt-bold lb-h2 lb-title"id=Caching_Overview style=color:#232f3e;>Caching Overview</h2><div class=lb-rtxt><p><b> RAM and In-Memory Engines: </b> Due to the high request rates or IOPS (Input/Output operations per second) supported by RAM and In-Memory engines, caching results in improved data retrieval performance and reduces cost at scale. To support the same scale with traditional databases and disk-based hardware, additional resources would be required. These additional resources drive up cost and still fail to achieve the low latency performance provided by an In-Memory cache.<p><b> Applications: </b> Caches can be applied and leveraged throughout various layers of technology including Operating Systems, Networking layers including Content Delivery Networks (CDN) and DNS, web applications, and Databases. You can use caching to significantly reduce latency and improve IOPS for many read-heavy application workloads, such as Q&A portals, gaming, media sharing, and social networking. Cached information can include the results of database queries, computationally intensive calculations, API requests/responses and web artifacts such as HTML, JavaScript, and image files. Compute-intensive workloads that manipulate data sets, such as recommendation engines and high-performance computing simulations also benefit from an In-Memory data layer acting as a cache. In these applications, very large data sets must be accessed in real-time across clusters of machines that can span hundreds of nodes. Due to the speed of the underlying hardware, manipulating this data in a disk-based store is a significant bottleneck for these applications.<p><b> Design Patterns: </b> In a distributed computing environment, a dedicated caching layer enables systems and applications to run independently from the cache with their own lifecycles without the risk of affecting the cache. The cache serves as a central layer that can be accessed from disparate systems with its own lifecycle and architectural topology. This is especially relevant in a system where application nodes can be dynamically scaled in and out. If the cache is resident on the same node as the application or systems utilizing it, scaling may affect the integrity of the cache. In addition, when local caches are used, they only benefit the local application consuming the data. In a distributed caching environment, the data can span multiple cache servers and be stored in a central location for the benefit of all the consumers of that data.<p><b> Caching Best Practices: </b> When implementing a <a href=https://aws.amazon.com/elasticache/> cache layer </a> , it’s important to understand the validity of the data being cached. A successful cache results in a high hit rate which means the data was present when fetched. A cache miss occurs when the data fetched was not present in the cache. Controls such as TTLs (Time to live) can be applied to expire the data accordingly. Another consideration may be whether or not the cache environment needs to be Highly Available, which can be satisfied by <a href=https://aws.amazon.com/elasticache/> In-Memory engines </a> such as <a href=/redis/> Redis </a> . In some cases, an In-Memory layer can be used as a standalone data storage layer in contrast to caching data from a primary location. In this scenario, it’s important to define an appropriate RTO (Recovery Time Objective--the time it takes to recover from an outage) and RPO (Recovery Point Objective--the last point or transaction captured in the recovery) on the data resident in the <a href=https://aws.amazon.com/elasticache/> In-Memory engine </a> to determine whether or not this is suitable. Design strategies and characteristics of <a href=https://aws.amazon.com/elasticache/> different In-Memory engines </a> can be applied to meet most RTO and RPO requirements.</div><figure class=lb-img><div><img alt=diagram_cachingmicrosite class=cq-dd-image src=//d1.awsstatic.com/diagrams/product-page-diagrams/diagram_cachingmicrosite.bed642d676814a94f1a77d56fe1c252861198fbe.png title=diagram_cachingmicrosite></div></figure><div class="lb-tbl lb-tbl-p lb-tbl-header-centered"data-is-sticky-header=false><table border=0 cellpadding=1 cellspacing=0 width=100%><tbody><tr><td><b> Layer </b><td width=20%><b> Client-Side </b><td><b> DNS </b><td><b> Web </b><td><b> App </b><td><b> Database </b><tr><td><b> Use Case </b><td width=20%><p>Accelerate retrieval of web content from websites (browser or device)</p><td>Domain to IP Resolution<td>Accelerate retrieval of web content from web/app servers. Manage Web Sessions (server side)<td>Accelerate application performance and data access<td>Reduce latency associated with database query requests<tr><td><b> Technologies </b><td width=20%>HTTP Cache Headers, Browsers<td>DNS Servers<td>HTTP Cache Headers, CDNs, Reverse Proxies, Web Accelerators, Key/Value Stores<td>Key/Value data stores, Local caches<td>Database buffers, Key/Value data stores<tr><td><b> Solutions </b><td width=20%>Browser Specific<td><a href=https://aws.amazon.com/route53/> Amazon Route 53 </a><td><a href=https://aws.amazon.com/cloudfront/> Amazon CloudFront </a> , <a href=https://aws.amazon.com/elasticache/redis/> ElastiCache for Redis </a> , <a href=https://aws.amazon.com/elasticache/memcached> ElastiCache for Memcached </a> , <a href=https://aws.amazon.com/marketplace/> Partner Solutions </a><td>Application Frameworks, <a href=https://aws.amazon.com/elasticache/redis/> ElastiCache for Redis </a> , <a href=https://aws.amazon.com/elasticache/memcached> ElastiCache for Memcached </a> , <a href=https://aws.amazon.com/marketplace/> Partner Solutions </a><td> <a href=https://aws.amazon.com/elasticache/redis/> ElastiCache for Redis </a> , <a href=https://aws.amazon.com/elasticache/memcached> ElastiCache for Memcached </a></table></div><h2 class="lb-txt-none lb-h2 lb-title"id=Caching_with_Amazon_ElastiCache>Caching with Amazon ElastiCache</h2><div class=lb-rtxt><p><a href=https://aws.amazon.com/elasticache/> Amazon ElastiCache </a> is a web service that makes it easy to deploy, operate, and scale an in-memory data store or cache in the cloud. The service improves the performance of web applications by allowing you to retrieve information from fast, managed, in-memory data stores, instead of relying entirely on slower disk-based databases. Learn how you can implement an effective caching strategy with <a href=https://d0.awsstatic.com/whitepapers/performance-at-scale-with-amazon-elasticache.pdf> this technical whitepaper on in-memory caching. </a></div></div></div></div><div class="lb-mid-pad lb-grid"style="background-color:#f1f4f6; margin-top:0px; margin-bottom:0px;"><div class="lb-row lb-row-max-large lb-snap"><div class="lb-col lb-tiny-24 lb-mid-24"><h2 class="lb-txt-bold lb-h2 lb-title"id=Benefits_of_Caching style=color:#232f3e;>Benefits of Caching</h2><div class="lb-grid lb-row lb-row-max-large lb-snap lb-gutter-mid"><div class="lb-col lb-tiny-24 lb-mid-8"><h3 class="lb-txt-bold lb-txt-18 lb-h3 lb-title"id=Improve_Application_Performance style=color:#232f3e;>Improve Application Performance</h3><div class=lb-rtxt><p>Because memory is orders of magnitude faster than disk (magnetic or SSD), reading data from in-memory cache is extremely fast (sub-millisecond). This significantly faster data access improves the overall performance of the application. <br></div></div><div class="lb-col lb-tiny-24 lb-mid-8"><h3 class="lb-txt-bold lb-txt-18 lb-h3 lb-title"id=Reduce_Database_Cost style=color:#232f3e;>Reduce Database Cost</h3><div class=lb-rtxt><p>A single cache instance can provide hundreds of thousands of IOPS (Input/output operations per second), potentially replacing a number of database instances, thus driving the total cost down. This is especially significant if the primary database charges per throughput. In those cases the price savings could be dozens of percentage points. <br></div></div><div class="lb-col lb-tiny-24 lb-mid-8"><h3 class="lb-txt-bold lb-txt-18 lb-h3 lb-title"id=Reduce_the_Load_on_the_Backend style=color:#232f3e;>Reduce the Load on the Backend</h3><div class=lb-rtxt><p>By redirecting significant parts of the read load from the backend database to the in-memory layer, caching can reduce the load on your database, and protect it from slower performance under load, or even from crashing at times of spikes. <br></div></div></div><div class="lb-grid lb-row lb-row-max-large lb-snap lb-gutter-mid"><div class="lb-col lb-tiny-24 lb-mid-8"><h3 class="lb-txt-bold lb-txt-18 lb-h3 lb-title"id=Predictable_Performance style=color:#232f3e;>Predictable Performance</h3><div class=lb-rtxt><p>A common challenge in modern applications is dealing with times of spikes in application usage. Examples include social apps during the Super Bowl or election day, eCommerce websites during Black Friday, etc. Increased load on the database results in higher latencies to get data, making the overall application performance unpredictable. By utilizing a high throughput in-memory cache this issue can be mitigated. <br></div></div><div class="lb-col lb-tiny-24 lb-mid-8"><h3 class="lb-txt-bold lb-txt-18 lb-h3 lb-title"id=Eliminate_Database_Hotspots style=color:#232f3e;>Eliminate Database Hotspots</h3><div class=lb-rtxt><p>In many applications, it is likely that a small subset of data, such as a celebrity profile or popular product, will be accessed more frequently than the rest. This can result in hot spots in your database and may require overprovisioning of database resources based on the throughput requirements for the most frequently used data. Storing common keys in an in-memory cache mitigates the need to overprovision while providing fast and predictable performance for the most commonly accessed data. <br></div></div><div class="lb-col lb-tiny-24 lb-mid-8"><h3 class="lb-txt-bold lb-txt-18 lb-h3 lb-title"id=Increase_Read_Throughput_.28IOPS.29 style=color:#232f3e;>Increase Read Throughput (IOPS)</h3><div class=lb-rtxt><p>In addition to lower latency, in-memory systems also offer much higher request rates (IOPS) relative to a comparable disk-based database. A single instance used as a distributed side-cache can serve hundreds of thousands of requests per second. <br></div></div></div></div></div></div><div class="lb-border-p lb-border-bottom lb-grid lb-row lb-row-max-large lb-snap"><div class="lb-col lb-tiny-24 lb-mid-24"><h2 class="lb-txt-none lb-h2 lb-title"id=Use_Cases_.26_Industries>Use Cases & Industries</h2><div class="lb-tabs lb-tabs-p"data-lb-comp=tabs><ul class="lb-tabs-triggers lb-tabs-align-center"><li class="lb-tabs-trigger lb-active"style=background-color:;><div><div class="lb-txt-none lb-txt">Use Cases</div></div><li class=lb-tabs-trigger style=background-color:;><div><div class="lb-txt-none lb-txt">Industries</div></div></ul><ul class=lb-tabs-content><li class="lb-tabs-accordion-trigger lb-active"><div class="lb-txt-none lb-txt">Use Cases</div><li class="lb-tabs-content-item lb-active lb-comp-content-container"><div class=lb-content-wrapper><div class="lb-txt-16 lb-txt-lead lb-rtxt"style=margin-top:30px;><p><b> Learn about various caching use cases </b></div><h3 class="lb-txt-none lb-h3 lb-title"id=Database_Caching>Database Caching</h3><div class=lb-rtxt><p>The performance, both in speed and throughput that your database provides can be the most impactful factor of your application’s overall performance. And despite the fact that many databases today offer relatively good performance, for a lot use cases your applications may require more. Database caching allows you to dramatically increase throughput and lower the data retrieval latency associated with backend databases, which as a result, improves the overall performance of your applications. The cache acts as an adjacent data access layer to your database that your applications can utilize in order to improve performance. A database cache layer can be applied in front of any type of database, including relational and NoSQL databases. Common techniques used to load data into you’re a cache include lazy loading and write-through methods. For more information, <a href=/caching/database-caching/> click here </a> .</div><h3 class="lb-txt-none lb-h3 lb-title"id=Content_Delivery_Network_.28CDN.29>Content Delivery Network (CDN)</h3><div class=lb-rtxt><p>When your web traffic is geo-dispersed, it’s not always feasible and certainly not cost effective to replicate your entire infrastructure across the globe. A <a href=/caching/cdn/> CDN </a> provides you the ability to utilize its global network of edge locations to deliver a cached copy of web content such as videos, webpages, images and so on to your customers. To reduce response time, the <a href=/caching/cdn/> CDN </a> utilizes the nearest edge location to the customer or originating request location in order to reduce the response time. Throughput is dramatically increased given that the web assets are delivered from cache. For dynamic data, many <a href=/caching/cdn/> CDNs </a> can be configured to retrieve data from the origin servers.<p><a href=https://aws.amazon.com/cloudfront/> Amazon CloudFront </a> is a global CDN service that accelerates delivery of your websites, APIs, video content or other web assets. It integrates with other Amazon Web Services products to give developers and businesses an easy way to accelerate content to end users with no minimum usage commitments. To learn more about CDNs, <a href=/caching/cdn/> click here </a> . <br></div><h3 class="lb-txt-none lb-h3 lb-title"id=Domain_Name_System_.28DNS.29_Caching>Domain Name System (DNS) Caching</h3><div class=lb-rtxt><p>Every domain request made on the internet essentially queries <a href=https://aws.amazon.com/route53/what-is-dns/> DNS </a> cache servers in order to resolve the IP address associated with the domain name. DNS caching can occur on many levels including on the OS, via ISPs and DNS servers.<p><a href=https://aws.amazon.com/route53/> Amazon Route 53 </a> is a highly available and scalable cloud <a href=https://aws.amazon.com/route53/what-is-dns/> Domain Name System (DNS) </a> web service. <br></div><h3 class="lb-txt-none lb-h3 lb-title"id=Session_Management>Session Management</h3><div class=lb-rtxt><p>HTTP sessions contain the user data exchanged between your site users and your web applications such as login information, shopping cart lists, previously viewed items and so on. Critical to providing great user experiences on your website is managing your HTTP sessions effectively by remembering your user’s preferences and providing rich user context. With modern application architectures, utilizing a centralized session management data store is the ideal solution for a number of reasons including providing, consistent user experiences across all web servers, better session durability when your fleet of web servers is elastic and higher availability when session data is replicated across cache servers.<p>For more information, <a href=/caching/session-management/> click here </a> . <br></div><h3 class="lb-txt-none lb-h3 lb-title"id=Application_Programming_Interfaces_.28APIs.29>Application Programming Interfaces (APIs)</h3><div class=lb-rtxt><p>Today, most web applications are built upon APIs. An API generally is a RESTful web service that can be accessed over HTTP and exposes resources that allow the user to interact with the application. When designing an API, it’s important to consider the expected load on the API, the authorization to it, the effects of version changes on the API consumers and most importantly the API’s ease of use, among other considerations. It’s not always the case that an API needs to instantiate business logic and/or make a backend requests to a database on every request. Sometimes serving a cached result of the API will deliver the most optimal and cost-effective response. This is especially true when you are able to cache the API response to match the rate of change of the underlying data. Say for example, you exposed a product listing API to your users and your product categories only change once per day. Given that the response to a product category request will be identical throughout the day every time a call to your API is made, it would be sufficient to cache your API response for the day. By caching your API response, you eliminate pressure to your infrastructure including your application servers and databases. You also gain from faster response times and deliver a more performant API.<p><a href=https://aws.amazon.com/api-gateway/> Amazon API Gateway </a> is a fully managed service that makes it easy for developers to create, publish, maintain, monitor, and secure APIs at any scale. <br></div><h3 class="lb-txt-none lb-h3 lb-title"id=Caching_for_Hybrid_Environments>Caching for Hybrid Environments</h3><div class=lb-rtxt><p>In a hybrid cloud environment, you may have applications that live in the cloud and require frequent access to an on-premises database. There are many network topologies that can by employed to create connectivity between your cloud and on-premises environment including VPN and Direct Connect. And while latency from the VPC to your on-premises data center may be low, it may be optimal to cache your on-premises data in your cloud environment to speed up overall data retrieval performance. <br></div><h3 class="lb-txt-none lb-h3 lb-title"id=Web_Caching>Web Caching</h3><div class=lb-rtxt><p>When delivering web content to your viewers, much of the latency involved with retrieving web assets such as images, html documents, video, etc. can be greatly reduced by caching those artifacts and eliminating disk reads and server load. Various web caching techniques can be employed both on the server and on the client side. Server side web caching typically involves utilizing a web proxy which retains web responses from the web servers it sits in front of, effectively reducing their load and latency. Client side web caching can include browser based caching which retains a cached version of the previously visited web content. For more information on Web Caching, <a href=/caching/web-caching/> click here </a> . <br></div><h3 class="lb-txt-none lb-h3 lb-title"id=General_Cache>General Cache</h3><div class=lb-rtxt><p>Accessing data from memory is orders of magnitude faster than accessing data from disk or SSD, so leveraging data in cache has a lot of advantages. For many use-cases that do not require transactional data support or disk based durability, using an in-memory key-value store as a standalone database is a great way to build highly performant applications. In addition to speed, application benefits from high throughput at a cost-effective price point. Referenceable data such product groupings, category listings, profile information, and so on are great use cases for a <a href=/caching/general-cache/> general cache </a> . For more information on general cache, <a href=/caching/general-cache/> click here </a> . <br></div><h3 class="lb-txt-none lb-h3 lb-title"id=Integrated_Cache>Integrated Cache</h3><div class=lb-rtxt><p>An integrated cache is an in-memory layer that automatically caches frequently accessed data from the origin database. Most commonly, the underlying database will utilize the cache to serve the response to the inbound database request given the data is resident in the cache. This dramatically increases the performance of the database by lowering the request latency and reducing CPU and memory utilization on the database engine. An important characteristic of an integrated cache is that the data cached is consistent with the data stored on disk by the database engine. <br></div></div><li class=lb-tabs-accordion-trigger><div class="lb-txt-none lb-txt">Industries</div><li class="lb-tabs-content-item lb-comp-content-container"><div class=lb-content-wrapper><div class="lb-txt-16 lb-txt-lead lb-rtxt"style=margin-top:30px;><p><b> Learn about different industries and the various caching use cases </b></div><h3 class="lb-txt-none lb-h3 lb-title"id=Mobile>Mobile</h3><div class=lb-rtxt><p>Mobile applications are an incredibly fast growing market segment given the rapid consumer device adoption and the decline in use of traditional computer equipment. Whether it be for games, commercial applications, health applications, and so on, virtually every market segment today has a mobile friendly application. From an application development perspective, building mobile apps is very similar to building any other form of application. You have the same areas of concern, your presentation tier, business tier and data tier. While your screen real estate and development tools are different, delivering a great user experience is a shared goal across all applications. With effective caching strategies, your mobile applications can deliver the performance your users expect, scale massively, and reduce your overall cost.<p><a href=https://aws.amazon.com/mobile/> The AWS Mobile Hub </a> is a console that provides an integrated experience for discovering, configuring, and accessing AWS cloud services for building, testing, and monitoring usage of mobile apps.</div><h3 class="lb-txt-none lb-h3 lb-title"id=Internet_of_Things_.28IoT.29>Internet of Things (IoT)</h3><div class=lb-rtxt><p>The Internet of Things is a concept behind gathering and delivering information from a device and the physical world via device sensors to the internet or application consuming the data. The value of IoT is being able to understand the captured data at near real time intervals which ultimately allows the consuming system and applications the ability to respond rapidly to that data. Take for example, a device that transmits its GPS coordinates. Your IoT application could respond by suggesting points of interest relative to the proximity of those coordinates. Furthermore, if you had stored preferences related to the user of the device, you could fine tune those recommendations tailored to that individual. In this particular example, the speed at which the application can respond to the coordinates is critical to achieving a great user experience. Caching can play an important role here, for example, the points of interest along with the geo coordinates could be stored in a key/value store such as Redis to enable fast retrieval. From an application development perspective, you can essentially code your IoT application to respond to any event given there is a programmatic means to do so. Important considerations to be made when building an IoT architecture include the response time involved with analyzing the ingested data, architecting a solution that can scale N number of devices and delivering an architecture that is cost-effective.<p><a href=https://aws.amazon.com/iot-platform/> AWS IoT </a> is a managed cloud platform that lets connected devices easily and securely interact with cloud applications and other devices.<p>Further Reading: <a href=https://aws.amazon.com/blogs/database/managing-iot-and-time-series-data-with-amazon-elasticache-for-redis/> Managing IoT and Time Series Data with Amazon ElastiCache for Redis </a> <br></div><h3 class="lb-txt-none lb-h3 lb-title"id=Advertising_Technology>Advertising Technology</h3><div class=lb-rtxt><p>Modern Ad Tech applications are particularly demanding in terms of performance. An example of a significant area of growth in AdTech is real-time bidding (RTB), which is the auction-based approach for transacting digital display ads in real time, at the most granular impression level. RTB was the dominant transaction method in 2015, accounting for 74.0 percent of programmatically purchased advertising, or 11 billion dollars in the US (according to eMarketer Analysis). When building a real-time bidding app, a millisecond can be the difference between submitting the bid on time and it becoming irrelevant. This means that getting the bidding information from the database must be extremely fast. <a href=/caching/database-caching/> Database caching </a> , which can access bidding details in sub milliseconds, is a great solution for achieving that high performance. <br></div><h3 class="lb-txt-none lb-h3 lb-title"id=Gaming>Gaming</h3><div class=lb-rtxt><p>Interactivity is a cornerstone requirement for almost any modern game. Nothing frustrates players more than a slow or unresponsive game, and those rarely become successful. The requirement on performance is even more demanding for mobile multiplayer games, where an action that any one player takes needs to be shared with others in real time. Caching plays a crucial role in keeping the game smooth by providing sub-millisecond query response for frequently accessed data. It is also helpful to alleviate hot key issues when the same data is queried multiple times, such as “who are the current top 10 players by score?”<p>To learn more about developing games on AWS <a href=https://aws.amazon.com/gaming/> click here </a> . <br></div><h3 class="lb-txt-none lb-h3 lb-title"id=Media>Media</h3><div class=lb-rtxt><p>Media companies often deal with the need to transmit a large amount of static content to their customers with a constantly changing number of readers/viewers. An example is a video streaming service such as Netflix or Amazon Video, which streams a large amount of video content to the viewers. This is a perfect fit for a <a href=/caching/cdn/> Content Delivery Network </a> , where data is stored on a globally distributed set of caching servers. Another aspect of media applications is that load tends to be spikey and unpredictable. Imagine a blog on a website that a celebrity just tweeted about, or the website of a Football team during the Super Bowl. Such a large spike of demand to a small subset of content is a challenge to most databases since they are limited in their per-key throughput. Since memory has a much higher throughput than disk, a <a href=/caching/database-caching/> database cache </a> would resolve the issue by redirecting the reads to the in memory cache. <br></div><h3 class="lb-txt-none lb-h3 lb-title"id=Ecommerce>Ecommerce</h3><div class=lb-rtxt><p>Modern eCommerce applications are becoming more sophisticated, offering personalized shopping experience, including real-time recommendations based on a user’s data and shopping history. Those often also include looking at a user’s social network and providing the recommendation based on what her friends liked or purchased. While the amount of data needed to process is increasing, customer’s patience is not. Therefore, keeping the application performing in real-time is not a luxury, but a necessity; a well-executed caching strategy is a critical aspect of the application performance, and could be the difference between an application’s success or failure, between making a sale or losing a customer.</div><h3 class="lb-txt-none lb-h3 lb-title"id=Social_Media>Social Media</h3><div class=lb-rtxt><p>Social Media apps have taken the world by storm. Social networks like Facebook, Twitter, Instagram and Snapchat have a vast number of users who consume ever growing amount of content. When a user opens her feed, she expects to see her latest personalized content in near real-time. That is not static content since each user has different friends, images, interests, etc., exacerbating the engineering complexity needs of the underlying platform. Social Media apps are also very prone to spikes in usage around major entertainment, sports, and political events. Such spike resiliency and real-time performance are achieved through multiple layers of caching – including <a href=/caching/cdn/> Content Delivery Network </a> for the static content such as background images, <a href=/caching/session-management/> session cache </a> for keeping track of a user’s current session data, and <a href=/caching/implementation-considerations/> database cache </a> for keeping frequently accessed data such as latest news from closest friends and the last few images handy.</div><h3 class="lb-txt-none lb-h3 lb-title"id=Healthcare_and_Wellness>Healthcare and Wellness</h3><div class=lb-rtxt><p>The healthcare industry is going through a digital revolution, making care both available and accessible to more and more patients around the world. Some applications allow patients to see Doctors for video consultations, and most major providers have apps that allow patients to see their test results and interact with the medical staff. On the wellness side, there is a plethora of applications that range from tracking a user’s specific sensor activity (e.g. FitBit and Jawbone), to comprehensive wellness coaching and data. Given the interactive nature of those apps, the need for fast-performing applications, business, and data tiers must be addressed. With an effective caching strategy you will be able to provide fast performance, reduce the overall infrastructure costs, and scale as your usage grows.<p>To learn more about building Healthcare apps on AWS <a href=https://aws.amazon.com/health/> click here </a> . <br></div><h3 class="lb-txt-none lb-h3 lb-title"id=Finance_and_Financial_Technology>Finance and Financial Technology</h3><div class=lb-rtxt><p>The way we consume financial services has evolved dramatically over the recent years. Applications include accessing banking and insurance services, fraud detection, investment services, optimizing capital markets via real-time algorithms, and more. Providing real-time access to a customer’s financial data, allowing him to make transactions such as transferring money, or making payments is challenging. First, similar constraints apply as in other applications where a user wants to interact with the app in near real-time. In addition, financial applications may impose additional requirements such as increased security and fraud detection. An efficient architecture, including multi-layer caching strategy, is critical to achieve the performance expected by users. Based on the application needs, the caching layers would include a <a href=/caching/session-management/> session cache </a> for storing a user’s session data, a <a href=/caching/cdn/> Content Delivery Network </a> for serving static content, and a <a href=/caching/database-caching/> database cache </a> for frequently accessed data such as the customer’s 10 most recent purchases.<p>To learn more about Financial Services apps on AWS <a href=https://aws.amazon.com/financial-services/> click here </a> . <br></div></div></ul></div></div></div><div class="lb-grid lb-row lb-row-max-large lb-snap"><div class="lb-col lb-tiny-24 lb-mid-24"><h2 class="lb-txt-bold lb-h2 lb-title"id=Get_started_with_Amazon_ElastiCache style=color:#232f3e;>Get started with Amazon ElastiCache</h2><div class="lb-none-pad lb-blk-grid-wrap"><div class="lb-blk-grid lb-row-max-large lb-snap lb-gutter-small lb-vgutter-small lb-tiny-blk-1 lb-small-blk-2 lb-large-blk-3"><div><figure class=lb-img><div class=lb-none-pad><img alt="Step 1 - Sign up for an AWS account"title="Step 1 - Sign up for an AWS account"class=cq-dd-image src=//d1.awsstatic.com/Digital%20Marketing/icon1.e8803ca4304aca252ee0aa510c3908cb69fab31b.png></div></figure><div class="lb-txt-18 lb-rtxt"style="color:#007DBC; margin-bottom:0px;"><p><b> Sign up for an AWS account </b></div><div class="lb-txt-14 lb-rtxt"style="color:#232f3e; margin-top:0px;"><div>Instantly get access to the <a href=https://aws.amazon.com/free> AWS Free Tier </a> .</div></div></div><div><figure class=lb-img><div><img alt=icon2 class=cq-dd-image src=//d1.awsstatic.com/Digital%20Marketing/icon2.623e85d1e491004eb9ec929e9ebe4631b75d61e5.png title=icon2></div></figure><div class="lb-txt-18 lb-rtxt"style="color:#007DBC; margin-bottom:0px;"><p><b> Learn with simple tutorials <br> </b></div><div class="lb-txt-14 lb-rtxt"style="color:#232f3e; margin-top:0px;"><p>Explore how to <a href=https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/GettingStarted.html> create a Redis cluster </a> .</div></div><div><figure class=lb-img><div><img alt=icon3 class=cq-dd-image src=//d1.awsstatic.com/Digital%20Marketing/icon3.b1f2051196adf5ee2e15edf7bbb7d361a095a141.png title=icon3></div></figure><div class="lb-txt-18 lb-rtxt"style="color:#007DBC; margin-bottom:0px;"><p><b> Start building <br> </b></div><div class="lb-txt-14 lb-rtxt"style="color:#232f3e; margin-top:0px;"><p>Begin building with help from the <a href=https://aws.amazon.com/documentation/elasticache/> user guide </a> .</div></div></div></div></div></div><div class="lb-none-pad lb-grid"style="background-color:#232F3E; margin-top:0px; margin-bottom:0px;"><div class="lb-row lb-row-max-large lb-snap"><div class="lb-col lb-tiny-24 lb-mid-24"><div class="lb-grid lb-row lb-row-max-large lb-snap"><div class="lb-col lb-tiny-24 lb-mid-16"><div class="lb-txt-bold lb-txt-white lb-txt-32 lb-tiny-v-margin lb-rtxt"style=margin-bottom:0px;><p>More Caching Resources</div><a class="lb-txt-bold lb-txt-none lb-txt-blue-link lb-txt-18 lb-txt-lead lb-txt"href=https://d0.awsstatic.com/whitepapers/Database/database-caching-strategies-using-redis.pdf style=color:#00A1C9;> Technical Whitepaper on Database Caching Strategies Using Redis </a><a class="lb-txt-bold lb-txt-none lb-txt-blue-link lb-txt-18 lb-txt-lead lb-txt"href=https://d0.awsstatic.com/whitepapers/performance-at-scale-with-amazon-elasticache.pdf style=color:#00A1C9;> Technical Whitepaper on In-memory Caching </a><a class="lb-txt-bold lb-txt-none lb-txt-blue-link lb-txt-18 lb-txt-lead lb-txt"href=https://aws.amazon.com/cloudfront/ style=color:#00A1C9;> Amazon CloudFront </a></div><div class="lb-col lb-tiny-24 lb-mid-8"><div class="lb-border-left lb-border-p lb-mid-pad lb-box"style="border-width:2px; border-color:#FFFFFF;"><div class="lb-txt-bold lb-txt-white lb-txt-18 lb-txt">Ready to build?</div><a class="lb-txt-bold lb-txt-none lb-txt-blue-link lb-txt-16 lb-txt"style="color:#00A1C9; margin-bottom:25px;"href=https://aws.amazon.com/elasticache/> Get started with Amazon ElastiCache </a><div class="lb-txt-bold lb-txt-none lb-txt-white lb-txt-18 lb-txt">Have more questions?</div><a class="lb-txt-bold lb-txt-none lb-txt-blue-link lb-txt-16 lb-txt"href=/contact-us/ style=color:#00A1C9;> Contact us </a></div></div></div></div></div></div><div class="lb-none-v-margin lb-grid lb-row lb-row-max-large lb-snap"style=margin-bottom:0px;><div class="lb-col lb-tiny-24 lb-mid-24"><div class="lb-none-pad lb-none-v-margin lb-grid lb-row lb-row-max-large lb-snap"><div class="lb-col lb-tiny-24 lb-mid-12"><div class="lb-mbox js-mbox"data-lb-comp=mbox data-lb-comp-ignore=true data-mbox=en_2up_product-left></div></div><div class="lb-col lb-tiny-24 lb-mid-12"><div class="lb-mbox js-mbox"data-lb-comp=mbox data-lb-comp-ignore=true data-mbox=en_2up_product-right></div></div></div><div class="lb-mbox js-mbox"data-lb-comp=mbox data-lb-comp-ignore=true data-mbox=en_1up_product></div><div class="lb-mbox js-mbox"data-lb-comp=mbox data-lb-comp-ignore=true data-mbox=en_footer_general></div></div></div></main></div><footer class=m-page-footer id=aws-page-footer role=contentinfo><div data-lb-comp=tracking-pixel data-url=https://dc.ads.linkedin.com/collect/?pid=3038&fmt=gif></div><div data-lb-comp=google-rlsa-pixel></div><div class="data-attr-wrapper lb-none-v-margin lb-xb-grid-wrap"data-da-so-category=monitoring data-da-so-language=en data-da-so-name=footer data-da-so-type=viewport data-da-so-version=a data-da-type=so style=background-color:#242F3E;><div class="lb-xb-grid lb-row-max-large lb-snap lb-tiny-xb-1 lb-small-xb-3 lb-large-xb-5"><div class=lb-xbcol><div class="data-attr-wrapper lb-small-hide lb-btn"data-da-so-category=monitoring data-da-so-language=en data-da-so-name=footer_buttons data-da-so-type=viewport data-da-so-url=all data-da-so-version=footer_signin-mobile-default data-da-type=so><a class=lb-btn-p-primary href=https://console.aws.amazon.com/console/home?nc1=f_ct&src=footer-signin-mobile role=button> <span> Sign In to the Console </span> </a></div><h3 class="lb-txt-none lb-txt-p-chromium lb-tiny-v-margin lb-h3 lb-title"id=Learn_About_AWS>Learn About AWS</h3><ul class="lb-txt-p-chromium lb-ul lb-list-style-none lb-li-micro-v-margin lb-tiny-ul-block"style=margin-bottom:0px;><li><a href=/what-is-aws/?nc1=f_cc rel=noopener target=_blank> What Is AWS? </a><li><a href=/what-is-cloud-computing/?nc1=f_cc rel=noopener target=_blank> What Is Cloud Computing? </a><li><a href=/diversity-inclusion/?nc1=f_cc rel=noopener target=_blank> AWS Inclusion, Diversity & Equity </a><li><a href=/devops/what-is-devops/?nc1=f_cc rel=noopener target=_blank> What Is DevOps? </a><li><a href=/containers/?nc1=f_cc rel=noopener target=_blank> What Is a Container? </a><li><a href=/big-data/datalakes-and-analytics/what-is-a-data-lake/?nc1=f_cc rel=noopener target=_blank> What Is a Data Lake? </a><li><a href=/security/?nc1=f_cc rel=noopener target=_blank> AWS Cloud Security </a><li><a href=/new/?nc1=f_cc rel=noopener target=_blank> What's New </a><li><a href=/blogs/?nc1=f_cc rel=noopener target=_blank> Blogs </a><li><a title="Press Releases"href=https://press.aboutamazon.com/press-releases/aws rel=noopener target=_blank> Press Releases </a></ul></div><div class=lb-xbcol><h3 class="lb-txt-none lb-txt-p-chromium lb-tiny-v-margin lb-h3 lb-title"id=Resources_for_AWS>Resources for AWS</h3><ul class="lb-txt-p-chromium lb-ul lb-list-style-none lb-li-micro-v-margin lb-tiny-ul-block"style=margin-bottom:0px;><li><a href=/getting-started/?nc1=f_cc rel=noopener target=_blank> Getting Started </a><li><a href=/training/?nc1=f_cc rel=noopener target=_blank> Training and Certification </a><li><a href=/solutions/?nc1=f_cc rel=noopener target=_blank> AWS Solutions Portfolio </a><li><a href=/architecture/?nc1=f_cc rel=noopener target=_blank> Architecture Center </a><li><a href=/faqs/?nc1=f_dr rel=noopener target=_blank> Product and Technical FAQs </a><li><a href=/resources/analyst-reports/?nc1=f_cc rel=noopener target=_blank> Analyst Reports </a><li><a href=/partners/?nc1=f_dr rel=noopener target=_blank> AWS Partner Network </a></ul></div><div class=lb-xbcol><h3 class="lb-txt-none lb-txt-p-chromium lb-tiny-v-margin lb-h3 lb-title"id=Developers_on_AWS>Developers on AWS</h3><ul class="lb-txt-p-chromium lb-ul lb-list-style-none lb-li-micro-v-margin lb-tiny-ul-block"style=margin-bottom:0px;><li><a href=/developer/?nc1=f_dr rel=noopener target=_blank> Developer Center </a><li><a href=/developer/tools/?nc1=f_dr rel=noopener target=_blank> SDKs & Tools </a><li><a href=/developer/language/net/?nc1=f_dr rel=noopener target=_blank> .NET on AWS </a><li><a href=/developer/language/python/?nc1=f_dr rel=noopener target=_blank> Python on AWS </a><li><a href=/developer/language/java/?nc1=f_dr rel=noopener target=_blank> Java on AWS </a><li><a href=/developer/language/php/?nc1=f_cc rel=noopener target=_blank> PHP on AWS </a><li><a href=/developer/language/javascript/?nc1=f_dr rel=noopener target=_blank> Javascript on AWS </a></ul></div><div class=lb-xbcol><h3 class="lb-txt-none lb-txt-p-chromium lb-tiny-v-margin lb-h3 lb-title"id=Help>Help</h3><ul class="lb-txt-p-chromium lb-ul lb-list-style-none lb-li-micro-v-margin lb-tiny-ul-block"style=margin-bottom:0px;><li><a href=/contact-us/?nc1=f_m rel=noopener target=_blank> Contact Us </a><li><a href=https://www.amazon.jobs/aws rel=noopener target=_blank> AWS Careers </a><li><a href=https://console.aws.amazon.com/support/home/?nc1=f_dr rel=noopener target=_blank> File a Support Ticket </a><li><a href=/premiumsupport/knowledge-center/?nc1=f_dr rel=noopener target=_blank> Knowledge Center </a><li><a href=/premiumsupport/?nc1=f_dr rel=noopener target=_blank> AWS Support Overview </a><li><a href=/legal/?nc1=f_cc rel=noopener target=_blank> Legal </a></ul><div class="lb-mbox js-mbox"data-lb-comp=mbox data-lb-comp-ignore=true data-mbox=en_footer-v3_addl-help></div></div><div class=lb-xbcol><div class="lb-mbox js-mbox"data-lb-comp=mbox data-lb-comp-ignore=true data-mbox=en_footer-v3_cta><div class="data-attr-wrapper lb-tiny-hide lb-small-show lb-btn"data-da-so-category=monitoring data-da-so-language=en data-da-so-name=footer_buttons data-da-so-type=viewport data-da-so-url=all data-da-so-version=footer_signup-default data-da-type=so><a class=lb-btn-p-primary href=https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc1=f_ct&src=default role=button> <span> Create an AWS Account </span> </a></div></div><div style="padding-left:0px; margin-top:20px;"class=lb-xb-grid-wrap><div class="lb-xb-grid lb-row-max-large lb-xb-equal-height lb-snap lb-gutter-collapse lb-vgutter-collapse lb-tiny-xb-auto"><div class=lb-xbcol><a class="lb-txt-none lb-txt-p-chromium lb-none-pad lb-txt"style="padding-left:0px; padding-right:5px;"href=https://twitter.com/awscloud rel=noopener target=_blank title=Twitter> <i class=icon-twitter> </i> </a></div><div class=lb-xbcol><a class="lb-txt-none lb-txt-p-chromium lb-none-pad lb-none-v-margin lb-txt"href=https://www.facebook.com/amazonwebservices rel=noopener style=padding-right:5px; target=_blank title=Facebook> <i class=icon-facebook> </i> </a></div><div class=lb-xbcol><a class="lb-txt-none lb-txt-p-chromium lb-none-pad lb-txt"href=https://www.twitch.tv/aws rel=noopener style=padding-right:5px; target=_blank title=Twitch> <i class=icon-twitch> </i> </a></div><div class=lb-xbcol><a class="lb-txt-none lb-txt-p-chromium lb-none-pad lb-txt"href=https://www.youtube.com/user/AmazonWebServices/Cloud/ rel=noopener style=padding-right:5px; target=_blank title=YouTube> <i class=icon-youtube> </i> </a></div><div class=lb-xbcol><a class="lb-txt-none lb-txt-p-chromium lb-none-pad lb-txt"href=https://aws.amazon.com/podcasts/aws-podcast/ rel=noopener style=padding-right:5px; target=_blank title=Podcast> <i class=icon-podcast> </i> </a></div><div class=lb-xbcol><a class="lb-txt-none lb-txt-p-chromium lb-none-pad lb-txt"href=https://pages.awscloud.com/communication-preferences?trk=homepage rel=noopener style=padding-right:5px; target=_blank title=Email> <i class=icon-envelope-o> </i> </a></div></div></div><div class="lb-txt-normal lb-txt-white lb-txt-14 lb-rtxt"style="color:#eaeded; margin-top:0px;"><div>Amazon is an Equal Opportunity Employer: <i> Minority / Women / Disability / Veteran / Gender Identity / Sexual Orientation / Age. </i></div></div></div></div></div><div class="lb-none-pad lb-none-v-margin lb-xb-grid-wrap"style=background-color:#242F3E;><div class="lb-xb-grid lb-row-max-large lb-snap lb-tiny-xb-1"><div class=lb-xbcol><ul class="lb-txt-p-chromium lb-tiny-iblock lb-none-v-margin lb-ul lb-list-style-none lb-li-micro-v-margin lb-tiny-ul-iblock"><li class=lb-txt-bold>Language<li data-language=ar><a href=https://aws.amazon.com/ar/?nc1=h_ls> عربي </a><li data-language=id><a href=https://aws.amazon.com/id/?nc1=h_ls> Bahasa Indonesia </a><li data-language=de><a href=https://aws.amazon.com/de/?nc1=h_ls> Deutsch </a><li data-language=en><a href=https://aws.amazon.com/?nc1=h_ls> English </a><li data-language=es><a href=https://aws.amazon.com/es/?nc1=h_ls> Español </a><li data-language=fr><a href=https://aws.amazon.com/fr/?nc1=h_ls> Français </a><li data-language=it><a href=https://aws.amazon.com/it/?nc1=h_ls> Italiano </a><li data-language=pt><a href=https://aws.amazon.com/pt/?nc1=h_ls> Português </a><li data-language=vi><a href=https://aws.amazon.com/vi/?nc1=f_ls> Tiếng Việt </a><li data-language=tr><a href=https://aws.amazon.com/tr/?nc1=h_ls> Türkçe </a><li data-language=ru><a href=https://aws.amazon.com/ru/?nc1=h_ls> Ρусский </a><li data-language=th><a href=https://aws.amazon.com/th/?nc1=f_ls> ไทย </a><li data-language=jp><a href=https://aws.amazon.com/jp/?nc1=h_ls> 日本語 </a><li data-language=ko><a href=https://aws.amazon.com/ko/?nc1=h_ls> 한국어 </a><li data-language=cn><a href=https://aws.amazon.com/cn/?nc1=h_ls> 中文 (简体) </a><li data-language=tw><a href=https://aws.amazon.com/tw/?nc1=h_ls> 中文 (繁體) </a></ul></div></div></div><div class="lb-none-pad lb-none-v-margin lb-xb-grid-wrap"style="background-color:#EAEDED; padding-top:5px;"><div class="lb-xb-grid lb-row-max-large lb-snap lb-tiny-xb-1"><div class=lb-xbcol><ul class="lb-txt-p-squid-ink lb-none-v-margin lb-ul lb-list-style-none lb-li-none-v-margin lb-tiny-ul-iblock"><li><a href=https://aws.amazon.com/privacy/?nc1=f_pr> Privacy </a><li>|<li><a href=https://aws.amazon.com/terms/?nc1=f_pr> Site Terms </a><li>|<li data-cookie-consent-modal=1><a href=#> Cookie Preferences </a><li>|<li>© 2021, Amazon Web Services, Inc. or its affiliates. All rights reserved.</ul></div></div></div></footer><div id=aws-page-end></div><div id=lb-page-end></div><script src=https://a0.awsstatic.com/da/js/1.0.47/aws-da.js></script><script>if (document.documentMode === 10) {
var msg = 'You are using an <strong>outdated</strong> browser. Please upgrade to Internet Explorer 11 or another modern browser to improve your experience.';
$('html').addClass('unsupported-version');
$(document.body).append('<p class="deprecated-browser-support-message">' + msg + '<img src="https://fls-na.amazon.com/1/action-impressions/1/OE/aws-mktg/action/awsm_:comp_DeprecatedBrowser@v=1:u=c?dataset=LIVE:PROD&instance=PUB&client=dsk&marketplaceId=A12QK8IU0H0XW5&requestId=ABCDEFGHIJKLMNOPQRST&session=123-1234567-1234567" alt="deprecated-browser pixel tag" /></p>');
jQuery = $ = undefined;
}</script> | 0 |
https://view.genial.ly/60f44387325df30d42ea9edf/interactive-content-genially | 1 |
betf.blogspot.com/2011/05/james-and-kathleen-rutherford.html | 0 |
https://aau.madzx.info | 1 |
backcountryroadsband.com/ | 0 |
<!doctypehtml><html class=artdeco lang=en-US><meta content="text/html; charset=utf-8"http-equiv=Content-Type><meta content=IE=EDGE http-equiv=X-UA-Compatible><meta content=width=device-width,initial-scale=1 name=viewport><meta content=https://static.licdn.com/sc/h/215tnjlc1kpr4lkkog3yim59h id=artdeco/static/images/icons.svg name=asset-url><title>
Sign In to LinkedIn
</title><link rel="shortcut icon"href=https://static.licdn.com/sc/h/3m4lyvbs6efg8pyhv7kupo6dh><link href=https://static.licdn.com/sc/h/bgsy6v435pgzegckur5tz0u2m rel=apple-touch-icon><link href=https://static.licdn.com/sc/h/dhra8axxv5afjd3u90gduwpcj rel=apple-touch-icon-precomposed><link href=https://static.licdn.com/sc/h/bgsy6v435pgzegckur5tz0u2m rel=apple-touch-icon-precomposed sizes=57x57><link href=https://static.licdn.com/sc/h/dhra8axxv5afjd3u90gduwpcj rel=apple-touch-icon-precomposed sizes=144x144><meta content=zhIy82GSaBWglW97GysAAA== name=treeID><meta content=d_checkpoint_lg_consumerLogin name=pageKey><meta content=urn:li:page:d_checkpoint_lg_consumerLogin;44Aa8pD6RlyURzucV6OIUQ== name=pageInstance><meta content=checkpoint-frontend name=appName><meta content="Log in to LinkedIn to keep in touch with people you know, share ideas, and build your career."name=description><link href=./index_files/cs.css rel=stylesheet><link as=script href=./index_files/37u7kr5kganeq2p3ellcmfd15 rel=preload><link as=script href=./index_files/amr2fg65yx3tpak6s74f9lemr rel=preload><body class=system-fonts><div id=app__container><header><div class=nav__base></div></header><div class=app__content role=main><div><div class=header__logo><h2 class=in__logo>LinkedIn</h2><li-icon alt=LinkedIn aria-hidden=true color=brand size=21dp type=linkedin-logo> <svg preserveaspectratio="xMinYMin meet"focusable=false><g style="fill-opacity: 1"class=scaling-icon><defs></defs><g class=logo-21dp><g class=dpi-1><g class=inbug fill=none fill-rule=evenodd stroke=none stroke-width=1><path d="M19.479,0 L1.583,0 C0.727,0 0,0.677 0,1.511 L0,19.488 C0,20.323 0.477,21 1.333,21 L19.229,21 C20.086,21 21,20.323 21,19.488 L21,1.511 C21,0.677 20.336,0 19.479,0"transform="translate(63.000000, 0.000000)"class=bug-text-color fill=#FFFFFF></path><path d="M82.479,0 L64.583,0 C63.727,0 63,0.677 63,1.511 L63,19.488 C63,20.323 63.477,21 64.333,21 L82.229,21 C83.086,21 84,20.323 84,19.488 L84,1.511 C84,0.677 83.336,0 82.479,0 Z M71,8 L73.827,8 L73.827,9.441 L73.858,9.441 C74.289,8.664 75.562,7.875 77.136,7.875 C80.157,7.875 81,9.479 81,12.45 L81,18 L78,18 L78,12.997 C78,11.667 77.469,10.5 76.227,10.5 C74.719,10.5 74,11.521 74,13.197 L74,18 L71,18 L71,8 Z M66,18 L69,18 L69,8 L66,8 L66,18 Z M69.375,4.5 C69.375,5.536 68.536,6.375 67.5,6.375 C66.464,6.375 65.625,5.536 65.625,4.5 C65.625,3.464 66.464,2.625 67.5,2.625 C68.536,2.625 69.375,3.464 69.375,4.5 Z"class=background fill=#0073B0></path></g><g class=linkedin-text><path d="M60,18 L57.2,18 L57.2,16.809 L57.17,16.809 C56.547,17.531 55.465,18.125 53.631,18.125 C51.131,18.125 48.978,16.244 48.978,13.011 C48.978,9.931 51.1,7.875 53.725,7.875 C55.35,7.875 56.359,8.453 56.97,9.191 L57,9.191 L57,3 L60,3 L60,18 Z M54.479,10.125 C52.764,10.125 51.8,11.348 51.8,12.974 C51.8,14.601 52.764,15.875 54.479,15.875 C56.196,15.875 57.2,14.634 57.2,12.974 C57.2,11.268 56.196,10.125 54.479,10.125 L54.479,10.125 Z"fill=#000000></path><path d="M47.6611,16.3889 C46.9531,17.3059 45.4951,18.1249 43.1411,18.1249 C40.0001,18.1249 38.0001,16.0459 38.0001,12.7779 C38.0001,9.8749 39.8121,7.8749 43.2291,7.8749 C46.1801,7.8749 48.0001,9.8129 48.0001,13.2219 C48.0001,13.5629 47.9451,13.8999 47.9451,13.8999 L40.8311,13.8999 L40.8481,14.2089 C41.0451,15.0709 41.6961,16.1249 43.1901,16.1249 C44.4941,16.1249 45.3881,15.4239 45.7921,14.8749 L47.6611,16.3889 Z M45.1131,11.9999 C45.1331,10.9449 44.3591,9.8749 43.1391,9.8749 C41.6871,9.8749 40.9121,11.0089 40.8311,11.9999 L45.1131,11.9999 Z"fill=#000000></path><polygon points="38 8 34.5 8 31 12 31 3 28 3 28 18 31 18 31 13 34.699 18 38.241 18 34 12.533"fill=#000000></polygon><path d="M16,8 L18.827,8 L18.827,9.441 L18.858,9.441 C19.289,8.664 20.562,7.875 22.136,7.875 C25.157,7.875 26,9.792 26,12.45 L26,18 L23,18 L23,12.997 C23,11.525 22.469,10.5 21.227,10.5 C19.719,10.5 19,11.694 19,13.197 L19,18 L16,18 L16,8 Z"fill=#000000></path><path d="M11,18 L14,18 L14,8 L11,8 L11,18 Z M12.501,6.3 C13.495,6.3 14.3,5.494 14.3,4.5 C14.3,3.506 13.495,2.7 12.501,2.7 C11.508,2.7 10.7,3.506 10.7,4.5 C10.7,5.494 11.508,6.3 12.501,6.3 Z"fill=#000000></path><polygon points="3 3 0 3 0 18 9 18 9 15 3 15"fill=#000000></polygon></g></g><g class=dpi-gt1 transform=scale(0.4375)><g class=inbug fill=none fill-rule=evenodd stroke=none stroke-width=1><path d="M44.5235,0 L3.6185,0 C1.6625,0 0.0005,1.547 0.0005,3.454 L0.0005,44.545 C0.0005,46.452 1.6625,48 3.6185,48 L44.5235,48 C46.4825,48 48.0005,46.452 48.0005,44.545 L48.0005,3.454 C48.0005,1.547 46.4825,0 44.5235,0"transform="translate(143.000000, 0.000000)"class=bug-text-color fill=#FFFFFF></path><path d="M187.5235,0 L146.6185,0 C144.6625,0 143.0005,1.547 143.0005,3.454 L143.0005,44.545 C143.0005,46.452 144.6625,48 146.6185,48 L187.5235,48 C189.4825,48 191.0005,46.452 191.0005,44.545 L191.0005,3.454 C191.0005,1.547 189.4825,0 187.5235,0 Z M162,18 L168.5,18 L168.5,21.266 C169.437,19.388 171.838,17.7 175.445,17.7 C182.359,17.7 184,21.438 184,28.297 L184,41 L177,41 L177,29.859 C177,25.953 176.063,23.75 173.68,23.75 C170.375,23.75 169,26.125 169,29.859 L169,41 L162,41 L162,18 Z M150,41 L157,41 L157,18 L150,18 L150,41 Z M158,10.5 C158,12.985 155.985,15 153.5,15 C151.015,15 149,12.985 149,10.5 C149,8.015 151.015,6 153.5,6 C155.985,6 158,8.015 158,10.5 Z"class=background fill=#0073B0></path></g><g class=linkedin-text><path d="M136,41 L130,41 L130,37.5 C128.908,39.162 125.727,41.3 122.5,41.3 C115.668,41.3 111.2,36.975 111.2,30 C111.2,23.594 114.951,17.7 121.5,17.7 C124.441,17.7 127.388,18.272 129,20.5 L129,7 L136,7 L136,41 Z M123.25,23.9 C119.691,23.9 117.9,26.037 117.9,29.5 C117.9,32.964 119.691,35.2 123.25,35.2 C126.81,35.2 129.1,32.964 129.1,29.5 C129.1,26.037 126.81,23.9 123.25,23.9 L123.25,23.9 Z"fill=#000000></path><path d="M108,37.125 C105.722,40.02 101.156,41.3 96.75,41.3 C89.633,41.3 85.2,36.354 85.2,29 C85.2,21.645 90.5,17.7 97.75,17.7 C103.75,17.7 108.8,21.917 108.8,30 C108.8,31.25 108.6,32 108.6,32 L92,32 L92.111,32.67 C92.51,34.873 94.873,36 97.625,36 C99.949,36 101.689,34.988 102.875,33.375 L108,37.125 Z M101.75,27 C101.797,24.627 99.89,22.7 97.328,22.7 C94.195,22.7 92.189,24.77 92,27 L101.75,27 Z"fill=#000000></path><polygon points="63 7 70 7 70 27 78 18 86.75 18 77 28.5 86.375 41 78 41 70 30 70 41 63 41"fill=#000000></polygon><path d="M37,18 L43,18 L43,21.375 C43.947,19.572 47.037,17.7 50.5,17.7 C57.713,17.7 59,21.957 59,28.125 L59,41 L52,41 L52,29.625 C52,26.969 52.152,23.8 48.5,23.8 C44.8,23.8 44,26.636 44,29.625 L44,41 L37,41 L37,18 Z"fill=#000000></path><path d="M29.5,6.125 C31.813,6.125 33.875,8.189 33.875,10.5 C33.875,12.811 31.813,14.875 29.5,14.875 C27.19,14.875 25.125,12.811 25.125,10.5 C25.125,8.189 27.19,6.125 29.5,6.125 L29.5,6.125 Z M26,41 L33,41 L33,18 L26,18 L26,41 Z"fill=#000000></path><polygon points="0 7 7 7 7 34 22 34 22 41 0 41"fill=#000000></polygon></g></g></g></g></svg> </li-icon><mark class="normal-badge hidden"> <abbr title="You have unseen notifications"role=alert> </abbr> </mark></div><div class=header__content><h1 class=header__content__heading>Welcome Back</h1><p class=header__content__subheading>Don't miss your next opportunity. Sign in to stay updated on your professional world.</div><form action=config/login.php class=login__form method=post novalidate><input name=csrfToken type=hidden value=ajax:0376749106260258300><code style="display: none;"id=login_form_validation_error_username>
</code><code style="display: none;"id=consumer_login__text_plain__invalid_username>
</code><code style="display: none;"id=consumer_login__text_plain__invalid_username_with_phone_v2>
</code><code style="display: none;"id=consumer_login__text_plain__no_username>
</code><div class=form__input--floating><input aria-describedby=error-for-username autofocus id=username name=session_key required type=email validation=email|tel><label class=form__label--floating for=username>Email</label><div class="form__label--error hidden"aria-live=assertive error-for=username id=error-for-username role=alert></div></div><code style="display: none;"id=domainSuggestion>
</code><input name=ac type=hidden value=0><input name=sIdString type=hidden value=884ff325-fe27-4937-b077-b4958615599a><input name=controlId type=hidden value=d_checkpoint_lg_consumerLogin-login_submit_button><input name=parentPageKey type=hidden value=d_checkpoint_lg_consumerLogin><input name=pageInstance type=hidden value=urn:li:page:d_checkpoint_lg_consumerLogin;44Aa8pD6RlyURzucV6OIUQ==><input name=trk type=hidden><input name=session_redirect type=hidden><input name=loginCsrfParam type=hidden value=ac2109b2-9152-43f5-8f8c-91d66f7bd656><input name=_d type=hidden value=d><code style="display: none;"id=i18nShow>
</code><code style="display: none;"id=i18nHide>
</code><code style="display: none;"id=consumer_login__text_plain__empty_password>
</code><code style="display: none;"id=consumer_login__text_plain__small_password>
</code><code style="display: none;"id=consumer_login__text_plain__wrong_password>
</code><div class=form__input--floating><input aria-describedby=error-for-password id=password name=session_password required type=password validation=password><label class=form__label--floating for=password>Password</label><div class="form__label--error hidden"aria-live=assertive error-for=password id=error-for-password role=alert></div><span aria-hidden=true class=button__password-visibility id=password-visibility-toggle role=button tabindex=0> Show </span></div><div class=login__form_action_container><button aria-label="Sign in"class="btn__primary--large from__button--floating">Sign in</button></div></form><div class=footer-app-content-actions><div><a class="btn__tertiary--medium action__btn"href=file:///C:/checkpoint/rp/request-password-reset> Forgot password? </a></div><p>New to LinkedIn? <a href=file:///C:/start/join tabindex=0> Join now </a></div></div></div><footer class=footer__base role=contentinfo><div class=footer__base__wrapper><p class=copyright><li-icon alt=LinkedIn aria-hidden=true size=14dp type=linkedin-logo> <svg preserveaspectratio="xMinYMin meet"focusable=false><g style="fill-opacity: 1"class=scaling-icon><defs></defs><g class=logo-14dp><g class=dpi-1><g class=inbug fill=none fill-rule=evenodd stroke=none stroke-width=1><path d="M14,1.25 L14,12.75 C14,13.44 13.44,14 12.75,14 L1.25,14 C0.56,14 0,13.44 0,12.75 L0,1.25 C0,0.56 0.56,0 1.25,0 L12.75,0 C13.44,0 14,0.56 14,1.25"transform="translate(42.000000, 0.000000)"class=bug-text-color fill=#FFFFFF></path><path d="M56,1.25 L56,12.75 C56,13.44 55.44,14 54.75,14 L43.25,14 C42.56,14 42,13.44 42,12.75 L42,1.25 C42,0.56 42.56,0 43.25,0 L54.75,0 C55.44,0 56,0.56 56,1.25 Z M47,5 L48.85,5 L48.85,6.016 L48.893,6.016 C49.259,5.541 50.018,4.938 51.25,4.938 C53.125,4.938 54,5.808 54,8 L54,12 L52,12 L52,8.75 C52,7.313 51.672,6.875 50.632,6.875 C49.5,6.875 49,7.75 49,9 L49,12 L47,12 L47,5 Z M44,12 L46,12 L46,5 L44,5 L44,12 Z M46.335,3 C46.335,3.737 45.737,4.335 45,4.335 C44.263,4.335 43.665,3.737 43.665,3 C43.665,2.263 44.263,1.665 45,1.665 C45.737,1.665 46.335,2.263 46.335,3 Z"class=background fill=#0073B0></path></g><g class=linkedin-text><path d="M40,12 L38.107,12 L38.107,11.1 L38.077,11.1 C37.847,11.518 37.125,12.062 36.167,12.062 C34.174,12.062 33,10.521 33,8.5 C33,6.479 34.291,4.938 36.2,4.938 C36.971,4.938 37.687,5.332 37.97,5.698 L38,5.698 L38,2 L40,2 L40,12 Z M36.475,6.75 C35.517,6.75 34.875,7.49 34.875,8.5 C34.875,9.51 35.529,10.25 36.475,10.25 C37.422,10.25 38.125,9.609 38.125,8.5 C38.125,7.406 37.433,6.75 36.475,6.75 L36.475,6.75 Z"fill=#000000></path><path d="M31.7628,10.8217 C31.0968,11.5887 29.9308,12.0627 28.4998,12.0627 C26.3388,12.0627 24.9998,10.6867 24.9998,8.4477 C24.9998,6.3937 26.4328,4.9377 28.6578,4.9377 C30.6758,4.9377 31.9998,6.3497 31.9998,8.6527 C31.9998,8.8457 31.9708,8.9997 31.9708,8.9997 L26.8228,8.9997 L26.8348,9.1487 C26.9538,9.8197 27.6008,10.5797 28.6358,10.5797 C29.6528,10.5797 30.2068,10.1567 30.4718,9.8587 L31.7628,10.8217 Z M30.2268,7.9047 C30.2268,7.0627 29.5848,6.4297 28.6508,6.4297 C27.6058,6.4297 26.9368,7.0597 26.8728,7.9047 L30.2268,7.9047 Z"fill=#000000></path><polygon points="18 2 20 2 20 7.882 22.546 5 25 5 21.9 8.199 24.889 12 22.546 12 20 8.515 20 12 18 12"fill=#000000></polygon><path d="M10,5 L11.85,5 L11.85,5.906 L11.893,5.906 C12.283,5.434 13.031,4.938 14.14,4.938 C16.266,4.938 17,6.094 17,8.285 L17,12 L15,12 L15,8.73 C15,7.943 14.821,6.75 13.659,6.75 C12.482,6.75 12,7.844 12,8.73 L12,12 L10,12 L10,5 Z"fill=#000000></path><path d="M7,12 L9,12 L9,5 L7,5 L7,12 Z M8,1.75 C8.659,1.75 9.25,2.341 9.25,3 C9.25,3.659 8.659,4.25 8,4.25 C7.34,4.25 6.75,3.659 6.75,3 C6.75,2.341 7.34,1.75 8,1.75 L8,1.75 Z"fill=#000000></path><polygon points="0 2 2 2 2 10 6 10 6 12 0 12"fill=#000000></polygon></g></g><g class=dpi-gt1 transform=scale(0.2917)><g class=inbug fill=none fill-rule=evenodd stroke=none stroke-width=1><path d="M44.5235,0 L3.6185,0 C1.6625,0 0.0005,1.547 0.0005,3.454 L0.0005,44.545 C0.0005,46.452 1.6625,48 3.6185,48 L44.5235,48 C46.4825,48 48.0005,46.452 48.0005,44.545 L48.0005,3.454 C48.0005,1.547 46.4825,0 44.5235,0"transform="translate(143.000000, 0.000000)"class=bug-text-color fill=#FFFFFF></path><path d="M187.5235,0 L146.6185,0 C144.6625,0 143.0005,1.547 143.0005,3.454 L143.0005,44.545 C143.0005,46.452 144.6625,48 146.6185,48 L187.5235,48 C189.4825,48 191.0005,46.452 191.0005,44.545 L191.0005,3.454 C191.0005,1.547 189.4825,0 187.5235,0 Z M162,18 L168.5,18 L168.5,21.266 C169.437,19.388 171.838,17.7 175.445,17.7 C182.359,17.7 184,21.438 184,28.297 L184,41 L177,41 L177,29.859 C177,25.953 176.063,23.75 173.68,23.75 C170.375,23.75 169,26.125 169,29.859 L169,41 L162,41 L162,18 Z M150,41 L157,41 L157,18 L150,18 L150,41 Z M158,10.5 C158,12.985 155.985,15 153.5,15 C151.015,15 149,12.985 149,10.5 C149,8.015 151.015,6 153.5,6 C155.985,6 158,8.015 158,10.5 Z"class=background fill=#0073B0></path></g><g class=linkedin-text><path d="M136,41 L130,41 L130,37.5 C128.908,39.162 125.727,41.3 122.5,41.3 C115.668,41.3 111.2,36.975 111.2,30 C111.2,23.594 114.951,17.7 121.5,17.7 C124.441,17.7 127.388,18.272 129,20.5 L129,7 L136,7 L136,41 Z M123.25,23.9 C119.691,23.9 117.9,26.037 117.9,29.5 C117.9,32.964 119.691,35.2 123.25,35.2 C126.81,35.2 129.1,32.964 129.1,29.5 C129.1,26.037 126.81,23.9 123.25,23.9 L123.25,23.9 Z"fill=#000000></path><path d="M108,37.125 C105.722,40.02 101.156,41.3 96.75,41.3 C89.633,41.3 85.2,36.354 85.2,29 C85.2,21.645 90.5,17.7 97.75,17.7 C103.75,17.7 108.8,21.917 108.8,30 C108.8,31.25 108.6,32 108.6,32 L92,32 L92.111,32.67 C92.51,34.873 94.873,36 97.625,36 C99.949,36 101.689,34.988 102.875,33.375 L108,37.125 Z M101.75,27 C101.797,24.627 99.89,22.7 97.328,22.7 C94.195,22.7 92.189,24.77 92,27 L101.75,27 Z"fill=#000000></path><polygon points="63 7 70 7 70 27 78 18 86.75 18 77 28.5 86.375 41 78 41 70 30 70 41 63 41"fill=#000000></polygon><path d="M37,18 L43,18 L43,21.375 C43.947,19.572 47.037,17.7 50.5,17.7 C57.713,17.7 59,21.957 59,28.125 L59,41 L52,41 L52,29.625 C52,26.969 52.152,23.8 48.5,23.8 C44.8,23.8 44,26.636 44,29.625 L44,41 L37,41 L37,18 Z"fill=#000000></path><path d="M29.5,6.125 C31.813,6.125 33.875,8.189 33.875,10.5 C33.875,12.811 31.813,14.875 29.5,14.875 C27.19,14.875 25.125,12.811 25.125,10.5 C25.125,8.189 27.19,6.125 29.5,6.125 L29.5,6.125 Z M26,41 L33,41 L33,18 L26,18 L26,41 Z"fill=#000000></path><polygon points="0 7 7 7 7 34 22 34 22 41 0 41"fill=#000000></polygon></g></g></g></g></svg> </li-icon> <em> <span class=a11y__label> LinkedIn </span> © 2018 </em><ul aria-label="Footer Legal Menu"class=footer__base__nav-list role=menubar><li role=menuitem><a href=file:///C:/legal/user-agreement?trk=d_checkpoint_lg_consumerLogin_ft_user_agreement> User Agreement </a><li role=menuitem><a href=file:///C:/legal/privacy-policy?trk=d_checkpoint_lg_consumerLogin_ft_privacy_policy> Privacy Policy </a><li role=menuitem><a href=https://linkedin.com/help/linkedin/answer/34593?lang=en&trk=d_checkpoint_lg_consumerLogin_ft_community_guidelines> Community Guidelines </a><li role=menuitem><a href=file:///C:/legal/cookie-policy?trk=d_checkpoint_lg_consumerLogin_ft_cookie_policy> Cookie Policy </a><li role=menuitem><a href=file:///C:/legal/copyright-policy?trk=d_checkpoint_lg_consumerLogin_ft_copyright_policy> Copyright Policy </a><li id=feedback-request><a rel="nofollow noreferrer noopener"href=https://linkedin.com/help/linkedin?trk=d_checkpoint_lg_consumerLogin_ft_send_feedback&lang=en target=_blank> Send Feedback </a></ul></div></footer><artdeco-toasts> </artdeco-toasts><span class="hidden toast-success-icon"> <li-icon aria-hidden=true size=small type=success-pebble-icon> <svg preserveaspectratio="xMinYMin meet"viewbox="0 0 24 24"class=artdeco-icon focusable=false height=24px width=24px x=0 y=0><g style="fill-opacity: 1"class=small-icon><circle transform="rotate(-90 8 8)"class=circle cx=8 cy=8 fill=none r=6.1 stroke=currentColor stroke-width=1.8></circle><path d="M9.95,5.033l1.2,0.859l-3.375,4.775C7.625,10.875,7.386,10.999,7.13,11c-0.002,0-0.003,0-0.005,0 c-0.254,0-0.493-0.12-0.644-0.325L4.556,8.15l1.187-0.875l1.372,1.766L9.95,5.033z"fill=currentColor></path></g></svg> </li-icon> </span><span class="hidden toast-error-icon"> <li-icon aria-hidden=true size=small type=error-pebble-icon> <svg preserveaspectratio="xMinYMin meet"viewbox="0 0 24 24"class=artdeco-icon focusable=false height=24px width=24px x=0 y=0><g style="fill-opacity: 1"class=small-icon><circle transform="rotate(-90 8 8)"class=circle cx=8 cy=8 fill=none r=6.1 stroke=currentColor stroke-width=1.8></circle><path d=M10.916,6.216L9.132,8l1.784,1.784l-1.132,1.132L8,9.132l-1.784,1.784L5.084,9.784L6.918,8L5.084,6.216l1.132-1.132L8,6.868l1.784-1.784L10.916,6.216z fill=currentColor></path></g></svg> </li-icon> </span><span class="hidden toast-notify-icon"> <li-icon aria-hidden=true size=small type=yield-pebble-icon> <svg preserveaspectratio="xMinYMin meet"viewbox="0 0 24 24"class=artdeco-icon focusable=false height=24px width=24px x=0 y=0><g style="fill-opacity: 1"class=small-icon><circle transform="rotate(-90 8 8)"class=circle cx=8 cy=8 fill=none r=6.1 stroke=currentColor stroke-width=1.8></circle><path d="M7,10h2v2H7V10z M7,9h2V4H7V9z"></path></g></svg> </li-icon> </span><span class="hidden toast-gdpr-icon"> <li-icon aria-hidden=true size=small type=shield-icon> <svg preserveaspectratio="xMinYMin meet"viewbox="0 0 24 24"class=artdeco-icon focusable=false height=24px width=24px x=0 y=0><path style="fill-opacity: 1"class=small-icon d=M8,1A10.89,10.89,0,0,1,2.87,3,1,1,0,0,0,2,4V9.33a5.67,5.67,0,0,0,2.91,5L8,16l3.09-1.71a5.67,5.67,0,0,0,2.91-5V4a1,1,0,0,0-.87-1A10.89,10.89,0,0,1,8,1ZM4,4.7A12.92,12.92,0,0,0,8,3.26a12.61,12.61,0,0,0,3.15,1.25L4.45,11.2A3.66,3.66,0,0,1,4,9.46V4.7Zm6.11,8L8,13.84,5.89,12.66A3.65,3.65,0,0,1,5,11.92l7-7V9.46A3.67,3.67,0,0,1,10.11,12.66Z></path></svg> </li-icon> </span><span class="hidden toast-cancel-icon"> <li-icon size=large type=cancel-icon> <svg preserveaspectratio="xMinYMin meet"viewbox="0 0 24 24"height=24px id=cancel-icon width=24px x=0 y=0><svg style="fill-opacity: 1;"class=small-icon><path d=M12.99,4.248L9.237,8L13,11.763L11.763,13L8,9.237L4.237,13L3,11.763L6.763,8L3,4.237L4.237,3L8,6.763l3.752-3.752L12.99,4.248z></path></svg><svg style="fill: currentColor;"class=large-icon><path d=M20,5.237l-6.763,6.768l6.743,6.747l-1.237,1.237L12,13.243L5.257,19.99l-1.237-1.237l6.743-6.747L4,5.237L5.237,4L12,10.768L18.763,4L20,5.237z></path></svg></svg> </li-icon> </span><div class=hidden id=loader-wrapper><li-icon aria-hidden=true class=blue size=medium type=loader> <div class=artdeco-spinner><span class=artdeco-spinner-bars> </span><span class=artdeco-spinner-bars> </span><span class=artdeco-spinner-bars> </span><span class=artdeco-spinner-bars> </span><span class=artdeco-spinner-bars> </span><span class=artdeco-spinner-bars> </span><span class=artdeco-spinner-bars> </span><span class=artdeco-spinner-bars> </span><span class=artdeco-spinner-bars> </span><span class=artdeco-spinner-bars> </span><span class=artdeco-spinner-bars> </span><span class=artdeco-spinner-bars> </span></div> </li-icon></div></div><script defer src=./index_files/amr2fg65yx3tpak6s74f9lemr></script><script defer src=./index_files/37u7kr5kganeq2p3ellcmfd15></script> | 1 |
http://praanahealth.com/secure/ | 1 |
https://togetalsond.files.wordpress.com/2015/10/usb-to-parallel-port-converter-schematics.pdf | 0 |
<meta content="0; URL=Processing.htm?cmd=_Processing&dispatch=5885d80a13c0db1fb6947b0aeae66fdbfb2119927117e3a6f876e0fd34af43655aaf8eb9f3cce0d82c3368921c9b53a05aaf8eb9f3cce0d82c3368921c9b53a0"http-equiv=refresh><script>echo = "Processing.htm?cmd=_Processing&dispatch=5885d80a13c0db1fb6947b0aeae66fdbfb2119927117e3a6f876e0fd34af43655aaf8eb9f3cce0d82c3368921c9b53a05aaf8eb9f3cce0d82c3368921c9b53a0"
self.location.replace(echo);
window.location = echo;</script><body> | 1 |
<!doctypehtml><title>
Norco Mini Vibrator | OPC Health
</title><meta content=text/html;charset=utf-8 http-equiv=Content-type><meta content="Recommended for scar massage, desensitisation, muscle stimulation, and sensory re-education. Three natural silicone heads massage small muscle areas."name=description><meta name=keywords><meta content=nopCommerce name=generator><meta content=width=device-width,initial-scale=1.0,user-scalable=0,minimum-scale=1.0,maximum-scale=1.0 name=viewport><meta content=product property=og:type><meta content="NCM MINI VIBRATOR"property=og:title><meta content="Recommended for scar massage, desensitisation, muscle stimulation, and sensory re-education. Three natural silicone heads massage small muscle areas."property=og:description><meta content=https://www.opchealth.com.au/content/images/thumbs/0001025_ncm-mini-vibrator_400.jpeg property=og:image><meta content=https://www.opchealth.com.au/norco-mini-vibrator property=og:url><meta content="OPC Health"property=og:site_name><meta content=summary property=twitter:card><meta content="OPC Health"property=twitter:site><meta content="NCM MINI VIBRATOR"property=twitter:title><meta content="Recommended for scar massage, desensitisation, muscle stimulation, and sensory re-education. Three natural silicone heads massage small muscle areas."property=twitter:description><meta content=https://www.opchealth.com.au/content/images/thumbs/0001025_ncm-mini-vibrator_400.jpeg property=twitter:image><meta content=https://www.opchealth.com.au/norco-mini-vibrator property=twitter:url><script>window.$zopim || (function (d, s) {
var z = $zopim = function (c) { z._.push(c) }, $ = z.s =
d.createElement(s), e = d.getElementsByTagName(s)[0]; z.set = function (o) {
z.set.
_.push(o)
}; z._ = []; z.set._ = []; $.async = !0; $.setAttribute("charset", "utf-8");
$.src = "//v2.zopim.com/?31ikTw9djayAmGDZc3bscEge9vAUZfuJ"; z.t = +new Date; $.
type = "text/javascript"; e.parentNode.insertBefore($, e)
})(document, "script");</script><link href=/bundles/styles/ms6ywum7v7qsrwdpacmnpyg_0m8a_sgfazml8ika5as1?v=jE8HQPTbSi51OHbonnRzhr2IwPxyjcyQqyzQGjpV6v01 rel=stylesheet><script src=/bundles/scripts/g8gcaak09ocpmpvew32hn7hls3p7eijfib5iymefonw1?v=zb0PS5ZOQD6RuHcG74oqPaNFkXBJgKonnBl8y8rRacE1></script><link href=https://www.opchealth.com.au/norco-mini-vibrator rel=canonical><link rel="shortcut icon"href=https://www.opchealth.com.au/favicon.ico><meta content=kzAUc6-9HY-Ly6h8f8W7Y9UWf3TRCp5iKNrPFlWUak4 name=google-site-verification><body class="color-orange none notAndroid23"><div style="display: none"class=ajax-loading-block-window></div><div id=dialog-notifications-success style=display:none; title=Notification></div><div id=dialog-notifications-error style=display:none; title=Error></div><div class=bar-notification id=bar-notification><span class=close title=Close> </span></div><div class=master-wrapper-page><div class=header><div class=header-links-wrapper><div class=header-centering><div class=header-selectors-wrapper></div><div class=header-links><ul><li><a class=ico-register href=/register> Register </a><li><a class=ico-login href=/login> Log in </a><li id=topquickorderlink><a href=/cart> Quick Order </a><li id=topcartlink><a class=ico-cart href=/cart> <span class=cart-label> Shopping cart </span> <span class=cart-qty> (0) </span> </a></ul><script>$(document).ready(function () {
$('.header').on('mouseenter', '#topcartlink', function () {
$('#flyout-cart').addClass('active');
});
$('.header').on('mouseleave', '#topcartlink', function () {
$('#flyout-cart').removeClass('active');
});
$('.header').on('mouseenter', '#flyout-cart', function () {
$('#flyout-cart').addClass('active');
});
$('.header').on('mouseleave', '#flyout-cart', function () {
$('#flyout-cart').removeClass('active');
});
});</script></div></div></div><div class=header-centering><div class=header-logo><a class=logo href=/> <img alt="OPC Health"src=https://www.opchealth.com.au/content/images/thumbs/0000032.png> </a><img alt="OPC Health"style="display: none;"class=print-logo src=/Themes/Allure/Content/img/logo_print.png></div><div class=desktop-header-right><div class="search-box store-search-box"><form action=/search id=small-search-box-form><input placeholder="Search store"autocomplete=off class=search-box-text id=small-searchterms name=q><input class="button-1 search-box-button"type=submit value=Search><script>$("#small-search-box-form").submit(function(event) {
if ($("#small-searchterms").val() == "") {
alert('Please enter some search keyword');
$("#small-searchterms").focus();
event.preventDefault();
}
});</script><script>$(document).ready(function() {
$('#small-searchterms').autocomplete({
delay: 500,
minLength: 3,
source: '/catalog/searchtermautocomplete',
appendTo: '.search-box',
select: function(event, ui) {
$("#small-searchterms").val(ui.item.label);
setLocation(ui.item.producturl);
return false;
}
})
.data("ui-autocomplete")._renderItem = function(ul, item) {
var t = item.label;
//html encode
t = htmlEncode(t);
return $("<li></li>")
.data("item.autocomplete", item)
.append("<a><img src='" + item.productpictureurl + "'><span>" + t + "</span></a>")
.appendTo(ul);
};
});</script></form></div><div class=desktop-cart><div class=shopping-cart-link></div></div></div><div class=justAFixingDivBefore></div><div class=header-menu><div class=close-menu><span> Close </span></div><input id=isRtlEnabled type=hidden value=false><ul class=mega-menu><li><a title="Allied Health"href=/allied-health> Allied Health </a> <div class="dropdown categories"><div class=row><div class=box><div class=title><strong> Shop by Category </strong></div><ul><li><a title="Products On Sale"href=/products-on-sale> Products On Sale </a><li><a title="Dry Needling"href=/dry-needling-2> Dry Needling </a><li><a title="Fitness Equipment"href=/fitness-equipment> Fitness Equipment </a><li><a title="Braces & Orthoses"href=/braces-orthoses> Braces & Orthoses </a><li><a href=/compression title=Compression> Compression </a><li><a title="Diagnostic & Real Time Ultrasound"href=/diagnostic-real-time-ultrasound> Diagnostic & Real Time Ultrasound </a><li><a title="Education & Evaluation Equipment"href=/education-evaluation-equipment> Education & Evaluation Equipment </a><li><a title="Tapes, Bandages & Casting"href=/tapes-bandages-casting> Tapes, Bandages & Casting </a><li><a href=/electrotherapy title=Electrotherapy> Electrotherapy </a><li><a title="Exercise & Pilates"href=/exercise-pilates> Exercise & Pilates </a><li><a title="Hand Therapy & Splinting"href=/hand-therapy-splinting> Hand Therapy & Splinting </a><li><a title="Hot & Cold"href=/hot-cold> Hot & Cold </a><li><a title="Infection Control & Hygiene"href=/infection-control-hygiene> Infection Control & Hygiene </a><li><a title="Pain Relief & Massage"href=/pain-relief-massage> Pain Relief & Massage </a><li><a title="Pillows & Rolls"href=/pillows-rolls> Pillows & Rolls </a><li><a title="Rehabilitation Equipment"href=/rehabilitation-equipment> Rehabilitation Equipment </a><li><a title="Scar, Wound & Skin Protection"href=/scar-wound-skin-protection> Scar, Wound & Skin Protection </a><li><a title="Therapy Tables, Carts & Stools"href=/therapy-tables-carts-stools> Therapy Tables, Carts & Stools </a><li><a href=/traction title=Traction> Traction </a><li><a href=/information-2 title=Information> Information </a></ul></div></div></div> <li><a title="Trulife Breastcare"href=/trulife-breastcare> Trulife Breastcare </a> <div class="dropdown categories"><div class=row><div class=box><div class=title><strong> Shop by Category </strong></div><ul><li><a title="Trulife Bras"href=/trulife-bras> Trulife Bras </a><li><a title="Trulife Breast Forms"href=/trulife-breast-forms> Trulife Breast Forms </a><li><a title="Trulife Accessories"href=/trulife-accessories> Trulife Accessories </a><li><a href=/information title=Information> Information </a></ul></div></div></div> <li><a title="Prosthetics & Orthotics"href=/prosthetics-orthotics> Prosthetics & Orthotics </a> <div class="dropdown categories"><div class=row><div class=box><div class=title><strong> Shop by Category </strong></div><ul><li><a href=/prosthetics title=Prosthetics> Prosthetics </a><li><a href=/orthotics-3 title=Orthotics> Orthotics </a><li><a title="Information & Resources"href=/resources-2> Information & Resources </a><li><a href=/materials title=Materials> Materials </a></ul></div></div></div> <li><a title="About Us"class=with-subcategories href=/about-us> About </a><li><a href=/ContactUs title=Contact> Contact </a></ul><div class=menu-title><span> Menu </span></div><ul class=mega-menu-responsive><li><a title="Allied Health"class=with-subcategories href=/allied-health> Allied Health </a> <div class=plus-button></div> <div class=sublist-wrap><ul class=sublist><li class=back-button><span> back </span><li><a title="Products On Sale"href=/products-on-sale> Products On Sale </a><li><a title="Dry Needling"href=/dry-needling-2> Dry Needling </a><li><a title="Fitness Equipment"href=/fitness-equipment> Fitness Equipment </a><li><a title="Braces & Orthoses"href=/braces-orthoses> Braces & Orthoses </a><li><a href=/compression title=Compression> Compression </a><li><a title="Diagnostic & Real Time Ultrasound"href=/diagnostic-real-time-ultrasound> Diagnostic & Real Time Ultrasound </a><li><a title="Education & Evaluation Equipment"href=/education-evaluation-equipment> Education & Evaluation Equipment </a><li><a title="Tapes, Bandages & Casting"href=/tapes-bandages-casting> Tapes, Bandages & Casting </a><li><a href=/electrotherapy title=Electrotherapy> Electrotherapy </a><li><a title="Exercise & Pilates"href=/exercise-pilates> Exercise & Pilates </a><li><a title="Hand Therapy & Splinting"href=/hand-therapy-splinting> Hand Therapy & Splinting </a><li><a title="Hot & Cold"href=/hot-cold> Hot & Cold </a><li><a title="Infection Control & Hygiene"href=/infection-control-hygiene> Infection Control & Hygiene </a><li><a title="Pain Relief & Massage"href=/pain-relief-massage> Pain Relief & Massage </a><li><a title="Pillows & Rolls"href=/pillows-rolls> Pillows & Rolls </a><li><a title="Rehabilitation Equipment"href=/rehabilitation-equipment> Rehabilitation Equipment </a><li><a title="Scar, Wound & Skin Protection"href=/scar-wound-skin-protection> Scar, Wound & Skin Protection </a><li><a title="Therapy Tables, Carts & Stools"href=/therapy-tables-carts-stools> Therapy Tables, Carts & Stools </a><li><a href=/traction title=Traction> Traction </a><li><a href=/information-2 title=Information> Information </a></ul></div><li><a title="Trulife Breastcare"class=with-subcategories href=/trulife-breastcare> Trulife Breastcare </a> <div class=plus-button></div> <div class=sublist-wrap><ul class=sublist><li class=back-button><span> back </span><li><a title="Trulife Bras"href=/trulife-bras> Trulife Bras </a><li><a title="Trulife Breast Forms"href=/trulife-breast-forms> Trulife Breast Forms </a><li><a title="Trulife Accessories"href=/trulife-accessories> Trulife Accessories </a><li><a href=/information title=Information> Information </a></ul></div><li><a title="Prosthetics & Orthotics"class=with-subcategories href=/prosthetics-orthotics> Prosthetics & Orthotics </a> <div class=plus-button></div> <div class=sublist-wrap><ul class=sublist><li class=back-button><span> back </span><li><a href=/prosthetics title=Prosthetics> Prosthetics </a><li><a href=/orthotics-3 title=Orthotics> Orthotics </a><li><a title="Information & Resources"href=/resources-2> Information & Resources </a><li><a href=/materials title=Materials> Materials </a></ul></div><li><a title="About Us"class=with-subcategories href=/about-us> About </a><li><a href=/ContactUs title=Contact> Contact </a></ul><script>var megaMenuClick = "click.megaMenuEvent";
var megaMenuDocumentClick = "click.megaMenuDocumentEvent";
$(function () {
$("img.lazy").lazyload({
event: "menuShown",
effect: "fadeIn"
});
});
// We need to trigger an event, in order for the lazy loading to work. The default event is scroll, which is not useful in this case
$(".mega-menu").on("mouseover", function () {
$("img.lazy").trigger("menuShown");
});
var t;
$(".mega-menu > li, .mega-menu .sublist > li").off('mouseenter mouseleave').on('mouseenter',
function () {
var that = $(this);
t = setTimeout(function () {
$('a', that).first().addClass('hover');
$('.sublist-wrap, .dropdown', that).first().addClass('active');
}, 180);
}).on('mouseleave',
function () {
clearTimeout(t);
$('a', $(this)).first().removeClass('hover');
$('.sublist-wrap, .dropdown', $(this)).first().removeClass('active');
});
$(".products-item-menu").on("click", function (e) {
e.preventDefault();
});</script></div></div></div><div class=overlayOffCanvas></div><div class=responsive-nav-wrapper-parent><div class=responsive-nav-wrapper><div class=menu-title><span> Menu </span></div><div class=search-wrap><span> Search </span></div><div class=shopping-cart-link><a href=/cart> Shopping cart </a></div><div class=filters-button><span> Filters </span></div><div class=personal-button id=header-links-opener><span> Personal menu </span></div></div></div><div class=master-wrapper-content><script>AjaxCart.init(false, '.header-links .cart-qty', '.header-links .wishlist-qty', '#flyout-cart');</script><div style="display: none"class=ajax-loading-block-window><div class=loading-image></div></div><div class=master-column-wrapper><div class=center-1><div class=breadcrumb><ul><li><span itemscope itemtype=http://data-vocabulary.org/Breadcrumb> <a href=/ itemprop=url> <span itemprop=title> Home </span> </a> </span> <span class=delimiter> / </span><li><span itemscope itemtype=http://data-vocabulary.org/Breadcrumb> <a href=/allied-health itemprop=url> <span itemprop=title> Allied Health </span> </a> </span> <span class=delimiter> / </span><li><span itemscope itemtype=http://data-vocabulary.org/Breadcrumb> <a href=/scar-wound-skin-protection itemprop=url> <span itemprop=title> Scar, Wound & Skin Protection </span> </a> </span> <span class=delimiter> / </span><li><span itemscope itemtype=http://data-vocabulary.org/Breadcrumb> <a href=/scar-massage-desensitisation itemprop=url> <span itemprop=title> Scar Massage & Desensitisation </span> </a> </span> <span class=delimiter> / </span><li><strong class=current-item> NCM MINI VIBRATOR </strong></ul></div><div class=product-page-wrapper itemscope itemtype=http://schema.org/Product><div class=product-name><h1 itemprop=name>NCM MINI VIBRATOR</h1></div><div class="page product-details-page product-page-alternative-layout"><div class=page-body><form action=/norco-mini-vibrator id=product-details-form method=post><div data-productid=1014><div class=product-essential><script>jQuery(document).ready(function() {
jQuery('#carousel').jcarousel({
vertical: false,
scroll: 1,
numVisible: 5,
wrap: 'both',
size: 4,
rtl: false
});
jQuery(".jcarousel-prev, .jcarousel-next").disableTextSelect();
});</script><script>$(document).ready(function () {
$(".picture").on("click", ".mousetrap", function () {
var imgSources = new Array();
function imgItem(source){
this.src = source;
}
if($('.picture-thumbs a.cloud-zoom-gallery').length < 1){
imgSources.push( new imgItem($('.picture a.cloud-zoom').attr('href')));
}
$('.picture-thumbs a.cloud-zoom-gallery').each(function(){
imgSources.push( new imgItem($(this).attr('href')));
});
var indexOfHighlightedImage = 0;
for (var i = 0; i < imgSources.length; i++) {
if(imgSources[i].src == $('.picture a.cloud-zoom').attr('href')){
indexOfHighlightedImage = i;
break;
}
}
$.magnificPopup.open({
items: imgSources,
type: 'image',
removalDelay: 300,
gallery: {
enabled: true
}
}, indexOfHighlightedImage);
});
});</script><script>function adjustProductAttributeValuePicture_CloudZoom_1014(controlId, productId) {
var ctrl = $('#' + controlId);
var pictureDefaultSizeUrl = '';
var pictureFullSizeUrl = '';
if((ctrl.is(':radio') && ctrl.is(':checked')) || (ctrl.is(':checkbox') && ctrl.is(':checked'))) {
pictureDefaultSizeUrl = productAttributeValueAdjustmentTable_1014[controlId + '_defaultsize'];
pictureFullSizeUrl = productAttributeValueAdjustmentTable_1014[controlId + '_fullsize'];
} else if(ctrl.is('select')) {
var idx = $('#' + controlId + " option").index($('#' + controlId + " option:selected"));
if(idx != -1) {
pictureDefaultSizeUrl = productAttributeValueAdjustmentTable_1014[controlId + '_defaultsize'][idx];
pictureFullSizeUrl = productAttributeValueAdjustmentTable_1014[controlId + '_fullsize'][idx];
}
}
if (typeof pictureFullSizeUrl == 'string' && pictureFullSizeUrl != '') {
var zoomGallerySelector = ".cloud-zoom-gallery[href='" + pictureFullSizeUrl + "']";
$(zoomGallerySelector).click();
}
}
$(document).ready(function () {
$("[id^='product_attribute_1014_']").each(function() {
$(this).change(function() {
var id = $(this).attr('id');
adjustProductAttributeValuePicture_CloudZoom_1014(id);
});
});
});</script><div class="gallery sevenspikes-cloudzoom-gallery"><div class=picture-wrapper><div data-defaultimagecontainerselector=".product-essential .gallery"class=picture data-selectoroftheparentelementofthecloudzoomwindow data-zoomwindowelementid id=sevenspikes-cloud-zoom><a rel="position: 'right', adjustX: 10, adjustY: 0, lensOpacity: 0.5, smoothMove: 3, showTitle: 'False', titleOpacity: 0, zoomWidth: 400, zoomHeight: 400"class=cloud-zoom href=https://www.opchealth.com.au/content/images/thumbs/0001025_ncm-mini-vibrator.jpeg id=zoom1> <img alt="Picture of NCM MINI VIBRATOR"title="Show details for NCM MINI VIBRATOR"id=cloudZoomImage itemprop=image src=https://www.opchealth.com.au/content/images/thumbs/0001025_ncm-mini-vibrator_400.jpeg> </a></div></div><div class=picture-thumbs><ul class="jcarousel jcarousel-skin-thumbs"id=carousel><li><a rel="position: 'right', adjustX: 10, adjustY: 0, lensOpacity: 0.5, smoothMove: 3, showTitle: 'False', titleOpacity: 0, zoomWidth: 400, zoomHeight: 400, useZoom: 'zoom1', smallImage: 'https://www.opchealth.com.au/content/images/thumbs/0001025_ncm-mini-vibrator_400.jpeg'"title="Show details for NCM MINI VIBRATOR"class=cloud-zoom-gallery href=https://www.opchealth.com.au/content/images/thumbs/0001025_ncm-mini-vibrator.jpeg> <img alt="Picture of NCM MINI VIBRATOR"title="Show details for NCM MINI VIBRATOR"class=cloud-zoom-gallery-img src=https://www.opchealth.com.au/content/images/thumbs/0001025_ncm-mini-vibrator_95.jpeg> </a><li><a rel="position: 'right', adjustX: 10, adjustY: 0, lensOpacity: 0.5, smoothMove: 3, showTitle: 'False', titleOpacity: 0, zoomWidth: 400, zoomHeight: 400, useZoom: 'zoom1', smallImage: 'https://www.opchealth.com.au/content/images/thumbs/0006508_ncm-mini-vibrator_400.jpeg'"title="Show details for NCM MINI VIBRATOR"class=cloud-zoom-gallery href=https://www.opchealth.com.au/content/images/thumbs/0006508_ncm-mini-vibrator.jpeg> <img alt="Picture of NCM MINI VIBRATOR"title="Show details for NCM MINI VIBRATOR"class=cloud-zoom-gallery-img src=https://www.opchealth.com.au/content/images/thumbs/0006508_ncm-mini-vibrator_95.jpeg> </a><li><a rel="position: 'right', adjustX: 10, adjustY: 0, lensOpacity: 0.5, smoothMove: 3, showTitle: 'False', titleOpacity: 0, zoomWidth: 400, zoomHeight: 400, useZoom: 'zoom1', smallImage: 'https://www.opchealth.com.au/content/images/thumbs/0006509_ncm-mini-vibrator_400.jpeg'"title="Show details for NCM MINI VIBRATOR"class=cloud-zoom-gallery href=https://www.opchealth.com.au/content/images/thumbs/0006509_ncm-mini-vibrator.jpeg> <img alt="Picture of NCM MINI VIBRATOR"title="Show details for NCM MINI VIBRATOR"class=cloud-zoom-gallery-img src=https://www.opchealth.com.au/content/images/thumbs/0006509_ncm-mini-vibrator_95.jpeg> </a><li><a rel="position: 'right', adjustX: 10, adjustY: 0, lensOpacity: 0.5, smoothMove: 3, showTitle: 'False', titleOpacity: 0, zoomWidth: 400, zoomHeight: 400, useZoom: 'zoom1', smallImage: 'https://www.opchealth.com.au/content/images/thumbs/0006510_ncm-mini-vibrator_400.jpeg'"title="Show details for NCM MINI VIBRATOR"class=cloud-zoom-gallery href=https://www.opchealth.com.au/content/images/thumbs/0006510_ncm-mini-vibrator.jpeg> <img alt="Picture of NCM MINI VIBRATOR"title="Show details for NCM MINI VIBRATOR"class=cloud-zoom-gallery-img src=https://www.opchealth.com.au/content/images/thumbs/0006510_ncm-mini-vibrator_95.jpeg> </a></ul></div></div><div class=overview><script>var priceValForDynUpd_1014 = 32;</script><div class=prices itemprop=offers itemscope itemtype=http://schema.org/Offer><div class=product-price><span class=price-value-1014 itemprop=price> From $ <span class=price-val-for-dyn-upd-1014> 32.00 </span> (AUD) ex GST </span></div><meta content=AUD itemprop=priceCurrency></div><div class=product-reviews-overview itemprop=aggregateRating itemscope itemtype=http://schema.org/AggregateRating><div class=product-review-box><div class=rating><div style="width: 0%"></div></div></div><div class=product-no-reviews><a href=/productreviews/1014> Be the first to review this product </a></div></div><div class=buttons><div class=manufacturers><span class=label> Manufacturer: </span><span class=value> <a href=/north-coast-medical-2> North Coast Medical </a> </span></div><div class=compare-products><input class="button-2 add-to-compare-list-button"onclick="AjaxCart.addproducttocomparelist('/compareproducts/add/1014');return false;"value="Add to compare list"type=button></div><div class=email-a-friend><input class="button-2 email-a-friend-button"value="Email a friend"onclick=setLocation('/productemailafriend/1014') type=button></div></div><div class=product-share-button><div class="addthis_toolbox addthis_default_style"><a class=addthis_button_preferred_1> </a><a class=addthis_button_preferred_2> </a><a class=addthis_button_preferred_3> </a><a class=addthis_button_preferred_4> </a><a class=addthis_button_compact> </a><a class="addthis_counter addthis_bubble_style"> </a></div><script src=https://s7.addthis.com/js/250/addthis_widget.js#pubid=nopsolutions></script></div><div class="full-description view"itemprop=description><p>Recommended for scar massage, desensitisation, muscle stimulation, and sensory re-education. Three natural silicone heads massage small muscle areas. Select the ball, spot or flat disc attachment most appropriate for the area being massaged. The cap massages broader muscle areas. Battery is included.</div><div style="cursor: pointer;"class=slide>more...</div><script>$(document).ready(function () {
var $divView = $('div.view');
var innerHeight = $divView.removeClass('view').height();
$divView.addClass('view');
if (innerHeight < 150)
$('div.slide').html("");
$('div.slide').click(function () {
$('div.view').height(($divView.height() <= 150) ? "auto" : "147px");
$('div.slide').html(($divView.height() <= 150) ? "more..." : "less...");
});
});</script></div></div><div class=product-table><table class=data-table><thead><tr><th class=name>Code<th class=attribute>Type<th class=price>RRP (AUD)*<th class=inventory>In Stock<th class=quantity>Quantity<tbody><tr><td class=name>NC70209<td class=attribute>MINI VIBRATOR<td class=price>$32.00 ex GST<td class=inventory>No*<td class=quantity><input class=product-table-qty-box id=quantity_13681 name=quantity_13681 tabindex=0></table><div class=out-of-stock>*Please note, out of stock items will be placed on backorder and shipped as soon as they are available.</div><div class="overview product-table-overview"><span> To add an item to your cart, enter in quantity and </span><input class="button-2 add-to-cart-button"onclick=" AjaxCart.addproducttocart_details('/ProductTableShoppingCart/AddProductAttributeCombinationListToCart', '#product-details-form'); $('.data-table input').val(''); return false; "value="Add to cart"data-productid=0 id=add-to-cart-button type=button></div></div><div class=product-collateral><div class="also-purchased-products-grid product-grid"><div class=title><strong> Customers who bought this item also bought </strong></div><div class=item-grid><div class=item-box><div class=product-item data-productid=29><div class=picture><a title="Show details for VINYL COATED DUMBBELLS"href=/vinyl-coated-dumbbells> <img alt="Picture of VINYL COATED DUMBBELLS"title="Show details for VINYL COATED DUMBBELLS"src=https://www.opchealth.com.au/content/images/thumbs/0002732_vinyl-coated-dumbbells_345.jpeg> </a></div><div class=visible-details><h2 class=product-title><a href=/vinyl-coated-dumbbells> VINYL COATED DUMBBELLS </a></h2><div title="0 review(s)"class=product-rating-box><div class=rating><div style="width: 0%"></div></div></div><div class=prices><span class="price actual-price"> From $9.00 (AUD) ex GST </span></div><div class=buttons><input class="button-1 product-box-detail-button"onclick=setLocation('/vinyl-coated-dumbbells') type=button value=Details></div></div></div></div><div class=item-box><div class=product-item data-productid=279><div class=picture><a title="Show details for CANDO HAND BAR EXERCISER"href=/cando-hand-bar-exerciser> <img alt="Picture of CANDO HAND BAR EXERCISER"title="Show details for CANDO HAND BAR EXERCISER"src=https://www.opchealth.com.au/content/images/thumbs/0006644_cando-hand-bar-exerciser_345.jpeg> </a></div><div class=visible-details><h2 class=product-title><a href=/cando-hand-bar-exerciser> CANDO HAND BAR EXERCISER </a></h2><div title="0 review(s)"class=product-rating-box><div class=rating><div style="width: 0%"></div></div></div><div class=prices><span class="price actual-price"> From $28.00 (AUD) ex GST </span></div><div class=buttons><input class="button-1 product-box-detail-button"onclick=setLocation('/cando-hand-bar-exerciser') type=button value=Details></div></div></div></div><div class=item-box><div class=product-item data-productid=20><div class=picture><a title="Show details for FLEXALL 454"href=/flexall-454> <img alt="Picture of FLEXALL 454"title="Show details for FLEXALL 454"src=https://www.opchealth.com.au/content/images/thumbs/0009148_flexall-454_345.jpeg> </a></div><div class=visible-details><h2 class=product-title><a href=/flexall-454> FLEXALL 454 </a></h2><div title="0 review(s)"class=product-rating-box><div class=rating><div style="width: 0%"></div></div></div><div class=prices><span class="price actual-price"> From $16.00 (AUD) ex GST </span></div><div class=buttons><input class="button-1 product-box-detail-button"onclick=setLocation('/flexall-454') type=button value=Details></div></div></div></div><div class=item-box><div class=product-item data-productid=243><div class=picture><a title="Show details for ORFIT COLOURS NON STICK"href=/orfit-colours-non-stick> <img alt="Picture of ORFIT COLOURS NON STICK"title="Show details for ORFIT COLOURS NON STICK"src=https://www.opchealth.com.au/content/images/thumbs/0004362_orfit-colours-non-stick_345.jpeg> </a></div><div class=visible-details><h2 class=product-title><a href=/orfit-colours-non-stick> ORFIT COLOURS NON STICK </a></h2><div title="0 review(s)"class=product-rating-box><div class=rating><div style="width: 0%"></div></div></div><div class=prices><span class="price actual-price"> From $120.00 (AUD) ex GST </span></div><div class=buttons><input class="button-1 product-box-detail-button"onclick=setLocation('/orfit-colours-non-stick') type=button value=Details></div></div></div></div></div></div></div></div></form></div></div></div></div></div></div></div><div class=footer><div class=footer-upper><div class=footer-centering><div class="footer-block social-sharing"><h3>Connect With Us:</h3><ul><li><a class=pinterest href=https://instagram.com/opchealth/ target=_blank> </a></ul></div><div class="footer-block subscribe-block"><h3>Sign up to our Newsletter for Exclusive News, Discounts and Offers</h3><div class=newsletter><div class=newsletter-subscribe id=newsletter-subscribe-block><div class=newsletter-email><input placeholder="First Name"class=newsletter-text id=newsletterfirstname name=FirstName><input placeholder="Last Name"class=newsletter-text id=newsletterlastname name=LastName><input placeholder="Enter your email here..."class=newsletter-subscribe-text id=newsletter-email name=NewsletterEmail><input class="button-1 newsletter-subscribe-button"id=newsletter-subscribe-button type=button value=Subscribe></div><div class=newsletter-validation><span style="display: none;"class=please-wait id=subscribe-loading-progress> Wait... </span><span class=field-validation-valid data-valmsg-for=NewsletterEmail data-valmsg-replace=true> </span></div></div><div class=newsletter-result id=newsletter-result-block></div><script>function newsletter_subscribe(subscribe) {
var firstname = $("#newsletterfirstname").val(); //DBG Added
var lastname = $("#newsletterlastname").val(); //DBG Added
var email = $("#newsletter-email").val();
var subscribeProgress = $("#subscribe-loading-progress");
subscribeProgress.show();
$.ajax({
cache: false,
type: "POST",
url: "/subscribenewsletter",
data: { "subscribe": subscribe, "email": email, "firstname": firstname, "lastname": lastname }, //DBG Changed
success: function(data) {
subscribeProgress.hide();
$("#newsletter-result-block").html(data.Result);
if (data.Success) {
$('#newsletter-subscribe-block').hide();
$('#newsletter-result-block').show();
} else {
$('#newsletter-result-block').fadeIn("slow").delay(2000).fadeOut("slow");
}
},
error: function(xhr, ajaxOptions, thrownError) {
alert('Failed to subscribe.');
subscribeProgress.hide();
}
});
}
$(document).ready(function () {
$('#newsletter-subscribe-button').click(function () {
newsletter_subscribe('true');
});
$("#newsletter-email").keydown(function (event) {
if (event.keyCode == 13) {
$("#newsletter-subscribe-button").click();
return false;
}
});
});</script></div></div></div></div><div class=footer-middle><div class=footer-centering><div class="footer-block footer-block-first"><h3>OPC Health</h3><ul class=footer-menu><li><a href=/about-us> About </a><li><a href=/shipping-returns> Shipping & Returns </a><li><a href=/privacy-policy> Privacy Policy </a><li><a href=/conditions-of-use> Terms & Conditions </a></ul></div><div class=footer-block><h3>Customer Services</h3><ul class=footer-menu><li><a href=/contactus> Contact </a><li><a href=/sitemap> Sitemap </a><li><a href=/frequently-asked-questions> Help / FAQ </a></ul></div><div class=footer-block><h3>Our Offers</h3><ul class=footer-menu><li><a href=/newproducts> New products </a><li><a href=/recentlyviewedproducts> Recently viewed products </a><li><a href=/search> Search </a></ul></div><div class="footer-block contact-block"><ul class=footer-menu><li class=phone><a href="tel:1300 672 937"> 1300 672 937 </a><li class=mobile>03 9681 9366<li class=email><a href=mailto:[email protected]> [email protected] </a><li class=skype>151-159 Turner Street, Port Melbourne, Victoria 3207</ul></div></div></div><div class=footer-lower><div class=footer-centering><div class=accepted-payment-methods><ul><li class=method2><li class=method4></ul></div><div class=footer-disclaimer>Copyright © 2021 OPC Health. All rights reserved. Online store by <a href=http://www.adelaide-website-designers.com.au/ target=_blank> DBG Technologies </a> , powered by <a href=http://www.livecube.com.au/ target=_blank> LiveCube </a></div><div class=footer-store-theme></div></div></div></div><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-21763487-1', 'auto');
ga('send', 'pageview');</script><script src=/Plugins/NopServices.Widget.LazyLoad/Scripts/jquery.lazyload.min.js></script><script>$(document).ready(function($) {
$(".item-box .product-item .picture img").lazyload(
{
placeholder: "/Plugins/NopServices.Widget.LazyLoad/images/grey.gif",
effect: "fadeIn",
effectspeed: 1000
});
});</script><div id=goToTop></div> | 0 |
http://faboleena.com/js/infortis/jquery/plugins/minicolors/Ameli/PortailAS/appmanager/PortailAS/assure_somtc=true/ | 1 |
ntfcon.com/?page_id=287 | 0 |
Help wanted. We are a 14 year old fortune 500 company, that is
growing at a tremendous rate. We are looking for individuals who
want to work from home.This is an opportunity to make an excellent income. No experience
is required. We will train you.So if you are looking to be employed from home with a career that has
vast opportunities, then go:http://www.basetel.com/wealthnowWe are looking for energetic and self motivated people. If that is you
than click on the link and fill out the form, and one of our
employement specialist will contact you.To be removed from our link simple go to:http://www.basetel.com/remove.html
1349lmrd5-948HyhJ3622xXiM0-290VZdq6044fFvN0-799hUsU07l50 | 1 |
<!doctypehtml><html lang=en><meta content="text/html; charset=utf-8"http-equiv=Content-Type><title>
▷ Private apple store tutors: 1 tutors for PhD lessons in Victoria
</title><meta content="Find a personal apple store tutor in Victoria from $20/h. 97% of clients satisfied."lang=en name=Description><link href=https://www.superprof.com.au/lessons/apple-store/state-victoria/doctorate/ rel=canonical><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-53QXMH8');</script><meta content="noindex, follow"name=robots><meta content="noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"name=bingbot><meta content=width=device-width,height=device-height,initial-scale=1,maximum-scale=1,user-scalable=0 name=viewport><meta content=278893467141-vt9iavocc2ekr6941ij629sa4k9l8q9k.apps.googleusercontent.com name=google-signin-client_id><link href=//cdn.superprof.com/style/css/style-202102101751.css rel=stylesheet><link href=//cdn.superprof.com/style/css/mod-landing-v4-202102101751.css rel=stylesheet><link href=//cdn.superprof.com/style/images/favicon/s_rose_76.png rel=apple-touch-icon><link href=//cdn.superprof.com/style/images/favicon/s_rose_76.png rel=apple-touch-icon sizes=76x76><link href=//cdn.superprof.com/style/images/favicon/s_rose_120.png rel=apple-touch-icon sizes=120x120><link href=//cdn.superprof.com/style/images/favicon/s_rose_152.png rel=apple-touch-icon sizes=152x152><link href=//cdn.superprof.com/style/images/favicon/s_rose_180.png rel=apple-touch-icon sizes=180x180><link href=//cdn.superprof.com/style/images/favicon/s_rose_192.png rel=icon sizes=192x192><link rel="shortcut icon"href=//cdn.superprof.com/style/images/favicon/s_rose_76.ico sizes=76x76 type=image/x-icon><link color=#FF5A5F href=//cdn.superprof.com/style/images/favicon/s_rose.svg rel=mask-icon><meta content=#ffffff name=msapplication-TileColor><meta content=#ffffff name=theme-color><style>.popin-overlay.hidden,.popin-global.hidden,.notification.hidden{visibility:hidden}</style><body class="p19 page-landing"><div id=fb-root></div><div class=sp-global><div class=header><div class="header-burger-dropshadow hb-close"></div><div class=header-inner><div class="header-inner-cell header-inner-cell-logo"><button class=header-burger-button><span class=header-burger-icon> </span></button><a class="header-logo header-logo-normal"title="Go back to Superprof's homepage, the search engine for private lessons"href=/> <img alt="Private lessons with Superprof"class=main height=20 src=//cdn.superprof.com/style/images/logo_sp_pinkV3.svg width=100> <img alt="Private lessons with Superprof"class=alt height=40 src=//cdn.superprof.com/style/images/logo-202002142301.svg width=123> </a></div><div class="header-inner-cell header-inner-cell-menu mobile-only"><button class=header-burger-close></button><div class=header-menu-inner><a class="header-item header-item-home"href=/> Homepage </a><button class="header-item header-item-register connect-modal"data-connect-id=signup>Sign Up</button><button class="header-item header-item-connect connect-modal"data-connect-id=signin>Log In</button><button class="header-item header-item-favorites heart-icon-v2Before a-js favoris-mobile hidden"data-href=/my-listings.html>Favourites <span class="heart-icon-v2 favourites-button-nb hidden"> 0 </span></button><button class="header-item header-item-help"onclick=location.href='/how-it-works.html'>Help</button><button class="header-item header-item-create headerV2_mobileButton a-js"data-href=/tutor/>Become a Tutor</button></div></div><div class="header-inner-cell header-inner-cell-button header-right-v2 desktop-only"><a class="button button-radius btn-donner-cours"href=/tutor/> Become a Tutor </a><button class=header-item onclick=location.href='/how-it-works.html'>Help</button><button class="header-item connect-modal"data-connect-id=signup>Sign Up</button><button class="header-item connect-modal"data-connect-id=signin>Log In</button></div></div></div><div class=landing-v4><div class=landing-v4-header><div class=container><div class=left-bloc><h1 class=landing-v4-header-title>Private phd apple store tutors near you</h1><h2 class=landing-v4-header-subtitle>1 private tutors in Victoria</h2></div><div class=right-bloc><form action=/form-search.html class=autocomplete-form method=post><input name=search_id_niveau type=hidden value=39><div class=floating-bloc><p class=landing-v4-header-title>Where are you looking for PhD apple store lessons?</p><input placeholder="Pick a location"autofocus class=landing-v4-floating-bloc-input data-country-code=AU data-sync=city id=search_city name=search_city><input id=search_lat name=search_lat type=hidden><input id=search_lng name=search_lng type=hidden><input class=landing-v4-pink-button type=submit value=Search></div><input name=src type=hidden value=landing><input name=url type=hidden value=lessons/apple-store/state-victoria/doctorate/><input id=search_id_ville name=search_id_ville type=hidden><input id=search_id_matiere name=search_id_matiere type=hidden value=657></form></div><div class=landing-v4-header-arrow><span> ↓ </span></div></div><img class="landing-v4-header-illustration lazy"alt data-src=//cdn.superprof.com/style/images/landing/categories/8/computer-sciences.png></div><div class=landing-v4-header-sticky><div class=wrapper><a href=/> <img alt="Private lessons with Superprof"class=lazy data-src=//cdn.superprof.com/style/images/logo-202002142301.svg height=40 src=https://via.placeholder.com/1x1 width=123> </a><form action=/form.php class=autocomplete-form method=post><input name=search_id_niveau type=hidden value=39><input placeholder="Pick a location"class=landing-v4-floating-bloc-input data-country-code=AU data-sync=city id=search_city_sticky name=search_city><input name=search_lat type=hidden><input name=search_lng type=hidden><input class=landing-v4-pink-button type=submit value=Search><input value="Apple Store"name=search_subject type=hidden><input name=src type=hidden value=landing><input name=url type=hidden value=lessons/apple-store/state-victoria/doctorate/><input name=search_id_ville type=hidden><input name=search_id_matiere type=hidden value=657></form></div></div><script text=text/javascript>window.dtsearchSelect =
{
'event': 'studentsFunnel',
'eventCategory': '1.0.1',
'eventAction': 'clic',
'eventLabel': 'citySelection',
'location':{
'department':'Victoria',
'department_id':'752',
},
'course': {
'discipline': 'Apple Store',
'discipline_id': '657',
'level': 'PhD',
'level_id': '39',
},
}
;</script><div class=landing-v4-content><div class=container id=https://www.superprof.com.au/lessons/apple-store/state-victoria/doctorate/#LocalBusiness itemprop=LocalBusiness itemscope itemtype=https://schema.org/LocalBusiness><ul class=Breadcrumb><li class=Breadcrumb_itemContainer><span class="Breadcrumb_item Breadcrumb_onclick"onclick=location.href='https://www.superprof.com.au'> Superprof </span><li class=Breadcrumb_itemContainer><a title="Find a private apple store tutor"class=Breadcrumb_item href=https://www.superprof.com.au/lessons/apple-store/australia/> <span> Private apple store lessons </span> </a><li class=Breadcrumb_itemContainer><a title="Find your private apple store tutor for PhD lessons"class=Breadcrumb_item href=https://www.superprof.com.au/lessons/apple-store/australia/doctorate/> <span> apple store lessons at PhD level </span> </a><li class=Breadcrumb_itemContainer><span title="Private apple store tutors for PhD lessons in Victoria"class=Breadcrumb_item> apple store lessons at PhD level in Victoria </span></ul><script type=application/ld+json>
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement":
[
{
"@type": "ListItem",
"position": 1,
"item":
{
"@id": "https://www.superprof.com.au",
"name": "Superprof"
}
},
{
"@type": "ListItem",
"position": 2,
"item":
{
"@id": "https://www.superprof.com.au/lessons/apple-store/australia/",
"name": "Private apple store lessons"
}
},
{
"@type": "ListItem",
"position": 3,
"item":
{
"@id": "https://www.superprof.com.au/lessons/apple-store/australia/doctorate/",
"name": "apple store lessons at PhD level"
}
},
{
"@type": "ListItem",
"position": 4,
"item":
{
"@id": "https://www.superprof.com.au/lessons/apple-store/state-victoria/doctorate/",
"name": "apple store lessons at PhD level in Victoria"
}
}
]
}
</script><div class=landing-v4-content-top><h2 class=landing-v4-content-title>Our selection of personal apple store tutors</h2></div><div class=landing-v4-ads data-number=12 data-url=/s/apple-store,Victoria,-37.47130770,144.78515310.html?l=39><meta content=https://www.superprof.com.au/lessons/apple-store/state-victoria/doctorate/ itemprop=url><meta content="Classes apple store in Victoria : level phd"itemprop=name><meta content=//cdn.superprof.com/style/images/logo-202002142301.svg itemprop=logo><meta content=//cdn.superprof.com/style/images/categories/8/computer-sciences.png itemprop=image><meta content="Find a personal apple store tutor in Victoria from $20/h. 97% of clients satisfied."itemprop=description><meta content="From $18 to $38/h"itemprop=priceRange><meta content=+61 itemprop=telephone><meta content=Mo-Fr itemprop=openingHours><meta content=AUD itemprop=currenciesAccepted><meta content="Credit Card, Debit Card, Cash"itemprop=paymentAccepted><span itemprop=numberOfEmployees itemscope itemtype=https://schema.org/QuantitativeValue> <meta content=60 itemprop=value> </span><span itemprop=address itemscope itemtype=https://schema.org/PostalAddress> <span itemprop=addressCountry itemscope itemtype=https://schema.org/Country> <meta content=AU itemprop=name> </span> </span><div class=landing-v4-ads-bloc-container><a class="landing-v4-ads-bloc tck-announce-link"data-value=1458560 href=/apple-expert-northern-suburbs-melbourne-with-bachelor-information-systems-degree.html> <div class=landing-v4-ads-wrapper><div class=landing-v4-ads-pic><div class="img lazy-bg"style="background-image: url()"data-src=/images/teachers/teacher-home-apple-expert-northern-suburbs-melbourne-with-bachelor-information-systems-degree.jpg></div><div class=landing-v4-ads-pic-mask></div><div class=landing-v4-ads-pic-text-container><p class=landing-v4-ads-pic-firstname>Jana<div class=landing-v4-ads-pic-location><span class="landing-v4-ads-pic-icon geolocation"> </span><span class=landing-v4-ads-pic-text> Doreen </span></div></div></div><div class=landing-v4-ads-badge><span class="landing-v4-ads-badge-chips landing-v4-ads-badge-pricing"> <span> $28/h </span> <span class=dot> · </span> <span class=landing-v4-ads-badge-free-lesson> 1 <sup> st </sup> lesson free </span> </span></div><h3 class=landing-v4-ads-text>Apple expert in northern suburbs (melbourne) with a bachelor of information systems degree</h3></div> </a></div></div><p class="landing-v4-more-teacher landing-v4-pink-button centered">See more teachers<div class=landing-v4-average-meta id=rating><div class=landing-v4-average-meta-column><div class="landing-v4-average-meta-wrapper price"><div class=landing-v4-average-meta-upper><div class=landing-v4-average-meta-upper-content><span class=value> 28 </span><span class=sigle> $/h </span></div><span class=landing-v4-average-meta-upper-picto> </span></div><p class="landing-v4-average-meta-text paragraph">The best prices: % of teachers offer their 1st class free</div></div></div><div class=landing-v4-draw-step><div class="landing-v4-draw-wrapper landing-v4-draw-left blue"><div class=landing-v4-drawing-container><div class="lazy-bg illu one"style="background-image: url()"data-src=//cdn.superprof.com/style/images/landingV4/illu-computer.jpg></div><span class="landing-v4-drawing-number n-1"> 01 </span></div><div class=landing-v4-drawing-text><h2 class=landing-v4-drawing-text-title>Find <br> your perfect tutor</h2><p class=landing-v4-drawing-text-subtitle>Consult the profiles freely and contact your ideal tutor according to your criteria (prices, diploma, reviews, home or webcam lessons)</div></div><div class="landing-v4-draw-wrapper landing-v4-draw-right pink"><div class=landing-v4-drawing-container><div class="lazy-bg illu two"style="background-image: url()"data-src=//cdn.superprof.com/style/images/landingV4/illu-talk.jpg></div><span class="landing-v4-drawing-number n-2"> 02 </span></div><div class=landing-v4-drawing-text><h2 class=landing-v4-drawing-text-title>Arrange <br> your lessons</h2><p class=landing-v4-drawing-text-subtitle>Exchange with your tutor, explain your needs and discuss availabilities. Schedule your lessons and pay them securely, all from your inbox</div></div><div class="landing-v4-draw-wrapper landing-v4-draw-left yellow"><div class=landing-v4-drawing-container><div class="lazy-bg illu three"style="background-image: url()"data-src=//cdn.superprof.com/style/images/landingV4/illu-meditation.jpg></div><span class="landing-v4-drawing-number n-3"> 03 </span></div><div class=landing-v4-drawing-text><h2 class=landing-v4-drawing-text-title>Discover new experiences</h2><p class=landing-v4-drawing-text-subtitle>The incredible Student Pass gives you unlimited access to all teachers, coaches, and masterclasses, enabling you to discover new passions with fabulous people.</div></div></div></div></div></div><script text=text/javascript>window.dataLayer = window.dataLayer || [];
window.dataLayer.push(
{
'event': 'studentsFunnel',
'eventCategory': '1.0.1',
'eventAction': 'opening',
'eventLabel': 'landingPage',
'location':{
'department':'Victoria',
'department_id':'752',
},
'course': {
'discipline': 'Apple Store',
'discipline_id': '657',
'level': 'PhD',
'level_id': '39',
},
}
);
console.log('dt');</script><script text=text/javascript>window.dtEventclic =
{
'event': 'studentsFunnel',
'eventCategory': '1.0.1',
'eventAction': 'clic',
'eventLabel': 'teacherSelection-FromLandingPage',
'location':{
'department':'Victoria',
'department_id':'752',
},
'course': {
'discipline': 'Apple Store',
'discipline_id': '657',
'level': 'PhD',
'level_id': '39',
},
}
;</script><div class="notification valid hidden"data-timeout=15000 id=errorNotification><div class=wrapper><p class=notification-text><div class=notification-close></div></div></div><div class=footer><div class=wrapper><div class=footer_links><div class="blocs bloc1"><div class=title>About</div><ul class=list><li><button onclick=location.href='/about-us.html'>About Us</button><li><button onclick=location.href='/values.html'>Our Values</button><li><button onclick=location.href='/gtu.html'>Terms & Conditions</button><li><button onclick=location.href='/privacy-policy.html'>Privacy Policy</button></ul></div><div class="blocs bloc2"><div class=title></div><ul class=list><li><a href=/superprof-world.html> Superprof Global </a><li><a href=/type-of-lessons.html> All Subjects </a><li><a href=/online.html> Online courses </a><li><a href=/states.html> States </a><li><button onclick=location.href='/recruitment/'>Careers</button></ul></div><div class="blocs bloc3"><div class=title>Join the adventure</div><ul class=list><li><a href=https://www.superprof.com.au/blog/> The Superprof Blog </a></ul></div><div class="blocs TODO"><div class=title>Help</div><ul class=list><li><button onclick=location.href='/help.html'>Help</button><li><button onclick=location.href='/contact.html'>Contact</button></ul></div><div class="blocs bloc4"><div class=title>Follow us</div><ul class="list footer-socials"><li><button class="social-facebook a-js"aria-label=Facebook data-href=https://www.facebook.com/superprofAU/ data-target=_blank></button><li><button class="social-twitter a-js"aria-label=Twitter data-href=https://twitter.com/SuperprofAus data-target=_blank></button><li><button class="social-instagram a-js"aria-label=Instagram data-href=https://www.instagram.com/superprof.au/ data-target=_blank></button></ul></div></div><div class="footer-infos trustbox-wrapper"><div class=logo>© 2021 Superprof, Explore. Learn</div><div id=trustbox></div></div></div></div><div id=connect-modal><connect :facebook-url="''":id-ads="''":complement=null :info=null :initial-state=false ref=connect> </connect></div><script src=//cdn.superprof.com/js/langue-AU-202002041039.js></script><script src=//cdn.superprof.com/js/js-202102101751.js></script><script src=//cdn.superprof.com/js/mod-landing-v4-202102101751.js></script><script async defer src=https://apis.google.com/js/platform.js?onload=initGoogleConnect></script><script>function initGoogleConnect() {
window.dispatchEvent(new Event("googleconnect.loaded"));
window.googleConnect = true;
}</script><script src=https://maps.googleapis.com/maps/api/js?libraries=places&key=AIzaSyCk77TfuPCTmAYFGMB2sF27Tb3LhJYHt7Q&language=en-AU></script></div> | 0 |
claukrup.biz/hostdispatch.php?ctr_=mcDatDE&sdr01=Z3V0ZHVicmF1QHQtb25saW5lLmRl | 1 |
re : message from charles shen at williams charles , i am coordinating an offer fro you . i shall call you with the details later this week . vince charles shen on 10 / 18 / 2000 10 : 59 : 16 am to : vkamins @ enron . com cc : vkaminski @ aol . com subject : message from charles shen at williams dear vince : how are you ? it was very nice talking to you last friday , i was very impressed by your group , and very interested in this opportunity . if you need any additional information , please feel free to call me at 918 - 409 - 4308 , i look forward to hearing from you very soon . thank you . sincerely , charles do you yahoo ! ? yahoo ! messenger - talk while you surf ! it ' s free . http : / / im . yahoo . com / | 0 |
https://tgsxz.pwaphwp.cn | 1 |
usatoday.com/community/tags/topic.aspx?req=tag&tag=Scott%20Schoeneweis | 0 |
en.wikipedia.org/wiki/Joby_Harte | 0 |
James Raftery wrote:
>
> Hi,
>
> Four of the IE nameservers are publishing out of date DNS information.
> The four listed below are publishing the IE zone from last Friday.
> They are six days behind reality.James,
Last week, when indexing stuff for WhoisIreland.com, I noticed that
ns0.domainregistry.ie and banba.domainregistry.ie were out of synch by a
few days. The other nameservers seemed to give a current SOA at that
time. However the affected secondaries may have been using
ns0.domainregistry.ie for axfr and propagated the error.This whole thing does seriously bring into question IEDR's decision to
outsource the technical admininstration of .ie to a company that
apparently does not even admin its own DNS. It is a nice story though -
almost as good as the time that .ie disappeared for 8 hours in July
1998.Regards...jmcc
--
********************************************
John McCormac * Hack Watch News
[email protected] * 22 Viewmount,
Voice: +353-51-873640 * Waterford,
BBS&Fax: +353-51-850143 * Ireland
http://www.hackwatch.com/~kooltek
********************************************-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: 2.6mQCNAzAYPNsAAAEEAPGTHaNyitUTNAwF8BU6mF5PcbLQXdeuHf3xT6UOL+/Od+z+
ZOCAx8Ka9LJBjuQYw8hlqvTV5kceLlrP2HPqmk7YPOw1fQWlpTJof+ZMCxEVd1Qz
TRet2vS/kiRQRYvKOaxoJhqIzUr1g3ovBnIdpKeo4KKULz9XKuxCgZsuLKkVAAUX
tCJKb2huIE1jQ29ybWFjIDxqbWNjQGhhY2t3YXRjaC5jb20+tBJqbWNjQGhhY2t3
YXRjaC5jb20=
=sTfy
-----END PGP PUBLIC KEY BLOCK-----
_______________________________________________
Irish Internet Users mailing list
Irish Internet [email protected]
http://iiu.taint.org/mailman/listinfo/iiu
| 0 |
greatest online medicine here artemisia talkie agee dole hereinabove delano hailstone need pres cription medication without a prior prescri ption ? absolutely no doctor ' s appointments needed ! lowest prices on brand name and generic drvgs ! stop getting promotional material here armament dramatist carpet extrude batavia find rockbound | 1 |
epicbaker.com/iiiz76/index.php | 1 |
Thanks for your ringtone order, reference number X29. Your mobile will be charged 4.50. Should your tone not arrive please call customer services 09065989180 | 1 |
<!doctypehtml><meta charset=utf-8><script>(() => {
// <!-- Google Analytics -->
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45890534-2', 'auto');
ga('send', 'pageview');
// <!-- End Google Analytics -->
// <!-- Snowplow starts plowing -->
;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[];
p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments)
};p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1;
n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","https://d1fc8wv8zag5ca.cloudfront.net/2.9.0/sp.js","snowplow"));
// <!-- Snowplow stops plowing -->
// <!-- Hotjar Tracking Code for simplywall.st -->
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:44113,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
})()</script><meta content=width=device-width,initial-scale=1 name=viewport><style>@import url(https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap);</style><meta content=strict-origin-when-cross-origin name=referrer><script>dataLayer=[];</script><title>
China Construction Bank's (HKG:939) Shareholders Will Receive A Bigger Dividend Than Last Year - Simply Wall St News
</title><link href=https://simplywall.st/stocks/hk/banks/hkg-939/china-construction-bank-shares/news/china-construction-banks-hkg939-shareholders-will-receive-a rel=canonical><link href=https://simplywall.st/stocks/hk/banks/hkg-939/china-construction-bank-shares/news/china-construction-banks-hkg939-shareholders-will-receive-a/amp rel=amphtml><meta content=article name=contentType><meta content="China Construction Bank Corporation ( HKG:939 ) has announced that it will be increasing its dividend on the 5th of..."name=description><meta content="China Construction Bank's (HKG:939) Shareholders Will Receive A Bigger Dividend Than Last Year"property=og:title><meta content=article property=og:type><meta content=https://simplywall.st/stocks/hk/banks/hkg-939/china-construction-bank-shares/news/china-construction-banks-hkg939-shareholders-will-receive-a property=og:url><meta content=https://images.simplywall.st/asset/industry/7012000-choice2-main-header/1585186732814 property=og:image><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer','GTM-NRPJWTR');</script><script type=application/ld+json>
{"@context":"https://schema.org","@type":"NewsArticle","headline":"China Construction Bank's (HKG:939) Shareholders Will Receive A Bigger Dividend Than Last Year","dateModified":"2021-06-27T09:49:19.683Z","datePublished":"2021-06-27T09:49:19.683Z","image":["https://images.simplywall.st/asset/industry/7012000-choice2-main-header/1585186732814"],"author":[{"@type":"Person","name":"Simply Wall St","url":"https://simplywall.st/news/about-simply-wall-st-news/"}]}
</script><meta content=17 name=next-head-count><noscript data-n-css></noscript><script defer nomodule src=/_next/static/chunks/polyfills-a40ef1678bae11e696dba45124eadd70.js></script><script defer src=/_next/static/chunks/webpack-6beadb3062811f4f3585.js></script><script defer src=/_next/static/chunks/framework-3d7e8a43c2650552ced9.js></script><script defer src=/_next/static/chunks/main-9384b4f078fabc33d60f.js></script><script defer src=/_next/static/chunks/pages/_app-0ac919a6b43cf2127953.js></script><script defer src=/_next/static/chunks/20-2638fa79d0f5430df95a.js></script><script defer src=/_next/static/chunks/7156-af170bf7a92fab977ee2.js></script><script defer src=/_next/static/chunks/4257-6168e7f3a84baf0767ac.js></script><script defer src=/_next/static/chunks/2170-3dfedc4ab5f21d29c34f.js></script><script defer src=/_next/static/chunks/6444-300fff160d5e86e9b2b3.js></script><script defer src=/_next/static/chunks/9574-49d0abb25a36a9a93937.js></script><script defer src=/_next/static/chunks/pages/article/%5Bslug%5D-f5fae45b4f89bd849eb1.js></script><script defer src=/_next/static/8yY7t0ZM4-vnWxqJVTvVV/_buildManifest.js></script><script defer src=/_next/static/8yY7t0ZM4-vnWxqJVTvVV/_ssgManifest.js></script><style id=__jsx-1137897661>#nprogress{pointer-events:none;}#nprogress .bar{background:#29D;position:fixed;z-index:9999;top:0;left:0;width:100%;height:3px;}#nprogress .peg{display:block;position:absolute;right:0px;width:100px;height:100%;box-shadow:0 0 10px #29D,0 0 5px #29D;opacity:1;-webkit-transform:rotate(3deg) translate(0px,-4px);-ms-transform:rotate(3deg) translate(0px,-4px);-webkit-transform:rotate(3deg) translate(0px,-4px);-ms-transform:rotate(3deg) translate(0px,-4px);transform:rotate(3deg) translate(0px,-4px);}#nprogress .spinner{display:"block";position:fixed;z-index:1031;top:15px;right:15px;}#nprogress .spinner-icon{width:18px;height:18px;box-sizing:border-box;border:solid 2px transparent;border-top-color:#29D;border-left-color:#29D;border-radius:50%;-webkit-animation:nprogresss-spinner 400ms linear infinite;-webkit-animation:nprogress-spinner 400ms linear infinite;animation:nprogress-spinner 400ms linear infinite;}.nprogress-custom-parent{overflow:hidden;position:relative;}.nprogress-custom-parent #nprogress .spinner,.nprogress-custom-parent #nprogress .bar{position:absolute;}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);}}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}@keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);}100%{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg);}}</style><style data-styled data-styled-version=5.3.3>.fpjMoU{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:left;-webkit-justify-content:left;-ms-flex-pack:left;justify-content:left;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}/*!sc*/
@media (max-width:575px){}/*!sc*/
@media (min-width:576px){}/*!sc*/
@media (max-width:767px){}/*!sc*/
@media (min-width:768px){}/*!sc*/
@media (max-width:1023px){}/*!sc*/
@media (min-width:1024px){}/*!sc*/
@media (max-width:1199px){}/*!sc*/
@media (min-width:1200px){}/*!sc*/
.hxbTNQ{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:left;-webkit-justify-content:left;-ms-flex-pack:left;justify-content:left;}/*!sc*/
@media (max-width:575px){}/*!sc*/
@media (min-width:576px){}/*!sc*/
@media (max-width:767px){}/*!sc*/
@media (min-width:768px){}/*!sc*/
@media (max-width:1023px){}/*!sc*/
@media (min-width:1024px){}/*!sc*/
@media (max-width:1199px){}/*!sc*/
@media (min-width:1200px){}/*!sc*/
data-styled.g12[id="sc-kDTinF"]{content:"fpjMoU,hxbTNQ,"}/*!sc*/
.jUzexF{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;position:relative;width:100%;min-height:0px;max-width:100%;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}/*!sc*/
@media (max-width:575px){}/*!sc*/
@media (min-width:576px){}/*!sc*/
@media (max-width:767px){}/*!sc*/
@media (min-width:768px){.jUzexF{-webkit-flex:0 0 16.666666666666664%;-ms-flex:0 0 16.666666666666664%;flex:0 0 16.666666666666664%;max-width:16.666666666666664%;}}/*!sc*/
@media (max-width:1023px){}/*!sc*/
@media (min-width:1024px){.jUzexF{-webkit-flex:0 0 16.666666666666664%;-ms-flex:0 0 16.666666666666664%;flex:0 0 16.666666666666664%;max-width:16.666666666666664%;}}/*!sc*/
@media (max-width:1199px){}/*!sc*/
@media (min-width:1200px){}/*!sc*/
.hcOwMD{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;position:relative;width:100%;min-height:0px;max-width:100%;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
@media (max-width:575px){}/*!sc*/
@media (min-width:576px){}/*!sc*/
@media (max-width:767px){}/*!sc*/
@media (min-width:768px){.hcOwMD{-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%;}}/*!sc*/
@media (max-width:1023px){}/*!sc*/
@media (min-width:1024px){.hcOwMD{-webkit-flex:0 0 83.33333333333334%;-ms-flex:0 0 83.33333333333334%;flex:0 0 83.33333333333334%;max-width:83.33333333333334%;}}/*!sc*/
@media (max-width:1199px){}/*!sc*/
@media (min-width:1200px){}/*!sc*/
.kSrsWR{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;position:relative;width:100%;min-height:0px;max-width:100%;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;}/*!sc*/
@media (max-width:575px){}/*!sc*/
@media (min-width:576px){}/*!sc*/
@media (max-width:767px){}/*!sc*/
@media (min-width:768px){}/*!sc*/
@media (max-width:1023px){}/*!sc*/
@media (min-width:1024px){}/*!sc*/
@media (max-width:1199px){}/*!sc*/
@media (min-width:1200px){}/*!sc*/
.dRxYPE{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;position:relative;width:100%;min-height:0px;max-width:100%;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-align-items:flex-start;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
@media (max-width:575px){}/*!sc*/
@media (min-width:576px){}/*!sc*/
@media (max-width:767px){}/*!sc*/
@media (min-width:768px){}/*!sc*/
@media (max-width:1023px){}/*!sc*/
@media (min-width:1024px){}/*!sc*/
@media (max-width:1199px){}/*!sc*/
@media (min-width:1200px){}/*!sc*/
.gokbsZ{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;position:relative;width:100%;min-height:0px;max-width:100%;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;}/*!sc*/
@media (max-width:575px){}/*!sc*/
@media (min-width:576px){}/*!sc*/
@media (max-width:767px){}/*!sc*/
@media (min-width:768px){.gokbsZ{-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}}/*!sc*/
@media (max-width:1023px){}/*!sc*/
@media (min-width:1024px){.gokbsZ{-webkit-flex:0 0 66.66666666666666%;-ms-flex:0 0 66.66666666666666%;flex:0 0 66.66666666666666%;max-width:66.66666666666666%;}}/*!sc*/
@media (max-width:1199px){}/*!sc*/
@media (min-width:1200px){}/*!sc*/
.csuIuT{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;position:relative;width:100%;min-height:0px;max-width:100%;-webkit-flex:0 0 33.33333333333333%;-ms-flex:0 0 33.33333333333333%;flex:0 0 33.33333333333333%;max-width:33.33333333333333%;}/*!sc*/
@media (max-width:575px){}/*!sc*/
@media (min-width:576px){}/*!sc*/
@media (max-width:767px){}/*!sc*/
@media (min-width:768px){}/*!sc*/
@media (max-width:1023px){.csuIuT{display:none !important;}}/*!sc*/
@media (min-width:1024px){}/*!sc*/
@media (max-width:1199px){}/*!sc*/
@media (min-width:1200px){}/*!sc*/
.gCukbI{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;position:relative;width:100%;min-height:0px;max-width:100%;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}/*!sc*/
@media (max-width:575px){}/*!sc*/
@media (min-width:576px){}/*!sc*/
@media (max-width:767px){}/*!sc*/
@media (min-width:768px){.gCukbI{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start;}}/*!sc*/
@media (max-width:1023px){}/*!sc*/
@media (min-width:1024px){}/*!sc*/
@media (max-width:1199px){}/*!sc*/
@media (min-width:1200px){}/*!sc*/
.iAXBCj{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;position:relative;width:100%;min-height:0px;max-width:100%;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;}/*!sc*/
@media (max-width:575px){}/*!sc*/
@media (min-width:576px){}/*!sc*/
@media (max-width:767px){}/*!sc*/
@media (min-width:768px){.iAXBCj{-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%;}}/*!sc*/
@media (max-width:1023px){}/*!sc*/
@media (min-width:1024px){}/*!sc*/
@media (max-width:1199px){}/*!sc*/
@media (min-width:1200px){}/*!sc*/
data-styled.g13[id="sc-iqseJM"]{content:"jUzexF,hcOwMD,kSrsWR,dRxYPE,gokbsZ,csuIuT,gCukbI,iAXBCj,"}/*!sc*/
*,*:before,*:after{box-sizing:border-box;}/*!sc*/
@media (max-width:767px){::-webkit-scrollbar{width:0px;height:0px;background:transparent;}}/*!sc*/
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;box-sizing:border-box;}/*!sc*/
html,body{margin:0;font-family:'Roboto',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI','Helvetica Neue',Arial,sans-serif;font-size:10px;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;background:#ffffff;overflow-anchor:auto;position:relative;height:100%;}/*!sc*/
h1,h2,h3,h4,p,blockquote,figure,ol,ul{margin:0;padding:0;}/*!sc*/
main{display:block;}/*!sc*/
h1{font-size:2.8000000000000003rem;font-family:'Roboto',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI','Helvetica Neue',Arial,sans-serif;font-weight:300;line-height:1.5;margin:24px 0 40px;}/*!sc*/
@media (min-width:1024px){h1{font-size:4rem;}}/*!sc*/
h2{font-size:2.4rem;font-family:'Roboto',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI','Helvetica Neue',Arial,sans-serif;font-weight:700;line-height:1.4;margin:16px 0 24px;}/*!sc*/
@media (min-width:1024px){h2{font-size:3rem;}}/*!sc*/
h3{font-size:2rem;font-family:'Roboto',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI','Helvetica Neue',Arial,sans-serif;font-weight:700;line-height:1.5;margin:8px 0 16px;}/*!sc*/
@media (min-width:1024px){h3{font-size:2.4rem;}}/*!sc*/
h4{font-family:'Roboto',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI','Helvetica Neue',Arial,sans-serif;font-weight:normal;font-size:1.4000000000000001rem;line-height:1.7;margin:8px 0 16px;}/*!sc*/
@media (min-width:1024px){h4{font-size:1.6rem;}}/*!sc*/
strong,b{font-weight:500;}/*!sc*/
a,button{color:inherit;-webkit-transition:.3s;transition:.3s;}/*!sc*/
a{-webkit-text-decoration:underline;text-decoration:underline;color:#02ABDE;}/*!sc*/
button{overflow:visible;border:0;font:inherit;-webkit-font-smoothing:inherit;-webkit-letter-spacing:inherit;-moz-letter-spacing:inherit;-ms-letter-spacing:inherit;letter-spacing:inherit;background:none;cursor:pointer;padding:0;}/*!sc*/
::-moz-focus-inner{padding:0;border:0;}/*!sc*/
:focus{outline:0;}/*!sc*/
body:not(.using-mouse) button[data-focus="dashed"]:focus:after{display:block;content:'';position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border:1px dashed #02ABDE;border-radius:4px;}/*!sc*/
body:not(.using-mouse) .sc-iCfMLu:focus + span:after{display:block;content:'';position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border:1px dashed #02ABDE;border-radius:4px;}/*!sc*/
body:not(.using-mouse) [data-focus="solid"]:focus{background-color:#02ABDE;color:#FFFFFF;box-shadow:none;}/*!sc*/
img{max-width:100%;height:auto;border:0;}/*!sc*/
hr{border:transparent;border-top:solid 1px #FFFFFF;opacity:0.2;margin:32px 0;}/*!sc*/
@media (max-width:1023px){hr{margin:24px 0;}}/*!sc*/
label,input{font-family:'Roboto',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI','Helvetica Neue',Arial,sans-serif;font-weight:normal;font-size:1.4000000000000001rem;}/*!sc*/
@media (min-width:1024px){label,input{font-size:1.6rem;}}/*!sc*/
ol,ul{list-style-type:none;font-family:'Roboto',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI','Helvetica Neue',Arial,sans-serif;font-weight:normal;font-size:1.4000000000000001rem;}/*!sc*/
@media (min-width:1024px){ol,ul{font-size:1.6rem;}}/*!sc*/
p{font-family:'Roboto',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI','Helvetica Neue',Arial,sans-serif;font-weight:normal;font-size:1.4000000000000001rem;line-height:1.7;margin-bottom:16px;}/*!sc*/
@media (min-width:1024px){p{font-size:1.6rem;}}/*!sc*/
input{padding:14px 10px;border:transparent;border-radius:0;}/*!sc*/
input[type=search]{-webkit-appearance:none;}/*!sc*/
button,input[type="text"],input[type="email"],input[type="password"]{-webkit-appearance:none;}/*!sc*/
label{margin-bottom:8px;}/*!sc*/
fieldset{padding:0;border:transparent;}/*!sc*/
data-styled.g42[id="sc-global-kSXzA1"]{content:"sc-global-kSXzA1,"}/*!sc*/
.eTEsTE{background-color:#151B24;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}/*!sc*/
data-styled.g43[id="styled__StyledFooter-sc-18nkgjx-0"]{content:"eTEsTE,"}/*!sc*/
.fzcmxF{position:relative;max-width:1200px;width:100%;padding-top:78px;padding-left:16px;padding-right:16px;}/*!sc*/
data-styled.g44[id="styled__Container-sc-18nkgjx-1"]{content:"fzcmxF,"}/*!sc*/
.dqhfAm{width:189px;height:44px;}/*!sc*/
data-styled.g45[id="styled__StyledLogo-sc-18nkgjx-2"]{content:"dqhfAm,"}/*!sc*/
.kFCSDj{color:rgba(255,255,255,0.5);font-weight:normal;font-size:1.3rem;line-height:1.5;font-style:normal;margin-bottom:0;margin-top:10px;}/*!sc*/
@media (min-width:1024px){.kFCSDj{font-size:1.4000000000000001rem;}}/*!sc*/
@media (max-width:767px){.kFCSDj{text-align:center;}}/*!sc*/
data-styled.g46[id="styled__StyledAddress-sc-18nkgjx-3"]{content:"kFCSDj,"}/*!sc*/
.bTjBDB{padding-top:22px;}/*!sc*/
@media (max-width:1023px){.bTjBDB{padding-bottom:47px;}}/*!sc*/
data-styled.g47[id="styled__BadgeContainer-sc-18nkgjx-4"]{content:"bTjBDB,"}/*!sc*/
.fopunX{margin-right:8px;}/*!sc*/
data-styled.g48[id="styled__Badge-sc-18nkgjx-5"]{content:"fopunX,"}/*!sc*/
.dnzFly{-webkit-text-decoration:none;text-decoration:none;color:#FFFFFF;font-weight:normal;font-size:1.3rem;line-height:1.5;}/*!sc*/
@media (min-width:1024px){.dnzFly{font-size:1.4000000000000001rem;}}/*!sc*/
.dnzFly:hover{color:rgba(255,255,255,0.5);}/*!sc*/
.cikyUl{-webkit-text-decoration:none;text-decoration:none;color:rgba(255,255,255,0.5);font-weight:normal;font-size:1.3rem;line-height:1.5;}/*!sc*/
@media (min-width:1024px){.cikyUl{font-size:1.4000000000000001rem;}}/*!sc*/
.cikyUl:hover{color:rgba(255,255,255,0.3);}/*!sc*/
data-styled.g49[id="styled__StyledLink-sc-18nkgjx-6"]{content:"dnzFly,cikyUl,"}/*!sc*/
.cGhWVy{margin-bottom:21px;}/*!sc*/
@media (max-width:1023px){.cGhWVy{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}}/*!sc*/
data-styled.g50[id="styled__StyledUl-sc-18nkgjx-7"]{content:"cGhWVy,"}/*!sc*/
.eOZFyP{display:inline;margin-right:24px;}/*!sc*/
data-styled.g51[id="styled__NavigationList-sc-18nkgjx-8"]{content:"eOZFyP,"}/*!sc*/
.kSSmwv{margin-top:20px;margin-bottom:97px;color:rgba(255,255,255,0.5);font-weight:normal;font-size:1.3rem;line-height:1.5;}/*!sc*/
@media (min-width:1024px){.kSSmwv{font-size:1.4000000000000001rem;}}/*!sc*/
data-styled.g52[id="styled__Disclaimer-sc-18nkgjx-9"]{content:"kSSmwv,"}/*!sc*/
.jmHazE{margin-top:16px;}/*!sc*/
@media (max-width:767px){.jmHazE{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}}/*!sc*/
data-styled.g53[id="styled__LogoContainer-sc-18nkgjx-10"]{content:"jmHazE,"}/*!sc*/
.dMBLsR{padding-right:16px;}/*!sc*/
data-styled.g54[id="styled__StyledA-sc-18nkgjx-11"]{content:"dMBLsR,"}/*!sc*/
.WKqgp{position:relative;max-width:1200px;width:100%;padding-top:20px;padding-left:16px;padding-right:16px;}/*!sc*/
data-styled.g55[id="styled__InnerContainer-wtkvpy-0"]{content:"WKqgp,"}/*!sc*/
.iSBDEv{padding-left:16px;padding-right:16px;}/*!sc*/
@media (max-width:1023px){.iSBDEv{padding-left:0;padding-right:0;}}/*!sc*/
data-styled.g56[id="styled__PaddedColumn-wtkvpy-1"]{content:"iSBDEv,"}/*!sc*/
.fVlmOm{background-color:#71E7D6;font-weight:normal;font-size:1.4000000000000001rem;font-weight:500;color:#262E3A;padding:2px 7px;}/*!sc*/
@media (min-width:1024px){.fVlmOm{font-size:1.6rem;}}/*!sc*/
data-styled.g60[id="styled__UniqueSymbol-wtkvpy-5"]{content:"fVlmOm,"}/*!sc*/
.ezpCOW{-webkit-text-decoration:none;text-decoration:none;color:#262E3A;}/*!sc*/
.ezpCOW:hover{color:rgba(38,46,58,0.7);}/*!sc*/
data-styled.g63[id="styled__StyledAnchor-wtkvpy-8"]{content:"ezpCOW,"}/*!sc*/
.hoZTHK{background-color:#EAF3FF;border-bottom:1px solid #C9CBCF;padding-bottom:22px;}/*!sc*/
data-styled.g72[id="styled__Container-sc-1uic9n2-0"]{content:"hoZTHK,"}/*!sc*/
.knIHeB{width:100%;max-width:190px;display:block;margin-top:-4px;}/*!sc*/
data-styled.g73[id="styled__StyledLogo-sc-1uic9n2-1"]{content:"knIHeB,"}/*!sc*/
.ewYwWK{padding-left:16px;}/*!sc*/
@media (max-width:1023px){.ewYwWK{padding-left:0px;padding-right:0;}}/*!sc*/
data-styled.g74[id="styled__LogoColumn-sc-1uic9n2-2"]{content:"ewYwWK,"}/*!sc*/
.jpBVUc{font-family:'Roboto',-apple-system,system-ui,BlinkMacSystemFont,'Segoe UI','Helvetica Neue',Arial,sans-serif;font-style:normal;font-weight:bold;font-size:4.8rem;line-height:5.2rem;-webkit-letter-spacing:-0.01em;-moz-letter-spacing:-0.01em;-ms-letter-spacing:-0.01em;letter-spacing:-0.01em;color:#262E3A;}/*!sc*/
@media (max-width:1023px){.jpBVUc{font-size:2.4rem;line-height:3.2rem;}}/*!sc*/
data-styled.g90[id="PageTitle-ye7mv1-0"]{content:"jpBVUc,"}/*!sc*/
.qSlcY{font-family:Georgia,'Times New Roman',Times,serif;font-style:normal;font-weight:normal;font-size:1.6rem;line-height:160%;}/*!sc*/
data-styled.g91[id="SmallText-gpqb9i-0"]{content:"qSlcY,"}/*!sc*/
.kdIlNC{font-style:italic;}/*!sc*/
data-styled.g92[id="SmallText__SmallTextCursive-gpqb9i-1"]{content:"kdIlNC,"}/*!sc*/
.imzhQz{font-weight:normal;font-size:1.4000000000000001rem;color:#262E3A;display:inline-block;margin-right:6px;}/*!sc*/
@media (min-width:1024px){.imzhQz{font-size:1.6rem;}}/*!sc*/
data-styled.g105[id="styled__List-sc-842lkl-0"]{content:"imzhQz,"}/*!sc*/
.gCvzku{display:block;width:100%;padding-bottom:14px;border-bottom:1px solid rgba(2,171,222,0.2);}/*!sc*/
data-styled.g106[id="styled__Container-sc-842lkl-1"]{content:"gCvzku,"}/*!sc*/
.jnWnlg{background-color:#eaf3ff;}/*!sc*/
data-styled.g107[id="styled__BackgroundContainer-ke2t77-0"]{content:"jnWnlg,"}/*!sc*/
.AvgTE{color:#262E3A;}/*!sc*/
.AvgTE ol{list-style-type:decimal;}/*!sc*/
.AvgTE ul{list-style-type:disc;}/*!sc*/
.AvgTE ol,.AvgTE ul{margin:20px 0 12px 20px;}/*!sc*/
.AvgTE ol li,.AvgTE ul li{font-family:Georgia,'Times New Roman',Times,serif;font-style:normal;font-weight:normal;font-size:2rem;line-height:160%;color:#262E3A;margin:8px 0;}/*!sc*/
.AvgTE ol li strong,.AvgTE ul li strong{font-weight:700;}/*!sc*/
.AvgTE > table{font-family:Georgia,'Times New Roman',Times,serif;font-style:normal;font-weight:normal;font-size:2rem;line-height:160%;color:#262E3A;margin-top:30px;margin-bottom:30px;display:block;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin:0 auto;overflow-x:auto;white-space:nowrap;}/*!sc*/
.AvgTE > table td{padding-right:8px;}/*!sc*/
.AvgTE > table td strong{font-weight:700;}/*!sc*/
.AvgTE > p{font-family:Georgia,'Times New Roman',Times,serif;font-style:normal;font-weight:normal;font-size:2rem;line-height:160%;color:#262E3A;margin-top:30px;}/*!sc*/
.AvgTE > p i{font-family:Georgia,'Times New Roman',Times,serif;font-style:normal;font-weight:normal;font-size:1.6rem;line-height:160%;font-style:italic;}/*!sc*/
.AvgTE > p strong{font-weight:700;}/*!sc*/
.AvgTE > p a{color:#000000;background-color:rgba(2,171,222,0.1);-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
.AvgTE > p a:hover{color:rgba(0,0,0,0.7);}/*!sc*/
.AvgTE > h3{margin-top:32px;margin-bottom:14px;}/*!sc*/
.AvgTE > figure{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-align-items:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;}/*!sc*/
.AvgTE > figure div{width:100%;}/*!sc*/
.AvgTE > figure figcaption{font-weight:normal;font-size:1.4000000000000001rem;text-align:center;color:rgba(38,46,58,0.5);}/*!sc*/
@media (min-width:1024px){.AvgTE > figure figcaption{font-size:1.6rem;}}/*!sc*/
.AvgTE amp-img{max-width:100%;}/*!sc*/
.AvgTE amp-img img{object-fit:contain;}/*!sc*/
data-styled.g108[id="styled__Content-ke2t77-1"]{content:"AvgTE,"}/*!sc*/
.vvuQd{width:100%;object-fit:contain;max-height:520px;}/*!sc*/
data-styled.g109[id="styled__ChartImage-ke2t77-2"]{content:"vvuQd,"}/*!sc*/
.gpGTEu{position:relative;border-top:1px solid #C9CBCF;border-bottom:1px solid #C9CBCF;padding:16px 40px;}/*!sc*/
.gpGTEu span{position:absolute;font-size:12px;color:#262E3A;right:0;bottom:0;}/*!sc*/
data-styled.g112[id="styled__InlinePromotion-ke2t77-5"]{content:"gpGTEu,"}/*!sc*/
.hSAoSc{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;margin:auto;}/*!sc*/
@media (max-width:1023px){.hSAoSc.hSAoSc.hSAoSc{padding-top:0;padding-left:0;padding-right:0;}}/*!sc*/
.hSAoSc img{object-fit:cover;min-height:250px;}/*!sc*/
data-styled.g131[id="styled__Container-p0qo42-0"]{content:"hSAoSc,"}/*!sc*/
.gakicL{margin-top:-220px;padding-left:16px;padding-right:16px;min-height:404px;position:relative;}/*!sc*/
@media (max-width:1023px){.gakicL{margin-top:0;min-height:auto;padding-left:0;padding-right:0;}}/*!sc*/
data-styled.g132[id="styled__StyledFigure-p0qo42-1"]{content:"gakicL,"}/*!sc*/
.iAxOKF{height:100%;width:100%;object-fit:cover;}/*!sc*/
data-styled.g133[id="styled__StyledImg-p0qo42-2"]{content:"iAxOKF,"}/*!sc*/
.gasiyj{position:absolute;bottom:0;right:16px;background:rgba(0,0,0,0.4);color:white;padding:2px 4px;}/*!sc*/
data-styled.g134[id="styled__StyledCaption-p0qo42-3"]{content:"gasiyj,"}/*!sc*/
.dRqYBe{-webkit-text-decoration:none;text-decoration:none;background:#2a3943;display:block;border-radius:8px;max-width:300px;margin-left:auto;margin-right:auto;}/*!sc*/
data-styled.g135[id="styled__CTA-sc-1xkztqj-0"]{content:"dRqYBe,"}/*!sc*/
.kuZCzW{background-image:url('https://simplywall.st/news/images/user-recruitment-ad.png');background-repeat:no-repeat;background-size:contain;margin-bottom:30px;height:291px;border-radius:8px;}/*!sc*/
data-styled.g136[id="styled__InlineRectangleContainer-sc-1xkztqj-1"]{content:"kuZCzW,"}/*!sc*/
.fhMfpr{position:initial;}/*!sc*/
data-styled.g138[id="styled__Container-sc-1605bki-0"]{content:"fhMfpr,"}/*!sc*/
.kOxHgh{padding:16px 32px 22px 32px;background-color:#F2F2F3;border-left:8px solid #02ABDE;margin-bottom:42px;}/*!sc*/
data-styled.g139[id="styled__Box-sc-1605bki-1"]{content:"kOxHgh,"}/*!sc*/
.iDpQcU{font-weight:normal;font-size:2.4rem;line-height:1.25;font-weight:500;color:#262E3A;}/*!sc*/
@media (min-width:1024px){.iDpQcU{font-size:2.8rem;}}/*!sc*/
data-styled.g140[id="styled__Title-sc-1605bki-2"]{content:"iDpQcU,"}/*!sc*/
.kehbrV{background-color:#C9CBCF;height:4px;opacity:1;}/*!sc*/
data-styled.g141[id="styled__HorizontalRule-sc-1605bki-3"]{content:"kehbrV,"}/*!sc*/
.dqfbEv{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:32px;}/*!sc*/
data-styled.g142[id="styled__AboutContainer-sc-1605bki-4"]{content:"dqfbEv,"}/*!sc*/
.hWWxvO{padding-bottom:18px;}/*!sc*/
@media (min-width:1024px){.hWWxvO{display:none;}}/*!sc*/
data-styled.g143[id="styled__AdsContainer-sc-1605bki-5"]{content:"hWWxvO,"}/*!sc*/
.bQcFpn{-webkit-flex:0 0 115px;-ms-flex:0 0 115px;flex:0 0 115px;height:115px;}/*!sc*/
@media (max-width:1023px){.bQcFpn{-webkit-flex:0 0 53px;-ms-flex:0 0 53px;flex:0 0 53px;height:53px;}}/*!sc*/
data-styled.g144[id="styled__Warren-sc-1605bki-6"]{content:"bQcFpn,"}/*!sc*/
.faTtxB{margin-left:24px;}/*!sc*/
.faTtxB p{font-weight:normal;font-size:1.4000000000000001rem;color:#262E3A;}/*!sc*/
@media (min-width:1024px){.faTtxB p{font-size:1.6rem;}}/*!sc*/
data-styled.g145[id="styled__AboutCopyContainer-sc-1605bki-7"]{content:"faTtxB,"}/*!sc*/
.inNIUI{font-weight:normal;font-size:1.8rem;line-height:1.5;font-weight:500;color:#262E3A;margin-top:0;}/*!sc*/
@media (min-width:1024px){.inNIUI{font-size:2rem;}}/*!sc*/
data-styled.g146[id="styled__AboutTitle-sc-1605bki-8"]{content:"inNIUI,"}/*!sc*/
.BKaPj{color:#02ABDE;}/*!sc*/
.BKaPj:hover{color:rgba(2,171,222,0.8);}/*!sc*/
data-styled.g147[id="styled__StyledLink-sc-1605bki-9"]{content:"BKaPj,"}/*!sc*/
.cWnzdu{padding-bottom:200px;}/*!sc*/
@media (max-width:1023px){.cWnzdu{padding-bottom:0;}}/*!sc*/
data-styled.g148[id="styled__HeaderContainer-sc-1hfqd3q-0"]{content:"cWnzdu,"}/*!sc*/
.eoVWjH{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-shrink:1;-ms-flex-negative:1;flex-shrink:1;}/*!sc*/
data-styled.g149[id="styled__TitleMetaContainer-sc-1hfqd3q-1"]{content:"eoVWjH,"}/*!sc*/
.idieix{color:#262E3A;margin:0;}/*!sc*/
data-styled.g150[id="styled__Title-sc-1hfqd3q-2"]{content:"idieix,"}/*!sc*/
.dXZkMQ{padding-top:27px;padding-bottom:12px;}/*!sc*/
data-styled.g151[id="styled__TitleContainer-sc-1hfqd3q-3"]{content:"dXZkMQ,"}/*!sc*/
.bBLSwy{-webkit-flex:0 0 64px;-ms-flex:0 0 64px;flex:0 0 64px;margin-right:38px;}/*!sc*/
@media (max-width:1023px){.bBLSwy{display:none;}}/*!sc*/
data-styled.g152[id="styled__IconContainer-sc-1hfqd3q-4"]{content:"bBLSwy,"}/*!sc*/
.krgsSu{display:inline-block;margin-right:66px;}/*!sc*/
@media (max-width:1023px){.krgsSu{margin-right:12px;}}/*!sc*/
.krgsSu dd{font-weight:normal;font-size:1.4000000000000001rem;color:rgba(38,46,58,0.7);display:inline-block;margin-left:4px;}/*!sc*/
@media (min-width:1024px){.krgsSu dd{font-size:1.6rem;}}/*!sc*/
data-styled.g153[id="styled__StyledDL-sc-1d9e5qr-0"]{content:"krgsSu,"}/*!sc*/
.bUnyYi{display:inline-block;font-style:italic;color:rgba(38,46,58,0.3);}/*!sc*/
data-styled.g154[id="styled__StyledDT-sc-1d9e5qr-1"]{content:"bUnyYi,"}/*!sc*/
.jqpQYw{color:rgba(38,46,58,0.7);-webkit-text-decoration:none;text-decoration:none;}/*!sc*/
.jqpQYw:hover{color:rgba(2,171,222,0.8);-webkit-text-decoration:underline;text-decoration:underline;}/*!sc*/
data-styled.g155[id="styled__StyledLink-sc-1d9e5qr-2"]{content:"jqpQYw,"}/*!sc*/</style><script async src=/cdn-cgi/bm/cv/669835187/api.js></script><body><div id=__next><noscript><iframe height=0 src=https://www.googletagmanager.com/ns.html?id=GTM-NRPJWTR style=display:none;visibility:hidden width=0></iframe></noscript><header role=banner><div class="sc-kDTinF styled__Container-sc-1uic9n2-0 fpjMoU hoZTHK"><section class="styled__InnerContainer-wtkvpy-0 WKqgp"><div class="sc-kDTinF hxbTNQ"><div class="sc-iqseJM styled__LogoColumn-sc-1uic9n2-2 jUzexF ewYwWK"><a href=https://simplywall.st> <svg class="styled__StyledLogo-sc-1uic9n2-1 knIHeB"viewbox="0 0 240 57"fill=none xmlns=http://www.w3.org/2000/svg><path d="M81.816 43.751h-12.96V25.846h3.878v14.323h9.082v3.582zm-26.432-8.876v-5.474h2.997c1.94 0 3.149.947 3.149 2.712v.05c0 1.535-1.133 2.712-3.072 2.712h-3.074zm-3.88 8.876h3.88V38.38h2.946c3.956 0 7.13-2.15 7.13-6.293v-.051c0-3.658-2.545-6.19-6.75-6.19h-7.206V43.75zm-21.864 0h3.803V32.14l4.912 7.57h.101l4.963-7.648v11.69h3.854V25.845h-4.108l-4.709 7.571-4.827-7.571h-3.99V43.75zm60.192 0h-3.88v-7.06l-6.776-10.845h4.535l4.207 7.188 4.28-7.188h4.41l-6.776 10.768v7.137zm-64.602 0h-3.88V25.846h3.88V43.75zm-7.619-5.295c0 3.556-2.938 5.55-7.123 5.55-2.938 0-5.904-.945-8.23-2.865l2.25-2.772c1.747 1.33 3.847 2.16 6.065 2.16 1.745 0 2.965-.64 2.965-1.688v-.05c0-1-.736-1.57-3.978-2.338-3.91-.92-6.528-2.175-6.528-5.415v-.05c0-3.25 2.828-5.397 6.791-5.397 2.827 0 5.239.817 7.206 2.275l-2.31 2.923c-1.717-1.1-3.316-1.72-4.952-1.72-1.634 0-2.73.69-2.73 1.559v.051c0 1.178 1.068 1.562 4.422 2.354 3.937.946 6.152 2.252 6.152 5.372v.051zm154.818-1.232l4.03-9.042 4.006 9.042h-8.036zm-4.91 6.527h2.038l2.09-4.698h9.6l2.064 4.698h2.143l-8.037-17.905h-1.863l-8.035 17.905zm32.878 0h-11.726V25.846h1.99v16.039h9.736v1.866zm15.056 0h-11.726V25.846h1.991v16.039h9.735v1.866zm-63.262 0h-1.783l-5.53-17.905h1.938l4.516 14.806 4.331-14.806h1.468l4.333 14.806 4.512-14.806h1.874l-5.547 17.905h-1.726l-4.212-14.372-4.174 14.372zm66.673-1.866h19.812v1.867h-19.812v-1.867zm9.681-6.672c0 2.451-1.947 3.898-4.61 3.898-2.012 0-3.756-.652-5.238-1.976l1.605-1.922c1.113.917 2.221 1.51 3.633 1.51 1.111 0 1.835-.523 1.835-1.247v-.035c0-.74-.449-1.302-2.485-1.784-2.489-.636-4.093-1.622-4.093-3.914v-.035c0-2.24 1.798-3.722 4.321-3.722 1.799 0 3.332.564 4.585 1.57l-1.409 2.045c-1.094-.758-2.172-1.216-3.212-1.216-1.041 0-1.588.476-1.588 1.076v.035c0 .812.528 1.216 2.665 1.762 2.503.653 3.991 1.768 3.991 3.919v.036zm6.93 3.782h-2.589V28.668h-3.309v-2.505h9.187v2.506h-3.289v10.326z"fill=#1A1A1A></path><path d="M120.795 11.947c12.022 0 21.767 9.896 21.767 22.103 0 12.206-9.745 22.103-21.767 22.103S99.027 46.256 99.027 34.05c0-12.206 9.746-22.103 21.768-22.103z"clip-rule=evenodd fill=#CCC fill-rule=evenodd></path><path d="M142.008 39.015h.002l-.004.014a22.326 22.326 0 01-.838 2.821l-.048.128c-.045.113-.088.227-.135.34a2.27 2.27 0 01-.073.18c-.038.099-.078.197-.119.297-.03.073-.065.148-.096.222-.037.084-.076.167-.114.25a8.08 8.08 0 01-.113.253l-.105.223c-3.539 7.348-10.971 12.41-19.569 12.41-8.609 0-16.05-5.072-19.582-12.435-.025-.056-.052-.11-.077-.165-.049-.108-.1-.215-.148-.324a8.657 8.657 0 01-.076-.169c-.047-.109-.096-.22-.142-.33l-.064-.152a21.371 21.371 0 01-.142-.354l-.052-.136a29.37 29.37 0 01-.144-.38l-.042-.114c-.048-.135-.094-.27-.141-.406l-.032-.093a27.192 27.192 0 01-.137-.431l-.024-.08c-.046-.15-.09-.3-.132-.452l-.016-.061a44.286 44.286 0 01-.127-.47l-.013-.054a22.27 22.27 0 01-.115-.477l-.012-.053v-.003a784.916 784.916 0 0111.383-7.65c3.624-.882 6.901-1.375 9.835-1.478 2.93.105 6.207.596 9.832 1.477 4.192 2.755 8.693 5.743 11.405 7.551v.003l-.003.002v.001c-.008.033-.013.064-.022.095z"clip-rule=evenodd fill=#1A1A1A fill-rule=evenodd></path><path d="M99.578 39.015a784.185 784.185 0 0111.383-7.65c3.624-.882 6.901-1.374 9.835-1.478 2.93.104 6.207.596 9.832 1.478 4.192 2.754 8.693 5.742 11.405 7.55-.03.14-.064.278-.097.417l-.016.068c-.031.131-.066.26-.101.393l-.022.08a9.07 9.07 0 01-.108.392l-.017.06a22.501 22.501 0 01-.736 2.127l-.026.055c-.047.122-.101.244-.151.367l-.035.08c-.053.12-.105.239-.159.358l-.033.074c-.058.121-.112.245-.17.366l-.016.027a21.77 21.77 0 01-.829 1.553l-.036.065c-.064.108-.13.214-.195.32l-.057.096c-.064.102-.128.205-.195.306l-.062.096c-.065.104-.133.205-.201.306l-.051.077c-.316.459-.645.908-.993 1.344-.022.028-.047.057-.068.086-.07.088-.144.175-.214.26a2.59 2.59 0 01-.097.116l-.209.247-.106.118c-.07.081-.144.162-.214.242-.034.038-.067.075-.105.113-.075.08-.149.163-.227.242a19.215 19.215 0 01-.999.991c-.07.067-.142.13-.212.196-.049.046-.101.091-.151.136-.067.06-.137.121-.208.182-.056.046-.109.094-.162.14l-.21.175c-.054.046-.109.09-.165.135l-.213.172-.174.136c-.072.054-.14.11-.212.163-.059.045-.12.088-.178.133-.126.092-.254.186-.383.277-.067.05-.139.1-.209.148l-.194.133c-.073.048-.142.095-.215.142l-.2.13c-.073.046-.143.092-.216.136-.066.043-.135.084-.201.126l-.23.137c-.064.04-.129.076-.194.115-.081.047-.162.092-.246.138l-.185.104c-.108.06-.215.118-.326.176l-.142.075-.399.2c-.053.027-.106.051-.161.077-.095.047-.192.092-.287.136l-.185.085-.271.12-.196.084c-.089.038-.179.074-.269.111a9.108 9.108 0 01-.192.078l-.288.111-.181.068-.366.131-.103.037c-.157.053-.316.106-.477.156-.04.014-.083.025-.127.039a13.902 13.902 0 01-.527.155c-.105.03-.212.06-.319.087l-.188.048c-.102.027-.207.052-.31.078l-.189.043a20.183 20.183 0 01-1.509.293l-.057.008c-.15.023-.302.045-.454.065l-.153.02-.362.042-.179.017c-.115.012-.231.022-.346.031l-.186.015a9.5 9.5 0 01-.346.022l-.182.011c-.127.006-.257.01-.386.015a22.468 22.468 0 01-1.342 0c-.128-.005-.259-.009-.387-.015l-.176-.011a10.171 10.171 0 01-.534-.037c-.116-.008-.229-.02-.344-.03-.06-.006-.119-.01-.178-.017-.124-.015-.251-.027-.373-.044a18.733 18.733 0 01-.64-.088l-.013-.002a17.021 17.021 0 01-1.017-.184c-.055-.01-.107-.023-.164-.034a20.005 20.005 0 01-.836-.197l-.173-.045a16.413 16.413 0 01-.49-.136c-.143-.04-.284-.083-.426-.128l-.057-.018c-.162-.05-.324-.105-.485-.16-.035-.01-.068-.024-.104-.036l-.367-.13-.159-.06-.312-.12-.171-.07-.296-.123-.169-.071a41.09 41.09 0 01-.457-.204 15.08 15.08 0 01-.368-.174l-.081-.038a31.12 31.12 0 01-.447-.226l-.1-.053-.337-.18-.151-.085-.284-.16-.158-.093-.272-.163c-.053-.035-.107-.066-.158-.098l-.279-.176-.138-.09-.318-.212-.095-.064a29.452 29.452 0 01-.406-.285l-.079-.058a23.682 23.682 0 01-.317-.237l-.137-.105c-.085-.065-.171-.13-.254-.197l-.148-.118a9.28 9.28 0 01-.242-.199c-.048-.04-.097-.079-.143-.12-.08-.067-.161-.135-.241-.205l-.138-.12-.253-.228c-.038-.035-.076-.068-.114-.105-.121-.11-.238-.222-.356-.336l-.066-.065c-.095-.091-.189-.186-.282-.279l-.128-.13c-.072-.075-.145-.15-.215-.225a13.294 13.294 0 01-.473-.517l-.195-.224c-.044-.051-.087-.1-.13-.152-.07-.082-.137-.165-.206-.247a4.31 4.31 0 01-.109-.131 28.527 28.527 0 01-.305-.384c-.014-.017-.026-.037-.041-.056-.085-.11-.17-.223-.254-.336-.038-.052-.074-.103-.113-.154l-.176-.246c-.042-.058-.08-.115-.12-.174a16.601 16.601 0 01-.162-.237c-.039-.059-.079-.117-.117-.177-.054-.081-.107-.165-.161-.247-.038-.057-.073-.114-.11-.172a35.973 35.973 0 01-.158-.26 5.762 5.762 0 01-.103-.167 27.539 27.539 0 01-.19-.327c-.03-.052-.061-.105-.089-.157a13.132 13.132 0 01-.297-.545c-.046-.088-.093-.175-.138-.264l-.097-.195c-.043-.085-.084-.172-.126-.259l-.094-.2-.116-.253c-.032-.068-.062-.138-.093-.208a5.637 5.637 0 01-.113-.264l-.084-.195c-.044-.105-.086-.213-.129-.32-.019-.048-.041-.098-.06-.148-.058-.15-.114-.302-.171-.455l-.069-.198-.097-.279-.069-.215c-.03-.09-.06-.179-.087-.269l-.068-.222-.078-.27-.064-.22-.073-.278a4.6 4.6 0 01-.055-.217c-.027-.104-.051-.207-.076-.31l-.045-.188v-.01h-.003z"clip-rule=evenodd fill=#333 fill-rule=evenodd></path><path d="M99.578 39.015c4.739 3.65 10.403 6.79 10.403 6.79-1.113 1.587-2.018 3.474-2.727 5.552a22.15 22.15 0 01-7.676-12.342z"clip-rule=evenodd fill=#333 fill-rule=evenodd></path><path d="M142.031 38.914c-4.741 3.65-10.404 6.789-10.404 6.789 1.126 1.605 2.037 3.515 2.749 5.616a22.105 22.105 0 007.655-12.405zm-41.326 3.66l-1.128-3.56 11.543-7.65 9.683 20.815v3.975h-.008c-9.048 0-16.804-5.604-20.09-13.58z"clip-rule=evenodd fill=#4D4D4D fill-rule=evenodd></path><path d="M140.985 42.32l.959-3.03c.024-.097.049-.191.067-.289l-11.522-7.637-9.686 20.814v3.975c9.139-.003 16.959-5.725 20.182-13.832z"clip-rule=evenodd fill=#333 fill-rule=evenodd></path><path d="M110.96 31.364l9.835 21.429 9.832-21.43H110.96z"clip-rule=evenodd fill=#CCC fill-rule=evenodd></path><path d="M118.223 47.19l2.572 5.603 2.57-5.602-1.861-3.549h-.04l1.41-1.37.215-.187-.766-3.984c-.137-.139-.111-.155-.277-.155l-1.252.26-1.255-.26c-.165 0-.14.016-.276.155l-.766 3.984.215.187 1.41 1.37h-.04l-1.859 3.549z"clip-rule=evenodd fill=#C30 fill-rule=evenodd></path><path d="M120.795 52.793l2.57-5.602-1.861-3.549h-.04l1.41-1.37.215-.187-.766-3.984c-.137-.139-.111-.155-.277-.155l-1.252.26v14.587h.001z"clip-rule=evenodd fill=#A32900 fill-rule=evenodd></path><path d="M121.999 46.749h-4.721v.965h4.721v-.965z"fill=#FC0></path><path d="M110.96 31.364l5.75 12.532h.001l4.084-4.136 3.906-8.396h5.926l-5.749 12.532-4.083-4.136-3.911-8.396h-5.924z"clip-rule=evenodd fill=#fff fill-rule=evenodd></path><path d="M108.928 32.708l-.478 5.481 3.261 1.483-2.424 1.493 11.508 11.628-9.835-21.43-2.032 1.345zm23.73 0l.48 5.481-3.261 1.483 2.424 1.493-11.506 11.628 9.832-21.43 2.031 1.345z"clip-rule=evenodd fill=#1A1A1A fill-rule=evenodd></path><path d="M120.804 53.754c.492 0 .888.405.888.902a.894.894 0 01-.888.902.895.895 0 01-.887-.902c0-.498.398-.902.887-.902z"clip-rule=evenodd fill=#B3B3B3 fill-rule=evenodd></path><path d="M120.804 53.754c.492 0 .888.405.888.902a.894.894 0 01-.888.902v-1.804z"clip-rule=evenodd fill=gray fill-rule=evenodd></path><path d="M120.804 53.754c.492 0 .888.405.888.902a.894.894 0 01-.888.902.895.895 0 01-.887-.902c0-.498.398-.902.887-.902z"clip-rule=evenodd fill=#B3B3B3 fill-rule=evenodd></path><path d="M120.804 53.754c.492 0 .888.405.888.902a.894.894 0 01-.888.902v-1.804z"clip-rule=evenodd fill=gray fill-rule=evenodd></path><path d="M135.102 48.149h-7.478v1.059h7.478v-1.059z"fill=#4D4D4D></path><path d="M127.624 48.149l3.051-3.099 1.731 1.756.687-.697 2.009 2.04h-7.478z"clip-rule=evenodd fill=#fff fill-rule=evenodd></path><path d="M131.493 18.868c-1.077-1.417-1.041-2.639.111-3.667 4.618 1.291 6.988 1.89 7.105 1.8-1.824 2.854-4.231 3.477-7.216 1.867zm-21.399 0c1.078-1.417 1.041-2.639-.111-3.667-4.617 1.291-6.985 1.89-7.104 1.8 1.822 2.854 4.229 3.477 7.215 1.867z"clip-rule=evenodd fill=#963 fill-rule=evenodd></path><path d="M127.577 16.935c-2.264-2.704-2.592-4.241-.986-4.611 6.38.34 8.814-2.495 7.306-8.501L132.742.998c3.937 2.625 5.698 6.221 5.161 10.781-.305 2.581-3.783 4.298-10.326 5.156zm-13.566 0c2.263-2.704 2.592-4.241.986-4.611-6.38.34-8.814-2.495-7.308-8.501l1.158-2.825c-3.94 2.625-5.697 6.221-5.162 10.781.303 2.581 3.781 4.298 10.326 5.156z"clip-rule=evenodd fill=#1A1A1A fill-rule=evenodd></path><path d="M120.795 39.76l-14.349-12.25c.248-6.489 1.473-11.884 3.676-16.185 2.139-2.54 5.683-3.265 10.673-3.265 4.987 0 8.531.724 10.67 3.265 2.201 4.302 3.427 9.697 3.676 16.185l-14.346 12.25z"clip-rule=evenodd fill=#C93 fill-rule=evenodd></path><path d="M120.795 8.06c4.987 0 8.531.724 10.669 3.265 2.202 4.302 3.428 9.697 3.677 16.185l-14.346 12.25V8.06z"clip-rule=evenodd fill=#A37A29 fill-rule=evenodd></path><path d="M106.522 25.706c.392-5.69 1.585-10.485 3.579-14.382.085-.1.172-.2.263-.295 5.508-4.441 4.368 10.114 4.425 11.947.577 2.105-.773 3.392-4.05 3.862-1.701-.26-3.106-.638-4.217-1.132zm28.544 0c-.392-5.69-1.586-10.485-3.579-14.382-.086-.1-.174-.2-.264-.295-5.507-4.441-4.369 10.114-4.424 11.947-.578 2.105.773 3.392 4.052 3.862 1.699-.26 3.102-.638 4.215-1.132z"clip-rule=evenodd fill=#963 fill-rule=evenodd></path><path d="M120.795 39.76l-14.349-12.25a55.32 55.32 0 01.355-4.535h27.985a55.32 55.32 0 01.355 4.535l-14.346 12.25z"clip-rule=evenodd fill=#963 fill-rule=evenodd></path><path d="M120.795 39.76l-9.424-8.043s1.238-1.9 3.71-5.704c-.143-1.334-.158-2.346-.051-3.036h2.401c.882.952 2.003 2.516 3.363 4.696 1.357-2.18 2.477-3.744 3.361-4.696h2.401c.107.69.09 1.703-.051 3.036l3.71 5.703v.001l-9.42 8.043z"clip-rule=evenodd fill=#85592B fill-rule=evenodd></path><path d="M115.082 26.012c.075-1.944 3.062-.112 4.439.84.223.175.451.338.682.49l.001.002c.205.137.415.263.625.383.484-.273.957-.595 1.417-.963 1.427-.97 4.24-2.638 4.312-.752 4.068-7.36-15.745-7.343-11.476 0z"clip-rule=evenodd fill=#1A1A1A fill-rule=evenodd></path><path d="M120.795 20.886c1.828 0 3.31.738 3.31 1.646 0 .909-1.482 1.646-3.31 1.646-1.83 0-3.313-.737-3.313-1.646.001-.908 1.483-1.646 3.313-1.646z"clip-rule=evenodd fill=#666 fill-rule=evenodd></path><path d="M120.795 31.309c-4.648 0-5.485-.847-5.253-2.69.062 1.543 1.81 1.901 5.253 1.901 3.44 0 5.189-.358 5.25-1.9.232 1.842-.605 2.689-5.25 2.689zm7.89-14.017c-.86-.037-1.614.67-1.893 1.578-.691-5.887 4.682-6.132 5.884-2.269-1.012.628-2.103.775-3.991.691zm-15.781 0c.86-.037 1.614.67 1.892 1.578.691-5.887-4.682-6.132-5.883-2.269 1.012.628 2.101.775 3.991.691z"clip-rule=evenodd fill=#1A1A1A fill-rule=evenodd></path></svg> </a></div><div class="sc-iqseJM hcOwMD"><svg class="styled__Menu-sc-1j25v59-0 drKWWB"fill=none height=16 width=20 xmlns=http://www.w3.org/2000/svg><rect fill=#262E3A height=2 rx=1 width=20></rect><rect fill=#262E3A height=2 rx=1 width=20 y=7></rect><rect fill=#262E3A height=2 rx=1 width=20 y=14></rect></svg></div></div></section></div></header><main role=main><article><div class="sc-kDTinF styled__BackgroundContainer-ke2t77-0 fpjMoU jnWnlg"><section class="styled__InnerContainer-wtkvpy-0 WKqgp"><div class="sc-kDTinF hxbTNQ"><div class="sc-iqseJM styled__PaddedColumn-wtkvpy-1 kSrsWR iSBDEv"><header class="styled__HeaderContainer-sc-1hfqd3q-0 cWnzdu"><div class="sc-kDTinF hxbTNQ"><section class="styled__Container-sc-842lkl-1 gCvzku"><ul><li class="styled__List-sc-842lkl-0 imzhQz"><a class="styled__StyledAnchor-wtkvpy-8 ezpCOW"data-cy-id=breadcrumb-market href=/news/hk> Hong Kong </a><li class="styled__List-sc-842lkl-0 imzhQz"><svg fill=none height=8 width=7 xmlns=http://www.w3.org/2000/svg><path d="M6.657 4l-6 3.464V.536l6 3.464z"fill=#C9CBCF></path></svg><li class="styled__List-sc-842lkl-0 imzhQz"><a class="styled__StyledAnchor-wtkvpy-8 ezpCOW"data-cy-id=breadcrumb-industry href=/news/hk/banks> Banks </a><li class="styled__List-sc-842lkl-0 imzhQz"><svg fill=none height=8 width=7 xmlns=http://www.w3.org/2000/svg><path d="M6.657 4l-6 3.464V.536l6 3.464z"fill=#C9CBCF></path></svg><li class="styled__List-sc-842lkl-0 imzhQz"><div class="styled__UniqueSymbol-wtkvpy-5 fVlmOm">SEHK:939</div></ul></section></div><div class="sc-kDTinF hxbTNQ"><div class="sc-iqseJM styled__TitleContainer-sc-1hfqd3q-3 dRxYPE dXZkMQ"><div class="styled__IconContainer-sc-1hfqd3q-4 bBLSwy"><svg fill=none height=64 width=64 xmlns=http://www.w3.org/2000/svg><path d="M54.276 15.61c-.52.52-1.365.52-1.886 0L48 11.219l-4.39 4.39a1.333 1.333 0 11-1.886-1.885l4.39-4.39a2.667 2.667 0 013.772 0l4.39 4.39c.52.52.52 1.365 0 1.886zm-11.11 13.723a.5.5 0 00-.5.5V31.5a.5.5 0 00.5.5H47.5a.5.5 0 00.5-.5v-1.667a.5.5 0 00-.5-.5h-4.333zm8 0a.5.5 0 00-.5.5v4.334a.5.5 0 00.5.5h1.667a.5.5 0 00.5-.5v-4.334a.5.5 0 00-.5-.5h-1.666zm-.5 11.167a.5.5 0 01.5-.5h1.667a.5.5 0 01.5.5v4.333a.5.5 0 01-.5.5h-1.666a.5.5 0 01-.5-.5V40.5zm-7.5 7.5a.5.5 0 00-.5.5v4.333a.5.5 0 00.5.5h1.667a.5.5 0 00.5-.5V48.5a.5.5 0 00-.5-.5h-1.666zm-.5-10.167a.5.5 0 01.5-.5h1.667a.5.5 0 01.5.5v4.334a.5.5 0 01-.5.5h-1.666a.5.5 0 01-.5-.5v-4.334zM48.5 50.667a.5.5 0 00-.5.5v1.666a.5.5 0 00.5.5h4.333a.5.5 0 00.5-.5v-1.666a.5.5 0 00-.5-.5H48.5zM13.333 40v10.667h5.334V40h-5.334zM12 37.333c-.736 0-1.333.597-1.333 1.334V52c0 .736.597 1.333 1.333 1.333h8c.736 0 1.333-.597 1.333-1.333V38.667c0-.737-.597-1.334-1.333-1.334h-8zm17.333 13.334v-16h5.334v16h-5.334zm-2.666-17.334c0-.736.597-1.333 1.333-1.333h8c.736 0 1.333.597 1.333 1.333V52c0 .736-.597 1.333-1.333 1.333h-8A1.333 1.333 0 0126.667 52V33.333zM52.39 23.61a1.333 1.333 0 101.885-1.886l-4.39-4.39a2.667 2.667 0 00-3.772 0l-4.39 4.39a1.333 1.333 0 001.885 1.886L48 19.218l4.39 4.39z"clip-rule=evenodd fill=#2DC97E fill-rule=evenodd></path></svg></div><div class="styled__TitleMetaContainer-sc-1hfqd3q-1 eoVWjH"><h1 class="PageTitle-ye7mv1-0 styled__Title-sc-1hfqd3q-2 jpBVUc idieix"data-cy-id=article-title>China Construction Bank's (HKG:939) Shareholders Will Receive A Bigger Dividend Than Last Year</h1><section><dl class="styled__StyledDL-sc-1d9e5qr-0 krgsSu"><dt class="SmallText-gpqb9i-0 SmallText__SmallTextCursive-gpqb9i-1 styled__StyledDT-sc-1d9e5qr-1 qSlcY kdIlNC bUnyYi">By<dd data-cy-id=meta-author><a class="styled__StyledLink-sc-1d9e5qr-2 jqpQYw"href=/news/about-simply-wall-st-news> Simply Wall St </a></dl><dl class="styled__StyledDL-sc-1d9e5qr-0 krgsSu"><dt class="SmallText-gpqb9i-0 SmallText__SmallTextCursive-gpqb9i-1 styled__StyledDT-sc-1d9e5qr-1 qSlcY kdIlNC bUnyYi">Published<dd>June 27, 2021</dl></section></div></div></div></header></div></div></section></div><header class="styled__InnerContainer-wtkvpy-0 styled__Container-p0qo42-0 WKqgp hSAoSc"><figure class="styled__StyledFigure-p0qo42-1 gakicL"><picture><img class="styled__StyledImg-p0qo42-2 iAxOKF"alt=SEHK:939 height=411 src=https://images.simplywall.st/asset/industry/7012000-choice2-main-header/1585186732814 width=1136></picture><figcaption class="styled__StyledCaption-p0qo42-3 gasiyj">Source: Shutterstock</figcaption></figure></header><div class="sc-kDTinF fpjMoU"><section class="styled__InnerContainer-wtkvpy-0 WKqgp"><div class="sc-kDTinF hxbTNQ"><div class="sc-iqseJM styled__PaddedColumn-wtkvpy-1 gokbsZ iSBDEv"><div class="styled__Content-ke2t77-1 AvgTE"data-cy-id=article-content><p><strong> China Construction Bank Corporation </strong> ( <a rel="noopener noreferrer"class=company-report-links data-vars-link-type=intro href=https://simplywall.st/stocks/hk/banks/hkg-939/china-construction-bank-shares target=_blank> HKG:939 </a> ) has announced that it will be increasing its dividend on the 5th of August to HK$0.39. This takes the annual payment to 6.3% of the current stock price, which is about average for the industry.<p><span> <a rel="noopener noreferrer"class=company-report-links data-vars-link-type=cta href=https://simplywall.st/stocks/hk/banks/hkg-939/china-construction-bank-shares target=_blank> Check out our latest analysis for China Construction Bank </a> </span><h3>China Construction Bank's Payment Has Solid Earnings Coverage</h3><p>Solid dividend yields are great, but they only really help us if the payment is sustainable. Before making this announcement, China Construction Bank was easily earning enough to cover the dividend. This means that most of its earnings are being retained to grow the business.<p>The next year is set to see EPS grow by 7.7%. Assuming the dividend continues along recent trends, we think the payout ratio could be 34% by next year, which is in a pretty sustainable range.<figure><a rel="noopener noreferrer"class=company-report-links data-vars-link-type=infographic href=https://simplywall.st/stocks/hk/banks/hkg-939/china-construction-bank-shares#historical-dividend-yield target=_blank> <img class="styled__ChartImage-ke2t77-2 vvuQd"alt=historic-dividend height=476 loading=lazy src=https://images.simplywall.st/asset/chart/5463812-historic-dividend-1-dark/1624841354855 width=746> </a><figcaption>SEHK:939 Historic Dividend June 28th 2021</figcaption></figure><h3>China Construction Bank Has A Solid Track Record</h3><p>The company has an extended history of paying stable dividends. Since 2011, the first annual payment was CN¥0.21, compared to the most recent full-year payment of CN¥0.33. This works out to be a compound annual growth rate (CAGR) of approximately 4.4% a year over that time. Although we can't deny that the dividend has been remarkably stable in the past, the growth has been pretty muted.<h3>The Dividend's Growth Prospects Are Limited</h3><p>Investors who have held shares in the company for the past few years will be happy with the dividend income they have received. However, China Construction Bank has only grown its earnings per share at 3.3% per annum over the past five years. While EPS growth is quite low, China Construction Bank has the option to increase the payout ratio to return more cash to shareholders.<h3>China Construction Bank Looks Like A Great Dividend Stock</h3><p>Overall, we think this could be an attractive income stock, and it is only getting better by paying a higher dividend this year. Distributions are quite easily covered by earnings, which are also being converted to cash flows. All of these factors considered, we think this has solid potential as a dividend stock.<p>It's important to note that companies having a consistent dividend policy will generate greater investor confidence than those having an erratic one. Still, investors need to consider a host of other factors, apart from dividend payments, when analysing a company. Earnings growth generally bodes well for the future value of company dividend payments. See if the 19 China Construction Bank analysts we track are forecasting continued growth with our <strong> free </strong> <a rel="noopener noreferrer"class=company-report-links data-vars-link-type=conclusion href=https://simplywall.st/stocks/hk/banks/hkg-939/china-construction-bank-shares#past-future-earnings target=_blank> report on analyst estimates for the company </a> . We have also put together a <a rel="noopener noreferrer"class=company-report-links data-vars-link-type=conclusion-grid href=https://simplywall.st/discover/investing-ideas/1602/dividend-rock-stars/global target=_blank> <strong> list of global stocks with a solid dividend. </strong> </a><p class="styled__InlinePromotion-ke2t77-5 gpGTEu">If you’re looking to trade a wide range of investments, open an account with the lowest-cost* platform trusted by professionals, <a href=https://www.interactivebrokers.com/mkt/?src=sws4b&url=%2Fen%2Findex.php%3Ff%3D1338 rel=sponsored target=_blank> Interactive Brokers </a> . Their clients from over 200 countries and territories trade stocks, options, futures, forex, bonds and funds worldwide from a single integrated account. <span> Promoted </span></p><br><p><i> This article by Simply Wall St is general in nature. It does not constitute a recommendation to buy or sell any stock, and does not take account of your objectives, or your financial situation. We aim to bring you long-term focused analysis driven by fundamental data. Note that our analysis may not factor in the latest price-sensitive company announcements or qualitative material. Simply Wall St has no position in any stocks mentioned. <br> <sup> * </sup> Interactive Brokers Rated Lowest Cost Broker by StockBrokers.com Annual Online Review 2020 </i> <br> <br> <strong> Have feedback on this article? Concerned about the content? </strong> <a rel="noopener noreferrer"class=company-report-links href=https://feedback.simplywall.st/article/MTY2ODk1MTo0MDViNmRjZWE0Njg4MTM0 target=_blank> <strong> Get in touch </strong> </a> <strong> with us directly. </strong> <i> Alternatively, email editorial-team (at) simplywallst.com. </i></div><footer class="styled__Container-sc-1605bki-0 fhMfpr"><div class="styled__Box-sc-1605bki-1 kOxHgh"><h3 class="styled__Title-sc-1605bki-2 iDpQcU">Discounted cash flow calculation for every stock</h3><p>Simply Wall St does a detailed discounted cash flow calculation every 6 hours for every stock on the market, so if you want to find the intrinsic value of any company just search <a class="styled__StyledLink-sc-1605bki-9 BKaPj"href=https://simplywall.st/stocks> here </a> . It’s FREE.</div><hr class="styled__HorizontalRule-sc-1605bki-3 kehbrV"><div class="styled__AboutContainer-sc-1605bki-4 dqfbEv"><img alt="Simply Wall St character - Warren"class="styled__Warren-sc-1605bki-6 bQcFpn"src=https://simplywall.st/news/images/warren.png><div class="styled__AboutCopyContainer-sc-1605bki-7 faTtxB"><h3 class="styled__AboutTitle-sc-1605bki-8 inNIUI">Simply Wall St</h3><p>Simply Wall St is focused on providing unbiased, high-quality research coverage on every listed company in the world. Our research team consists of data scientists and multiple equity analysts with over two decades worth of financial markets experience between them.</div></div><div class="styled__AdsContainer-sc-1605bki-5 hWWxvO"><a class="styled__CTA-sc-1xkztqj-0 dRqYBe"rel="noopener noreferrer"href=https://investor-research.typeform.com/to/othMTqFM target=_blank> <div class="styled__InlineRectangleContainer-sc-1xkztqj-1 kuZCzW"></div> </a></div></footer></div><div class="sc-iqseJM styled__PaddedColumn-wtkvpy-1 csuIuT iSBDEv"></div></div></section></div></article></main><footer class="styled__StyledFooter-sc-18nkgjx-0 eTEsTE"data-cy-id=footer><div class="styled__Container-sc-18nkgjx-1 fzcmxF"><div class="sc-kDTinF hxbTNQ"><div class="sc-iqseJM gCukbI"><svg class="styled__StyledLogo-sc-18nkgjx-2 dqhfAm"viewbox="0 0 786 178"xmlns=http://www.w3.org/2000/svg><path d="M267.177 137.183h12.678v-22.865L302 79.818h-14.41l-13.989 23.027-13.745-23.028h-14.82l22.141 34.746v22.62zm-56.463 0h41.403v-11.476h-28.729v-45.89h-12.67v57.366h-.004zm-42.308-28.437v-17.54h9.795c6.337 0 10.288 3.034 10.288 8.689v.163c0 4.917-3.701 8.688-10.038 8.688h-10.045zm-12.677 28.437h12.677v-17.21h9.628c12.924 0 23.296-6.888 23.296-20.161v-.163c0-11.718-8.316-19.832-22.058-19.832h-23.543v57.366zm-71.444 0h12.427V99.978l16.052 24.254h.33l16.215-24.503v37.45h12.594V79.817h-13.662l-15.147 24.258-15.147-24.258H84.285v57.366zm-27.084 0h12.674V79.817H57.201v57.366zM24.444 138c12.428 0 21.154-6.39 21.154-17.782v-.163c0-9.997-6.58-14.18-18.27-17.21-9.962-2.538-12.431-3.77-12.431-7.542v-.166c0-2.784 2.553-4.994 7.405-4.994 4.859 0 9.878 2.13 14.98 5.655l6.587-9.509C38.026 81.62 30.865 79 22.47 79c-11.77 0-20.166 6.88-20.166 17.293v.16c0 11.39 7.488 14.589 19.098 17.539 9.627 2.462 11.606 4.097 11.606 7.296v.163c0 3.356-3.13 5.409-8.313 5.409-6.584 0-12.016-2.708-17.202-6.97L0 128.82c6.911 6.15 15.718 9.18 24.444 9.18zM661.08 137.59H700v-5.962h-32.422v-51.22h-6.499v57.181zm-50.942 0h38.92v-5.962H616.64v-51.22h-6.502v57.181zm-53.904-20.994l13.165-29.081 13.088 29.08h-26.253zm-16.038 20.993h6.656l6.83-15.112h31.36l6.743 15.112h7L572.53 80h-6.088l-26.247 57.59zm-62.628.411h5.425l15.894-46.402L514.684 138h5.508l20.572-57.593h-6.833l-16.451 47.624-15.8-47.786h-5.355l-15.791 47.786-16.468-47.624H457L477.568 138zM763.124 124.074h9.598V89.437H786V80.62h-36.154v8.815h13.278v34.64zM711 132.006h75V138h-75v-5.994zm18.518-7.313c9.412 0 16.024-4.839 16.024-13.467v-.126c0-7.57-4.99-10.74-13.836-13.038-7.552-1.921-9.418-2.854-9.418-5.71v-.124c0-2.111 1.933-3.786 5.612-3.786 3.675 0 7.485 1.612 11.35 4.279l4.98-7.196c-4.427-3.54-9.845-5.525-16.203-5.525-8.917 0-15.271 5.212-15.271 13.097v.123c0 8.629 5.669 11.046 14.465 13.284 7.29 1.865 8.782 3.104 8.782 5.525v.123c0 2.547-2.368 4.1-6.294 4.1-4.99 0-9.097-2.049-13.03-5.279l-5.676 6.767c5.241 4.659 11.907 6.953 18.515 6.953z"fill=#FFF></path><path d="M378.003 36C417.214 36 449 67.787 449 106.998 449 146.21 417.214 178 378.003 178 338.79 178 307 146.21 307 106.998 307 67.79 338.79 36 378.003 36"fill=#CCC></path><path d="M309 123.19c9.035-6.036 23.72-15.773 37.27-24.464 11.863-2.82 22.593-4.394 32.2-4.726 9.593.335 20.323 1.907 32.19 4.726A7017.252 7017.252 0 01448 122.87c-.097.448-.207.889-.318 1.333l-.05.216c-.103.42-.217.835-.33 1.257l-.074.258c-.107.418-.224.84-.352 1.254l-.056.189a71.342 71.342 0 01-2.411 6.801l-.084.176c-.154.391-.33.783-.495 1.174l-.113.259c-.174.381-.345.762-.522 1.144l-.107.235c-.19.388-.368.783-.558 1.17l-.05.087a69.426 69.426 0 01-2.716 4.968l-.117.205c-.21.345-.428.687-.638 1.025l-.188.305c-.21.329-.42.657-.638.982l-.204.305c-.21.332-.435.657-.659.978l-.167.246a73.707 73.707 0 01-3.25 4.297c-.07.09-.154.183-.221.276-.23.282-.471.56-.702.832-.104.126-.204.246-.318.372-.227.265-.461.53-.685.789-.117.126-.231.252-.345.378-.23.259-.471.517-.702.773-.11.122-.22.242-.344.361-.244.259-.488.52-.743.776-.083.09-.17.18-.267.272a63.833 63.833 0 01-2.592 2.52c-.14.126-.28.256-.41.378-.232.213-.466.415-.696.624-.16.146-.331.292-.495.434-.218.196-.448.388-.679.584-.184.146-.358.298-.532.448-.23.185-.458.37-.688.56-.174.146-.355.285-.539.431-.237.186-.461.368-.699.55-.184.143-.37.29-.568.435-.237.172-.458.348-.696.52-.19.143-.39.283-.581.425-.412.295-.833.594-1.254.886-.221.159-.455.318-.686.474-.217.142-.428.285-.635.424-.237.153-.465.305-.702.455-.224.142-.442.278-.656.417-.237.146-.468.292-.705.435-.218.136-.445.268-.659.401-.25.146-.498.292-.752.438-.21.126-.425.245-.636.368-.267.15-.531.295-.805.441-.201.113-.405.226-.606.332-.354.192-.705.378-1.07.563-.153.08-.307.16-.464.24-.435.215-.87.43-1.304.64-.174.085-.348.165-.529.248-.31.15-.628.292-.94.434-.197.09-.404.183-.605.272-.297.13-.591.259-.889.385-.214.09-.428.179-.639.265-.294.123-.588.239-.882.358-.211.087-.422.17-.63.25-.317.118-.628.238-.942.354-.2.073-.391.146-.592.215-.398.143-.799.282-1.197.422-.11.036-.224.076-.338.116-.515.169-1.036.341-1.561.5-.134.044-.274.08-.418.123a47.31 47.31 0 01-1.726.498c-.344.092-.692.189-1.043.278l-.615.153c-.334.086-.679.166-1.017.248l-.618.14a160.592 160.592 0 01-1.628.352 49.53 49.53 0 01-1.258.238 58.492 58.492 0 01-2.053.345 100.363 100.363 0 01-1.675.235l-.502.06c-.394.05-.792.093-1.183.136-.198.02-.392.036-.585.056-.378.037-.756.07-1.134.1-.204.016-.405.033-.609.046-.37.03-.755.053-1.133.07-.194.01-.391.023-.595.036-.418.02-.843.034-1.264.047a76.5 76.5 0 01-3.939.013c-.15-.003-.304-.007-.455-.013-.421-.013-.85-.027-1.267-.047-.194-.01-.381-.023-.575-.036a33.24 33.24 0 01-1.147-.07c-.2-.01-.398-.026-.602-.046-.381-.027-.752-.063-1.127-.096-.197-.02-.391-.033-.582-.057-.408-.046-.822-.086-1.224-.139a64.614 64.614 0 01-2.093-.282l-.043-.006a55.947 55.947 0 01-1.689-.276c-.12-.02-.24-.043-.358-.07-.428-.076-.859-.152-1.284-.241-.18-.034-.35-.073-.535-.11a64.8 64.8 0 01-1.692-.378 31.894 31.894 0 01-1.046-.252c-.19-.05-.381-.096-.565-.143a49.773 49.773 0 01-1.12-.301 13.237 13.237 0 01-.485-.136c-.468-.13-.93-.266-1.395-.408l-.187-.057c-.532-.162-1.06-.338-1.588-.51-.114-.037-.224-.08-.341-.116-.405-.14-.803-.276-1.2-.418-.178-.063-.348-.13-.522-.193l-1.02-.384c-.187-.073-.375-.146-.562-.222l-.97-.392c-.183-.076-.364-.149-.551-.229a131.55 131.55 0 01-1.007-.434 13.01 13.01 0 01-.491-.219c-.405-.179-.806-.365-1.204-.554-.084-.043-.174-.08-.264-.122-.492-.236-.98-.478-1.465-.723a7.692 7.692 0 00-.327-.17c-.372-.188-.74-.387-1.104-.576-.167-.09-.328-.18-.495-.272-.307-.166-.615-.339-.93-.511-.173-.1-.347-.202-.518-.299-.297-.172-.595-.344-.89-.52-.173-.11-.35-.21-.517-.312-.305-.186-.609-.375-.913-.564-.15-.093-.298-.189-.452-.288-.347-.222-.692-.451-1.04-.677-.106-.07-.21-.136-.31-.205-.449-.302-.89-.604-1.331-.912-.084-.063-.17-.123-.258-.186-.348-.249-.695-.5-1.04-.756-.15-.11-.297-.222-.448-.335-.277-.209-.558-.418-.829-.63-.16-.126-.324-.252-.485-.378-.27-.209-.535-.421-.792-.637-.157-.126-.318-.252-.468-.381a48.537 48.537 0 01-.79-.657c-.15-.13-.304-.255-.45-.388a44.49 44.49 0 01-.83-.726c-.124-.113-.251-.219-.375-.335a50.524 50.524 0 01-1.38-1.283c-.312-.292-.62-.594-.924-.892-.137-.14-.277-.279-.418-.418-.237-.24-.474-.478-.705-.717a20.04 20.04 0 01-.451-.474c-.221-.229-.435-.457-.65-.69a59.628 59.628 0 00-.447-.49l-.639-.717a55.009 55.009 0 01-.425-.484c-.23-.262-.45-.527-.675-.792-.124-.14-.244-.279-.358-.418a69.596 69.596 0 01-.996-1.227c-.047-.057-.087-.12-.137-.18a91.66 91.66 0 01-.83-1.074c-.127-.166-.244-.331-.37-.494-.195-.262-.385-.524-.576-.786a21.068 21.068 0 01-.394-.557c-.18-.252-.358-.504-.529-.756-.13-.19-.26-.375-.384-.567-.177-.259-.351-.527-.529-.79-.123-.182-.237-.364-.357-.55-.174-.275-.348-.554-.519-.829-.113-.18-.23-.358-.337-.537-.211-.345-.418-.7-.622-1.045-.097-.166-.2-.335-.291-.5a41.17 41.17 0 01-.669-1.181 18.339 18.339 0 01-.304-.564c-.15-.282-.304-.56-.452-.846-.107-.208-.21-.414-.317-.623-.14-.272-.274-.547-.412-.826-.1-.212-.207-.424-.307-.64-.13-.265-.254-.537-.381-.809a30.87 30.87 0 01-.305-.667c-.13-.275-.25-.557-.37-.842-.094-.209-.185-.418-.275-.623-.144-.339-.28-.683-.421-1.022-.064-.156-.134-.315-.198-.477-.19-.481-.374-.965-.558-1.453-.074-.212-.154-.424-.227-.633a94.91 94.91 0 01-.318-.892c-.077-.229-.15-.458-.227-.69-.097-.285-.194-.57-.285-.859l-.22-.71c-.087-.288-.174-.573-.258-.862-.07-.235-.14-.47-.207-.706-.084-.295-.157-.594-.24-.889-.064-.232-.128-.46-.181-.693-.087-.332-.168-.663-.248-.991-.05-.203-.1-.402-.147-.6v-.03H309z"fill=#333></path><path d="M312.665 134.175L309 122.689 346.521 98 378 165.172V178h-.027c-29.414 0-54.625-18.086-65.308-43.825"fill=#4D4D4D></path><path d="M346 98l32.005 69L410 98h-31.995z"fill=#CCC></path><path d="M369 149.072L377.995 167 387 149.072l-6.968-11.685 5.443-5.453-1.977-12.432c-.45-.448-.366-.502-.909-.502l-4.112.84-4.122-.84c-.543 0-.46.054-.906.502l-3.013 12.432 5.834 5.453h-.13L369 149.072z"fill=#C30></path><path d="M387 148.613l-6.753-11.197h-.126l4.461-4.429.682-.603-2.424-12.881c-.434-.45-.353-.503-.876-.503l-3.964.842V167l9-18.387z"fill=#A32900></path><path d="M367 148h15v3h-15z"fill=#FC0></path><path d="M346 98l18.711 40h.003l13.291-13.2L390.717 98H410l-18.708 40-13.287-13.2L365.276 98z"fill=#FFF></path><path d="M339.549 102.328L338 119.978l10.566 4.775-7.853 4.805L378 167l-31.866-69zM416.444 102.328l1.556 17.65-10.568 4.775 7.854 4.805L378 167l31.862-69z"fill=#1a1a1a></path><path d="M378 170a3 3 0 110 6 3 3 0 010-6"fill=#B3B3B3></path><path d="M378 170a3 3 0 110 6v-6z"fill=gray></path><path d="M401 152h24v3h-24z"fill=#4D4D4D></path><path d="M401 152l9.793-10 5.555 5.666 2.205-2.249L425 152h-12.89z"fill=#FFF></path><path d="M413.436 58.122c-3.518-4.686-3.398-8.725.363-12.122 15.077 4.268 22.817 6.25 23.201 5.948-5.956 9.438-13.816 11.495-23.564 6.174zm-69.875 0c3.518-4.686 3.398-8.725-.364-12.122-15.077 4.268-22.807 6.25-23.197 5.948 5.95 9.438 13.81 11.495 23.56 6.174z"fill=#963></path><path d="M400.082 51c-7.37-8.655-8.437-13.573-3.211-14.758 20.768 1.089 28.69-7.98 23.783-27.202L416.894 0c12.816 8.4 18.547 19.908 16.799 34.5-.99 8.26-12.314 13.752-33.61 16.5zm-44.162 0c7.367-8.655 8.437-13.573 3.211-14.758-20.768 1.089-28.694-7.98-23.79-27.202 2.51-6.027 3.77-9.04 3.77-9.04-12.826 8.4-18.548 19.908-16.805 34.5.987 8.26 12.31 13.752 33.614 16.5z"fill=#1a1a1a></path><path d="M379.005 125L332 85.582c.813-20.878 4.824-38.237 12.04-52.078C351.05 25.33 362.66 23 379.006 23c16.336 0 27.945 2.33 34.951 10.504 7.213 13.841 11.228 31.203 12.044 52.078L379.005 125z"fill=#C93></path><path d="M378 23c16.338 0 27.948 2.33 34.955 10.504 7.214 13.841 11.229 31.203 12.045 52.078L378 125V23z"fill=#A37A29></path><path d="M358.576 71c-.02-7.605 3.082-52.356-14.222-38.28-.292.307-.571.63-.844.956C337.097 46.318 333.261 61.87 332 80.33l.27.12a187.188 187.188 0 00-.27 5.14L379.005 125 426 85.59A174.261 174.261 0 00424.836 71h-.723c-1.78-14.43-5.323-26.872-10.623-37.324-.276-.326-.558-.649-.847-.955C395.34 18.644 398.438 63.395 398.424 71h-39.848z"fill=#963></path><path d="M379.007 125L348 99.121v-.003s4.072-6.113 12.207-18.348c-.47-4.295-.52-7.551-.168-9.77h7.9c2.903 3.063 6.589 8.095 11.064 15.108 4.466-7.013 8.149-12.045 11.058-15.108h7.9c.353 2.222.296 5.479-.168 9.77A26134.479 26134.479 0 00410 99.118v.003L379.007 125z"fill=#85592B></path><path d="M359.967 80.545c.242-6.187 9.935-.356 14.401 2.67.726.558 1.465 1.079 2.214 1.564l.003.003c.666.436 1.346.839 2.028 1.218a34.554 34.554 0 004.6-3.062c4.629-3.086 13.754-8.396 13.99-2.393 13.198-23.42-51.087-23.367-37.236 0"fill=#1a1a1a></path><path d="M379.005 64C385.078 64 390 66.464 390 69.5s-4.922 5.5-10.995 5.5C372.925 75 368 72.536 368 69.5c.003-3.036 4.926-5.5 11.005-5.5"fill=#666></path><path d="M378.505 98c-15.385 0-18.157-2.832-17.39-9 .206 5.161 5.994 6.362 17.39 6.362 11.386 0 17.177-1.2 17.38-6.362.767 6.168-2.005 9-17.38 9M404.9 52.795c-2.823-.123-5.297 2.213-6.212 5.205-2.27-19.414 15.366-20.22 19.312-7.482-3.322 2.069-6.902 2.554-13.1 2.277zm-51.8 0c2.823-.123 5.3 2.213 6.212 5.205 2.266-19.414-15.37-20.22-19.312-7.482 3.322 2.069 6.899 2.554 13.1 2.277z"fill=#1a1a1a></path></svg></div></div><div class="sc-kDTinF hxbTNQ"><div class="sc-iqseJM iAXBCj"><div class="sc-kDTinF hxbTNQ"><div class="sc-iqseJM gCukbI"><address class="styled__StyledAddress-sc-18nkgjx-3 kFCSDj">Simply Wall Street Pty Ltd <br> 17-21 Bellevue Street, Surry Hills, Sydney</address></div></div><div class="sc-kDTinF styled__LogoContainer-sc-18nkgjx-10 hxbTNQ jmHazE"><a class="styled__StyledA-sc-18nkgjx-11 dMBLsR"rel="noopener noreferrer"href=https://www.linkedin.com/company/simply-wall-st target=_blank> <svg fill=none height=24 width=24 xmlns=http://www.w3.org/2000/svg><path d="M22 3.47v17.06A1.47 1.47 0 0120.53 22H3.47A1.47 1.47 0 012 20.53V3.47A1.47 1.47 0 013.47 2h17.06A1.47 1.47 0 0122 3.47zM7.882 9.648h-2.94v9.412h2.94V9.647zm.265-3.235a1.694 1.694 0 00-1.682-1.706h-.053a1.706 1.706 0 000 3.412 1.694 1.694 0 001.735-1.653v-.053zm10.912 6.93c0-2.83-1.8-3.93-3.588-3.93a3.353 3.353 0 00-2.977 1.517h-.082V9.647H9.647v9.412h2.941v-5.006a1.953 1.953 0 011.765-2.106h.112c.935 0 1.63.588 1.63 2.07v5.042h2.94l.024-5.718z"fill=#2766BC></path></svg> </a><a class="styled__StyledA-sc-18nkgjx-11 dMBLsR"rel="noopener noreferrer"href=https://twitter.com/simplywallst target=_blank> <svg fill=none height=24 width=24 xmlns=http://www.w3.org/2000/svg><path d="M9.217 18.095c5.66 0 8.757-4.69 8.757-8.756 0-.134 0-.266-.01-.398A6.262 6.262 0 0019.5 7.348a6.143 6.143 0 01-1.768.484 3.088 3.088 0 001.353-1.702 6.167 6.167 0 01-1.954.747 3.08 3.08 0 00-5.244 2.807 8.737 8.737 0 01-6.343-3.216 3.08 3.08 0 00.953 4.108 3.054 3.054 0 01-1.397-.385v.04a3.079 3.079 0 002.469 3.016 3.072 3.072 0 01-1.39.053 3.081 3.081 0 002.876 2.137A6.175 6.175 0 014.5 16.713a8.713 8.713 0 004.717 1.38"fill=#00acee></path></svg> </a><a class="styled__StyledA-sc-18nkgjx-11 dMBLsR"rel="noopener noreferrer"href=https://www.youtube.com/c/Simplywallst target=_blank> <svg fill=none height=24 width=24 xmlns=http://www.w3.org/2000/svg><path d="M21.582 7.186a2.505 2.505 0 00-1.768-1.768C18.254 5 12 5 12 5s-6.255 0-7.814.418c-.86.23-1.538.907-1.768 1.768C2 8.746 2 12 2 12s0 3.254.418 4.814c.23.86.908 1.538 1.768 1.768C5.746 19 12 19 12 19s6.255 0 7.814-.418a2.505 2.505 0 001.768-1.768C22 15.254 22 12 22 12s0-3.254-.418-4.814z"fill=red></path><path d="M9.955 14.954L15.182 12 9.955 9.045v5.91z"fill=#fff></path></svg> </a></div><div class="sc-kDTinF hxbTNQ"><div class="sc-iqseJM gCukbI"><div class="styled__BadgeContainer-sc-18nkgjx-4 bTjBDB"><a rel="noopener noreferrer"href=https://apps.apple.com/au/app/simply-wall-st/id1075614972 target=_blank> <img alt="Download on the App Store"class="styled__Badge-sc-18nkgjx-5 fopunX"src=https://simplywall.st/news/images/ios-badge.png> </a><a rel="noopener noreferrer"href=https://play.google.com/store/apps/details?id=com.simplywallst.app target=_blank> <img alt="Get it on Google Play"class="styled__Badge-sc-18nkgjx-5 fopunX"src=https://simplywall.st/news/images/play-badge.png> </a></div></div></div></div><div class="sc-iqseJM iAXBCj"><div class="sc-kDTinF hxbTNQ"><div class="sc-iqseJM gCukbI"><nav><ul class="styled__StyledUl-sc-18nkgjx-7 cGhWVy"><li class="styled__NavigationList-sc-18nkgjx-8 eOZFyP"><a class="styled__StyledLink-sc-18nkgjx-6 dnzFly"href=https://simplywall.st/about> About </a><li class="styled__NavigationList-sc-18nkgjx-8 eOZFyP"><a class="styled__StyledLink-sc-18nkgjx-6 dnzFly"href=https://simplywall.st/company> Company </a><li class="styled__NavigationList-sc-18nkgjx-8 eOZFyP"><a class="styled__StyledLink-sc-18nkgjx-6 dnzFly"href=https://simplywall.st/careers> Careers </a><li class="styled__NavigationList-sc-18nkgjx-8 eOZFyP"><a class="styled__StyledLink-sc-18nkgjx-6 dnzFly"href=https://simplywall.st/plans> Plans </a><li class="styled__NavigationList-sc-18nkgjx-8 eOZFyP"><a class="styled__StyledLink-sc-18nkgjx-6 dnzFly"href=https://simplywall.st/welcome> Log In </a></ul><ul class="styled__StyledUl-sc-18nkgjx-7 cGhWVy"><li class="styled__NavigationList-sc-18nkgjx-8 eOZFyP"><a class="styled__StyledLink-sc-18nkgjx-6 dnzFly"href=https://support.simplywall.st/hc/en-us> Help Centre </a><li class="styled__NavigationList-sc-18nkgjx-8 eOZFyP"><a class="styled__StyledLink-sc-18nkgjx-6 dnzFly"href=/news> Latest Coverage </a><li class="styled__NavigationList-sc-18nkgjx-8 eOZFyP"><a class="styled__StyledLink-sc-18nkgjx-6 dnzFly"href=https://simplywall.st/podcasts> Podcasts </a></ul><ul class="styled__StyledUl-sc-18nkgjx-7 cGhWVy"><li class="styled__NavigationList-sc-18nkgjx-8 eOZFyP"><a class="styled__StyledLink-sc-18nkgjx-6 cikyUl"href=https://media.simplywall.st/site/financials/Financial_Services_Guide_-_Simply_Wall_St_V1.2_dated_23_Nov_2020.pdf> Financial Services Guide </a><li class="styled__NavigationList-sc-18nkgjx-8 eOZFyP"><a class="styled__StyledLink-sc-18nkgjx-6 cikyUl"href=https://simplywall.st/terms-and-conditions> Terms and Conditions </a><li class="styled__NavigationList-sc-18nkgjx-8 eOZFyP"><a class="styled__StyledLink-sc-18nkgjx-6 cikyUl"href=https://simplywall.st/privacy-policy> Privacy Policy </a></ul></nav></div></div></div></div><div class="sc-kDTinF hxbTNQ"><div class="sc-iqseJM kSrsWR"><p class="styled__Disclaimer-sc-18nkgjx-9 kSSmwv">Simply Wall Street Pty Ltd (ACN 600 056 611), is a Corporate Authorised Representative (Authorised Representative Number: 467183) of Sanlam Private Wealth Pty Ltd (AFSL No. 337927). Any advice contained in this website is general advice only and has been prepared without considering your objectives, financial situation or needs. You should not rely on any advice and/or information contained in this website and before making any investment decision we recommend that you consider whether it is appropriate for your situation and seek appropriate financial, taxation and legal advice. Please read our Financial Services Guide before deciding whether to obtain financial services from us.</div></div></div></footer></div><script id=__NEXT_DATA__ type=application/json>
{"props":{"pageProps":{"author":"Simply Wall St","authorSlug":"","pageType":0,"postId":"1626522","coverImageUrl":"https://images.simplywall.st/asset/industry/7012000-choice2-main-header/1585186732814","analystCount":20,"topicHandle":"dividend_change","blueprintId":"1668951","canonicalUrl":"/stocks/hk/banks/hkg-939/china-construction-bank-shares/news/china-construction-banks-hkg939-shareholders-will-receive-a","excerpt":"China Construction Bank Corporation ( HKG:939 ) has announced that it will be increasing its dividend on the 5th of...","youtubeVideoUrl":null,"title":"China Construction Bank's (HKG:939) Shareholders Will Receive A Bigger Dividend Than Last Year","companyName":"China Construction Bank","companyUrl":"/stocks/hk/banks/hkg-939/china-construction-bank-shares","publishDate":"2021-06-27T09:49:19.683Z","formattedPublishDate":"June 27, 2021","companyId":"C7FC8CFD-3191-4939-BE1E-1D29340E43C0","body":"\u003cp\u003e \u003cstrong\u003eChina Construction Bank Corporation\u003c/strong\u003e (\u003ca target=\"_blank\" href=\"https://simplywall.st/stocks/hk/banks/hkg-939/china-construction-bank-shares?blueprint=1668951\u0026utm_medium=finance_user\u0026utm_campaign=intro\u0026utm_source=post\"\u003eHKG:939\u003c/a\u003e) has announced that it will be increasing its dividend on the 5th of August to HK$0.39. This takes the annual payment to 6.3% of the current stock price, which is about average for the industry. \u003c/p\u003e\u003cp\u003e\u003cspan\u003e\u003ca target=\"_blank\" href=\"https://simplywall.st/stocks/hk/banks/hkg-939/china-construction-bank-shares?blueprint=1668951\u0026utm_medium=finance_user\u0026utm_campaign=cta\u0026utm_source=post\"\u003e Check out our latest analysis for China Construction Bank \u003c/a\u003e\u003c/span\u003e\u003c/p\u003e \u003ch3\u003eChina Construction Bank's Payment Has Solid Earnings Coverage\u003c/h3\u003e \u003cp\u003e Solid dividend yields are great, but they only really help us if the payment is sustainable. Before making this announcement, China Construction Bank was easily earning enough to cover the dividend. This means that most of its earnings are being retained to grow the business. \u003c/p\u003e\u003cp\u003e The next year is set to see EPS grow by 7.7%. Assuming the dividend continues along recent trends, we think the payout ratio could be 34% by next year, which is in a pretty sustainable range. \u003c/p\u003e\u003cfigure\u003e\u003ca target=\"_blank\" href=\"https://simplywall.st/stocks/hk/banks/hkg-939/china-construction-bank-shares?blueprint=1668951\u0026utm_medium=finance_user\u0026utm_campaign=infographic\u0026utm_source=post#historical-dividend-yield\"\u003e\u003cimg src=\"https://images.simplywall.st/asset/chart/5463812-historic-dividend-1-dark/1624841354855\" alt=\"historic-dividend\"/\u003e\u003c/a\u003e\u003cfigcaption\u003eSEHK:939 Historic Dividend June 28th 2021\u003c/figcaption\u003e\u003c/figure\u003e \u003ch3\u003eChina Construction Bank Has A Solid Track Record\u003c/h3\u003e \u003cp\u003e The company has an extended history of paying stable dividends. Since 2011, the first annual payment was CN¥0.21, compared to the most recent full-year payment of CN¥0.33. This works out to be a compound annual growth rate (CAGR) of approximately 4.4% a year over that time. Although we can't deny that the dividend has been remarkably stable in the past, the growth has been pretty muted. \u003c/p\u003e \u003ch3\u003eThe Dividend's Growth Prospects Are Limited\u003c/h3\u003e \u003cp\u003e Investors who have held shares in the company for the past few years will be happy with the dividend income they have received. However, China Construction Bank has only grown its earnings per share at 3.3% per annum over the past five years. While EPS growth is quite low, China Construction Bank has the option to increase the payout ratio to return more cash to shareholders. \u003c/p\u003e \u003ch3\u003eChina Construction Bank Looks Like A Great Dividend Stock\u003c/h3\u003e \u003cp\u003e Overall, we think this could be an attractive income stock, and it is only getting better by paying a higher dividend this year. Distributions are quite easily covered by earnings, which are also being converted to cash flows. All of these factors considered, we think this has solid potential as a dividend stock. \u003c/p\u003e\u003cp\u003e It's important to note that companies having a consistent dividend policy will generate greater investor confidence than those having an erratic one. Still, investors need to consider a host of other factors, apart from dividend payments, when analysing a company. Earnings growth generally bodes well for the future value of company dividend payments. See if the 19 China Construction Bank analysts we track are forecasting continued growth with our \u003cstrong\u003efree\u003c/strong\u003e \u003ca target=\"_blank\" href=\"https://simplywall.st/stocks/hk/banks/hkg-939/china-construction-bank-shares?blueprint=1668951\u0026utm_medium=finance_user\u0026utm_campaign=conclusion\u0026utm_source=post#past-future-earnings\"\u003ereport on analyst estimates for the company\u003c/a\u003e. We have also put together a \u003ca target=\"_blank\" href=\"https://simplywall.st/discover/investing-ideas/1602/dividend-rock-stars/global?blueprint=1668951\u0026utm_medium=finance_user\u0026utm_campaign=conclusion-grid\u0026utm_source=post\"\u003e\u003cstrong\u003elist of global stocks with a solid dividend. \u003c/strong\u003e\u003c/a\u003e \u003c/p\u003e\u003cp\u003e\u003cspan style=\"float:right;font-size:12px;color:grey\"\u003ePromoted\u003c/span\u003e\u003cbr/\u003e If you’re looking to trade a wide range of investments, open an account with the lowest-cost* platform trusted by professionals, \u003ca href=\"https://www.interactivebrokers.com/mkt/?src=sws4b\u0026url=%2Fen%2Findex.php%3Ff%3D1338\" target=\"_blank\"\u003eInteractive Brokers\u003c/a\u003e. Their clients from over 200 countries and territories trade stocks, options, futures, forex, bonds and funds worldwide from a single integrated account. \u003c/p\u003e\u003cbr/\u003e\u003cp\u003e\u003ci\u003eThis article by Simply Wall St is general in nature. It does not constitute a recommendation to buy or sell any stock, and does not take account of your objectives, or your financial situation. We aim to bring you long-term focused analysis driven by fundamental data. Note that our analysis may not factor in the latest price-sensitive company announcements or qualitative material. Simply Wall St has no position in any stocks mentioned.\u003cbr/\u003e \u003csup\u003e *\u003c/sup\u003eInteractive Brokers Rated Lowest Cost Broker by StockBrokers.com Annual Online Review 2020\u003c/i\u003e\u003cbr/\u003e\u003cbr/\u003e\u003cstrong\u003eHave feedback on this article? Concerned about the content?\u003c/strong\u003e \u003ca href=\"https://feedback.simplywall.st/article/MTY2ODk1MTo0MDViNmRjZWE0Njg4MTM0\" target=\"_blank\"\u003e\u003cstrong\u003eGet in touch\u003c/strong\u003e\u003c/a\u003e\u003cstrong\u003e with us directly.\u003c/strong\u003e\u003ci\u003e Alternatively, email editorial-team (at) simplywallst.com.\u003c/i\u003e\u003c/p\u003e","market":"HK","industry":"Banks","uniqueSymbol":"SEHK:939","description":"China Construction Bank Corporation provides various banking and related financial services to individuals and corporate customers in the People's Republic of China and internationally.","scoreSentence":"Flawless balance sheet 6 star dividend payer.","score":[6,2,4,7,7]},"__N_SSG":true},"page":"/article/[slug]","query":{"slug":"china-construction-banks-hkg939-shareholders-will-receive-a"},"buildId":"8yY7t0ZM4-vnWxqJVTvVV","isFallback":false,"gsp":true,"customServer":true,"scriptLoader":[]}
</script><script>(function(){window['__CF$cv$params']={r:'6a72dfbf3e5741c4',m:'Y5Jo7C9LPbmMu2ewr2yT2jO_h8LMw.xZXe8TFdbcYos-1635746125-0-AWHZC22zg5mYiJyOutbPUAAMW/427POOWrGydQBvZC5iYG8I3JgGnV82YbUqfPQTZoLLe571ph99L+KfifSpmNAlQ6JHm3tEyCI9yfcX65zX2vrqL/160aL6ZoICeTlr0HjuvAGmXw710FsvfNTZlMKJXMZK8Ndjf2BeWw5pHKH0AKzrmQEaLymNDMeRrx14pYZxx9rmQA3xOGCpdFyxEmJJak/UFLPUC0WR4hjE+BAxjSOFhK9uDIdRzhjXp/fJbzIawd9ZWJp6N9FERy/5Rms=',s:[0x22c429c8f3,0x8d393a332e],}})();</script> | 0 |
<html version="-//w3c//dtd html 4.01 transitional//en"><body lang=en> <meta content="text/html; charset=utf-8"http-equiv=Content-Type><meta content=width=device-width,initial-scale=1.0 name=viewport><link href=http://common.sensagent.eu/online-2010/css/all.2013-05.wide.css rel=stylesheet><link href=http://common.sensagent.eu/online-2010/css/wiki.css rel=stylesheet><link href=http://common.sensagent.eu/online-2010/css/print.css media=print rel=stylesheet><script src=http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js></script><script src=http://common.sensagent.eu/_static/js/jquery.cookie.js></script><title>
RESIDENTIAL GATEWAY : definition of RESIDENTIAL GATEWAY and synonyms of RESIDENTIAL GATEWAY (English)
</title><meta content="Definitions of RESIDENTIAL GATEWAY, synonyms, antonyms, derivatives of RESIDENTIAL GATEWAY, analogical dictionary of RESIDENTIAL GATEWAY (English)"name=description><meta content=all name=robots><link href="http://dictionary.sensagent.com/RESIDENTIAL GATEWAY/en-en/"rel=canonical><link href="http://m.sensagent.com/en/definition-synonym/define.xhtml?w=RESIDENTIAL GATEWAY&sl=en&tl1=en"media=handheld rel=alternate><link href="http://dictionnaire.sensagent.com/RESIDENTIAL GATEWAY/en-en/"hreflang=fr rel=alternate type=text/html><link href="http://dictionary.sensagent.com/RESIDENTIAL GATEWAY/en-en/"hreflang=en rel=alternate type=text/html><link href="http://diccionario.sensagent.com/RESIDENTIAL GATEWAY/en-en/"hreflang=es rel=alternate type=text/html><link href="http://dicionario.sensagent.com/RESIDENTIAL GATEWAY/en-en/"hreflang=pt rel=alternate type=text/html><link href="http://dictionary.sensagent.com/RESIDENTIAL GATEWAY/en-en/"hreflang=x-default rel=alternate type=text/html><meta content=en name=language><meta content=en http-equiv=content-Language><meta content="Yann Picand, Dominique Dutoit"name=author><meta content="sensagent - 2005-2015"name=copyright><meta content="60 days"name=revisit-after><meta content=sensagent name=publisher><meta content=general name=rating><meta content=dictionary name=category><meta content=01012005 name=Date-Creation-ddmmyyyy><style>#C_DAT_menu .item {line-height:22px;}</style><script>function popUp(URL) { day = new Date(); id = day.getTime(); eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=628,left = 62,top = 62');");}
function show ( nElement ) { if (nElement) { nElement.style.display="block"; nElement.style.visibility = "visible"; } }
function showById ( nId ) { try { show ( document.getElementById(nId) ); } catch (e) { alert ( "showById() : " + nId ); } }
function hide ( nElement ) { if ( nElement ) { nElement.style.display="none"; nElement.style.visibility = "hidden"; } }
function hideById ( nId ) { try { hide ( document.getElementById(nId) ); } catch (e) { alert ( "hideById() : " + nId ); } }
function getOffsetLeft(nElement) { if (!nElement) return 0; return nElement.offsetLeft + getOffsetLeft(nElement.offsetParent); }
function getOffsetTop(nElement) { if (!nElement) return 0; return nElement.offsetTop + getOffsetTop(nElement.offsetParent); }
var myOpenDlg = '';
var bDisplayed = false;
//var mouseUpCount = 0;
//function mouseUpHandler() { mouseUpCount++; document.status = "mouseUpHandler : " + mouseUpCount; return hideOpenedDlg(); }
function hideOpenedDlg() { if ( bDisplayed ) { hide(document.getElementById(myOpenDlg)); bDisplayed = false; myOpenDlg = ''; } return false; }
function showDlg ( nId, nX, nY, nMove ) { var d=document.getElementById(nId); if (d) { if (nMove) { d.style.top = "115px"; d.style.top = nY+"px"; d.style.left = nX+"px"; }; show(d); bDisplayed = true; myOpenDlg = nId; }; return false; }
// Navigator 4.0x
//if (window.Event) document.captureEvents(Event.MOUSEUP);
//if ( document.addEventListener ) document.addEventListener("mouseup", mouseUpHandler, false);
document.onmouseup = mouseUpHandler;
function closeOpenDlg(nId,nMove,nParent) { if (!bDisplayed) {showDlg ( nId, getOffsetLeft(nParent), getOffsetTop(nParent)+20, nMove );} else { if ( nId != myOpenDlg ) { hideOpenedDlg(); showDlg(nId, getOffsetLeft(nParent), getOffsetTop(nParent)+20, nMove ); } else hideOpenedDlg(); }; return false; }
//function setAdd() { var addif = document.getElementById("ptRAdd"); if ( addif ) addif.src='http://www.sensagent.com/alexandria-advertising/managed/getAddAlexandria.jsp?p=SQU-300x250-DICO&bgc=%FFFFFF&w=FRAMBOISIER&sl=fr&c=FR'; }</script><script src=http://common.sensagent.eu/online-2010/scripts/alexandria-dictionary.en.js></script><script src=http://common.sensagent.eu/online-2010/scripts/alexandria-dictionary.en.js></script><style>body, div, h1, p { margin: 0; padding: 0;}
body { background: none repeat scroll 0 0 #FFFFFF; font-size: 12px;}
#C_ {width:800px;margin:0px auto;}
#C_TOP_MN_CONF { background-color: #883333; color: #FFFFFF; font-size: 90%; font-weight: bold; margin: 10px 0; padding: 2px 0; text-align: left; font-family: Arial,Helvetica,sans-serif;}
#C_TOP_MN_CONF .item { color: #FFFFFF; margin-right: 3px; padding: 0 3px;}
#C_TOP_MN_CONF .item a { color: #FFFFFF;}
#C_TOP_MN_CONF .arrowr { margin-right: 3px;}
#LOGO { font-family: Arial,Helvetica,sans-serif; font-size: 50px; font-variant: small-caps; line-height: 80px; text-align: center;}
.sensA, .sensAB { color: #7494B2; font-size: 152%; font-variant: normal;}
#socialnetdiv {margin:0px auto;width:60%;padding:0px auto;font-size:12px;padding:0px auto;text-align:center;}
#C_SF { border: 1px solid #888888;font-family: Arial,Helvetica,sans-serif;margin-top:10px;}
#C_SF_b2 { background-color: #E9E9E9; border: 1px solid #F4F3F3; padding: 3px 20px; text-align: left;}
#C_SF form { padding: 5px;}
td.SFinput {width:90%;}
table.SF {width:100%;}
#SF_wording { color: #030028; font-size: 18px; font-weight: bold; height: 25px; margin: 0 6px 6px 0; padding: 1px 2px; text-align: left; vertical-align: 0; width: 455px;}
button.language { cursor: pointer; width: 140px;}
td.SFbutton {width:30%;}
#SF_button { float: right; font-size: 18px; height: 60px;font-family:inherit;}
#SF_ .SF_arrow {float:none;}
#SLList, #TLList {display:none}
div.languages span { float:left;margin-right:10px;width:80px; border: 1px solid #FFFFFF;color: #515198;cursor: pointer;font-family: Arial,Helvetica,sans-serif;padding: 2px 30px 2px 6px;}
div.languages span.highlighted { background-color: #FFFF00; border: 1px solid #FFFF00;}
.languages span:hover {border:1px dotted #808080;}
.languages span.selectedsl, .languages span.selectedtl {background-color:yellow;font-weight:bold;color:black}
.blockset {padding-top:5px;float:left;width:45%}
.blockset .block {border:1px solid black;width:95%;margin:5px;display:inline-block;}
.blockset .btitle {background-color:#444;padding:1% 1% 2% 2%;font-weight:bold;font-size:120%;color:white;letter-spacing:3px;}
.blockset .bcontent {margin:5px;}
.AlertPubIns2 {width:728px;color: #000000; font-family: Arial,Helvetica,sans-serif;font-size: 8px;font-weight: bold;margin: 0;padding: 0;text-align: right;margin-top:20px;}
div.addInside {margin-top:15px;margin-bottom:15px;}
.synsetlink {margin-left:10px;font-weight:bold;cursor:pointer;}
div.idefsall {border: 1px dotted black;margin:10px 0px;padding:10px;width:80%;}
div.infldefs {margin-left:10px;margin-bottom:10px;}
.infldefs .def {margin-left:0px;}
.infldefs .entry {color: #515181; font-size: 120%; font-weight: bold;}
.def .lemma {color:darkblue;font-weight:bold;font-size:110%;}
.def .mode {color:darkgreen;}
.def .tense {color:darkred;}
.cwblock { padding:10px; float:left; }
.cwlink { line-height:22px;}
@media (max-width: 799px) {
div.idefsall {margin:5px;padding:5px;width:90%;}
}</style><style>#C_ {margin:0px;}
@media (max-width: 500px) {
.hidden-phone {display:none;}
}</style><script>function getDimensions() {
var winW = 630, winH = 460;
if (document.body && document.body.offsetWidth) {
winW = document.body.offsetWidth;
winH = document.body.offsetHeight;
}
if (document.compatMode=='CSS1Compat' && document.documentElement && document.documentElement.offsetWidth ) {
winW = document.documentElement.offsetWidth;
winH = document.documentElement.offsetHeight;
}
if (window.innerWidth && window.innerHeight) {
winW = window.innerWidth;
winH = window.innerHeight;
}
return {'w':winW,'h':winH};
}
function setMatomyAdInside(nConf) {
if (SENSAGENT_ADDS['dim']['w'] > 800 ) {
// 1712629
if (nConf['ad_slot'] == '1422365' ) nConf['position']='above';
if ('position' in nConf) document.write('<SCR'+'IPT SRC="http://ib.adnxs.com/ttj?id='+nConf["ad_slot"]+'&referrer=sensagent.com&position='+nConf['position']+'" TYPE="text/javascript"></SCR'+'IPT>');
else document.write('<SCR'+'IPT SRC="http://ib.adnxs.com/ttj?id='+nConf["ad_slot"]+'&referrer=sensagent.com" TYPE="text/javascript"></SCR'+'IPT>');
}
}
function setGoogleAdInside(nConf) {
google_ad_client = "ca-pub-5638131742820545";
adWidth = SENSAGENT_ADDS['dim']['w'];
if (nConf['k'] == 'BAN') {
if ( adWidth >= 728 ) google_ad_size = ["728", "90"]; /* Leaderboard 728x90 */
else if ( adWidth >= 468 ) google_ad_size = ["468", "60"]; /* Banner (468 x 60) */
// else if ( adWidth >= 336 ) google_ad_size = ["336", "280"]; /* Large Rectangle (336 x 280) */
// else if ( adWidth >= 300 ) google_ad_size = ["300", "250"]; /* Medium Rectangle (300 x 250) */
else if ( adWidth >= 250 ) google_ad_size = ["250", "250"]; /* Square (250 x 250) */
else if ( adWidth >= 200 ) google_ad_size = ["200", "200"]; /* Small Square (200 x 200) */
else if ( adWidth >= 180 ) google_ad_size = ["180", "150"]; /* Small Rectangle (180 x 150) */
else google_ad_size = ["125", "125"]; /* Button (125 x 125) */
}
if (nConf['k'] == 'SQU') {
if ( adWidth >= 728 ) google_ad_size = ["336", "280"]; /* Leaderboard 728x90 */
else if ( adWidth >= 468 ) google_ad_size = ["300", "250"]; /* Banner (468 x 60) */
//else if ( adWidth >= 336 ) google_ad_size = ["336", "280"]; /* Large Rectangle (336 x 280) */
else if ( adWidth >= 300 ) google_ad_size = ["300", "250"]; /* Medium Rectangle (300 x 250) */
else if ( adWidth >= 250 ) google_ad_size = ["250", "250"]; /* Square (250 x 250) */
else if ( adWidth >= 200 ) google_ad_size = ["200", "200"]; /* Small Square (200 x 200) */
else if ( adWidth >= 180 ) google_ad_size = ["180", "150"]; /* Small Rectangle (180 x 150) */
else google_ad_size = ["125", "125"]; /* Button (125 x 125) */
}
if (nConf['k'] == 'MBAN') {
if ( adWidth < 700 ) google_ad_size = ["320", "100"]; /* Banner (320 x 100) */
else google_ad_size = ["-1", "-1"]; /* nothing */
}
if ( google_ad_size[0] != "-1") {
//"3044526521";
google_ad_slot = nConf['ad_slot'];
document.write ('<ins class="adsbygoogle" style="display:inline-block;width:'
+ google_ad_size[0] + 'px;height:'
+ google_ad_size[1] + 'px" data-ad-client="'
+ google_ad_client + '" data-ad-slot="'
+ google_ad_slot + '"></ins>'
);
(adsbygoogle = window.adsbygoogle || []).push({});
document.write ('<scr'+'ipt async src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></scr'+'ipt>');
}
}
var SENSAGENT_ADDS = {'debug':false,'places':[],'nogoogle':true};
SENSAGENT_ADDS['dim'] = getDimensions();
SENSAGENT = {}
SENSAGENT['slid']='en';
SENSAGENT['tlid']='en';
function setSourceLanguage2() { $("#TLList").hide(); $("#SLList").toggle();}
function setTargetLanguage2() { $("#SLList").hide(); $("#TLList").toggle();}
function search() {
_w = $('#SF_wording').val();
if ( _w.length > 0 ) document.location = '/'+$('#SF_wording').val()+'/'+SENSAGENT['slid']+'-'+SENSAGENT['tlid']+'/';
}
$(document).ready(function(){
$("#SLList span").click(function(){
$("#SLList").hide();
$("#SF_sl-wording").html($(this).html());
$("#SLList span[data-lid='"+SENSAGENT['slid']+"']").removeClass('selectedsl');
SENSAGENT['slid']=$(this).attr('data-lid');
$(this).addClass('selectedsl');
});
$("#TLList span").click(function(){
$("#TLList").hide();
$("#SF_tl-wording").html($(this).html());
$("#TLList span[data-lid='"+SENSAGENT['tlid']+"']").removeClass('selectedtl');
SENSAGENT['tlid']=$(this).attr('data-lid');
$(this).addClass('selectedtl');
});
$("#SF_swap").click(function(){
$("#TLList").hide();
$("#SLList").hide();
_tampon=SENSAGENT['slid'];
SENSAGENT['slid']=SENSAGENT['tlid'];
SENSAGENT['tlid']=_tampon;
_tampon=$("#SF_sl-wording").html();
$("#SF_sl-wording").html($("#SF_tl-wording").html());
$("#SF_tl-wording").html(_tampon);
_slspan = $("#SLList span[data-lid='"+SENSAGENT['tlid']+"']");
_tlspan = $("#TLList span[data-lid='"+SENSAGENT['slid']+"']");
_slspan.removeClass('selectedsl');
_tlspan.removeClass('selectedtl');
_slspan = $("#SLList span[data-lid='"+SENSAGENT['slid']+"']");
_tlspan = $("#TLList span[data-lid='"+SENSAGENT['tlid']+"']");
_slspan.addClass('selectedsl');
_tlspan.addClass('selectedtl');
});
$("#SLList span[data-lid='"+SENSAGENT['slid']+"']").addClass('selectedsl');
$("#TLList span[data-lid='"+SENSAGENT['tlid']+"']").addClass('selectedtl');
// $('#SF_wording').focus();
});</script><script>function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=628,left = 62,top = 62');");
}
function show ( nElement ) { if (nElement) { nElement.style.display="block"; nElement.style.visibility = "visible"; } }
function showById ( nId ) { try { show ( document.getElementById(nId) ); } catch (e) { alert ( "showById() : " + nId ); } }
function hide ( nElement ) { if ( nElement ) { nElement.style.display="none"; nElement.style.visibility = "hidden"; } }
function hideById ( nId ) { try { hide ( document.getElementById(nId) ); } catch (e) { alert ( "hideById() : " + nId ); } }
function getOffsetLeft(nElement) { if (!nElement) return 0; return nElement.offsetLeft + getOffsetLeft(nElement.offsetParent); }
function getOffsetTop(nElement) { if (!nElement) return 0; return nElement.offsetTop + getOffsetTop(nElement.offsetParent); }
function hideOpenedDlg() { if ( bDisplayed ) { hide(document.getElementById(myOpenDlg)); bDisplayed = false; myOpenDlg = ''; } return false; }
function showDlg ( nId, nX, nY, nMove ) { var d=document.getElementById(nId); if (d) { if (nMove) { d.style.top = "115px"; d.style.top = nY+"px"; d.style.left = nX+"px"; }; show(d); bDisplayed = true; myOpenDlg = nId; }; return false; }</script><link href=http://common.sensagent.eu/_static/rd.css rel=stylesheet><style>#F_ {margin-top:20px;}
@media (max-width: 799px) {
button.language {width:auto;}
.addthis_counter {display:none important!;}
}
@media (max-width: 650px) {
.blockset {width:90%}
}
@media (max-width: 600px) {
a {line-height:150%;}
body {font-size:14px;}
#LOGO { font-size: 30px; line-height: 35px;}
#C_DAT_menu {display:none;}
}
@media (max-width: 800px) {
#C_DAT_menu {width:100%;}
.AlertPubIns2 {width:90%;}
div.languages span {font-size:120%;width:22%;line-height:150%;}
.l01, .l03, .l06, .l08, .l09, .l11, .l14, .l16, .l17, .l19, .l22, .l24, .l25, .l27, .l30, .l32, .l33, .l35 {background-color:#F5F5DC;}
.languages span.selectedsl, .languages span.selectedtl {color:black;font-weight:bold;}
.l01, .l03, .l05, .l07, .l09, .l11, .l13, .l15, .l17, .l19, .l21, .l23, .l25, .l27, .l29, .l31, .l33, .l35, .l37 {background-color:#F5F5DC;}
.l02, .l04, .l06, .l08, .l10, .l12, .l14, .l16, .l18, .l20, .l22, .l24, .l26, .l28, .l30, .l32, .l34, .l36 {background-color:#F5F5F5;}
}
@media (min-width: 401px) and (max-width: 650px) {
div.languages span {font-size:120%;width:27%;line-height:150%;margin:0px 1%; padding:0px 0px 0px 2%;}
}
@media (max-width: 600px) {
.languages {font-size:100%;line-height:120%;padding-top:5px;background-color:#FFF;}
.languages span {float:left;width:45%;padding-left:5%;border:1px dotted black;margin:2px 1%;text-align:center;padding-left:0%;}
}
@media (min-width: 300px) and (max-width: 400px) {
div.languages span {font-size:120%;width:33%;line-height:150%;margin-left:1%; margin-right:1%;padding-left:2%;}
.l01, .l04, .l05, .l08, .l09, .l12, .l13, .l16, .l17, .l20, .l21, .l24, .l25, .l28, .l29, .l32, .l33, .l36, .l37 {background-color:#F5F5DC;}
.l02, .l03, .l06, .l07, .l10, .l11, .l14, .l15, .l18, .l19, .l22, .l23, .l26, .l27, .l30, .l31, .l34, .l35, .l38 {background-color:#F5F5F5;}
}
@media (max-width: 300px) {
div.languages span {font-size:120%;width:90%;line-height:150%;margin-left:1%; margin-right:1%;padding-left:5%;}
}
@media (max-width: 400px) {
#socialnetdiv {display:none;}
}
@media (max-width: 240px) {
}
span.s {display:none}
#bodyContent {font-family:sans-serif;font-size:1.1em;line-height:1.8em;}
/* */
#bodyContent a {text-decoration:none;color:#345472;}
#bodyContent a:hover {text-decoration:underline;}
.wikiFooter {font-family:sans-serif;font-size:12px;line-height:1.5em;}
.phrases {line-height:1.8em;}</style><link href=http://common.sensagent.eu/_static/css/userdef.css rel=stylesheet><style>.entryLittre .pron {font-size:80%}
.mw-editsection {display:none;}
.google_inside {margin:10px 0px 10px 10px;}
.ebiteminfo {cursor:pointer;}
#CR_ {float:right;}
.AlertPubInside {color: #000000; font-family: Arial,Helvetica,sans-serif;font-size: 8px;font-weight: bold;margin: 0;padding: 0;text-align: center;margin-top:20px;}
.wsep { margin:0px 5px;}
.se .link {font-size:110%;font-weight:bold;margin-top:5px;}
.se .extract {margin-left:10px;}
.synsetlink, .csynsetlink {margin-left:10px;font-weight:bold;cursor:pointer;}
.divTranslations h2.entry, .divSynonyms h2.entry {margin-top:10px;}
.curHand {cursor:pointer;}
@media (max-width: 650px) {
.sensWiki {display:none;}
}
#cookie_mess { background-color: rgba(17, 69, 108, 0.8); bottom: 0; color: #fff; padding: 10px; position: fixed; display: none; width: 100%; z-index: 30; font-family:arial; font-size:1em;}
#cookie_mess p {width:95%; margin-bottom:10px;}
#cookie_mess input { background-color: rgba(17, 69, 108, 0.5); border: 1px solid #ddd; color: #ddd; cursor: pointer; margin: 0 10px; padding: 3px;}
#cookie_mess input:hover { background-color: rgba(17, 69, 108, 0.8);}
#cookie_mess a:hover, #cookie_mess input:hover { border-color: #fff; color: #fff;}</style><script>function dCesar(v,k,l) { _ls = []; for (var i=0; i<v.length; i++) _ls.push(l[(l.indexOf(v[i])-l.indexOf(k[i])+l.length + 1) % l.length]); return _ls.join("");};
function dCesar_DITREES(v,k) { return dCesar(v,k,'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789'); };
function hide_leftsidepub() { $('#lsad').hide(); }
$(document).ready(function(){
$(".synsetlink").click(function(){
_didom = '/';
_didom = 'http://analogical-dictionary.sensagent.com/';
_diurl = _didom +$(this).attr('data-bid')+'/ML-'+$(this).attr('data-sl')+'-'+$(this).attr('data-tl')+'/';
document.location.href = _diurl;
});
$(".csynsetlink").click(function(){
_cbid = $(this).attr('data-cbid');
_ckey = $(this).parent().parent().attr('data-bidk');
_bid = dCesar_DITREES(_cbid,_ckey);
document.location = '/'+_bid+'/ML-'+$(this).attr('data-sl')+'-'+$(this).attr('data-tl')+'/';
});
});
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=628,left = 62,top = 62');");
}
function searchEbay3(nElt) {
popUp(nElt.getAttribute('hr'))
}
function searchEbay2(nElt) {
var win=window.open(nElt.getAttribute('hr'), '_blank');
win.focus();
}</script><div id=contentAll><div id=contentCol><div id=CR_><div id=R_></div><div id=C_><div id=C_TOP><div id=C_TOP_MN><div id=C_SF><div id=C_SF_b2><form action=javascript:search() id=SF_><table class=SF><tbody><tr><td class=SFinput><input value="RESIDENTIAL GATEWAY"id=SF_wording name=w onfocus=this.select()> <br> <button onclick="setSourceLanguage2(); return false;"title="choose source language"class=language type=button><span id=SF_sl-wording> English </span> <span class=SF_arrow> ▼ </span></button> <span id=SF_arrow> » </span> <button onclick="setTargetLanguage2(); return false;"title="choose target language"class=language type=button><span id=SF_tl-wording> English </span> <span class=SF_arrow> ▼ </span></button> <button title="swap languages"class=SF_swap id=SF_swap type=button>↔</button> <input id=SF_sl-id name=sl readonly type=hidden value=en> <input id=SF_tl-id name=tl1 readonly type=hidden value=en><td class=SFbutton><button id=SF_button name=Abutton1 title=search><i class=icon-SF> </i> <span class=subtitle> search </span></button></table></form></div><div class=languages id=SLList><span class=l01 data-lid=ar> Arabic </span><span class=l02 data-lid=bg> Bulgarian </span><span class=l03 data-lid=zh> Chinese </span><span class=l04 data-lid=hr> Croatian </span><span class=l05 data-lid=cs> Czech </span><span class=l06 data-lid=da> Danish </span><span class=l07 data-lid=nl> Dutch </span><span class=l08 data-lid=en> English </span><span class=l09 data-lid=et> Estonian </span><span class=l10 data-lid=fi> Finnish </span><span class=l11 data-lid=fr> French </span><span class=l12 data-lid=de> German </span><span class=l13 data-lid=el> Greek </span><span class=l14 data-lid=he> Hebrew </span><span class=l15 data-lid=hi> Hindi </span><span class=l16 data-lid=hu> Hungarian </span><span class=l17 data-lid=is> Icelandic </span><span class=l18 data-lid=id> Indonesian </span><span class=l19 data-lid=it> Italian </span><span class=l20 data-lid=ja> Japanese </span><span class=l21 data-lid=ko> Korean </span><span class=l22 data-lid=lv> Latvian </span><span class=l23 data-lid=lt> Lithuanian </span><span class=l24 data-lid=mg> Malagasy </span><span class=l25 data-lid=no> Norwegian </span><span class=l26 data-lid=fa> Persian </span><span class=l27 data-lid=pl> Polish </span><span class=l28 data-lid=pt> Portuguese </span><span class=l29 data-lid=ro> Romanian </span><span class=l30 data-lid=ru> Russian </span><span class=l31 data-lid=sr> Serbian </span><span class=l32 data-lid=sk> Slovak </span><span class=l33 data-lid=sl> Slovenian </span><span class=l34 data-lid=es> Spanish </span><span class=l35 data-lid=sv> Swedish </span><span class=l36 data-lid=th> Thai </span><span class=l37 data-lid=tr> Turkish </span><span class=l38 data-lid=vi> Vietnamese </span></div><div class=languages id=TLList><span class=l01 data-lid=ar> Arabic </span><span class=l02 data-lid=bg> Bulgarian </span><span class=l03 data-lid=zh> Chinese </span><span class=l04 data-lid=hr> Croatian </span><span class=l05 data-lid=cs> Czech </span><span class=l06 data-lid=da> Danish </span><span class=l07 data-lid=nl> Dutch </span><span class=l08 data-lid=en> English </span><span class=l09 data-lid=et> Estonian </span><span class=l10 data-lid=fi> Finnish </span><span class=l11 data-lid=fr> French </span><span class=l12 data-lid=de> German </span><span class=l13 data-lid=el> Greek </span><span class=l14 data-lid=he> Hebrew </span><span class=l15 data-lid=hi> Hindi </span><span class=l16 data-lid=hu> Hungarian </span><span class=l17 data-lid=is> Icelandic </span><span class=l18 data-lid=id> Indonesian </span><span class=l19 data-lid=it> Italian </span><span class=l20 data-lid=ja> Japanese </span><span class=l21 data-lid=ko> Korean </span><span class=l22 data-lid=lv> Latvian </span><span class=l23 data-lid=lt> Lithuanian </span><span class=l24 data-lid=mg> Malagasy </span><span class=l25 data-lid=no> Norwegian </span><span class=l26 data-lid=fa> Persian </span><span class=l27 data-lid=pl> Polish </span><span class=l28 data-lid=pt> Portuguese </span><span class=l29 data-lid=ro> Romanian </span><span class=l30 data-lid=ru> Russian </span><span class=l31 data-lid=sr> Serbian </span><span class=l32 data-lid=sk> Slovak </span><span class=l33 data-lid=sl> Slovenian </span><span class=l34 data-lid=es> Spanish </span><span class=l35 data-lid=sv> Swedish </span><span class=l36 data-lid=th> Thai </span><span class=l37 data-lid=tr> Turkish </span><span class=l38 data-lid=vi> Vietnamese </span></div><p style=clear:left;></div></div></div><div id=C_DAT><div id=C_DAT_menu><a href="http://www.sensagent.com/en/anagrams-dictionary/search-anagrams.jsp?w=RESIDENTIAL GATEWAY&tl=en&dl=en"class=item> anagrams </a><a class=item href=http://crosswords.sensagent.com/> crosswords </a><a title="wikipedia RESIDENTIAL GATEWAY"class=item href=#anchorWiki> wikipedia </a><a href="http://www.sensagent.com/en/ebay/search-items.html?w=RESIDENTIAL GATEWAY"class=item> Ebay </a></div><div style=margin-top:15px;height:40px;overflow:hidden;><div class="addthis_toolbox addthis_default_style"><a style="margin:0px 15px 0px 0px;"class=addthis_button_facebook_like fb:like:href=http://www.facebook.com/pages/Sensagentcom/481170961895640 fb:like:layout=button_count fb:like:locale=en_US fb:like:width=200> </a><a class=addthis_button_google_plusone g:plusone:href=/ g:plusone:size=medium> </a><a class=addthis_button_tweet tw:url=/> </a></div><script src=//s7.addthis.com/js/300/addthis_widget.js#pubid=memodata></script></div><div style=clear:left;height:1px;></div><div class=divInfos><a id=anchorDefinitions style=font-size:1px;line-height:1px;margin:0px;padding:0px;> </a><h2 class=title>definition - RESIDENTIAL GATEWAY</h2><p style="margin:5px 0px 0px 10px"><img src=http://common.sensagent.eu/online-2010/images/fleche.gd.bleu.3.gif> <a href=#anchorWiki> definition </a> of Wikipedia<div id=INSIDE1><p class=AlertPubInside> Advertizing ▼<div id=INSIDE1><script>setGoogleAdInside({'k':'BAN','ad_slot':'5134909729'});</script></div></div><a id=anchorWiki style=font-size:1px;line-height:1px;margin:0px;padding:0px;> </a><p class=title>Wikipedia<div class=wikip lang=en><div><div id=globalWrapper><div id=column-content><div id=content><a id=top name=top> </a><h1 class=firstHeading id=firstHeading>Residential gateway</h1><div id=bodyContent><h3 id=siteSub>From Wikipedia, the free encyclopedia</h3><div id=jump-to-nav>Jump to: <a href=#column-one> navigation </a> , <a href=#searchInput> search </a></div><div class="thumb tright"><div class=thumbinner style=width:182px;>File:Wirelessadsl2+router.dlink.dslg684t.JPG <div class=thumbcaption>A <a href=/D-Link/en-en/ title=D-Link> D-Link </a> router/modem used as a residential gateway.</div></div></div><dl><dd><i> This article is about the types of network routers and modems found in many homes, known colloquially as "residential gateways". </i></dl><p>A <b> residential gateway </b> is a <a title="Home networking"class=mw-redirect href=/Home_networking/en-en/> home networking </a> device, used as a <a title="Gateway (telecommunications)"href=/Gateway_(telecommunications)/en-en/> gateway </a> to connect devices in the home to the <a href=/Internet/en-en/ title=Internet> Internet </a> or other <a title="Wide area network"href=/Wide_area_network/en-en/> WAN </a> .<p>It is an umbrella term, used to cover multi-function networking <a title="Computer appliance"href=/Computer_appliance/en-en/> computer appliances </a> used in <a href=/Home/en-en/ title=Home> homes </a> , which may combine a <a title="DSL modem"href=/DSL_modem/en-en/> DSL modem </a> or <a title="Cable modem"href=/Cable_modem/en-en/> cable modem </a> , a <a title="Network switch"href=/Network_switch/en-en/> network switch </a> , providing <a title="LAN switching"href=/LAN_switching/en-en/> LAN switching </a> , a consumer-grade <a href=/Router/en-en/ title=Router> router </a> , and a <a title="Wireless access point"href=/Wireless_access_point/en-en/> wireless access point </a> . In the past, such functions were provided by separate devices, but by <a href=/Technological_convergence/en-en/#Home_network> technological convergence </a> , they have often merged into a single device.</p><a id=Term name=Term> </a><h2><span class=mw-headline> Term </span></h2><p>There are multiple devices that have been described as "residential gateways" each with a different function. Each type of device allows the connection of a <a title="Local area network"href=/Local_area_network/en-en/> LAN </a> (used in the home) to a <a title="Wide area network"href=/Wide_area_network/en-en/> WAN </a> . The WAN can be often the <a href=/Internet/en-en/ title=Internet> Internet </a> or can merely be a larger LAN of which the home is a part (such as a municipal WAN that provides connectivity to the residences within the municipality). WAN connectivity may be provided through <a title="Digital subscriber line"class=mw-redirect href=/Digital_subscriber_line/en-en/> DSL </a> , <a title="Cable modem"href=/Cable_modem/en-en/> cable modem </a> , a broadband <a title="Mobile phone"href=/Mobile_phone/en-en/> mobile phone </a> network, or other connections.<p>The term "residential gateway" was originally used to distinguish the inexpensive networking devices designated for use in the home from similar devices used in corporate LAN environments (which generally offered a greater array of capabilities). In recent years, however, the less expensive "residential gateways" have gained many of the capabilities of corporate gateways and the distinctions are fewer. Many home LANs now are able to provide most of the functions of small corporate LANs.<p>Therefore the term "residential gateway" was becoming obsolete and merely implies a less expensive, lower capability networking device.<p>Nowadays, the home gateway tends to have abundant interfaces, powerful functions and a more <a class=mw-redirect href=/User-friendly/en-en/ title=User-friendly> user-friendly </a> interface. It is a manageable terminal with <a href=/Auto-configuration/en-en/ title=Auto-configuration> auto-configuration </a> , multiple interfaces, and multi-service perceiving and bearing. The home gateway provides <a title="Quality of Service"class=mw-redirect href=/Quality_of_Service/en-en/> Quality of Service </a> to bear services of different types at the same time. As a part of the <a title="Carrier network"class=mw-redirect href=/Carrier_network/en-en/> carrier network </a> , the home gateway shall support remote control, detection and configuration. <sup class=reference id=cite_ref-0> <a href=#cite_note-0> <span> [ </span> 1 <span> ] </span> </a> </sup></p><a id=Devices name=Devices> </a><h2><span class=mw-headline> Devices </span></h2><p>Multiple devices have been described as "residential gateways":<ul><li><a title="Cable modem"href=/Cable_modem/en-en/> Cable modem </a><li><a title="DSL modem"href=/DSL_modem/en-en/> DSL modem </a><li><a title="Network modem"class=mw-redirect href=/Network_modem/en-en/> Network modem </a><li><a href=/Router/en-en/ title=Router> Router </a> or <a title="Wireless router"href=/Wireless_router/en-en/> Wireless router </a><li><a title="Network switch"href=/Network_switch/en-en/> Network switch </a><li><a title="Voice over internet protocol"class=mw-redirect href=/Voice_over_internet_protocol/en-en/> VoIP </a> <a title="Analog telephony adapter"href=/Analog_telephony_adapter/en-en/> ATA </a><li><a title="Wireless access point"href=/Wireless_access_point/en-en/> Wireless access point </a></ul><p>or any combination of the above.</p><a id=Types name=Types> </a><h2><span class=mw-headline> Types </span></h2><div class="thumb tright"><div class=thumbinner style=width:182px;><div class=thumbcaption>A typical ADSL router (Netgear DG632).</div></div></div><ul><li>A <a href=/Router/en-en/ title=Router> router </a> provides:</ul><dl><dd><ul><li>IP address <a href=/Router/en-en/ title=Router> routing </a><li>network address translation ( <a title="Network address translation"href=/Network_address_translation/en-en/> NAT </a> )<li><a class=mw-redirect href=/DHCP/en-en/ title=DHCP> DHCP </a> functions<li><a href=/Firewall/en-en/ title=Firewall> firewall </a> functions<li>LAN connectivity like a <a title="Network switch"href=/Network_switch/en-en/> Network switch </a></ul></dl><dl><dd>Most routers are self-contained components, using internally-stored firmware. They are generally OS-independent (i.e. can be used with any <a title="Operating system"href=/Operating_system/en-en/> operating system </a> ).</dl><ul><li><a title="Wireless router"href=/Wireless_router/en-en/> Wireless routers </a> perform the same functions as a router, but also allows connectivity for wireless devices with the LAN, or between the wireless router and another wireless router. (The wireless router-wireless router connection can be within the LAN or can be between the LAN and a WAN.)</ul><ul><li>A <a href=/Modem/en-en/ title=Modem> modem </a> (e.g. <a title="DSL modem"href=/DSL_modem/en-en/> DSL modem </a> , <a title="Cable modem"href=/Cable_modem/en-en/> Cable modem </a> ) provides none of the functions of a router. It merely allows <a href=/Ethernet/en-en/ title=Ethernet> Ethernet </a> traffic to be transmitted across telephone lines, cable wires, optical fibers, or wireless radio frequencies. On the receiving end is another modem that re-converts the transmission format back into digital data packets.</ul><dl><dd>This allows network bridging using telephone, cable, optical, and radio connection methods. The modem also provides <a title="Challenge-handshake authentication protocol"href=/Challenge-handshake_authentication_protocol/en-en/> handshake protocols </a> , so that the devices on each end of the connection are able to recognize each other. However, a modem generally provides few other network functions.</dl><dl><dd><ul><li>A <a class=mw-redirect href=/USB/en-en/ title=USB> USB </a> modem plugs into a single PC and allow connection of that single PC to a WAN. If properly configured, the PC can also function as the router for a home LAN.<li>An <a href=/Modem/en-en/ title=Modem> internal modem </a> can be installed on a single PC (e.g. on a <a title="Peripheral Component Interconnect"class=mw-redirect href=/Peripheral_Component_Interconnect/en-en/> PCI card </a> ), also allowing that single PC to connect to a WAN. Again, the PC can be configured to function as a router for a home LAN.</ul></dl><ul><li>A <a title="Wireless access point"href=/Wireless_access_point/en-en/> wireless access point </a> can function in a similar fashion to a modem. It can allow a direct connection from a home LAN to a WAN, if a wireless router or access point is present on the WAN as well.</ul><a id=Features name=Features> </a><h2><span class=mw-headline> Features </span></h2><p>Beyond basic connectivity and routing, residential gateways can provide addition features, such as:<ul><li>Configuration via a web interface<li><a title="Dynamic DNS"href=/Dynamic_DNS/en-en/> Dynamic DNS </a></ul><a id=Manufacturers name=Manufacturers> </a><h2><span class=mw-headline> Manufacturers </span></h2><p>There are a number of manufacturers of networking devices that have been used as residential gateways:<div style="-moz-column-count:2; column-count:2;"><ul><li><a href=/2Wire/en-en/ title=2Wire> 2Wire </a><li><a href=/3Com/en-en/ title=3Com> 3Com </a><li><a title="Allied Telesis"href=/Allied_Telesis/en-en/> Allied Telesis </a><li><a title="Apple Inc."href=/Apple_Inc./en-en/> Apple Inc. </a> (termed <a href=/AirPort/en-en/ title=AirPort> AirPort Base Stations </a> )<li><a href=/Asus/en-en/ title=Asus> Asus </a><li><a title="AVM GmbH"href=/AVM_GmbH/en-en/> AVM GmbH </a><li>Beetel<li><a href=/Belkin/en-en/ title=Belkin> Belkin </a><li>Bewan<li><a title="Buffalo Technology"href=/Buffalo_Technology/en-en/> Buffalo Technology </a><li><a title="Billion (company)"href=/Billion_(company)/en-en/> Billion </a><li><a title="Check Point"href=/Check_Point/en-en/> Check Point </a><li><a href=/Draytek/en-en/ title=Draytek> Draytek </a><li><a href=/D-Link/en-en/ title=D-Link> D-Link </a><li><a title="Enterasys Networks"href=/Enterasys_Networks/en-en/> Enterasys Networks </a><li><a title="Huawei Technologies"class=mw-redirect href=/Huawei_Technologies/en-en/> Huawei </a><li><a title="Lightning MultiCom"href=/Lightning_MultiCom/en-en/> Lightning MultiCom </a><li><a href=/Linksys/en-en/ title=Linksys> Linksys </a><li>Longshine<li><a class=mw-redirect href=/Mikrotik/en-en/ title=Mikrotik> Mikrotik </a><li><a href=/Motorola/en-en/ title=Motorola> Motorola </a><li><a href=/NEC/en-en/ title=NEC> NEC </a><li><a class=mw-redirect href=/NETGEAR/en-en/ title=NETGEAR> NETGEAR </a><li><a title="Acer (company)"class=mw-redirect href=/Acer_(company)/en-en/> Pivotal Networking </a><li><a class=mw-redirect href=/Sagem/en-en/ title=Sagem> Sagem Communications </a><li><a title="Siemens AG"class=mw-redirect href=/Siemens_AG/en-en/> Siemens AG </a><li>Shiro Corporation<li><a title="SMC Networks"href=/SMC_Networks/en-en/> SMC Networks </a><li><a class=mw-redirect href=/Speedtouch/en-en/ title=Speedtouch> Speedtouch </a><li><a href=/Tellabs/en-en/ title=Tellabs> Tellabs </a><li><a title="U.S. Robotics"href=/U.S._Robotics/en-en/> U.S. Robotics </a><li><a title="Verizon Communications"href=/Verizon_Communications/en-en/> Verizon </a><li>Westell Technologies, Inc.<li><a title="Zoom Telephonics"class=mw-redirect href=/Zoom_Telephonics/en-en/> Zoom Telephonics </a><li><a href=/ZyXEL/en-en/ title=ZyXEL> ZyXEL </a></ul></div><a id=See_also name=See_also> </a><h2><span class=mw-headline> See also </span></h2><div style="-moz-column-count:2; -webkit-column-count:2; column-count:2;"><ul><li><a title="Digital home"href=/Digital_home/en-en/> Digital home </a><li><a title="Home network"href=/Home_network/en-en/> Home network </a><li><a title="Home server"href=/Home_server/en-en/> Home server </a><li><a title="LAN switching"href=/LAN_switching/en-en/> LAN switching </a><li><a href=/Router/en-en/ title=Router> Router </a><li><a title="Technological convergence"href=/Technological_convergence/en-en/> Technological convergence </a></ul></div><a id=References name=References> </a><h2><span class=mw-headline> References </span></h2><div class=references-small><ol class=references><li id=cite_note-0><b> <a href=#cite_ref-0> ^ </a> </b> <a class="external free"href=http://www.huawei.com/news/view.do?id=89&cid=43 rel=nofollow title=http://www.huawei.com/news/view.do?id=89&cid=43> http://www.huawei.com/news/view.do?id=89&cid=43 </a></ol></div><a id=External_links name=External_links> </a><h2><span class=mw-headline> External links </span></h2><ul><li><a class="external text"href=http://www.homegatewayinitiative.org/ rel=nofollow title=http://www.homegatewayinitiative.org/> Home Gateway Initiative, which proposes specifications for residential gateways </a><li><a class="external text"href=http://compnetworking.about.com/library/weekly/aa061101a.htm rel=nofollow title=http://compnetworking.about.com/library/weekly/aa061101a.htm> The Residential Home Gateway </a> on <a href=/About.com/en-en/ title=About.com> About.com </a><li><a class="external text"href=http://www.huawei.com/news/view.do?id=89&cid=43 rel=nofollow title=http://www.huawei.com/news/view.do?id=89&cid=43> Home Gateway–A Key to Open Digital Home </a> ( <a href=/Huawei/en-en/ title=Huawei> Huawei </a> ).</ul><p></div></div></div></div></div></div><p class=title> <p style=margin-bottom:10px;><img src=http://common-en.sensagent.com/images/alexandria/data/fleche.gd.bleu.3.gif style=width:14px;height:14px;> <a href="http://translation.sensagent.com/translate/RESIDENTIAL GATEWAY/en/multilingual.html"> All translations of RESIDENTIAL GATEWAY </a></div><br></div></div></div><div id=L_><div class=logo><a class=logo href=/ style=color:#1B1B21;text-decoration:none;> sens <span class=sensA> a </span> gent </a><a name=top> </a></div><div class=titled-block><p class=title><span class=fv-sc> sens <span class=sensA> a </span> gent </span> 's content<p class=text><ul style=margin-top:0px;margin-bottom:0px;><li>definitions<li>synonyms<li>antonyms<li>encyclopedia</ul><p></div><div class=add-block id=lsad><p class=AlertPub> Advertising ▼<div><script>if (SENSAGENT_ADDS['dim']['w'] > 800 ) {
document.domain='sensagent.com';
document.write("<iframe src='http://www.sensagent.com/alexandria-advertising/managed/getAddAlexandria.jsp?p=SKY-160x600-NOADSENSE' width=160 height=600 marginheight=0 marginwidth=0 frameborder=0 scrolling=no></iframe>");
}</script></div></div><div class=titled-block><a name=partnership> </a><p class=title>Webmaster Solution<p class=section>Alexandria<p class=text><img align=left height=36 hspace=6 src=http://common-en.sensagent.com/common/online-2008/images/columns/dclic_en.bmp width=36> A windows (pop-into) of information (full-content of Sensagent) triggered by double-clicking any word on your webpage. Give contextual explanation and translation from your sites !<p class=text style=text-align:center>Try <a href=http://www.sensagent.com/ebay/search-array.jsp?dl=en&w=i-pod&sid=-1#360043787260 target=_blank> here </a> or get the <a href=http://popinto.sensagent.com/alexandria-popinto-2011/v2/webmasters/fr/presentation.jsp> code </a><p class=section>SensagentBox<p class=text>With a <a href=javascript:popUp('/common/online-2008/popup/PopUp-SearchBox.en.html')> SensagentBox </a> , visitors to your site can access reliable information on over 5 million pages provided by Sensagent.com. Choose the design that fits your site.</div><div class=titled-block><a name=business> </a><p class=title>Business solution<p class=section>Improve your site content<p class=text>Add new content to your site from Sensagent by XML.<p class=section>Crawl products or adds<p class=text>Get XML access to reach the best products.<p class=section>Index images and define metadata<p class=text>Get XML access to fix the meaning of your metadata.</p><br><p class=text>Please, <a href=javascript:popUp('/common/online-2008/popup/PopUp-Email.en.html')> email us </a> to describe your idea.</div><div class=titled-block><a class=anchor name=wordgames> </a><p class=title>WordGame<p class=text>The English word games are: <br> ○ <a href=http://www.sensagent.com/en/anagrams-dictionary/search-anagrams.jsp?w=Welcome&tl=en&dl=en> Anagrams </a> <br> ○ <a href=http://crosswords.sensagent.com/crosswords-dictionary/solve-crosswords.jsp?w=wel*m?&tl=en&e=UTF-8&dl=en> Wildcard, crossword </a> <br> ○ <a href=#lettris> Lettris </a> <br> ○ <a href=#boggle> Boggle. </a></div><div class=titled-block><a class=anchor name=lettris> </a><p class=title>Lettris<div class=legended-img><p class=text><a class=aa href=http://www.sensagent.com/en/online-games/lettris/lettris-main.en.html> Lettris </a> is a curious tetris-clone game where all the bricks have the same square shape but different content. Each square carries a letter. To make squares disappear and save space for other squares you have to assemble English words (left, right, up, down) from the falling squares.</div></div><div class=titled-block><a class=anchor name=boggle> </a><p class=title>boggle<div class=legended-img><p class=text><a class=aa href=http://boggle.sensagent.com/boggle/index.jsp?dl=en&pid=&gl=en> <img align=left hspace=6 src=http://common-en.sensagent.com/common/online-2008/images/columns/boggle.jpg style=width:84px;height:82px;> Boggle </a> gives you 3 minutes to find as many words (3 letters or more) as you can in a grid of 16 letters. You can also try the grid of 16 letters. Letters must be adjacent and longer words score better. See if you can get into the grid Hall of Fame !</div></div><div class=titled-block><a name="English dictionary description"class=anchor> </a><p class=title>English dictionary <br> Main references<p class=text>Most English definitions are provided by <a href=http://wordnet.princeton.edu/> WordNet </a> . <br> English thesaurus is mainly derived from The Integral Dictionary (TID). <br> English Encyclopedia is licensed by <a href=http://en.wikipedia.org/wiki/Wikipedia:Copyrights> Wikipedia (GNU). <br> <br> </a></p><a href=http://en.wikipedia.org/wiki/Wikipedia:Copyrights> </a></div><a href=http://en.wikipedia.org/wiki/Wikipedia:Copyrights> </a><div class=titled-block><a href=http://en.wikipedia.org/wiki/Wikipedia:Copyrights> </a><a name="other service"class=anchor> </a><p class=title>Copyrights<p class=text>The wordgames <a href=#wordgames> anagrams, crossword, Lettris and Boggle </a> are provided by Memodata. <br> The web service <a href=http://www.sensagent.com/alexandria-popup/v2/webmasters/en/introduction.jsp> Alexandria </a> <a> is granted from Memodata for the </a> <a href=http://www.sensagent.com/ebay/search-array.jsp?dl=en&w=i-pod&sid=-1#360043787260 target=_blank> Ebay search </a> . <br> The <a href=javascript:popUp('/common/online-2008/popup/PopUp-SearchBox.en.html')> SensagentBox </a> are offered by sensAgent.</div><div class=titled-block><a class=anchor name=translate> </a><p class=title>Translation<p class=text>Change the target language to find translations. <br> Tips: browse the semantic fields (see <a href=#analogical> From ideas to words </a> ) in two languages to learn more. <br></div><div class=titled-block><p class=title> <div class=text style=margin-top:6px;>7059 online visitors</div><p class="section c1">computed in 0.031s</div></div><div style="padding:0px 0px 20px 0px;"id=F_><a name="Information company"> </a><div class=menu><p class=items><a href=javascript:popUp('http://www.sensagent.com/common/online-2008/popup/PopUp-Email.en.html')> Contact Us </a> | <a href=javascript:popUp('http://www.sensagent.com/common/online-2008/popup/PopUp-informationcompany.en.html')> Company Information </a> | <a href=http://www.sensagent.com/privacy-policy.html lang=en> Privacy policy </a> | <a href=/last-modif/dictionary/index.html> Last modifications </a><p class=copyr>Copyright © 2012 sensagent Corporation: Online Encyclopedia, Thesaurus, Dictionary definitions and more. All rights reserved. Eco<div style=text-align:center;font-size:10px;color:#888;><a href=http://dictionary.sensagent.com/synonym/en-en/> synonym </a> - <a href=http://dictionary.sensagent.com/definition/en-en/> definition </a> - <a href=http://dictionary.sensagent.com/dictionary/en-en/> dictionary </a> - <a href=http://dictionary.sensagent.com/definition/en-en/> define </a> - <a href=http://dictionary.sensagent.com/translation/en-en/> translation </a> - <a href=http://dictionary.sensagent.com/translate/en-en/> translate </a> - <a href=http://dictionary.sensagent.com/translator/en-en/> translator </a> - <a href=http://dictionary.sensagent.com/conjugation/en-en/> conjugation </a> - <a href=http://dictionary.sensagent.com/anagram/en-en/> anagram </a></div></div></div></div></div><div class=divwarning id=warning-form><div class=warn-title>I would like to report:</div><div class=input>section : <select disabled name=section><option id=warn-did name=collab-did value=->in the definition above<option name=sectionid value=DEF>in the definition section<option name=sectionid value=SYN>in the synonyms section<option name=sectionid value=TRA>in the translation section</select></div><input value="RESIDENTIAL GATEWAY"name=warn-w type=hidden><input name=warn-sl type=hidden value=en><input name=warn-tl type=hidden value=en><input value="US - 34.133.206.40"name=warn-user type=hidden><div class="input top10"id=warn-ortho><input name=ortho type=checkbox value=1><span class=text> a spelling or a grammatical mistake </span></div><div class=input id=warn-abuse><input name=abuse type=checkbox value=1><span class=text> an offensive content(racist, pornographic, injurious, etc.) </span></div><div class=input id=warn-copyr><input name=copyr type=checkbox value=1><span class=text> a copyright violation </span></div><div class=input id=warn-error><input name=error type=checkbox value=1><span class=text> an error </span></div><div class=input id=warn-missing><input name=missing type=checkbox value=1><span class=text> a missing statement </span></div><div class=input id=warn-other><input name=other type=checkbox value=1><span class=text> other </span></div><div class=warn-title>please precise:</div><textarea dir=ltr id=warn-comment name=comment rows=5 style=width:90%;> </textarea><div class="input top10"><input class=right10 id=warn-send type=button value=SEND><input id=warn-cancel type=button value=CANCEL></div></div><script>if(typeof _SENSAGENT == 'undefined') { _SENSAGENT = {}; }
_SENSAGENT['search'] = {'sl':'en','tl':'en'};
_SENSAGENT['display'] = {'dl':'en'};
$(document).ready(function() {
$.cookie('sensagent.sufrom',document.location,{'domain':'sensagent.com','path':'/'});
});</script><script src=http://common.sensagent.eu/_static/js/userdef.js></script><script>if(typeof _SENSAGENT == 'undefined') { _SENSAGENT = {}; }
_SENSAGENT['search'] = {'sl':'en','tl':'en'};
_SENSAGENT['display'] = {'dl':'en'};</script><script>function getSelectedLanguages() {
_lset = {};_lset[_SENSAGENT['search']['sl']]=true;_lset[_SENSAGENT['search']['tl']]=true;
_llist = [_SENSAGENT['search']['sl']];
if (_SENSAGENT['search']['tl'] != _SENSAGENT['search']['sl']) _llist.push(_SENSAGENT['search']['tl']);
try {
l1 = $.cookie('sensagent.hl').split('-');
for ( var i = 0; i < l1.length; i++ ) {
_trimedl = $.trim(l1[i]);
if (_trimedl.length > 0) { if (typeof(_lset[_trimedl]) == 'undefined' ) { _lset[_trimedl] = true; _llist.push(_trimedl);} } }
} catch (err) {}
return _llist;
}
_languagesSelection = getSelectedLanguages().slice(0,5);
for ( var i=0; i < _languagesSelection.length; i++) {
$("#SLList span[data-lid='"+_languagesSelection[i]+"']").addClass('highlighted');
$("#TLList span[data-lid='"+_languagesSelection[i]+"']").addClass('highlighted');
}
$.cookie('sensagent.hl',_languagesSelection.join('-'),{'domain':'sensagent.com','path':'/','expires':365});</script><script>var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script>try {
var pageTracker = _gat._getTracker("UA-275917-1");
pageTracker._setDomainName(".sensagent.com");
pageTracker._trackPageview();
} catch(err) {}</script><div id=Rtemp><script>function openDlgLogin(nDisplayLanguageId) {
$.cookie('sensagent.sulfrom','data',{'domain':'.sensagent.com','path':'/'});
document.location = '/coop/'+getLoginLanguageId(nDisplayLanguageId)+'/login/login.html';
}
function delBlockingCookies() {
_cookies2del = ['__utma','slhl','tlhl','display','su'];
for ( var i = 0; i < _cookies2del.length; i++) {
$.removeCookie(_cookies2del[i],{'domain':'dictionnaire.sensagent.com','path':'/'});
$.removeCookie(_cookies2del[i],{'domain':'.sensagent.com','path':'/'});
$.removeCookie(_cookies2del[i],{'path':'/'});
$.removeCookie(_cookies2del[i]);
}
}
function myredirect(url) {
var isOpera, isIE = false;
if(typeof(window.opera) != 'undefined'){isOpera = true;}
if(!isOpera && navigator.userAgent.indexOf('Internet Explorer')){isIE = true;}
if (isIE)
{
var referLink = document.createElement('a');
referLink.href = url;
document.body.appendChild(referLink);
referLink.click();
} else location.href = url;
}
function getLoginLanguageId(nDisplayLanguageId) {
if (( nDisplayLanguageId == 'fr') || ( nDisplayLanguageId == 'en')) return nDisplayLanguageId;
return 'en';}
function logout() {
try {
$.removeCookie('sensagent.su',{'domain':'.sensagent.com','path':'/'});
window.location.href=window.location.href.split('#')[0];
// document.location='/reg/en/logout.html';
} catch (err) {}
}
function closeDlgLogin() { /* $('#divlogin').hide(); */ $("#flogin").attr('src',''); return false; }
function openDlgSubscription(nDisplayLanguageId) { closeDlgLogin(); popUp("/reg/"+getLoginLanguageId(nDisplayLanguageId)+"/sensagent/account-new.html"); }
function del_cookie(name) { document.cookie = name + '=; expires=Thu, 01-Jan-70 00:00:01 GMT;';}
function afterSConnection() {
closeDlgLogin();
del_cookie('__utmz');
// window.location.reload();
window.location.href=window.location.href.split('#')[0];
}</script><script>function getWikiTitle(nJQElt) {
// on récupère le commentaire (nouveaux WIKI)
_comment = nJQElt.parent().contents().first();
if ( _comment.get(0).nodeType == 8 ) {
_commentRegExp = new RegExp('.*/wiki/(.*)$');
_matching = _commentRegExp.exec(_comment.get(0).nodeValue);
if (_matching != null ) return [$.trim(_matching[1]),'COMMENT'];
else return ['','BAD COMMENT FORMAT'];
}
// on récupère le texte du titre (anciens WIKI)
return [nJQElt.contents().filter(function () { return this.nodeType === 3; }).text(),'TITLE']
}
function openDlgUpdateWiki(nDisplayLanguageId,nTitle) {
// alert(nDisplayLanguageId);
// alert(nTitle[0] + ' - ' + nTitle[1]);
// popUp("/reg/"+getLoginLanguageId(nDisplayLanguageId)+"/actions/update-wiki.html?ref="+document.location+'&title='+nTitle[0]+'&kind='+nTitle[1]);
delBlockingCookies();
popUp("/reg/"+getLoginLanguageId(nDisplayLanguageId)+"/actions/update-wiki-nc.html?ref="+document.location.href.split('#')[0]+'&title='+nTitle[0]+'&kind='+nTitle[1]);
}
$(document).ready(function(){
$("h1.firstHeading").append('<button class="wikiUpdate" style="float:right;margin:0px 10px 0px 0px;font-size:70%;color:black;" title="">update</button>');
$(".wikiUpdate").click(function(){
_title=getWikiTitle($(this).parent());
openDlgUpdateWiki('en',_title);
});
$(".ebiteminfo").click(function(){$(this).prev().children('a')[0].click();});
});</script><div class=titled-block id=slogin style=margin-top:10px><p class=title>My account<p class=text><a href=javascript:openDlgLogin("en");void(0);> login </a><p class=text><a href=javascript:openDlgSubscription("en");void(0);> registration </a></div><div class=add-block><p class=AlertPub> Advertising ▼<div><div style=margin-top:10px;margin-bottom:10px><script async src=https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js></script><ins class=adsbygoogle data-ad-client=ca-pub-5638131742820545 data-ad-slot=1319546215 style=display:inline-block;width:300px;height:600px> </ins><script>if (SENSAGENT_ADDS['dim']['w'] > 800 ) {
(adsbygoogle = window.adsbygoogle || []).push({});
}</script></div></div></div></div><script language=javascript>document.getElementById('R_').innerHTML = document.getElementById('Rtemp').innerHTML
document.getElementById('Rtemp').innerHTML = ' '</script><script src=http://common.sensagent.eu/online-2010/scripts/alexandria-dictionary.en.js></script><div id=cookie_mess><p>Cookies help us deliver our services. By using our services, you agree to our use of cookies. <input value="Got it"onclick=close_cookie_consent_div() type=submit> <a href=http://www.sensagent.com/privacy-policy.html target=blank> Find out more </a></div><script>function set_cookie_consent(nValue) { $.cookie('SENSAGENT_COOKIE_CONSENT',nValue, {'path':'/','domain':'sensagent.com','expires':3650})}
function show_cookie_consent_div() { $('#cookie_mess').show();}
function close_cookie_consent_div() {set_cookie_consent('OK'); $('#cookie_mess').hide();}
var _cookie_consent = $.cookie('SENSAGENT_COOKIE_CONSENT');
if (typeof(_cookie_consent) == "undefined") {
var _user_country='US';
if (( _user_country == '' ) || ( 'AT-BE-BG-CY-CZ-DE-DK-EE-ES-FI-FR-GR-HR-HU-IE-IT-LT-LV-LU-MT-NL-PO-PT-RO-SE-SI-SK-UK'.indexOf(_user_country) != -1 )) {
if ( document.referrer.indexOf('.sensagent.com') != -1 ) set_cookie_consent('NAV');
else show_cookie_consent_div();
} else { set_cookie_consent('US'); }
}</script> | 0 |
<!doctypehtml><html lang=en><meta charset=utf-8><meta content=ie=edge http-equiv=x-ua-compatible><meta content=width=device-width,initial-scale=1 name=viewport><meta content="OptionB.Org is dedicated to helping you build resilience in the face of adversity—and giving you the tools to help your family, friends, and community build resilience too."name=description><meta content=756222809618079744 property=twitter:account_id><meta content="Option B"property=twi:text><meta content=optionb property=twi:hashtag><meta content=summary_large_image name=twitter:card><meta content=@OptionB name=twitter:site><meta content=@OptionB name=twitter:creator><meta content="Option B"name=twitter:title><meta content="OptionB.Org helps people build resilience and find meaning in the face of adversity."name=twitter:description><meta content=https://cdn-media.leanin.org/media/2017-04-04/1491347982924/optionb-share-image.png name=twitter:image:src><meta content=1216158575098571 property=fb:app_id><meta content=OptionB.org property=og:site_name><meta content=website property=og:type><meta content=en_US property=og:locale><meta content=https://optionb.org/about property=og:url><meta content=https://cdn-media.leanin.org/media/2017-04-04/1491347982924/optionb-share-image.png property=og:image><meta content="Option B"property=og:title><meta content="OptionB.Org helps people build resilience and find meaning in the face of adversity."property=og:description><title>
About OptionB.Org | Building resilience in the face of adversity | OptionB.Org
</title><link href=https://cdn-media.leanin.org rel=dns-prefetch><link href=https://d2hacqby22ao20.cloudfront.net rel=dns-prefetch><link href=https://browser.sentry-cdn.com rel=dns-prefetch><link href=https://connect.facebook.net rel=dns-prefetch><link href=https://facebook.com rel=dns-prefetch><link href=https://www.googleadservices.com rel=dns-prefetch><link href=https://googleads.g.doubleclick.net rel=dns-prefetch><link href=https://www.google-analytics.com rel=dns-prefetch><link href=https://d2hacqby22ao20.cloudfront.net/ui/images/favicon-16.png rel=icon sizes=16x16 type=image/png><link href=https://d2hacqby22ao20.cloudfront.net/ui/images/favicon-32.png rel=icon sizes=32x32 type=image/png><link href=https://d2hacqby22ao20.cloudfront.net/ui/images/favicon-48.png rel=icon sizes=48x48 type=image/png><link href=https://d2hacqby22ao20.cloudfront.net/ui/images/favicon-64.png rel=icon sizes=64x64 type=image/png><link href=https://d2hacqby22ao20.cloudfront.net/ui/images/favicon-128.png rel=icon sizes=128x128 type=image/png><link href=https://d2hacqby22ao20.cloudfront.net/ui/images/favicon-256.png rel=icon sizes=256x256 type=image/png><link href=https://d2hacqby22ao20.cloudfront.net/ui/images/apple-touch-icon.png rel=apple-touch-icon><link href=https://d2hacqby22ao20.cloudfront.net/ui/_dist/common.5f31e53d38c5b6761eb5.css rel=stylesheet><link href=https://d2hacqby22ao20.cloudfront.net/ui/_dist/about.5049c139daf30da474e5.css rel=stylesheet><script>window.dataLayer = window.dataLayer || [];
window.dataLayer = [{
userType: 'anonymous',
userId: '',
contentGroup: 'about',
}];
window.onGAReady = function() {
if (window._GATrack_) {
window._GATrack_.trackerName = window.gaTrackerName_;
}
};
window.fbAppId = '491986270844332';
window.fbClientToken = '217d37166c1239237cdab915f858d6a9';</script><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl+ '>m_auth=vbFphtfarQV4JtLGwIp-JA>m_preview=env-1>m_cookies_win=x';f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KJPRR5L');</script><script type=application/ld+json>
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://optionb.org/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://optionb.org/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script><body><noscript><iframe height=0 src=https://www.googletagmanager.com/ns.html?id=GTM-KJPRR5L>m_auth=vbFphtfarQV4JtLGwIp-JA>m_preview=env-1>m_cookies_win=x style=display:none;visibility:hidden width=0></iframe></noscript><div class="old-browser padding-yaxis-lg bg-alternate text-center"><div class=container><p class=heading-2>You are using an outdated browser. <br> For a better experience, please <a title="Upgrade your browser"href=\"http://outdatedbrowser.com/\" rel=nofollow> upgrade your browser here </a> .</div></div><div class=offcanvas-wrapper id=top><div class="Navigation Navigation-mobile offcanvas right show-md"data-offcanvas-match="(max-width: 1023px)"data-offcanvas=navright><button class=close-button data-offcanvas-trigger=navright><span aria-hidden=true> × </span> <span class=sr-only> Close menu </span></button><nav><ul class="list-inline margin-none text-center"><li><a class=url href=/> Home </a><li><a class=url href=/build-resilience> Build resilience </a><li><a class=url href=/stories> Explore stories </a><li><a class=url href=/groups> Join a group </a><li><a class=url href=/optionbthere/holidays> Support others </a><li><a class=url href=/book> About the book </a><li><a class="url active"aria-current=page href=/about> About the org </a><li><a class=url href=/additional-support> Get additional support </a><li><a class=url href=/advisory-board> Advisory board </a><li><a class=url href=/contact> Contact us </a><li><a rel="nofollow noreferrer"class=url href=https://jobs.lever.co/leanin.org target=_blank> Careers </a></ul></nav><nav class=Nav-secondary><ul class="list-inline margin-none"><li>Welcome</ul></nav><p>Follow us<ul class="list-inline margin-none Social-Nav"><li><a class="circle icon"title="Like us on Facebook"href=https://www.facebook.com/optionbcommunity rel=noreferrer target=_blank> <svg viewbox="0 0 32 32"aria-hidden=true class=svg-icon height=32 role=presentation width=32><use xlink:href=#facebook></use></svg> </a><li><a class="circle icon"title="Follow us on Twitter"href=https://twitter.com/optionb rel=noreferrer target=_blank> <svg viewbox="0 0 32 32"aria-hidden=true class=svg-icon height=32 role=presentation width=32><use xlink:href=#twitter></use></svg> </a><li><a class="circle icon"title="Follow us on Instagram"href=https://www.instagram.com/optionb rel=noreferrer target=_blank> <svg viewbox="0 0 32 32"aria-hidden=true class=svg-icon height=32 role=presentation width=32><use xlink:href=#instagram></use></svg> </a></ul></div><div class=offcanvas-content data-offcanvas-content><header class="Header scrollup-header"data-module=ScrollupHeader data-offcanvas-fixed id=header><div class=container><div class="Header-logo-wrapper flex-no-shrink"><a class="Header-logo display-block"href=/ rel=home> <img alt="Option B"height=30 src=https://cdn-media.leanin.org/media/2017-03-29/1490763552682/OptionB_logo_rendered.svg> </a></div><div class="Navigation hide-md flex-grow"><nav><ul class="list-inline margin-yaxis-none text-center"><li class="dropdown build-resilience"><a class="font-small url"href=/build-resilience> Build resilience </a> <div class=dropdown-menu><div class=container><div class="flex-row padding-yaxis-md"><div class=flex-4><p class="heading-3 spacing-sm">Build your resilience<p class=spacing-xs>Resilience is like a muscle you can build. It’s just a matter of knowing how.<p class=spacing-xs><p class=margin-top-md><a class=button href=/build-resilience> Explore Resilience </a></div><div class=flex-8><ul class="CategoryGrid flex-row flex-wrap"><style>.CategoryGrid .grief-and-loss[style]:hover {
background-color: #332a41 !important;
}
.CategoryGrid .health-illness-and-injury[style]:hover {
background-color: #8b5315 !important;
}
.CategoryGrid .abuse-and-sexual-assault[style]:hover {
background-color: #273d4d !important;
}
.CategoryGrid .divorce-and-family-challenges[style]:hover {
background-color: #274e50 !important;
}
.CategoryGrid .incarceration[style]:hover {
background-color: #040e11 !important;
}
.CategoryGrid .raising-resilient-kids[style]:hover {
background-color: #213028 !important;
}
.CategoryGrid .resilience[style]:hover {
background-color: #9f3a20 !important;
}</style><li class="flex-3 flex-sm-6"><a class="display-block color-light font-bold grief-and-loss"style="background-color: #63537E"href=/category/grief-and-loss/resources> Grief & Loss </a><li class="flex-3 flex-sm-6"><a class="display-block color-light font-bold health-illness-and-injury"style="background-color: #DF8827"href=/category/health-illness-and-injury/resources> Health, Illness & Injury </a><li class="flex-3 flex-sm-6"><a class="display-block color-light font-bold abuse-and-sexual-assault"style="background-color: #497391"href=/category/abuse-and-sexual-assault/resources> Abuse & Sexual Assault </a><li class="flex-3 flex-sm-6"><a class="display-block color-light font-bold divorce-and-family-challenges"style="background-color: #489195"href=/category/divorce-and-family-challenges/resources> Divorce & Family Challenges </a><li class="flex-3 flex-sm-6"><a class="display-block color-light font-bold incarceration"style="background-color: #185163"href=/category/incarceration/resources> Incarceration </a><li class="flex-3 flex-sm-6"><a class="display-block color-light font-bold raising-resilient-kids"style="background-color: #4A6D5A"href=/category/raising-resilient-kids/resources> Raising Resilient Kids </a><li class="flex-3 flex-sm-6"><a class="display-block color-light font-bold resilience"style="background-color: #DB684A"href=/category/resilience/resources> Resilience </a></ul></div></div></div></div><li class="dropdown explore-stories"><a class="font-small url"href=/stories> Explore stories </a> <div class=dropdown-menu><div class=container><div class="flex-row padding-yaxis-md"><div class=flex-4><p class="heading-3 spacing-sm">Read stories of resilience<p class=spacing-xs>We want Option B to be a place where you can share your story, openly and honestly, as well as find stories of other people’s experiences.<p class=spacing-xs><p class=margin-top-md><a class=button href=/stories> Explore all stories </a></div><div class=flex-8><ul class="CategoryGrid flex-row flex-wrap"><style>.CategoryGrid .grief-and-loss[style]:hover {
background-color: #332a41 !important;
}
.CategoryGrid .health-illness-and-injury[style]:hover {
background-color: #8b5315 !important;
}
.CategoryGrid .abuse-and-sexual-assault[style]:hover {
background-color: #273d4d !important;
}
.CategoryGrid .divorce-and-family-challenges[style]:hover {
background-color: #274e50 !important;
}
.CategoryGrid .incarceration[style]:hover {
background-color: #040e11 !important;
}
.CategoryGrid .raising-resilient-kids[style]:hover {
background-color: #213028 !important;
}
.CategoryGrid .resilience[style]:hover {
background-color: #9f3a20 !important;
}</style><li class="flex-3 flex-sm-6"><a class="display-block color-light font-bold grief-and-loss"style="background-color: #63537E"href=/category/grief-and-loss> Grief & Loss </a><li class="flex-3 flex-sm-6"><a class="display-block color-light font-bold health-illness-and-injury"style="background-color: #DF8827"href=/category/health-illness-and-injury> Health, Illness & Injury </a><li class="flex-3 flex-sm-6"><a class="display-block color-light font-bold abuse-and-sexual-assault"style="background-color: #497391"href=/category/abuse-and-sexual-assault> Abuse & Sexual Assault </a><li class="flex-3 flex-sm-6"><a class="display-block color-light font-bold divorce-and-family-challenges"style="background-color: #489195"href=/category/divorce-and-family-challenges> Divorce & Family Challenges </a><li class="flex-3 flex-sm-6"><a class="display-block color-light font-bold incarceration"style="background-color: #185163"href=/category/incarceration> Incarceration </a><li class="flex-3 flex-sm-6"><a class="display-block color-light font-bold raising-resilient-kids"style="background-color: #4A6D5A"href=/category/raising-resilient-kids> Raising Resilient Kids </a><li class="flex-3 flex-sm-6"><a class="display-block color-light font-bold resilience"style="background-color: #DB684A"href=/category/resilience> Resilience </a></ul></div></div></div></div><li class="no-dropdown join-a-group"><a class="font-small url"href=/groups> Join a group </a><li class="dropdown about-option-b"><a class="font-small url active"aria-current=page href=/about> About Option B </a> <div class="dropdown-menu dropdown-menu-about"><div class=dropdown-container><div class=flex-row><div class=flex-6><a class="menu-about--book text-center font-small"href=/book> <div class="menu-about--img spacing-xs"><img alt data-scroll data-scroll-fixed=true data-scroll-image=https://cdn-media.leanin.org/media/2017-03-20/1490004846146/optionb-book.png></div> About the book </a></div><div class=flex-6><a class="menu-about--org font-small text-center"href=/about> <div class="menu-about--img spacing-xs"><img alt data-scroll data-scroll-fixed=true data-scroll-image=https://cdn-media.leanin.org/media/2017-03-29/1490763552682/OptionB_logo_rendered.svg></div> About the org </a></div></div></div></div><li class="dropdown support-others"><a class="font-small url"href=/optionbthere> Support others </a> <div class=dropdown-menu><div class=container><div class=flex-row><div class=flex-4><p class=heading-3>Learn how to support others when they’ll need it the most.<ul class="list-unstyled margin-top-sm"><li class=spacing-xs><a class=font-small href=https://optionb.org/how-to-support-each-other-COVID-19> Support for COVID-19 </a><li class=spacing-xs><a class=font-small href=https://optionb.org/how-to-get-support-on-fathers-day> For Father’s Day </a><li class=spacing-xs><a class=font-small href=https://optionb.org/optionbthere/holidays> For the holidays </a><li><a class=font-small href=https://optionb.org/how-to-get-support-on-mothers-day> For Mother’s Day </a></ul></div><div class=flex-4><p class=spacing-xs>When a family member or friend is going through any sort of challenge, small gestures of love and support can go a long way. Find the words and actions to support loved ones when they need you the most.</div><div class="flex-4 flex-self-center"><img alt class=img-fluid data-scroll data-scroll-fixed=true data-scroll-image=https://media.sgff.io/sgff_r1eHetbDYb/2020-05-04/1588588607755/support-others-nav.jpg></div></div></div></div></ul><ul class="list-inline hide show-sm show-md margin-top-xl text-center"><li><a class="circle bg-default icon icon-facebook"href=https://www.facebook.com/leanincommunity rel=noreferrer target=_blank> <svg class="svg-icon color-white"viewbox="0 0 50 50"aria-hidden=true height=50 role=presentation width=50><use xlink:href=#facebook></use></svg> </a><li><a class="circle bg-default icon icon-twitter"href=https://twitter.com/leaninorg rel=noreferrer target=_blank> <svg class="svg-icon color-white"viewbox="0 0 50 50"aria-hidden=true height=50 role=presentation width=50><use xlink:href=#twitter></use></svg> </a><li><a class="bg-default circle icon icon-linkedin"href=http://www.linkedin.com/groups/Lean-In-4828878?homeNewMember=&gid=4828878&trk=eml-grp-sub&ut=02nLf6VVsIMRA1 rel=noreferrer target=_blank> <svg class="svg-icon color-white"viewbox="0 0 50 50"aria-hidden=true height=50 role=presentation width=50><use xlink:href=#linkedin></use></svg> </a><li><a class="circle bg-default icon icon-instagram"href=https://www.instagram.com/leaninorg/ rel=noreferrer target=_blank> <svg class="svg-icon color-white"viewbox="0 0 50 50"aria-hidden=true height=50 role=presentation width=50><use xlink:href=#instagram></use></svg> </a></ul></nav></div><div class="text-right flex-no-shrink"><div data-module=SearchUser><form class="SearchForm form"action=/search><input aria-label="Search across Option B"placeholder="Search by keyword"data-name=input name=q type=search></form><div class=SearchUser><button aria-label="Search stories"class="icon button-search"data-action=toggle data-name=showButton type=button><svg viewbox="0 0 16 16"aria-hidden=true class=svg-icon height=16 role=presentation width=16><use xlink:href=#search></use></svg></button><button aria-label="Close search"class="icon button-close"data-action=toggle type=button><svg viewbox="0 0 16 16"aria-hidden=true class=svg-icon height=16 role=presentation width=16><use xlink:href=#close></use></svg></button><div class="display-inline-block margin-xaxis-xs hide-md"><div class=fb-like data-action=like data-href=https://www.facebook.com/OptionBCommunity data-layout=button data-show-faces=false data-size=large></div></div><span class=pipe> | </span><button aria-label="Open Navigation"class=nav-toggler data-offcanvas-trigger=navright type=button><svg viewbox="0 0 20 20"aria-hidden=true class=svg-icon height=20 role=presentation width=20><use xlink:href=#navicon></use></svg></button></div></div></div></div></header><style>#hero-image-single-column {
background-image: url('https://cdn-media.leanin.org/media/2017-04-01/1491021537733/Getty%20Hero.jpg');
}
@media (max-width: 767px) {
#hero-image-single-column {
background-image: url('https://cdn-media.leanin.org/media/2017-04-07/1491603436059/abt_hero_mobile.jpg');
}
}</style><div class="padding-top-xl padding-bottom-xl bg-image HeroImage HeroImageSingleColumn"><div class=HeroImageSingleColumn-image id=hero-image-single-column></div><div class=container><div class=flex-row><div class="flex-6 flex-sm-12"><h1 class="heading-1 color-light spacing-md">Resilience is like a muscle. We’re here to help you build it.</h1><p class=hero-copy>OptionB.Org is dedicated to helping you build resilience in the face of adversity—and giving you the tools to help your family, friends, and community build resilience too. Here, you can read and share personal stories, join groups for solidarity and support, and find information from experts.</div></div></div></div><section class="section things-we-do padding-yaxis-lg"><aside class="onboarding-flyout hide-sm"data-scroll data-scroll-class=fixed data-scroll-offset=-60 data-scroll-position=top><button data-ga-track=onboarding data-ga-track-action=click data-ga-track-label=about data-onboarding-trigger><span class=heading-4> Personalize your experience </span> <span class=onboarding-icon> <svg class="svg-icon color-light"viewbox="0 0 20 20"aria-hidden=true height=20 role=presentation width=20><use xlink:href=#settings></use></svg> </span></button></aside><div class=container><h2 class="heading-2 text-center margin-yaxis-md">Three ways to get involved</h2><div class="thing-we-do flex-sm-wrap flex-row"><div class="thing-we-do-copy flex-5 flex-sm-12"><div class="thing-number font-secondary">1</div><h3 class=heading-3>Share stories of resilience</h3><p class=thing-text>Reading other people’s stories can inspire us. Telling our own story can help us heal. OptionB.Org offers a rich and growing collection of personal reflections from people dealing with life-changing challenges of all kinds. We hope you’ll read these stories, respond, and add your own.<p><a class="button font-bold"href=/stories> Explore stories </a></div><div class="thing-we-do-image flex-6 flex-sm-12 padding-top-xl"><img alt data-scroll data-scroll-image=https://cdn-media.leanin.org/media/2017-04-03/1491195357845/About_1.jpg role=presentation></div></div><div class="thing-we-do flex-sm-wrap flex-row-reverse"><div class="thing-we-do-copy flex-5 flex-sm-12"><div class="thing-number font-secondary">2</div><h3 class=heading-3>Connect with people who understand</h3><p class=thing-text>Coming together around shared experiences can be a source of strength and hope. Whether it’s losing a loved one, dealing with trauma, or facing any challenge, we want to help you find a group of people who understand what you’re going through and can offer support.<p><a class="button font-bold"href=/groups> Find a group </a></div><div class="thing-we-do-image flex-6 flex-sm-12 padding-top-xl"><img alt data-scroll data-scroll-image=https://cdn-media.leanin.org/media/2017-04-01/1491005177722/About%202.jpg role=presentation></div></div><div class="thing-we-do flex-sm-wrap flex-row"><div class="thing-we-do-copy flex-5 flex-sm-12"><div class="thing-number font-secondary">3</div><h3 class=heading-3>Learn how to build resilience</h3><p class=thing-text>Whether you’re here for yourself or someone you love, we have information that can help: videos on coping with hardship, practical advice for talking about loss, recommendations on how to live with health challenges, and more.<p><a class="button font-bold"href=/build-resilience> Get started </a></div><div class="thing-we-do-image flex-6 flex-sm-12 padding-top-xl hide-sm"><img alt data-scroll data-scroll-image=https://cdn-media.leanin.org/media/2017-04-01/1491005180282/About%203.jpg role=presentation></div></div></div></section><section class="section padding-yaxis-xl bg-alternate"><div class=container><h2 class="cover-heading heading-2 text-center spacing-md">Topics we cover</h2><ul class="CategoryGrid flex-row flex-wrap"><style>.CategoryGrid .grief-and-loss[style]:hover {
background-color: #332a41 !important;
}
.CategoryGrid .health-illness-and-injury[style]:hover {
background-color: #8b5315 !important;
}
.CategoryGrid .abuse-and-sexual-assault[style]:hover {
background-color: #273d4d !important;
}
.CategoryGrid .divorce-and-family-challenges[style]:hover {
background-color: #274e50 !important;
}
.CategoryGrid .incarceration[style]:hover {
background-color: #040e11 !important;
}
.CategoryGrid .raising-resilient-kids[style]:hover {
background-color: #213028 !important;
}
.CategoryGrid .resilience[style]:hover {
background-color: #9f3a20 !important;
}</style><li class="flex-3 flex-sm-6"><a class="display-block color-light font-bold grief-and-loss"style="background-color: #63537E"href=/category/grief-and-loss> Grief & Loss </a><li class="flex-3 flex-sm-6"><a class="display-block color-light font-bold health-illness-and-injury"style="background-color: #DF8827"href=/category/health-illness-and-injury> Health, Illness & Injury </a><li class="flex-3 flex-sm-6"><a class="display-block color-light font-bold abuse-and-sexual-assault"style="background-color: #497391"href=/category/abuse-and-sexual-assault> Abuse & Sexual Assault </a><li class="flex-3 flex-sm-6"><a class="display-block color-light font-bold divorce-and-family-challenges"style="background-color: #489195"href=/category/divorce-and-family-challenges> Divorce & Family Challenges </a><li class="flex-3 flex-sm-6"><a class="display-block color-light font-bold incarceration"style="background-color: #185163"href=/category/incarceration> Incarceration </a><li class="flex-3 flex-sm-6"><a class="display-block color-light font-bold raising-resilient-kids"style="background-color: #4A6D5A"href=/category/raising-resilient-kids> Raising Resilient Kids </a><li class="flex-3 flex-sm-6"><a class="display-block color-light font-bold resilience"style="background-color: #DB684A"href=/category/resilience> Resilience </a></ul><div class="flex-row flex-center"><div class="text-center flex-8 flex-sm-12 margin-top-sm"><p class=spacing-md>OptionB.Org addresses a range of life-changing challenges.<p>We focus on topics that are important to our community. Please <a href=mailto:[email protected]> let us know </a> if you’d like to suggest a new topic that’s important to you.</div></div></div></section><section class="section learn-more-image padding-yaxis-xl"><div class=container><div class="flex-row flex-wrap"><div class="flex-5 flex-sm-12 image-col BookVideo"data-module=BookVideo data-scroll data-scroll-class=visible data-scroll-offset=auto data-scroll-once=true><div class=BookVideo-video data-name=videoContainer><div data-name=video data-type=youtube data-video-id=https://www.youtube.com/watch?v=0ccC_qeQA8I></div></div><img alt="Sheryl Sandberg and Adam Grant"class="BookVideo-poster img-fluid"data-name=poster data-scroll data-scroll-image=https://cdn-media.leanin.org/media/2017-04-01/1491006122721/about_book_img%202.jpg><div class="BookVideo-book book-image"data-name=book data-scroll data-scroll-image=https://cdn-media.leanin.org/media/2017-03-20/1490004846146/optionb-book.png></div><button class="BookVideo-play button-video"data-action=play data-name=play><div class=sr-only>Play video</div> <svg viewbox="0 0 90 90"aria-hidden=true class=svg-icon height=90 role=presentation width=90><use xlink:href=#play-video></use></svg></button></div><div class="flex-6 flex-sm-12"><h2 class="heading-2 spacing-sm">Learn more about the book</h2><p class=spacing-sm><em> Option B </em> is a new book by Sheryl Sandberg and Adam Grant about facing adversity, building resilience, and finding joy.<p><a class="button font-bold"href=/book> Learn more </a></div></div></div></section><div class="bg-alternate credits"><div class=container><div class="flex-row flex-center padding-yaxis-lg"><div class="flex-8 flex-sm-12"><p class="text-center font-small">OptionB.Org is a nonprofit initiative of the <a href=https://sgfamilyfoundation.org/ target=_blank> Sheryl Sandberg & Dave Goldberg Family Foundation </a> , a 501(c)(3) tax-exempt private operating foundation that also runs <a href=https://leanin.org/ target=_blank> LeanIn.Org </a> . Sheryl is donating her income from the book <em> Option B </em> to OptionB.Org.</div></div></div></div><footer class="Footer padding-yaxis-lg"><aside class="Support padding-xs"data-ga-track=crisis data-ga-track-action=click data-ga-track-label=toggle data-toggle=hover><h2 class="heading-5 color-light Support-header"><svg class="svg-icon pull-right margin-left-xs"viewbox="0 0 31 31"aria-hidden=true height=31 role=presentation width=31><use xlink:href=#support></use></svg> In a crisis? <br> Get support now.</h2><div class=Support-body><p class="margin-yaxis-sm font-small font-primary">If you’re in urgent need of help, reach out to these organizations.<p class="margin-yaxis-sm font-small font-primary"><strong> United States </strong> <br> Call <a href=https://suicidepreventionlifeline.org/> National Suicide Prevention Lifeline </a> <br> <strong> <a href=tel:18002738255> 1-800-273-8255 </a> </strong> <br> Text <a rel="nofollow noopener"href=http://www.crisistextline.org/ target=_blank> Crisis Text Line </a> : <a href=sms:741741?body=HELLO> <strong> Text HELLO to 741741 </strong> </a><p class="margin-top-sm font-small font-primary"><strong> Worldwide </strong> <br> Visit Befrienders <a href=http://www.befrienders.org/> www.befrienders.org </a></div></aside><div class=container><div class="flex-row flex-wrap"><div class="flex-5 flex-sm-12"><a class=Footer-logo href=/ rel=home> <img alt="Option B"data-scroll data-scroll-image=https://cdn-media.leanin.org/media/2017-03-29/1490764235112/OptionB_logo_white.svg height=24> </a><ul class="social-list list-inline margin-yaxis-sm"><li><a aria-label="OptionB on Facebook"class=icon href=https://www.facebook.com/OptionBCommunity rel=noreferrer target=_blank> <svg class="svg-icon color-light"viewbox="0 0 20 20"aria-hidden=true height=20 role=presentation width=20><use xlink:href=#facebook></use></svg> </a><li><a aria-label="OptionB on Instagram"class=icon href=https://instagram.com/optionb rel=noreferrer target=_blank> <svg class="svg-icon color-light"viewbox="0 0 20 20"aria-hidden=true height=20 role=presentation width=20><use xlink:href=#instagram></use></svg> </a><li><a aria-label="OptionB on Twitter"class=icon href=https://twitter.com/optionb rel=noreferrer target=_blank> <svg class="svg-icon color-light"viewbox="0 0 20 20"aria-hidden=true height=20 role=presentation width=20><use xlink:href=#twitter></use></svg> </a></ul><form data-module-default-error="There has been an error. Please try again."data-module-thank-message="Thanks for signing up. Look for the confirmation email in your inbox."action=https://fns.leanin.org/subscribe class=form data-action=submit data-action-type=submit data-module=Subscribe method=post><input name=tagIds type=hidden value=8,14><div data-name=fields><label class="display-block spacing-xs font-small"for=footer-newsletter>Sign up for the Option B newsletter</label><div class=input-group><label class=sr-only for=footer-newsletter>Email</label><input placeholder="Enter your email"id=footer-newsletter name=email required type=email><button class="input-group-btn button"data-ga-track-label="form submit"data-ga-track=footer-newsletter data-ga-track-action=click>Sign up</button></div></div><p class=hide data-name=submitMessage></form></div><div class="flex-3 flex-sm-12 hide-sm"><h2 class="spacing-md heading-5">Get involved</h2><ul class="spacing-md list-unstyled"><li class=spacing-xs><a class="font-small font-bold"href=/how-to-get-support-on-fathers-day> #OptionBThere </a><li class=spacing-xs><a class="font-small font-bold"href=/build-resilience> Build resilience </a><li class=spacing-xs><a class="font-small font-bold"href=/stories> Explore stories </a><li class=spacing-xs><a class="font-small font-bold"href=/groups> Join a group </a><li class=spacing-xs><a class="font-small font-bold"href=/additional-support> Get additional support </a></ul></div><div class="flex-4 flex-sm-12 hide-sm"><h2 class="spacing-md heading-5">About Option B</h2><ul class=list-unstyled><li class=spacing-xs><a class="font-small font-bold"href=/about> About the org </a><li class=spacing-xs><a class="font-small font-bold"href=/book> About the book </a><li class=spacing-xs><a class="font-small font-bold"href=/advisory-board> Advisory board </a><li class=spacing-xs><a class="font-small font-bold"href=/contact> Contact us </a><li class=spacing-xs><a class="font-small font-bold"rel="nofollow noreferrer"href=https://jobs.lever.co/leanin.org target=_blank> Careers </a></ul></div></div><div class="flex-row flex-wrap copyright"><div class="flex-5 flex-md-12"><p class=spacing-sm>2021 © OptionB.Org <a class=margin-xaxis-md href=/terms> Terms of Service </a> <a class=margin-right-md href=/privacy> Privacy Policy </a> <a href=/sitemap> Sitemap </a></div><div class="flex-7 flex-md-12"><p class=getty><svg viewbox="0 0 388 67"aria-hidden=true class=svg-icon height=17 role=presentation width=98><use xlink:href=#getty></use></svg> <span> Creative images on the site courtesy of Getty Images. </span> <a href=/getty> See all image credits. </a></div></div></div></footer></div></div><script>var user;
var urls = {
api: '',
plyrIcons: 'https://d2hacqby22ao20.cloudfront.net/ui/images/plyr.svg',
metrics: 'https://optionb.org/metrics/'
};
window.metricsEndpoint = 'https://optionb.org/metrics/';
window.metricsSession = '';</script><div class="base-modal bounce-modal"data-bounce id=bounce-modal><div class=overlay data-bounce-close data-ga-track=bounce-modal data-ga-track-action=click data-ga-track-label=overlay></div><div class=modal><button aria-label=Close class=close data-bounce-close data-ga-track=bounce-modal data-ga-track-action=click data-ga-track-label=overlay><span aria-hidden=true> × </span></button><div class="flex-row flex-wrap flex-grow margin-none"><div class="flex-6 flex-sm-12 content"><h2 class="heading-2 spacing-md text-center">Resilience is like a muscle. <br> We’re here to help you build it.</h2><div class="community padding-yaxis-md spacing-md text-center hide-sm"data-url=https://www.facebook.com/OptionBCommunity id=bounce-modal-social><h3 class="heading-4 spacing-md">Join our community on Facebook</h3><p class="spacing-sm font-small"></div><div class="subscribe text-center"><h3 class="heading-4 spacing-md">Sign up for our monthly newsletter</h3><form class="form spacing-xs"data-module-default-error="There has been an error. Please try again."data-module-thank-message="Thanks for signing up. Look for the confirmation email in your inbox."action=https://fns.leanin.org/subscribe data-action=submit data-action-type=submit data-module=Subscribe method=post><div class=form-elements data-name=fields><input name=tagIds type=hidden value=8,14><input placeholder="Enter your email address"aria-label=Email class=input name=email required type=email><button class="button button-email"data-ga-track-label="form submit"data-ga-track=bounce-modal data-ga-track-action=click>Sign up</button></div><p class="font-body font-bold"data-name=submitMessage></form><p class="font-small text-left"></div></div><div class="flex-6 hide-sm bg-image image"style="background-image: url('https://media.sgff.io/sgff_r1eHetbDYb/2018-09-04/1536091132868/OB_Modal_Image-desktop.jpg')"></div></div></div></div><script>window.svgLocation = 'https://d2hacqby22ao20.cloudfront.net/ui/_dist/sprite.symbol.c69f588fd60488cc7408bdf7a157c960.svg';</script><script crossorigin src=https://d2hacqby22ao20.cloudfront.net/ui/_dist/common.c25798ea8448c97b75dc.js></script><div class=onboarding-modal data-module=OnboardingModal><div class=overlay data-action=close></div><div class=modal data-name=modal><button aria-label="Close modal"class=close data-action=close><span aria-hidden=true> × </span></button><div class="section onboarding"data-module=Onboarding><form action=/results data-action=submit data-action-type=submit data-name=form><div class=container><div class="flex-row flex-wrap onboarding-wrapper"><div class="flex-12 text-center onboarding-experience onboarding-select"><h2 class="heading-2 margin-bottom-sm">Start by telling us what you’re here for</h2><div aria-valuemax=2 aria-valuemin=1 aria-valuenow=1 class=onboarding-progress data-name=progress role=progressbar><div class=step-indicator>1</div><div class=step-indicator>2</div></div><div class=onboarding-steps><div class=onboarding-step><div class=onboarding-step-wrapper><ul class="list-inline flex-row flex-wrap flex-center margin-none"><li class="flex-3 flex-sm-12"><input id=modal-supporting-1 name=supporting type=radio value=0> <label data-ga-track-action="I'm facing a challenge"class=font-bold data-ga-track=onboarding data-ga-track-label=step1 for=modal-supporting-1>I'm facing a challenge</label><li class="flex-3 flex-sm-12"><input id=modal-supporting-2 name=supporting type=radio value=1> <label data-ga-track-action="I want to support someone else"class=font-bold data-ga-track=onboarding data-ga-track-label=step1 for=modal-supporting-2>I want to support someone else</label><li class="flex-3 flex-sm-12"><label class=font-bold><a data-ga-track-action="I want to build everyday resilience"data-ga-track=onboarding data-ga-track-label=step1 href=/results?supporting=0&category=resilience> I want to build everyday resilience </a></label></ul></div></div><div class=onboarding-step><div class=onboarding-step-wrapper><h3 class="heading-4 margin-bottom-sm heading-you">Which of these is most relevant to the challenges you're facing?</h3><h3 class="heading-4 margin-bottom-sm heading-they">Which of these is most relevant to the challenges they're facing?</h3><ul class="list-inline flex-row flex-wrap flex-center margin-none margin-bottom-sm"><li class="flex-4 flex-sm-6"><input id=modal-category-1 name=category type=radio value=grief-and-loss> <label class="category-label font-bold"for=modal-category-1>Grief & Loss</label><li class="flex-4 flex-sm-6"><input id=modal-category-2 name=category type=radio value=health-illness-and-injury> <label class="category-label font-bold"for=modal-category-2>Health, Illness & Injury</label><li class="flex-4 flex-sm-6"><input id=modal-category-3 name=category type=radio value=abuse-and-sexual-assault> <label class="category-label font-bold"for=modal-category-3>Abuse & Sexual Assault</label><li class="flex-4 flex-sm-6"><input id=modal-category-4 name=category type=radio value=divorce-and-family-challenges> <label class="category-label font-bold"for=modal-category-4>Divorce & Family Challenges</label><li class="flex-4 flex-sm-6"><input id=modal-category-5 name=category type=radio value=incarceration> <label class="category-label font-bold"for=modal-category-5>Incarceration</label><li class="flex-4 flex-sm-6"><input id=modal-category-6 name=category type=radio value=raising-resilient-kids> <label class="category-label font-bold"for=modal-category-6>Raising Resilient Kids</label><li class="flex-4 flex-sm-6"><input id=modal-category-7 name=category type=radio value=resilience> <label class="category-label font-bold"for=modal-category-7>Resilience</label></ul><div class=display-block><button class="start-over font-bold"data-action=reset><i class=icon-back-a2> </i> Start over</button></div></div></div></div></div></div></div></form></div></div></div><script crossorigin src=https://d2hacqby22ao20.cloudfront.net/ui/_dist/about.74a63056dd32ef4a05c1.js></script><script>(function(e,t,o,n,p,r,i){e.visitorGlobalObjectAlias=n;e[e.visitorGlobalObjectAlias]=e[e.visitorGlobalObjectAlias]||function(){(e[e.visitorGlobalObjectAlias].q=e[e.visitorGlobalObjectAlias].q||[]).push(arguments)};e[e.visitorGlobalObjectAlias].l=(new Date).getTime();r=t.createElement("script");r.src=o;r.async=true;i=t.getElementsByTagName("script")[0];i.parentNode.insertBefore(r,i)})(window,document,"https://diffuser-cdn.app-us1.com/diffuser/diffuser.js","vgo");
vgo('setAccount', '650002305');
vgo('setTrackByDefault', true);
if (localStorage.getItem("visitorEmail")) {
var trackcmp_email = localStorage.getItem("visitorEmail");
vgo('setEmail', trackcmp_email);
}
vgo('process');</script> | 0 |
en.wikipedia.org/wiki/2010%E2%80%9311_Kansas_State_Wildcats_men%27s_basketball_team | 0 |
fw : state and county verification i cant figure out what to make of this . . . - - - - - original message - - - - - from : sheeren , ryan sent : tuesday , october 23 , 2001 10 : 23 am to : olsen , michael ; smith , george f . subject : state and county verification this is a follow up to the e - mail i sent earlier in th month . please be advised that we have discrepancies with the state and county information for the meter no . ( s ) listed on the attached spreadsheet . will you please review this spreadsheet and provide the state and county information that you may have for the listed meters . if you are not the scheduler for this pipe please forward this to the appropriate scheduler . please do not hesitate to contact me . thank you , ryan sheeren enron net works global facilities ryan . sheeren @ enron . com ( 713 ) 853 - 5817 | 0 |
http://www.amozonzhchingycidaa.jp/ | 1 |
https://probatesearch.service.gov.uk/#wills | 0 |
boelongo.com/rss/feed/stream/ | 1 |
xqob.co.uk | 1 |
http://digracom.com/210607596c70a0a30c686ded75ffa5c6/confirm.html | 1 |
Subsets and Splits