function OpenPopup(){
var YourWidth=700;// change to the desired width in pixels
var YourHeight=560;// change to the desired height in pixels
values = 'height='+YourHeight+',width='+YourWidth+',resizable=yes,location=no,toolbar=no,status=no,menubar=no,scrollbars=yes';
MyNewWindow=window.open('http://josieshow.com/josiejig.html','',values);//replace MyfileToBeOpened with path to the file to be displayed
}


function openindex()
{ 
OpenWindow=window.open("", "newwin", "height=270, width=220,toolbar=no,scrollbars="+scroll+",menubar=no");
OpenWindow.document.write("<TITLE>Your Time With Josie</TITLE>")
OpenWindow.document.write("<BODY BGCOLOR=white>")
OpenWindow.document.write("<center>")
OpenWindow.document.write("<object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0 name=M86865 width=210 height=400 id=M86865>  <param name=movie value=http://www.blogtalkradio.com/btrplayer.swf?file=http://www.blogtalkradio.com%2Fjosieshow%2Fplay_list.xml%3Fitemcount%3D9&autostart=false&bufferlength=5&volume=100&corner=rounded&callback=http://www.blogtalkradio.com/flashplayercallback.aspx />  <param name=quality value=high />  <param name=wmode value=transparent />   <param name=menu value=false />  <param name=allowScriptAccess value=always /><embed src=http://www.blogtalkradio.com/BTRPlayer.swf flashvars=file=http://www.blogtalkradio.com%2fjosieshow%2fplay_list.xml%3Fitemcount%3D9&autostart=false&shuffle=false&callback=http://www.blogtalkradio.com/FlashPlayerCallback.aspx&width=210&height=400&volume=100&corner=rounded width=240 height=300 type=application/x-shockwave-flash pluginspage=http://www.macromedia.com/go/getflashplayer quality=high wmode=transparent menu=false allowScriptAccess=always name=M86865 id=M86865></embed></object>")
OpenWindow.document.write("</center>")
OpenWindow.document.write("</BODY>")

OpenWindow.document.close()
self.name="main"
}



var delayb4scroll=2500 //Specify initial delay before marquee starts to scroll on page (2000=2 seconds)

var marqueespeed=1 //Specify marquee scroll speed (larger is faster 1-10)

var pauseit=1 //Pause marquee onMousever (0=no. 1=yes)?

////NO NEED TO EDIT BELOW THIS LINE////////////


var copyspeed=marqueespeed

var pausespeed=(pauseit==0)? copyspeed: 0

var actualheight=''


function scrollmarquee(){

if (parseInt(cross_marquee.style.top)>(actualheight*(-1)+8))

cross_marquee.style.top=parseInt(cross_marquee.style.top)-copyspeed+"px"

else

cross_marquee.style.top=parseInt(marqueeheight)+8+"px"

}



function initializemarquee(){

cross_marquee=document.getElementById("vmarquee")

cross_marquee.style.top=0

marqueeheight=document.getElementById("marqueecontainer").offsetHeight

actualheight=cross_marquee.offsetHeight

if (window.opera || navigator.userAgent.indexOf("Netscape/7")!=-1){ //if Opera or Netscape 7x, add scrollbars to scroll and exit

cross_marquee.style.height=marqueeheight+"px"

cross_marquee.style.overflow="scroll"

return

}


setTimeout('lefttime=setInterval("scrollmarquee()",30)', delayb4scroll)
}


if (window.addEventListener)
window.addEventListener("load", initializemarquee, false)

else if (window.attachEvent)

window.attachEvent("onload", initializemarquee)

else if (document.getElementById)
window.onload=initializemarquee




