Enter Domain Name:
chefricks.com: Chef Rick's >>Restaurant & Catering 
 
<!--
body	{ background-color:#000000; color:white; overflow:hidden }
#skipDiv	{position:absolute; visibility:hidden; width:450px; }
#skipDiv a:link, #skipDiv a:visited	{ 
	font-family: verdana, arial, helvetica, sans-serif;
  font-size:10pt; color:#dee7f7; }

#wipeDiv1	{ position:absolute; visibility:hidden; left:0px; top:0px; 
	width:1px; height:1px; z-index:1; }
	
/* Classes for formatting the wipe text content. 
	 Wipe class is used in doWipes function. It's the only
	 one needed if all your text is formatted the same. */
.wipe { color:#dee7f7; 
	font-family: Tempus Sans ITC; }	
/* If you don't need different sizes, just put a size in
	 the one above (.wipe) and delete unused classes */	
.wipe1	{ font-size:36pt; }	
.wipe2	{ font-size:22pt; }
.wipe3	{ font-size:18pt; }
	
	
--> 
  
<!--

/*
Document Wipes effect- By Dynamic Web Coding (www.dyn-web.com)
Copyright 2002 by Sharon Paine
Visit http://www.dynamicdrive.com for this script
*/

dom = (document.getElementById) ? true : false;
ns5 = ((navigator.userAgent.indexOf("Gecko")> -1) && dom) ? true: false;
ie5 = ((navigator.userAgent.indexOf("MSIE")> -1) && dom) ? true : false;
ns4 = (document.layers && !dom) ? true : false;
ie4 = (document.all && !dom) ? true : false;
opr=  navigator.userAgent.indexOf("Opera")!=-1
nodyn = (!ns5 && !ns4 && !ie4 && !ie5) ? true : false;


//////////////////////////////////////////////////////////////////////////
// Customization Area
//
// If your wipe series includes images, put them in this array for preload, seperated by commas.
var wipe_imgs=new Array();
if (document.images) {
	var theImgs=new Array();
	for (var i=0;i<wipe_imgs.length;i  ) {
		theImgs[i]=new Image();
		theImgs[i].src=wipe_imgs[i];
	}
}

// Here's where you put the content for the wipes.
// Array elements are arranged in pairs:
// content to display, time allotted for wipe of that content. 
// Suggestion: give longer, larger content more time.
// If all your text is to be formatted the same, you can use
// just the wipe class above (it is applied in the doWipes function)
// and put plain text here.
// Images and links are okay too.
var wipe_array=new Array(
	'<span class="wipe2"> Welcome to Chef Rick\'s ',1500,
	'<span class="wipe2"> Ultimately Fine Foods ',1000,
	'<span class="wipe2"> Restaurant and Catering ',1000,
	'<span class="wipe2"> Everything I do gohn be funky... ',1000,
	'<span class="wipe2"> from now on ',800,
	'<span class="wipe2"> www.ChefRicks.com ',1000
);

var wipe_final=new Array('Click here',1000);


var wipe_in_delay=1000;			// delay before each wipe in
var wipe_out_delay=1000;		// delay before each wipe out
// wipe out speed (wipe-in time is divided by this number)
var wipe_out_dv=2.5;	// 2 to 4 recommended
var dest_delay=0;			// delay before going to destination url

// destination url, where to go at end of wipes
function setDest() {
	window.location = "http://www.chefricks.com/home.htm";
}
// end customization area
/////////////////////////////////////////////////////////////////////

if (opr||nodyn)
setDest()

function initDynLyrs() {
	// non-capable browsers skip this and go to your url
	if (nodyn) setDest();
	positionBotmRt('skipDiv');
	wipeLyr1 = new dynObj('wipeDiv1');
	wipeLyr1.centerIn(window);
	wipeLyr1.show();
	//wipeLyr2 = new dynObj('wipeDiv2');
	//wipeLyr2.centerIn(window);
	doWipes();
}

window.onload=initDynLyrs;
//-->

Chef Rick's >>Restaurant & Catering <!-- body { background-color:#000000; color:white; overflow:hidden } #skipDiv {position:absolute; visibility:hidden; width:450px; } #skipDiv a:link, #skipDiv a:visited { font-family: verdana, arial, helvetica, sans-serif; font-size:10pt; color:#dee7f7; } #wipeDiv1 { position:absolute; visibility:hidden; left:0px; top:0px; width:1px; height:1px; z-index:1; } /* Classes for formatting the wipe text content. Wipe class is used in doWipes function. It's the only one needed if all your text is formatted the same. */ .wipe { color:#dee7f7; font-family: Tempus Sans ITC; } /* If you don't need different sizes, just put a size in the one above (.wipe) and delete unused classes */ .wipe1 { font-size:36pt; } .wipe2 { font-size:22pt; } .wipe3 { font-size:18pt; } --> <!-- /* Document Wipes effect- By Dynamic Web Coding (www.dyn-web.com) Copyright 2002 by Sharon Paine Visit http://www.dynamicdrive.com for this script */ dom = (document.getElementById) ? true : false; ns5 = ((navigator.userAgent.indexOf("Gecko")> -1) && dom) ? true: false; ie5 = ((navigator.userAgent.indexOf("MSIE")> -1) && dom) ? true : false; ns4 = (document.layers && !dom) ? true : false; ie4 = (document.all && !dom) ? true : false; opr= navigator.userAgent.indexOf("Opera")!=-1 nodyn = (!ns5 && !ns4 && !ie4 && !ie5) ? true : false; ////////////////////////////////////////////////////////////////////////// // Customization Area // // If your wipe series includes images, put them in this array for preload, seperated by commas. var wipe_imgs=new Array(); if (document.images) { var theImgs=new Array(); for (var i=0;i<wipe_imgs.length;i ) { theImgs[i]=new Image(); theImgs[i].src=wipe_imgs[i]; } } // Here's where you put the content for the wipes. // Array elements are arranged in pairs: // content to display, time allotted for wipe of that content. // Suggestion: give longer, larger content more time. // If all your text is to be formatted the same, you can use // just the wipe class above (it is applied in the doWipes function) // and put plain text here. // Images and links are okay too. var wipe_array=new Array( '<span class="wipe2"> Welcome to Chef Rick\'s ',1500, '<span class="wipe2"> Ultimately Fine Foods ',1000, '<span class="wipe2"> Restaurant and Catering ',1000, '<span class="wipe2"> Everything I do gohn be funky... ',1000, '<span class="wipe2"> from now on ',800, '<span class="wipe2"> www.ChefRicks.com ',1000 ); var wipe_final=new Array('Click here',1000); var wipe_in_delay=1000; // delay before each wipe in var wipe_out_delay=1000; // delay before each wipe out // wipe out speed (wipe-in time is divided by this number) var wipe_out_dv=2.5; // 2 to 4 recommended var dest_delay=0; // delay before going to destination url // destination url, where to go at end of wipes function setDest() { window.location = "http://www.chefricks.com/home.htm"; } // end customization area ///////////////////////////////////////////////////////////////////// if (opr||nodyn) setDest() function initDynLyrs() { // non-capable browsers skip this and go to your url if (nodyn) setDest(); positionBotmRt('skipDiv'); wipeLyr1 = new dynObj('wipeDiv1'); wipeLyr1.centerIn(window); wipeLyr1.show(); //wipeLyr2 = new dynObj('wipeDiv2'); //wipeLyr2.centerIn(window); doWipes(); } window.onload=initDynLyrs; //-->

Tags: chefricks, skip, wipe, var, font, false, , true, array, class=,

Chefricks.com

Content Revalency: Title: 0.48%   Description: 0.00%   Keywords: 0.00%  |  Document size: 4,195 bytes
More info: Whois - Trace Route - RBL Check
CHEFRICKS.COM - Site Location
Country/Flag US United States
City/Region/Zip Code San Jose, California, 95131
Organization MegaPath Corporation
Internet Service Provider MegaPath Corporation
CHEFRICKS.COM - Domain Information
Domain CHEFRICKS.COM   [ Traceroute  RBL/DNSBL lookup ]
Registrar GoDaddy.com, LLC
Whois server whois.verisign-grs.com
Created 25-Apr-2000
Updated 02-Jan-2017
Expires --
Time Left 0 days 0 hours 0 minutes
Status clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited clientRenewProhibited https://icann.org/epp#clientRenewProhibited clientTransferProhibited https://icann.org/epp#clientTransferProhibited clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
DNS servers NS.JOSH.COM   66.253.5.154
NS.JOSHDNS.NET   74.93.122.181
CHEFRICKS.COM - DNS Information
IP Address 66.253.5.155 ~ Whois - Trace Route - RBL Check
Domain Name Servers ns.joshdns.net  
ns2.josh.com  
ns.josh.com   108.29.37.132
Mail Exchange joshmail.josh.com   108.29.37.132
Site Response Header
Response HTTP/1.1 200 OK
Server Microsoft-IIS/6.0
Date Sun, 10 Apr 2011 01:15:51 GMT
Content-Type text/html