



if (location.href.indexOf("thecollectivefilm.com") != -1){
var live=1;
}
else {
var live=0;
} 

document.write("<form action=http://www.thecollectivefilm.com/sendstudio/users/form.php?FormID=1 method=post name=frmSS onSubmit=return CheckSS()>");

document.write("<table width=100% border=0 cellspacing=0 cellpadding=0><tr><td bgcolor=#33312b class=topnav width=33%>");

// HOME
//if ((location.href.indexOf("thecollective/index.html")) || (location.href.indexOf("thecollectivefilm.com/index.html")) != -1){

document.write("Films: ");

if (location.href.indexOf("thecollective/index.html") != -1){
document.write("<span class=topnavOn>SEASONS</span>");
}

else {

  if (live == 1){ 
    document.write("<a href=http://www.thecollectivefilm.com/seasons/ class=top>SEASONS</a>");
  } else {
    document.write("<a href=/thecollective/index.html class=top>SEASONS</a>");
  }

} 

document.write(" | ");


// ROAM
if (location.href.indexOf("/roam/") != -1){
document.write("<span class=topnavOn>ROAM</span>");
}

else {

  if (live == 1){ 
    document.write("<a href=http://www.thecollectivefilm.com/roam/ class=top>ROAM</a>");
  } else {
    document.write("<a href=/thecollective/thecollective/roam/ class=top>ROAM</a>");
  }
  

} 

document.write(" | ");


// THE COLLECTIVE
if (location.href.indexOf("/collective/") != -1){
document.write("<span class=topnavOn>THE COLLECTIVE</span>");
}

else {

  if (live == 1){ 
    document.write("<a href=http://www.thecollectivefilm.com/collective/ class=top>THE COLLECTIVE</a>");
  } else {
    document.write("<a href=/thecollective/collective/ class=top>THE COLLECTIVE</a>");
  }

} 

document.write("</td><td bgcolor=#33312b width=33% align=center class=topnav>");


// HOME
document.write("<span class=topnav><a href=http://www.thecollectivefilm.com/ class=top>HOME</a></span>");


document.write(" | ");



// BUY
if (location.href.indexOf("/catalog") != -1){
document.write("<span class=topnavOn>STORE</span>");
}

else {

  if (live == 1){ 
    document.write("<a href=http://www.thecollectivefilm.com/catalog/ class=top>STORE</a>");
  } else {
    document.write("<a href=/thecollective/catalog/ class=top>STORE</a>");
  }

} 

document.write(" | ");




// NEWS

if (location.href.indexOf("/video.html") != -1){
document.write("<span class=topnavOn>VIDEO</span>");
}

else {

  if (live == 1){ 
    document.write("<a href=http://www.thecollectivefilm.com/video.html class=top>VIDEO</a>");
  } else {
    document.write("<a href=/thecollective/video.html class=top>VIDEO</a>");
  }

} 

document.write(" | ");


// CONTACT
if (location.href.indexOf("/contact.php") != -1){
document.write("<span class=topnavOn>CONTACT</span>");
}

else {

  if (live == 1){ 
    document.write("<a href=http://www.thecollectivefilm.com/contact.php class=top>CONTACT</a>");
  } else {
    document.write("<a href=/thecollective/contact.php class=top>CONTACT</a>");
  }

}


document.write(" | ");



// MEDIA
if (location.href.indexOf("/media/") != -1){
document.write("<span class=topnavOn>MEDIA</span>");
}

else {

  if (live == 1){ 
    document.write("<a href=http://www.thecollectivefilm.com/media/ class=top>MEDIA</a>");
  } else {
    document.write("<a href=/thecollective/media/ class=top>MEDIA</a>");
  }

}

//document.write(" | ");


// BLOG
/*if (location.href.indexOf("/blog.html") != -1){
document.write("<span class=topnavOn>BLOG</span>");
}

else {

  if (live == 1){ 
    document.write("<a href=http://www.thecollectivefilm.com/blog.html class=top>BLOG</a>");
  } else {
    document.write("<a href=/thecollective/blog.html class=top>BLOG</a>");
  }

}
*/



document.write("</td><td bgcolor=#33312b width=40% align=right class=topnav>");

// EMAIL SIGN UP


if (live == 1){ 
   document.write("THE COLLECTIVE CHRONICLE:&nbsp; <input type=text name=Email value='SUBSCRIBE: Enter e-mail' size=24 class=topinp><input type=hidden name=SelectLists[3] value=YES><input type=hidden name=Format value=2><input type=hidden name=FormCode value=f7b83a7dff521bc769d54ce7d1285c6a>&nbsp;<input type=image src=http://www.thecollectivefilm.com/images/submit_top.gif alt=Submit value=Subscribe>&nbsp;&nbsp;");
  } else {
    document.write("THE COLLECTIVE CHRONICLE:&nbsp; <input type=text name=Email value='SUBSCRIBE: Enter e-mail' size=24 class=topinp><input type=hidden name=SelectLists[3] value=YES><input type=hidden name=Format value=2><input type=hidden name=FormCode value=f7b83a7dff521bc769d54ce7d1285c6a>&nbsp;<input type=image src=http://www.thecollectivefilm.com/images/submit_top.gif alt=Submit value=Subscribe>&nbsp;&nbsp;");
  }

document.write("</td></tr>");
document.write("</form>");
document.write("<tr>");
document.write("<td bgcolor=#f2f1eb colspan=3><img src=images/spacer.gif width=1 height=1 border=0></td>");
document.write("</tr></table>");
