OK
https://www.aimusd.org/
Websites
Runtime: 3.2s
On December 03, 2024, 05:40 PM UTC, https://www.aimusd.org/ was accessible when tested on AS49800 in Armenia.
Failures
HTTP Experiment
null
DNS Experiment
null
Control
null
DNS Queries
Resolver:
172.68.124.79
Query:
IN A www.aimusd.org
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
A
162.144.6.0
TCP Connections
Connection to 162.144.6.0:443 succeeded.
HTTP Requests
URL
GET https://www.aimusd.org/
Response Headers
Accept-Ranges:bytesContent-Length:13850Content-Type:text/htmlDate:Tue, 03 Dec 2024 17:40:21 GMTLast-Modified:Sat, 09 Jan 2021 21:34:59 GMTServer:ApacheVary:Accept-Encoding
Response Body
<!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>USD -AIM</title> <meta name="Author" content="Paruyr Hairikyan"> <META NAME="Generator" CONTENT="Designer Kooper (kooper@intarnet.am)"> <meta name="KeyWords" content="Armenia, USD, AIM,"> <meta name="Description" content="AIM - USD official site "> <style type="text/css"> #divCont { position:absolute; z-index:1; left:380px; top:190px; height:400px; width:300px; } .clTop {position:absolute; z-index:1; width:170px; line-height:17px;} .clSub {position:absolute; z-index:1; left:0px; top:20px; width:170px; line-height:20px;} /*** This sets the style for the links inside the menu. ***/ #divCont .clTop a {color:#DADADA; font-family:Arial Armenian,Arial LatArm,ArialAM; font-size:20px; font-weight:none; text-decoration:none;} #divCont .clTop a:hover {color:#1C29A4; text-decoration:none;} #divCont .clTop .clSub a {color:#777777; font-family:Arial Armenian,Arial LatArm,ArialAM; font-size:14px; font-weight:normal; text-decoration:none;font-color:#1C29A4;} #divCont .clTop .clSub a:hover {color:#333333; text-decoration:none;} #divTop0 { position: absolute; z-index: 1; top: -107px; left: 4px; width: 300px; display: block; visibility: visible; } #divTop1 { position: absolute; z-index: 1; top: -50px; left: 1px; width: 300px; display: block; visibility: visible; } #divTop2 { position: absolute; z-index: 1; top: 61px; left: 4px; width: 300px; display: block; visibility: visible; } #divTop3 { position: absolute; z-index: 1; top: 174px; left: 2px; width: 300px; display: block; visibility: visible; } #divTop4 { position: absolute; z-index: 1; top: 238px; left: 1px; width: 300px; display: block; visibility: visible; } #divTop5 { position: absolute; z-index: 1; top: 299px; left: 2px; width: 300px; display: block; visibility: visible; } #divTop6 { position: absolute; z-index: 1; top: 362px; left: 1px; width: 300px; display: block; visibility: visible; } #divSub0 { position: absolute; z-index: 1; top: 20px; left: 20px; width: 170px; display: block; visibility: visible; } #divSub1 { position: absolute; z-index: 1; top: 25px; left: 20px; width: 300px; display: block; visibility: visible; } #divSub2 { position: absolute; z-index: 1; top: 25px; left: 20px; width: 300px; display: block; visibility: visible; } #divSub3 { position: absolute; z-index: 1; top: 25px; left: 20px; width: 300px; display: block; visibility: visible; } #divSub4 { position: absolute; z-index: 1; top: 25px; left: 20px; width: 300px; display: block; visibility: visible; } #divSub5 { position: absolute; z-index: 1; top: 25px; left: 20px; width: 300px; display: block; visibility: visible; } #divSub6 { position: absolute; z-index: 1; top: 25px; left: 20px; width: 300px; display: block; visibility: visible; } </style> <script language="JavaScript" type="text/javascript"> /********************************************************************************** FoldoutMenu * Copyright (C) 2002 <a href="http://freenet.am/~kooper/">Kooper (Bondar Armen)</a> * This may be used and changed freely as long as this msg is intact! * We will also appreciate any links you could give us. * * Made by <a href="http://freenet.am/~kooper/">Kooper (Bondar Armen)</a> *********************************************************************************/ function lib_bwcheck(){ //Browsercheck (needed) this.ver=navigator.appVersion this.agent=navigator.userAgent this.dom=document.getElementById?1:0 this.opera5=this.agent.indexOf("Opera 5")>-1 this.ie5=(this.ver.indexOf("MSIE 5")>-1 && this.dom && !this.opera5)?1:0; this.ie6=(this.ver.indexOf("MSIE 6")>-1 && this.dom && !this.opera5)?1:0; this.ie4=(document.all && !this.dom && !this.opera5)?1:0; this.ie=this.ie4||this.ie5||this.ie6 this.mac=this.agent.indexOf("Mac")>-1 this.ns6=(this.dom && parseInt(this.ver) >= 5) ?1:0; this.ns4=(document.layers && !this.dom)?1:0; this.bw=(this.ie6 || this.ie5 || this.ie4 || this.ns4 || this.ns6 || this.opera5) return this } var bw=new lib_bwcheck() /*** variables you can configure ***/ FoldNumber = 7 //How many toplinks do you have? var stayFolded = false //Stay open when you click a new toplink? foldImg = 1 //Do you want images (if not set to 0 and remove the images from the body)? mainOffsetY = 0 //Vertical space adjustment between the main items, in pixels. //This is the default image. //Remember to change the actual images in the page as well, but remember to keep the name of the image. var unImg=new Image(); unImg.src='arrow.gif' var exImg=new Image(); //Making an image variable... exImg.src='arrow-d.gif' //...this is the source of the image that it changes to when the menu expands. // NOTE: if you change the position of divCont from absolute to relative, you can put the foldoutmenu in a table. // HOWEVER it will no longer work in netscape 4. If you wish to support netscape 4, you have to use absolute positioning. /*** There should be no need to change anything beyond this. ***/ // A unit of measure that will be added when setting the position of a layer. var px = bw.ns4||window.opera?"":"px"; if(navigator.userAgent.indexOf('Opera')>-1 && document.getElementById){ //Opera 5 resize fix. scrX= innerWidth; scrY= innerHeight; document.onmousemove= function(){ if(scrX<innerWidth-10 || scrY<innerHeight-10 || scrX>innerWidth+10 || scrY>innerHeight+10){ scrX = innerWidth; scrY = innerHeight; initFoldout(); } }; } //object constructor... function makeMenu(obj,nest){ nest= (!nest)?"":'document.'+nest+'.'; this.el= bw.ie4?document.all[obj]:bw.ns4?eval(nest+'document.'+obj):document.getElementById(obj); this.css= bw.ns4?this.el:this.el.style; this.ref= bw.ns4?this.el.document:document; this.x= (bw.ns4||bw.opera5)?this.css.left:this.el.offsetLeft; this.y= (bw.ns4||bw.opera5)?this.css.top:this.el.offsetTop; this.h= (bw.ie||bw.ns6)?this.el.offsetHeight:bw.ns4?this.ref.height:bw.opera5?this.css.pixelHeight:0; this.vis= b_vis; this.hideIt= b_hideIt; this.showIt= b_showIt; this.moveIt= b_moveIt; return this } //object methods... function b_showIt(){this.css.visibility='visible'} function b_hideIt(){this.css.visibility='hidden'} function b_vis(){if(this.css.visibility=='hidden' || this.css.visibility=='HIDDEN' || this.css.visibility=='hide') return true;} function b_moveIt(x,y){this.x=x; this.y=y; this.css.left=this.x+px; this.css.top=this.y+px} /************************************************************************************ This is the function that changes the sub menus to folded or unfolded state. ************************************************************************************/ function menu(num){ if(bw.bw){ if (!stayFolded){ for (var i=0; i<oSub.length; i++){ if (i!=num){ oSub[i].hideIt() if (foldImg)oTop[i].ref["imgA"+i].src = unImg.src } } for(var i=1; i<oTop.length; i++){ oTop[i].moveIt(0,oTop[i-1].y+oTop[i-1].h) } } if (oSub[num].vis()){ oSub[num].showIt() if (foldImg)oTop[num].ref["imgA"+num].src = exImg.src }else{ oSub[num].hideIt() if(foldImg)oTop[num].ref["imgA"+num].src = unImg.src } for(var i=1; i<oTop.length; i++){ if (!oSub[i-1].vis()) oTop[i].moveIt(0,oTop[i-1].y+oTop[i-1].h+oSub[i-1].h+mainOffsetY) else oTop[i].moveIt(0,oTop[i-1].y+oTop[i-1].h+mainOffsetY) } } } /********************************************************************* The init function... there should be no need to change anything here. *********************************************************************/ function initFoldout(){ //Fixing the browsercheck for opera... this can be removed if the browsercheck has been updated!! bw.opera5 = (navigator.userAgent.indexOf("Opera")>-1 && document.getElementById)?true:false if (bw.opera5) bw.ns6 = 0 oTop = new Array() oSub = new Array() //Making the objects and hiding the subs... for (var i=0; i<FoldNumber; i++){ oTop[i] = new makeMenu('divTop'+i,'divCont') oSub[i] = new makeMenu('divSub'+i,'divCont.document.divTop'+i) oSub[i].hideIt() } //Positioning the top objects... oTop[0].moveIt(0,0) for (var i=1; i<oTop.length; i++){ oTop[i].moveIt(0, oTop[i-1].y+oTop[i-1].h+mainOffsetY) } //Making the containing menu object and showing it... oCont = new makeMenu('divCont') oCont.showIt() } // If the browser is ok, the script is started onload... if(bw.bw) onload = initFoldout; </script> <link href="main.css" rel="stylesheet" type="text/css"> </head> <BODY BGCOLOR=#AEBFCD LEFTMARGIN=2 TOPMARGIN=2 MARGINWIDTH=2 MARGINHEIGHT=2> <TABLE WIDTH=750 BORDER=0 CELLPADDING=0 CELLSPACING=0> <TR> <TD COLSPAN=2 align="left" valign="top"> <IMG SRC="images/index_02.jpg" WIDTH=553 HEIGHT=57 ALT="AIM LOGO"></TD> </TR> <TR> <TD align="left" valign="top" width="358"> <IMG SRC="images/index_05.jpg" WIDTH=358 HEIGHT=423 ALT="AIM main collage" style="margin-bottom:120px;"> <object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/X57E5gLu1ng&hl=en_US&fs=1&rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/X57E5gLu1ng&hl=en_US&fs=1&rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object> </TD> <TD align="left" valign="top"> </TD> </TR> </TABLE> <!-- START DELETE --> <div style="position:absolute; left:0; top:0;"></div> <br><br><br> <!-- END DELETE --> <div id="divCont"> <!-- These are the contents of the foldoutmenu. --> <div id="divTop0" class="clTop"><a href="patm/patm.html"><img src="arrow.gif" name="imgA0" width=12 height=12 alt="" border="0">ԱԻՄ Պատմություն</a><br> <div id="divSub0" class="clSub"> </div> <br> </div> <div id="divTop1" class="clTop"><a href="#" onClick="menu(1); return false" onFocus="this.blur()"><img src="arrow.gif" name="imgA1" width=12 height=12 alt="" border="0">ԱԻՄ Կառուցվածք</a><br> <div id="divSub1" class="clSub"> <a href="karuc/karucvacq.html">ԱԻՄ Կառուցվածք</a><br> <a href="karuc/pah.html">ԱԻՄ Նախագահ</a><br> <a href="karuc/drosh.html">Դրոշը, Զինանշանը ու Օրհներգը</a><br> </div><br> </div> <div id="divTop2" class="clTop"><a href="#" onClick="menu(2); return false" onFocus="this.blur()"><img src="arrow.gif" name="imgA2" width=12 height=12 alt="" border="0">Գործունեություն</a><br> <div id="divSub2" class="clSub"> <a href="gorc/qah.html">Քաղաքական գործունեություն</a><br> <a href="gorc/shin.html">Շինարարություն</a><br> <a href="gorc/sa.html">Սիւնիքի աշխարազօր</a><br> <a href="gorc/erekajsor.html">Երէկն ու այսօրը</a></div> <br> </div> <div id="divTop3" class="clTop"><a href="npatak/npat.html" ><img src="arrow.gif" name="imgA3" width=12 height=12 alt="" border="0">Նպատակներ</a><br> <div id="divSub3" class="clSub"> </div> <br> </div> <div id="divTop4" class="clTop"><a href="hrat/hod.html" ><img src="arrow.gif" name="imgA4" width=12 height=12 alt="" border="0">Հոդվածներ</a><br> <div id="divSub4" class="clSub"> </div> <br> </div> <div id="divTop5" class="clTop"><a href="hrat/hrat.html" ><img src="arrow.gif" name="imgA5" width=12 height=12 alt="" border="0">Հրատարակչություն</a><br> <div id="divSub5" class="clSub"></div><br></div> <div id="divTop6" class="clTop"><a href="#" onclick="menu(6); return false" onFocus="this.blur()"><img src="arrow.gif" name="imgA6" width=12 height=12 alt="" border="0">Ընթացիկ գործունեություն</a><br> <div id="divSub6" class="clSub"> <ul> <li><a href="mesropian.html">Մեսրոպեան Ուղղագրութիւնը վերականգնելու աշխատանքներ...</a></li> <li><a href="russian_gas.html">Ռուսական գազը եվ Հայաստանի օրվա իշխանավորները...</a></li> <li><a href="ent1.html">Բաց նամակ Ռոբերտ Քոչարյանին</a></li> <li><a href="xxiv.html">ԱԻՄ XXIV Համագումար</a></li> <li><a href="letter_to_sahakashvili.html">Ուղերձ Վրաստանի Նախագահին</a></li> <li><a href="http://aimusd.org/arm-rus_history.php">Դրուագներ Հայ-ռուսական յարաբերութիւնների</a></li> <li><a href="/2012election/?page_id=8">Ազգային Ինքնորոշում միաւորման ՅԱՅՏԱՐԱՐՈՒԹԻՒՆԸ 2012 թուականի Խորհրդարանական ընտրութիւններին մասնակցելու վերաբերեալ</a></li> </ul> </div> </div> </div> <!-- Here ends the foldoutmenu. --> <p class="copyright">Copyright © 2001-<script language="javascript" type="text/javascript"> var currentTime = new Date(); var year = currentTime.getFullYear(); document.write(year); </script> USD.<br /><br /> <a href="/tatev_stepanyan.php" title="Contact Info" style="color:#000099; font-weight:bold">contact info >>></a></p> ---</body> </html>
Resolver
Resolver ASN
AS13335
Resolver IP
172.68.124.79
Resolver Network Name
Cloudflare, Inc.
Report ID
20241203T173808Z_webconnectivity_AM_49800_n1_ToySfutfTesg9zUi
Platform
windows
Software Name
ooniprobe-desktop-unattended (3.14.1)
Measurement Engine
ooniprobe-engine (3.14.1)