
nav= '<div class="navLink">	<a href="index.html">Golden Bridge Home</a><br><a href="http://www.goldenbridge.org/newsletter.html">Creating Waves Newsletter</a><br><font color="#803980"><b></b></font><a href="http://www.goldenbridge.org/2012events-gb.html" target="_blank">2012 Events</a><br><a href="http://www.bdanced.com/2011events.html" target="_blank">2011 Events</a><br><a href="http://www.bdanced.com/stc-video-glimpse.html" target="_self">Surfing the Creative® Movie ~ A Glimpse 2010 ~</a><br><br>	<a href="http://www.goldenbridge.org/surfingCreative.html" target="_self">Surfing the Creative &reg;</a><br>	  <div style="margin:0px 0px 3px 12px;">	  <a href="pg_stc/index.html">Photo Gallery</a><br>		  <a href="stc_vid/stc_vid.html">Videos</a><br>	    <div style="margin:0px 0px 3px 12px;">	  <a href="stc_vid/stc_vid_stc.html">STC Camp 2000</a><br>	  <a href="stc_vid/stc_vid_gc.html">Global Community 2006</a><br>	  <a href="stc_vid/cc_vid.html">Celebrating Color 2007</a><br> 	    </div>	  </div>	<a href="movement.html">Movement Masses</a><br>	<a href="global.html">Global Passageways</a><br>	<a href="about.html">About Melissa</a><br>	<a href="testimonials.html">Testimonials</a><br>	<a href="contact.html#donat">Donations</a><br>	<a href="contact.html">Contact</a><br>				<img src="d-els/dLine.jpg" height="18" width="1" style="margin: 3px 0px 0px 31px;"><br>	<img src="d-els/dLine.jpg" height="1" width="32" style="margin: 0px 0px 3px 31px;"><br>				Links to kindred Programs -<br>	<p>	<a href="http://www.auroville.org/environment/avag/avag.htm" target="programLinks">AVAG</a><br>	<a id="nav1" href="javascript:offSiteLink(nav1)">Five Rhythms &trade;</a><i id= "nav1line2"> </i><br>	<a href="http://www.Leapnow.org" target="programLinks">Leap Now</a><br>	<a href="http://www.mensleadershipalliance.org" target="programLinks">Men’s Leadership</a><br>	<a href="http://www.passageworks.org" target="programLinks">PassageWorks Institute</a><br>	<a href="http://www.bdanced.com" target="programLinks">Wild Life Productions, LLC.</a><br>		<a href="http://www.tracks.net.nz" target="programLinks">Tracks</a><br>	<a href="http://www.anniebrook.com" target="programLinks">Annie Brook</a>	<br>	<a href="http://www.informedfamilylife.org" target="programLinks">Informed Family Life</a><br><a href="http://www.rope.org">ROPE</a><br>	<a href="http://www.playingforchange.org" target="programLinks">Playing For Change</a><br>	<a href="http://www.kolesarstudios.com" target="programLinks">Kolesar Studios</a><br>	<a href="mailto:thrueyesofruby@hotmail.com">Meagan Chandler Singing</a><br>	<a href="http://www.soluadesigns.com" target="programLinks">Solua Designs</a><br><a href="http://www.livingartsfoundation.com" target="programLinks">Living Arts Foundation</a><br><a href="http://sagehamilton.com/summer-camp.html" target="programLinks">Youth Summer Camp</a>	<p>Music we love:<br><a href="http://www.caitlinsika.com" target="programLinks">Caitlin and Sika</a><br>	<a href="http://www.svaram.org" target="programLinks">Svaram</a><br>		<img src="d-els/dLine.jpg" height="1" width="32" style="margin: 5px 0px 0px 31px;"><br>	<img src="d-els/dLine.jpg" height="18" width="1" style="margin: 0px 0px 0px 31px;"><br>		</div>'	



function loadNav(){
document.getElementById('navDiv').innerHTML =  nav;
}



// ***************** off site link code *****************


nav1text = ' '
nav1line2text = '<font color="yellow">&nbsp;<br><b>Gabriell Roth Links</b><br><a href="http://www.gabrielleroth.com" target="offSite">&nbsp;&nbsp;&nbsp;&nbsp;GabrielleRoth.com</a><br><a href="http://www.ravenrecording.com" target="offSite">&nbsp;&nbsp;&nbsp;&nbsp;RavenRecording.com</a></font>'
nav1text2 = 'Five Rhythms &trade;'
nav1line2text2 = ' '

nav2link = "http://www.goldenbridge.org/surfingCreative.html"
nav2text =  '<font color="yellow"><i>Linking to<br>Surfing The Creative&reg;<blink>...</blink></i></font>'
nav2text2 = 'Youth Development Work'

nav1 = "nav1"
nav2 = "nav2"

function offSiteLink(linkNumber){
num = linkNumber
document.getElementById(num).innerHTML = eval(linkNumber + "text");
document.getElementById(num + 'line2').innerHTML = eval(linkNumber + "line2text");
setTimeout ('document.getElementById(num).innerHTML = eval(num + "text2")',15100);
setTimeout ('document.getElementById(num + "line2").innerHTML = eval(num + "line2text2")',15095);

}

function offSiteLinkStyle2(linkNumber){
numS2 = linkNumber
document.getElementById(numS2).innerHTML = eval(linkNumber + "text");
setTimeout ('document.getElementById(numS2).innerHTML = eval(numS2 + "text2")',4100);
setTimeout ('window.location.href= eval(numS2 + "link")',3700);

}

//*************************end******************


