var logotextLG		= "Itty Bitty Shoppe for Kitty"		// ENTER THE TEXT YOU WOULD LIKE IN LINE 1
var logotextSM		= "A Division of Konceptuality"		// ENTER THE TEXT YOU WOULD LIKE IN LINE 2

document.write('<h2 align="right" id="flyin" style="position:relative;top:-100px;font-style:italic" style=&{ns4def};><span class="headertext">'+logotextLG+'</spam><br><span class="hdrsmtxt">'+logotextSM+'</span></h2>');

/* DO NOT EDIT BELOW THIS LINE
Fly-in Header script (credit must stay enclosed)
By javascriptkit.com
For this and over 400+ JavaScripts,
Visit http://www.javascriptkit.com
*/
if (document.getElementById||document.all)
var crossheader=document.getElementById? document.getElementById("flyin").style : document.all.flyin.style

function animatein(){
if (parseInt(crossheader.top)<100)
crossheader.top=parseInt(crossheader.top)+20+"px"
else{
crossheader.top=0
crossheader.fontStyle="normal"
clearInterval(start)
}
}
if (document.getElementById||document.all)
start=setInterval("animatein()",50)
