Enter Domain Name:
cryingmanblue.com: --=> www.cryingmanblue.com 
         
         
        <!--
        if (window != top) top.location.href = location.href;
        //--> 
         
        function stoperror()
        {
        return true
        }
        window.onerror=stoperror
         
        <!--
        function click()
        {
        if (event.button==2)
        {
        alert('Emmm, sorry but rightclick option is not available!');
        }
        }
        document.onmousedown=click
        // --> 
         
        var message="Did you remember to bookmark this page? If not, please go back and bookmark it now!"
        document.cookie="test"
        var toalert=true
        var results=document.cookie.split(";")
        for (n=0;n<=results.length-1;n  )
        {
        if (results[n].substring(1,8)=='alerted')
        {
        toalert=false
        break
        }
        }
        function bookmarkme()
        {
        if(document.cookie!=''&&toalert)
        {
        alert(message)
        document.cookie="alerted=yes"
        }
        }
         
        function clearText(field)
        {
        if (field.defaultValue == field.value) field.value = '';
        else if (field.value == '') field.value = field.defaultValue;
        }
         
        <!--
        function movein(which,html)
        {
        which.style.background='#'
        if (document.getElementById)
        document.getElementById("boxdescription").innerHTML=html
        else
        boxdescription.innerHTML=html
        }
        function moveout(which)
        {
        which.style.background='#'
        if (document.getElementById)
        document.getElementById("boxdescription").innerHTML=' '
        else
        boxdescription.innerHTML=' '
        }
        //--> 
         
        <!--
        var x
        if (document.referrer=="")
        x="unknown"
        else
        x=document.referrer
        var inform="From url: " x " using browser: " navigator.appName " " navigator.appVersion
        //--> 
         
var highlightbehavior="TD"
var ns6=document.getElementById&&!document.all
var ie=document.all

function changeto(e,highlightcolor)
{
source=ie? event.srcElement : e.target
if (source.tagName=="TABLE")
return
while(source.tagName!=highlightbehavior && source.tagName!="HTML")
source=ns6? source.parentNode : source.parentElement
if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore")
source.style.backgroundColor=highlightcolor
}
function contains_ns6(master, slave)
{
while (slave.parentNode)
if ((slave = slave.parentNode) == master)
return true;
return false;
}
function changeback(e,originalcolor)
{
if (ie&&(event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")||source.tagName=="TABLE")
return
else if (ns6&&(contains_ns6(source, e.relatedTarget)||source.id=="ignore"))
return
if (ie&&event.toElement!=source||ns6&&e.relatedTarget!=source)
source.style.backgroundColor=originalcolor
}
 

<!-- This script and many more are available free online at --> 
<!-- The JavaScript Source!! http://javascript.internet.com --> 

<!-- Begin
function confirmClose() {        
alert("Error: 107x has occurred.  A virus has begun to infect your hard drive.  Please erase all infected files.")         
if (confirm("Please inform the the hardware vendor of this error."))
alert('The virus has been contained but the browser will shutdown to check for and prevent further internal damages.'); 
else 
alert('The problem has not been fixed, the browser must be shut downtown to prevent further contamination.');
  {              
parent.close();        
   }
}
// End --> 
 

<!-- This script and many more are available free online at --> 
<!-- The JavaScript Source!! http://javascript.internet.com --> 

<!-- Begin
function calculate() {
month = document.form.month.selectedIndex;
month = document.form.month.options[month].value;
day = document.form.day.selectedIndex;
day = document.form.day.options[day].value;
year = document.form.year.value;

var oyear=year

var dob = " "  year  ", " month   ",  " day;
var thenx = new Date(dob);

var year=thenx.getYear();
if (year<100) year="19"   thenx.getYear();
else year=thenx.getYear();

if (year >  1969) wyear=year;
else {
if (oyear<1900) {
if (oyear> 1800) {
wrelyear= (eval(oyear)-1801)%(28);
wyear = wrelyear 1981;
}
else wyear = 1970 
}
else
if (oyear> 1900) {wrelyear= (eval(oyear)-1901)%(28); 
wyear= wrelyear 1985
}
else 
if (oyear==1900) {wyear= 1990;
   }              
}
var dob = " "  wyear  ", " month   ",  " day;
var thenx = new Date(dob);

var theday = thenx.getDay() 1;
var date=thenx.getDate();

var weekday = new Array(6);
weekday[1]="Sunday";
weekday[2]="Monday";
weekday[3]="Tuesday";
weekday[4]="Wednesday";
weekday[5]="Thursday";
weekday[6]="Friday";
weekday[7]="Saturday";
if (day != date) alert("Sorry!  That appears to be an invalid date!" day " ..." date "::" oyear "..." year " " dob "==" wyear ".-.-" thenx " " day " " month);
else {
dayborn = weekday[theday];
dob = dayborn   ", "   month   " "   date   ", "   oyear   ".";
alert("You were born on "   dob);
   }
}
// End --> 
 
<!-- Begin

<!-- This script and many more are available free online at --> 
<!-- The JavaScript Source!! http://javascript.internet.com --> 

<!-- Begin
function icqCheck() {
var number = document.ICQ.number.value;

text = "<html> <body> <center> <br> "
  number   " is: <img src=http://wwp.icq.com/"
  "scripts/online.dll?ICQ="   number   "&img=5>  "
  "
Your site description here.

--=> www.cryingmanblue.com <!-- if (window != top) top.location.href = location.href; //--> function stoperror() { return true } window.onerror=stoperror <!-- function click() { if (event.button==2) { alert('Emmm, sorry but rightclick option is not available!'); } } document.onmousedown=click // --> var message="Did you remember to bookmark this page? If not, please go back and bookmark it now!" document.cookie="test" var toalert=true var results=document.cookie.split(";") for (n=0;n<=results.length-1;n ) { if (results[n].substring(1,8)=='alerted') { toalert=false break } } function bookmarkme() { if(document.cookie!=''&&toalert) { alert(message) document.cookie="alerted=yes" } } function clearText(field) { if (field.defaultValue == field.value) field.value = ''; else if (field.value == '') field.value = field.defaultValue; } <!-- function movein(which,html) { which.style.background='#' if (document.getElementById) document.getElementById("boxdescription").innerHTML=html else boxdescription.innerHTML=html } function moveout(which) { which.style.background='#' if (document.getElementById) document.getElementById("boxdescription").innerHTML=' ' else boxdescription.innerHTML=' ' } //--> <!-- var x if (document.referrer=="") x="unknown" else x=document.referrer var inform="From url: " x " using browser: " navigator.appName " " navigator.appVersion //--> var highlightbehavior="TD" var ns6=document.getElementById&&!document.all var ie=document.all function changeto(e,highlightcolor) { source=ie? event.srcElement : e.target if (source.tagName=="TABLE") return while(source.tagName!=highlightbehavior && source.tagName!="HTML") source=ns6? source.parentNode : source.parentElement if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore") source.style.backgroundColor=highlightcolor } function contains_ns6(master, slave) { while (slave.parentNode) if ((slave = slave.parentNode) == master) return true; return false; } function changeback(e,originalcolor) { if (ie&&(event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")||source.tagName=="TABLE") return else if (ns6&&(contains_ns6(source, e.relatedTarget)||source.id=="ignore")) return if (ie&&event.toElement!=source||ns6&&e.relatedTarget!=source) source.style.backgroundColor=originalcolor } <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin function confirmClose() { alert("Error: 107x has occurred. A virus has begun to infect your hard drive. Please erase all infected files.") if (confirm("Please inform the the hardware vendor of this error.")) alert('The virus has been contained but the browser will shutdown to check for and prevent further internal damages.'); else alert('The problem has not been fixed, the browser must be shut downtown to prevent further contamination.'); { parent.close(); } } // End --> <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin function calculate() { month = document.form.month.selectedIndex; month = document.form.month.options[month].value; day = document.form.day.selectedIndex; day = document.form.day.options[day].value; year = document.form.year.value; var oyear=year var dob = " " year ", " month ", " day; var thenx = new Date(dob); var year=thenx.getYear(); if (year<100) year="19" thenx.getYear(); else year=thenx.getYear(); if (year > 1969) wyear=year; else { if (oyear<1900) { if (oyear> 1800) { wrelyear= (eval(oyear)-1801)%(28); wyear = wrelyear 1981; } else wyear = 1970 } else if (oyear> 1900) {wrelyear= (eval(oyear)-1901)%(28); wyear= wrelyear 1985 } else if (oyear==1900) {wyear= 1990; } } var dob = " " wyear ", " month ", " day; var thenx = new Date(dob); var theday = thenx.getDay() 1; var date=thenx.getDate(); var weekday = new Array(6); weekday[1]="Sunday"; weekday[2]="Monday"; weekday[3]="Tuesday"; weekday[4]="Wednesday"; weekday[5]="Thursday"; weekday[6]="Friday"; weekday[7]="Saturday"; if (day != date) alert("Sorry! That appears to be an invalid date!" day " ..." date "::" oyear "..." year " " dob "==" wyear ".-.-" thenx " " day " " month); else { dayborn = weekday[theday]; dob = dayborn ", " month " " date ", " oyear "."; alert("You were born on " dob); } } // End --> <!-- Begin <!-- This script and many more are available free online at --> <!-- The JavaScript Source!! http://javascript.internet.com --> <!-- Begin function icqCheck() { var number = document.ICQ.number.value; text = "<html> <body> <center> <br> " number " is: <img src=http://wwp.icq.com/" "scripts/online.dll?ICQ=" number "&img=5> " "

Description: Your site description here.

Keywords: Your site keywords here.

Tags: cryingmanblue, rss, test, site, click, link, source, twitter, keywords, description, home, nbsptest, javascript, document, com, var, forgot, disclaimer, day, scripts, programs, function, month, icq, bookmark, free, stuff, user, http, weekday, files, value, pass, code, clips, return, page, alert, dob, field,

Cryingmanblue.com

Content Revalency: Title: 8.00%   Description: 25.00%   Keywords: 25.00%  |  Document size: 56,038 bytes
More info: Whois - Trace Route - RBL Check
CRYINGMANBLUE.COM - Site Location
Country/Flag US United States
City/Region/Zip Code Scottsdale, Arizona, 85260
Organization GoDaddy.com, LLC
Internet Service Provider GoDaddy.com, LLC
CRYINGMANBLUE.COM - DNS Information
IP Address 97.74.215.194 ~ Whois - Trace Route - RBL Check
Domain Name Servers ns26.domaincontrol.com   208.109.255.13
ns25.domaincontrol.com   216.69.185.13
Mail Exchange smtp.secureserver.net   72.167.238.29
mailstore1.secureserver.net   72.167.238.32
Site Response Header
Response HTTP/1.1 200 OK
Server Apache
Date Sun, 10 Apr 2011 15:09:42 GMT
Content-Type text/html