<!--//THIS INDEX.HTML FILE LAST UPDATED 6-22-06//--> 
window.self.name="Basin"
<!--//BRUSHYPOP WINDOW//-->
/*function popupPage() {
var page = "BrushyPop.html";
var w=420
var h=130
var handl = (screen.width - w) / 1.6;
var handt = (screen.height - h) / 5.5;
winprops = 'height='+h+',width='+w+',top='+handt+',left='+handl+',scrollbars='+scroll+',resizable'
brushyWin=window.open(page, "BrushyPop", winprops);
brushyWin.window.focus()
}
function popupPage() {
var page = "BrushyPop.html";
windowprops = "height=130,width=420,location=no,top=94,left=240,scrollbars=no,menubars=no,toolbars=no,resizable=no,alwaysRaised=yes,titlebar=no,ontop";
brushyWin=window.open(page, "BrushyPop", windowprops);
brushyWin.window.focus()
}*/
<!--//TESTIMONIAL WINDOW//-->
function Teswindow() {
var page = "./Testimonials.html";
windowprops = "height=520,width=425,location=no,top=0,left=250,scrollbars=yes,menubars=no,toolbars=no,resizable=no,alwaysRaised=yes,titlebar=no";
window.open(page, "Testimonials", windowprops);
}
<!--//GLOSSARY WINDOW//-->
function GlossaryWin(page, Glossary, w, h, scroll) {
var handl = (screen.width - w) / 1.27;
var handt = (screen.height - h) / 1.5;
winprops = 'height='+h+',width='+w+',top='+handt+',left='+handl+',scrollbars='+scroll+',resizable'
gloss= window.open(page, Glossary, winprops);
gloss.window.focus(); 
}
<!-- //SCROLLING STATUS BAR TEXT SCROLL ONCE A DAY//-->
now = new Date;
expireDate = new Date;
expireDate.setMonth(expireDate.getMonth()+6);
lastVisit = new Date(cookieVal("homeVisit"));
document.cookie = "homeVisit="+now+";expires=" + expireDate.toGMTString();
function cookieVal(cookieName) {
  thisCookie = document.cookie.split("; ")
    for (i=0; i<thisCookie.length; i++) {
      if (cookieName == thisCookie[i].split("=")[0]) {
        return thisCookie[i].split("=")[1]
      }
    }
  return "1 January 2000"
}
function newCheck() {
  if (now.getDay() != lastVisit.getDay()) {
	if (navigator.appName != "Microsoft Internet Explorer" || window.screen.width != 800 || window.screen.height != 600){scrollMaster()}
  }
}
<!--//Enter text for scrolling here-->
var msg = "This website is best viewed using Microsoft Internet Explorer with 800 by 600 resolution!... You are using a "+navigator.appName+" browser with "+window.screen.width+" by "+window.screen.height+" resolution, so you may experience some minor problems with content display and/or website design....... Thank you for visiting Moab Brushy Basin Fossil Gifts!"
var osd = ".........."
osd +="  _";
msg = "" + msg;
flsmsg=""
for (var i= 0; i < 80; i++){
flsmsg += "";
}
var visible=0;
var flashNum=0;
var timer;
for (var i= 0; i < 80; i++){
msg = "." + msg;
}
for (var i= 0; i < 70; i++){
msg = " " + msg;
}
function scrollMaster() {
clearTimeout(timer)
msg = msg + osd;
for (var i= 0; i < 70; i++){
msg += " " ;
}
Flash()
}
function Flash() {
if (visible == 0) {
window.status="                                                   ";
visible=1;
} else { 
<!--//Put Flashing Message Below Between Quotation Marks!-->
window.status=flsmsg+"Message From, Webmaster........."+flsmsg;
visible=0;flashNum++;
}
while(flashNum < 15) {
setTimeout("Flash()", 250);
clearTimeout("Flash()", 250);return;
	}
flashNum=0; scrollMe();
}
function scrollMe(){
window.status = msg;
msg = msg.substring(1, msg.length) + msg.substring(0,1);
	if (msg.substring(0,1)=="_"){
Flash();return;
	}
timer = setTimeout("scrollMe()", 150);
}
newCheck();<!--//DISABLE newCheck() for no messages!-->

<!--/*NEW BRUSHYPOP DROPINBOX I DISABLED THIS DROPINBOX
var dropboxleft
if (window.screen.width==800){
dropboxleft=(screen.width  / 3.38);
}
else{
dropboxleft=(screen.width  / 2.91);
}
var dropboxtop=-2;
var dropspeed=6 
var displaymode="always"
if (parseInt(displaymode)!=NaN)
var random_num=Math.floor(Math.random()*displaymode)
var ie=document.all
var dom=document.getElementById
function initboxv2(){
if (!dom&&!ie)
return
crossboxcover=(dom)?document.getElementById("dropinboxv2cover") : document.all.dropinboxv2cover
crossbox=(dom)?document.getElementById("dropinboxv2"): document.all.dropinboxv2
scroll_top=(ie)? truebody().scrollTop : window.pageYOffset
crossbox.height=crossbox.offsetHeight
crossboxcover.style.height=parseInt(crossbox.height)+"px"
crossbox.style.top=crossbox.height*(-1)+"px"
crossboxcover.style.left=dropboxleft+"px"
crossboxcover.style.top=dropboxtop+"px"
crossboxcover.style.visibility=(dom||ie)? "visible" : "show"
dropstart=setInterval("dropinv2()",15)
}
function dropinv2(){
scroll_top=(ie)? truebody().scrollTop : window.pageYOffset
if (parseInt(crossbox.style.top)<0){
crossboxcover.style.top=scroll_top+dropboxtop+"px"
crossbox.style.top=parseInt(crossbox.style.top)+dropspeed+"px"
}
else{
clearInterval(dropstart)
crossbox.style.top=0
}
}
function dismissboxv2(){
if (window.dropstart) clearInterval(dropstart)
crossboxcover.style.visibility="hidden"
}
function truebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}
function get_cookie(Name) {
var search = Name + "="
var returnvalue = ""
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset)
if (end == -1)
end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}
if (displaymode=="oncepersession" && get_cookie("droppedinv2")=="" || displaymode=="always" || parseInt(displaymode)!=NaN && random_num==0){
document.write("<div id=\"dropinboxv2cover\"><div id=\"dropinboxv2\">");
}
//Text for BrushyPop Dropinbox//
document.write("<BODY background=\"./TradeWindBackground.gif\" title=\"Brushy Basin 'Custom Designed Silver Gemfossil and Gemstone Jewelry' All parts of the silver and gemstone creation process is done totally by hand !\";><BR>")
document.write("<P align=\"center\"><FONT color=\"#ffff00\" face=\"Times New Roman\" size=\"4\"><STRONG><EM>**HERE'S WHAT'S NEW AT BRUSHYBASIN!**</EM></STRONG></FONT><BR>");
<!-- //#1// -->
document.write("<A href=\"http://www.brushybasin.com/Gift_Fossils/PCS/pcs.html\" target=\"Basin\" title=\"'Coprolites' are the fossilization of the excrement (feces) of organisms and are the most rare of all dinosaur fossils ! They belong to a group known as trace fossils.\"><FONT color=\"#999900\" face=\"Times New Roman\" size=\"3\"><STRONG><EM>*YellowCat Agatized Coprolites at $21.50*</EM></STRONG></FONT></A><BR>");
<!-- //#2// -->
document.write("<A href=\"http://www.brushybasin.com/Gift_Fossils/CAB/cab.html\" target=\"Basin\" title=\"Dinosaur bone gemstone cabochons made from gem-quality agate and quartz. Each handcrafted from the very best high-quality dinosaur bone gemstone material.\"><FONT color=\"#ffcc00\" face=\"Times New Roman\" size=\"3\"><STRONG><EM>*Agate Dinosaur Bone Cabochons for $15.00*</EM></STRONG></FONT></A><BR>");
<!-- //#3// -->
document.write("<A href=\"http://www.brushybasin.com/Gift_Fossils/CBC/cbc.html\" target=\"Basin\" title=\"Found in Brushy Basin Yellow Cat area of Grand County, Utah, is the world's most beautiful examples of ‘Red Wood’, as it is called by local collectors. All ‘Red Wood’ worldwide, occurs only in the Brushy Basin Member of the Morrison Formation and of all Brushy Basin petrified wood, only about 0.5% are the very rare ‘Red Wood’. \"><FONT color=\"#ff9933\" face=\"Times New Roman\" size=\"3\"><STRONG><EM>*Custom BrushyBasin Redwood Jewelry at $85.75*</EM></STRONG></FONT></A><BR>");
<!-- //#4// -->
document.write("<A href=\"http://www.brushybasin.com/Gift_Fossils/BBC/bbc.html\" target=\"Basin\" title=\"Agate is a hard gemstone, usually within the range of 7-9 on the MOHS scale, sometimes this gemstone is found in fossils such as petrified wood, dinosaur bones and coprolites and is used in fine jewelry. \"><FONT color=\"#CC9933\" face=\"Times New Roman\" size=\"3\"><STRONG><EM>*Agatized Gemfossil Sterling Silver Jewelry at $28.75* </EM></STRONG></FONT></A><BR>");
<!-- //#5// -->
document.write("<A href=\"http://www.brushybasin.com/Gift_Fossils/CBC/cbc.html\" target=\"Basin\" title=\"Jasper was a favorite gem of the ancient world and are popular gemstones used in fine jewelry. Of all the fossilized dinosaur bone and petrified wood, only about 2% are the very rare 'Jasperized' !\"><FONT color=\"#66cc33\" face=\"Times New Roman\" size=\"3\"><STRONG><EM>*Hand Made Jasper Dinosaur Bone Jewelry for &nbsp;$54.50*</EM></STRONG></FONT></A></P>");
//End text for dropinbox//
document.write("<p align=\"center\"><a href=\"#\" onClick=\"dismissboxv2();return false\" title=\"Click Here To Close This Box\"><font color=#ffcc00 size=\"2\"><I>Close This Box</I></font ></a></p>");
document.write("</div></div>");
initboxv2()*/-->

