WHOIS Service

scardweb.org - information about domain

  • Server Status: available
  • Server IP: 192.203.125.59
  • Server Response Time: 415ms

Site title

SCARD

Alexa information

Alexa rank: not in database

Rank Trend

Bounce Trend

DNS Information

Host: Class: Type: IP: TTL: Target: Other:
scardweb.org IN A 192.203.125.59 10800
scardweb.org IN SOA 10800 mname: ns1.rsna.org
rname: admin.rsna.org
serial: 2010072101
refresh: 10800
retry: 3600
expire: 777600
minimum-ttl: 3600
scardweb.org IN NS 10800 ns1.rsna.org
scardweb.org IN NS 10800 ns2.rsna.org

Server Location

Site source

Show / hide source
                
<!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" xml:lang="en" lang="en"> <!-- Content Copyright Radiological Society of North America -->
<!-- Page generated 2012-03-02 13:29:33 by CommonSpot Build 5.0.3.132 (2009-02-13 11:10:58) -->
<!-- JavaScript & DHTML Code Copyright 1998-2009 PaperThin, Inc.  All rights reserved --> <head> <title>SCARD</title> <meta name="Description" id="Description" content="SCARD" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="Keywords" id="Keywords" content="" />
<meta name="Generator" id="Generator" content="CommonSpot Content Server Build 5.0.3.132" />
<style type="text/css">
    .mw { color:#000000;font-family:Verdana,Arial,Helvetica;font-weight:bold;font-size:xx-small;text-decoration:none; }
    a.mw:link    {color:#000000;font-family:Verdana,Arial,Helvetica;font-weight:bold;font-size:xx-small;text-decoration:none;}
    a.mw:visited    {color:#000000;font-family:Verdana,Arial,Helvetica;font-weight:bold;font-size:xx-small;text-decoration:none;}
    a.mw:hover    {color:#0000FF;font-family:Verdana,Arial,Helvetica;font-weight:bold;font-size:xx-small;text-decoration:none;}
</style>
<style type="text/css">
/* -- Styles generated for CommonSpot elements -- */

</style>
<script type="text/javascript">
<!--
    var gMenuControlID = 0;
    var menus_included = 0;
    var jsDlgLoader = '/loader.cfm';
    var jsSiteID = 15;
    var jsSubSiteID = 1;
    var js_gvPageID = 1341;
    var jsPageID = 1341;
    var jsPageSetID = 0;
    var jsPageType = 0;
    var jsControlsWithRenderHandlers = ",,";
    var jsDefaultRenderHandlerProps = ",,";
    var jsAuthorizedControls = ",1,2,3,4,6,7,8,9,10,11,16,18,20,21,22,23,25,26,27,28,29,30,31,33,34,36,37,38,39,40,41,42,43,44,45,46,47,50,51,53,54,";
    var jsCustomRenderHandlerPairs = "";
    var jsSiteSecurityCreateControls = 0;
    var jsShowRejectForApprover = 1;

    document.CS_StaticURL = "http://www.scardweb.org/";
    document.CS_DynamicURL = "http://www.scardweb.org/";
// -->
</script>
<script type="text/javascript" src="/commonspot/javascript/browser-all.js"></script> <link rel="stylesheet" href="/commonspot/commonspot.css" type="text/css" id="cs_maincss" /> </head><body lang="en" vlink="000066" link="000066" alink="000066" style="margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;" background="/images/body_bg.gif"><a name="__topdoc__"></a><script type="text/javascript" src="/commonspot/javascript/browser-all.js"></script><script src="/commonspot/pagemode/always-include-common.js" type="text/javascript"></script><script type="text/javascript">
<!--
        // always-include-ie.js  Copyright 1998-2005 PaperThin, Inc. All rights reserved.

bName = navigator.appName;
bVer = parseInt(navigator.appVersion);

var bCanRollover=0
if (bName == "Netscape")
{
    if(bVer >= 3)
        bCanRollover=1;
}
else if (bName == "Microsoft Internet Explorer")
{
    if(bVer >= 4)
        bCanRollover=1;
}

function ImageSet(imgID,newTarget)
{
    if (bCanRollover)
        document[imgID].src=newTarget;
}
function clearStatus()
{
    window.status = "";
}
function setStatbar(statbar)
{
    var strStatbar=unescape(statbar);
    window.status=strStatbar;
}
function onLoadComplete()
{
    if( menus_included == 1 )
        document.onmouseover = document_mouseover;    // defined in menu_ie.js
}
function HandleLink(parentID,link,displaylink) 
{
    // links are in one of the following formats:
    //         cpe_60_0,CP___PAGEID=100
    //         CPNEWWIN:WindowName^params@CP___
    //             CPNEWWIN:child^top=110:left=130:ww=140:hh=150:tb=1:loc=1:dir=0:stat=1:mb=1:sb=1:rs=1@CP___PAGEID=3811,Adv-Search-2,1
    // displaylink is the server relative URL or fully qualified URL
    windowname = "";
    windowparams = "";

    // "CPNEWWIN:" & NewWindowName & "^" & params & "@" & linkStruct.LinkURL; 
    pos = link.indexOf("CPNEWWIN:");
    if (pos != -1)
    {
        pos1 = link.indexOf ("^");
        windowname = link.substring (pos+9, pos1);
        pos2 = link.indexOf ("@");
        windowparams = link.substring (pos1 + 1, pos2);
        link = link.substring (pos2 + 1, link.length);
    }
    
    if( displaylink && displaylink != "" )
    {        
        if (windowname == "")
            window.location = displaylink;
        else
        {
            windowparams = FormatWindowParams(windowparams);
            window.open (displaylink, windowname, windowparams);
        }
    }
    else
    {
        targetLink = link;

        if (link.indexOf ("CP___") != -1)
        {

            httpPos = -1;
            commaPos = link.indexOf(",");
            if (commaPos != -1)
            {
                targetUrl = link.substr(commaPos + 1);
                if (targetUrl.indexOf("://") != -1 || targetUrl.indexOf("/") == 0)
                {
                        httpPos = commaPos + 1;
                }        
            }
                
            if (httpPos != -1)
            {
                targetLink = link.substr(httpPos);

                commaPos = targetLink.indexOf(",");
                if (commaPos != -1)
                    targetLink = targetLink.substr(0, commaPos);
            }
            else
                targetLink = jsDlgLoader + "?csModule=utilities/handle-link&thelink=" + link;
            
            if (windowname == "")
                window.location = targetLink;
            else
            {
                windowparams = FormatWindowParams(windowparams);
                window.open (targetLink, windowname, windowparams);
            }
        }
        else
        {
            //commaPos = link.indexOf(",");
            //if (commaPos != -1)
            //    link = link.substr(0, commaPos);

            if (windowname == "")
                window.location = link;
            else
            {
                windowparams = FormatWindowParams(windowparams);
                window.open (link, windowname, windowparams);
            }
        }
    }

}
function doWindowOpen(href,name,params)
{
    if (params != '')
    window.open (href, name, params);
    else
        window.open (href, name);    
}

//     CPNEWWIN:child^top=110:left=130:ww=140:hh=150:tb=1:loc=1:dir=0:stat=1:mb=1:sb=1:rs=1@CP___PAGEID=3811,Adv-Search-2,1
function FormatWindowParams(windowparams)
{
    if( windowparams.indexOf(":loc=") != -1 || windowparams.indexOf(":ww=") != -1 || windowparams.indexOf(":hh=") != -1 || 
        windowparams.indexOf(":left=") != -1 || windowparams.indexOf(":top=") != -1 )
    {
        windowparams = substringReplace(windowparams,':left=',',left=');
        windowparams = substringReplace(windowparams,'left=','left=');
        windowparams = substringReplace(windowparams,':ww=',',width=');
        windowparams = substringReplace(windowparams,'ww=','width=');        
        windowparams = substringReplace(windowparams,':hh=',',height=');
        windowparams = substringReplace(windowparams,'hh=','height=');
        windowparams = substringReplace(windowparams,':loc=',',location=');
        windowparams = substringReplace(windowparams,'loc=','location=');
        windowparams = substringReplace(windowparams,':dir=',',directories=');
        windowparams = substringReplace(windowparams,'dir=','directories=');
        windowparams = substringReplace(windowparams,':tb=',',toolbar=');
        windowparams = substringReplace(windowparams,'tb=','toolbar=');
        windowparams = substringReplace(windowparams,':stat=',',status=');
        windowparams = substringReplace(windowparams,':mb=',',menubar=');
        windowparams = substringReplace(windowparams,':sb=',',scrollbars=');
        windowparams = substringReplace(windowparams,':rs=',',resizable=');
    }
    return windowparams;
}

// -->
        </script><div id="cs_control_2" class="cs_control"><table id="cs_idLayout2" cellpadding="0" cellspacing="0" border="0" width="100%" summary=""><tr><td id="cs_idCell2x1x1" style="text-align: left;" valign="top" bgcolor="c9c998" background="/images/top_bg_1.gif" height="120" colspan="2">
<div id="cs_control_1334" class="cs_control"><div align="left"></div><div align="left" class="CS_Image_IMG1334"><img src="/images/logo.gif" border="0" class="CS_Image_IMG1334" title="SCARD logo" width="600" height="137" alt="SCARD logo" /></div></div>

</td></tr><tr><td id="cs_idCell2x2x1" style="text-align: left;" valign="top" width="150">
<div id="cs_control_1337" class="cs_control"><div style="font-family:Verdana,Arial;color:#000000;text-align:left;"><span style="font-size: 12px;"><table summary="layout" width="125">
<tbody>
<tr>
<td valign="top">
<p><font size="2"><a href="/index.cfm"><strong>SCARD Home</strong></a><br />
<br />
<a href="/about.cfm"><strong>About SCARD</strong></a><br />
<br />
<a href="/cardiac_imaging.cfm"><strong>Cardiac Imaging<br />
Training</strong></a><br />
<br />
<a href="/links.cfm"><strong>Links</strong></a><br />
<br />
<a href="/meetings.cfm"><strong>Meetings</strong></a><br />
<br />
<a href="/membership.cfm"><strong>Membership</strong></a><br />
<br />
<strong><a href="https://www2.scardweb.org/login/login.cfm">Members Login</a></strong><br />
<br />
<strong><a href="https://www2.scardweb.org/shared_society_pages/membership_renewal/index.cfm"><strong>Membership Renewal</strong></a></strong><br />
<br />
<strong><a href="https://www2.scardweb.org/login/login.cfm">Scenario Planning</a></strong></font></p>
</td>
</tr>
</tbody>
</table></span></div></div>

</td><td id="cs_idCell2x2x2" style="text-align: left;" valign="top">
<div id="cs_control_1344" class="cs_control"><div style="font-family:Verdana,Arial;color:#000000;text-align:left;"><span style="font-size: 12px;"><table border="0" cellspacing="0" summary="layout" cellpadding="0" width="100%">
<tbody>
<tr>
<td>
<table border="0" cellspacing="0" cellpadding="0" width="750">
<tbody>
<tr>
<td valign="top" width="599">
<p><strong><em>Welcome!</em></strong></p>

<p><strong>SCARD Purpose<br />
</strong><font size="2">The SCARD is a nonprofit organization dedicated to the advancement of the art and science of radiology by the promotion of medical education, research and patient care, the development of methods of undergraduate and graduate teaching in radiology and the provision of a forum for discussion of problems and mutual interest among radiology department chairpersons.</font></p>

<table border="0" cellspacing="0" summary="layout" cellpadding="0" width="575">
<tbody>
<tr>
<td valign="top" width="575">
<hr color="#cccc99" size="1" width="100%" noshade="noshade" />
<table border="0" cellspacing="1" summary="layout" cellpadding="1" width="100%">
<tbody>
<tr>
<td><strong>Site News:</strong></td>
</tr>

<tr valign="top" align="left">
<td>
<hr color="#cccc99" size="1" width="100%" noshade="noshade" />
<p>&nbsp;</p>

<p>Thank you to all who helped make the 2011 SCARD Fall Meeting and Leadership and Management in Radiology Program so successful. We look forward to seeing you all next year in Vancouver.</p>

<p>&nbsp;</p>

<p>Special thanks to FUJIFILM Medical Systems, USA for an educational grant in support of the SCARD 2011 Fall Meeting.<br />
<br />
<a href="http://www.fujimed.com/"><img border="0" hspace="0" alt="fuji" src="/images/fuji_1.gif" width="250" height="47" /></a></p>

<p>&nbsp;</p>

<p>&nbsp;</p>
</td>
</tr>
</tbody>
</table>

<hr color="#cccc99" size="1" width="100%" noshade="noshade" />
<br />
<strong><a href="/core_curriculum.cfm"><strong>Core Radiology Research Curriculum for Residents</strong></a><br />
<br />
</strong> 

<p><strong><a href="http://www.rsna.org/Research/educational_courses.cfm"><strong>RSNA Department of Scientific Affairs</strong></a>&nbsp;<br />
<br />
<a href="http://www.rsna.org/International/CIRE/index.cfm">RSNA Committee on International Relations & Education (CIRE)</a><br />
<br />
<a onmouseover=" return self.status='http://www.rsna.org/Radiology_Education_Research_Development_Grant.aspx'; " onmouseout=" return self.status=''; " href="javascript:HandleLink('cpe_1344_0','CPNEWWIN:NewWindow%5Etop=10,left=10,width=1000,height=800,toolbar=1,location=1,directories=0,status=,menubar=1,scrollbars=1,resizable=1@http://www.rsna.org/Radiology_Education_Research_Development_Grant.aspx');">RSNA/AUR/APDR/SCARD&nbsp;Education Research Development Grant<br />
</a></strong><font size="2">Purpose: To encourage innovation and improvement in health sciences education by providing research opportunities to individuals in pursuit of advancing the science of radiology education.</font></p>

<p><strong><a href="/cardiac_imaging.cfm" onclick="GP_AdvOpenWindow('manhattan/search.asp','','fullscreen=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes',750,512,'center','ignoreLink','',0,'');return document.MM_returnValue">Cardiac Imaging Training</a></strong></p>

<p><strong><a href="http://www.nasci.org/" target="_blank">North American Society of Cardiac Imaging</a></strong></p>

<hr color="#cccc99" size="1" width="100%" noshade="noshade" />
<p><a href="https://www2.scardweb.org/login/login.cfm" onclick="GP_AdvOpenWindow('http://www.scardweb.org/members03/Login.asp ','','fullscreen=no,toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes',760,580,'center','ignoreLink','',0,'');return document.MM_returnValue"><strong>Access the SCARD Membership Directory Online</strong></a></p>

<p><a onmouseover=" return self.status='http://www.aur.org/Annual_Meeting/AUR2012/index.cfm'; " onmouseout=" return self.status=''; " href="javascript:HandleLink('cpe_1344_0','CPNEWWIN:NewWindow%5Etop=10,left=10,width=1000,height=800,toolbar=1,location=1,directories=0,status=,menubar=1,scrollbars=1,resizable=1@http://www.aur.org/Annual_Meeting/AUR2012/index.cfm');"><strong>AUR Annual Meeting</strong></a><br />
<br />
<a href="http://www.aaarad.org/" target="_blank"><strong>Association of Administrators in Academic Radiology</strong></a> <strong>(AAARAD)</strong></p>
</td>
</tr>
</tbody>
</table>

<p>&nbsp;</p>

<p><!-- #EndEditable --></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>

<tr>
<td>
<table border="0" cellspacing="0" summary="layout" cellpadding="0" width="727">
<tbody>
<tr>
<td><br />
</td>
<td><br />
</td>
<td>
<hr />
</td>
</tr>

<tr>
<td width="133"><br />
</td>
<td width="20"><br />
</td>
<td>
<p align="center"><font size="2"><a href="/contact.cfm">Contact Information</a>| <a href="/copyright.cfm">Copyright Information</a>| <a href="/TermsOfService.cfm">Terms Of Service</a><br />
</font></p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>

<br />
<br />
<p><!-- #EndTemplate --></p></span></div></div>

</td></tr>
    </table></div><script type="text/javascript">
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 type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-5204934-3");
pageTracker._trackPageview();
} catch(err) {}</script>
<div style="display:block; clear:left; padding:0px; font-family:Verdana,Arial; font-size:10px; color:gray;"></div><script type="text/javascript">
        <!--
            var jsPageContributeMode = 'read';
            var jsPageSessionContributeMode = 'read';
            var jsPageAuthorMode = 0;
            var jsPageEditMode = 0;
            // build commonspot.csPage, used by entrance.js and onDocumentLoaded
            if(!commonspot)
                var commonspot = {};
            commonspot.csPage = {};
            commonspot.csPage.url = location.pathname + ((location.pathname.match(/.cfm/i)) ? '' : 'index.cfm'); // use index.cfm if no filename
            commonspot.csPage.id = 1341;
            commonspot.csPage.title = 'index';
            commonspot.csPage.subsiteRoot = '/';
            commonspot.csPage.siteRoot = '/';
            commonspot.csPage.mode = jsPageSessionContributeMode;
            commonspot.csPage.authorok = 1;
            commonspot.csPage.showContainerUI = 0;
            commonspot.csPage.requestedVersionTimestamp = '';
            commonspot.csPage.userRights = {};
            commonspot.csPage.userRights.isLoggedIn = 0;
            commonspot.csPage.userRights.read = 1;
            commonspot.csPage.userRights.author = 0;
            commonspot.csPage.userRights.edit = 0;
            commonspot.csPage.userRights.approve = 0;
            commonspot.csPage.userRights.history = 0;
            commonspot.csPage.userRights.design = 0;
            commonspot.csPage.userRights.admin = 0;
            commonspot.csPage.userRights.subsiteAdmin = 0;
            commonspot.csPage.userRights.siteAdmin = 0;
            commonspot.csPage.userRights.userAdmin = 0;
            var doLviewRedirect;
            if(parent && parent.commonspot && parent.commonspot.lview && (!doLviewRedirect))
            {
                onPageArrival = function()
                {
                    parent.commonspot.lview.currentPage.onPageArrival(commonspot.csPage.mode, commonspot.csPage.url, commonspot.csPage.id, commonspot.csPage.title, commonspot.csPage.subsiteRoot, commonspot.csPage.siteRoot);
                };
                onPageUnload = function()
                {
                    parent.commonspot.lview.currentPage.onPageUnload(location.pathname + '?' + document.location.search);
                };
                parent.Spry.Utils.addEventListener(window, 'load', onPageArrival, false);
                parent.Spry.Utils.addEventListener(window, 'unload', onPageUnload, false);
            }
        
            
        // -->
        </script></body></html>
Go to top

About QuoBuzz.com

Our site strives to provide helpful information to our readers.  By offering not only fact-based whois information, but also an informative overview of each website, we seek to give you a broad view of how each site operates.  Every day our writers and researchers work together to find all of the most up-to-date information about each website we feature.  Our goal is to create a space where you will gain the most information for your time, because in our view, our time is spent saving others’ time.  Rather than spending hours scouring the web for the information you seek, you will be able to find it all in one well-organized space, allowing you more time to enjoy browsing the web at your leisure.

Read on

What they say about us!

This site has been a great resource for me. The ease of use, wide variety of information, as well as the great layout are a refreshing change to the standard, bulky sites I have used in the past. Here I am able to find everything I need in one site, without spending hours sifting through little bits of information across the Internet. This has led to improving my own productivity, because I spend far less time searching all over the place for the content I need. I definitely see a strong future for this site and will continue to use it for my needs.

eRic000 - eRic Design

More...