CINXE.COM
VikingCloud
<!DOCTYPE html 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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>VikingCloud</title> <link rel="stylesheet" type="text/css" href="css/main.css?release=4"> <link rel="stylesheet" type="text/css" href="css/style.css?release=4"> <script type="text/javascript" src="include/tw_script.js?release=4"></script> </head> <body> <table id="outerTable" class="tbBorder" cellpadding="0" cellspacing="0"> <tr> <td valign="top" align="center"> <div class="divHeader"> <div class="divLogo"></div> <div class="divLanguage"> Languages: <select id="language" onchange="javscript:changeLanguage();"> <option value="en" selected="selected">English</option> <option value="sp" >Español</option> <option value="fr" >Français</option> <option value="sw" >Svenska</option> <option value="chs" >简体中文</option> <option value="cht" >繁體中文</option> <option value="ca" >Français canadien</option> <option value="ro" >Română</option> <option value="jp" >日本語</option> <option value="de" >Deutsch</option> <option value="it" >Italiano</option> <option value="nl" >Nederlands</option> <option value="pt" >Português</option> <option value="da" >Dansk</option> <option value="ru" >Русский</option> <option value="ar" >العربية</option> <option value="ko" >한국어</option> </select> </div> </div> <div class="divCenter"> <div class="divTop"></div> <table align="center" width="515" border="0"> <tr> <td colspan="2"><b>Your credit card and identity information are secure.</b></td> <td rowspan="10" valign="top"><img border="0" id="sealImage" /></td> </tr> <tr> <td colspan="2" class="id-comp"> Compliance: <span>Validated</span> </td> </tr> <tr> <td><b>Organization:</b> M&C Reservations Services Limited</td> <td><b>Valid:</b><span id="phpDate">11/22/24</span></td> </tr> </table> <div class="divBottom"></div> </div> <center style="width:540px;"> <div class="divBar"> <div class="divIcon"><img src="images/iconCompliance.gif" /></div> <div class="divContent"> Based upon information provided by M&C Reservations Services Limited regarding its policies, procedures, and technical systems that store, process and/or transmit cardholder data, M&C Reservations Services Limited has performed the required procedures to validate compliance with the PCI DSS. </div> <div class="divRight"></div> </div> <div class="divBottomLinks" align="center"> <table cellpadding="0" cellspacing="0" width="100%"> <tr> <td style="padding:4px 10px 0px 10px"><a href="javascript:void(0);" onclick="javascript:window.open('https://certs.securetrust.com', 'tw_TC', 'width=1024, height=768, scrollbars=1, status=1, toolbar=1, resizable=1');">Buy Trusted Commerce</a></td> <td style="width:1px;background-color:#cccccc;"></td> <td style="padding:4px 10px 0px 10px"><a href="javascript:openReferForm();">Refer a Website</a></td> <td style="width:1px;background-color:#cccccc;"></td> <td style="padding:4px 10px 0px 10px"><a href="javascript:openReportAbuseForm();">Report Seal Misuse</a></td> </tr> </table> </div> <div class="divDisclaimer"> <hr /> Disclaimer: VikingCloud makes no representation or warranty as to whether M&C Reservations Services Limited systems are secure from either an internal or external attack or whether cardholder data is at risk of being compromised. VikingCloud makes no representations or warranties regarding this company's business activities or operations. Please contact the company displaying the seal if you have questions about their products, services or customer support. </div> <div class="divFooter"> © 2024 VikingCloud • Ph: 800-363-1621 • (312-267-3212 outside U.S. or Canada) • <a href="mailto:sslsupport@vikingcloud.com">sslsupport@vikingcloud.com</a> </div> </center> </td> </tr> </table> </body> </html> <script type="text/javascript"> <!-- function changeLanguage() { var langBox = document.getElementById('language'); var lang = langBox.options[langBox.selectedIndex].value; var newLocation = 'cert.php?customerId=7104a24e0f6d47b085488d9ea77caab6&size=105x54&style=invert&language=' + lang + '&form=&baseURL='; window.location = newLocation; } function openReportAbuseForm() { window.location = 'cert.php?customerId=7104a24e0f6d47b085488d9ea77caab6&size=105x54&style=invert&language=en&form=abuse&baseURL='; } function openReferForm() { window.location = 'cert.php?customerId=7104a24e0f6d47b085488d9ea77caab6&size=105x54&style=invert&language=en&form=refer&baseURL='; } function loadImage() { var img = document.getElementById('sealImage'); if (img) { img.src = 'gen_image.php?size=105x54&style=invert'; } } window.onload = function() { loadImage(); // Replace the php given date (server tz) with javascript // provided (client tz) if possible. This will fail back // to doing nothing. var e = document.getElementById("phpDate"); if (e && e.innerHTML) { e.innerHTML = printDate(); } } //--> </script> </body> </html>