// javascript to be inserted using 
//   Script (src=...)

// This file contains the text of the LATEST FRG NEWS section

document.write('<span class="sidebartitle_yellow"><a href=\'http:\//frg.org/links-to-blogs.htm\'>')
document.write('<u>LATEST FRG NEWS:</u></a></span>')
document.write('<br>')


// edit this section to change the "latest news" text
// ================================================== 

document.write('<br>')
document.write('<i>04 February 2012 &mdash;</i>')
document.write('<br>')
document.write('<br>')
document.write('The<a href=\'http:\//frg.org/wamu_camera.htm\'> WAMU webcam</a> is now off-line.')
document.write('<br>')
document.write('<br>')
document.write('The 2011 FRG Winter Bulletin<a href=\'http:\//www.frg.org/docs/FRG_2011_Newsletter.pdf\'> is available here.</a>')
document.write('<br>')
document.write('<br>')
document.write('Our 2011 FRG Hawk Watching Class schedule has been released. You can find more detail<a href=\'http:\//frg.org/classes.htm\'> here.</a>')
document.write('<br>')
document.write('<span class="sidebartitle_orange">')
document.write('<br>')
document.write('CURRENT PROJECTS:</a></span>')
document.write('<br>')
document.write('<span class="sidebartext_orange"><a href=\'http:\//frg.org/SC_PEFA.htm\'>')
document.write('<br>')
document.write('<U>SOUTHERN CROSS<br>')
document.write('PEREGRINE PROJECT:</U></a></span>')
document.write('<br>')
document.write('<br>')
//document.write('<br>')
//document.write(' &mdash;Elizabetha was last observed in North Dakota, approaching the Canadian border.<br>')
//document.write('<br>')
//document.write(' &mdash;Fireball\'s location is currently unknown (transmitter battery is weak).<br>')
//document.write('<br>')
//document.write(' &mdash;Sparrow King has completed his southern migration and returned to Antofagasta, Chile.<br>')
//document.write('<br>')
document.write(' &mdash;Island Girl has completed her 2011 southern migration.<br>')
//document.write(' &mdash;Be sure to check out the new Combined Migration map.')
//document.write('<br>')
document.write('<br>')
document.write('<a href=\'http:\//frgroup.frg.org/\'> Read more</a> on the SCPP blog.')
document.write('<br>')
document.write('<br>')
document.write('<center><HR width="80%" size="1"></HR></center>')
document.write('<br>')
document.write('<span class="sidebartext_orange"><a href=\'http:\//frg.org/U_PEFA.htm\'>')
document.write('<U>URBAN PEREGRINES:</U><br></span></a>')
document.write('<br>')
document.write('Peregrines are <a href=\'http:\//www.frg.org/U_PEFA.htm#wamu_falcons\'>once again occupying</a>')
document.write(' the Washington Mutual Tower in downtown Seattle.')
document.write('<br>')
document.write('<br>')
document.write('<center><HR width="80%" size="1"></HR></center>')
document.write('<br>')
document.write('<br>')
// document.write('<a href=\'http:\//frgroup.frg.org/\'>..more info in the blog</a> ')
document.write('<br>')
document.write('<br>')
document.write('<br>')
// document.write('<u><i>NEW Additions</i></u>')
document.write('<br>')
document.write('<br>')
document.write('<br>')
//document.write('<br>')
//document.write('June 17th&mdash;')
//document.write('<br>')
//document.write('<i>Seven</i> still heads north.... and is approx. 125km from the Arctic Ocean.')
//document.write('<br>')
//document.write('No update on the females for another 8 days.')
//document.write('<br>')
//document.write('Read the <a href=\'http:\//frgroup.frg.org\'>Southern Cross PEFA blog</a> for the ')
//document.write('latest update.')
//document.write('<br>')


//document.write('<br>')
//document.write('June 9th&mdash;')
//document.write('<br>')
//document.write('<i>Linda</i> makes a right turn (')
//document.write('<a href=\'http:\//www.frg.org/track_pefa2.htm#maps\'>see map</a>')
//document.write(') and is now headed toward Hudson Bay. ')
//document.write('Read the <a href=\'http:\//frgroup.frg.org\'>Southern Cross PEFA blog</a> for the ')
//document.write('latest update.')
//document.write('<br>')


//document.write('<br>')
//document.write('June 5th&mdash;')
//document.write('<i>Arena</i> stays on the Ungava Peninsula for now, as <i>Sparrow King</i>')
//document.write('<br>') 
//document.write(' passes <i>Arena</i> and starts to cross the Hudson Strait. ')
//document.write('<i>Seven</i> keeps a westerly trend and is in eastern Montana. ')
//document.write('<i>Linda</i> pushes northward gradually at 40-60km per day.')
//document.write('<br>')

//document.write('<br>')
//document.write('<br>')
//document.write('<span class="sidebartitle_yellow">')
//document.write('OTHER CURRENT PROJECTS:</a></span>')
//document.write('<span class="sidebartext">')
//document.write('<br>')
//document.write('&mdash; Notas del campo <a href=\'http:\//frg-sc-es.frg.org\'>(blog)</a>')
//document.write('<br>')
//document.write('&mdash;</i> Read the <a href=\'http:\//scppdaily.blogspot.com/\'>2007 Travel Logbook</a>')
//document.write('<br>')
//document.write('&mdash; The <a href=\'http:\//www.frg.org/scpp_news/SK_morningcallnews.pdf\'>"The Morning News newspaper article"</a> in Adobe Acrobat (pdf) format.')




document.write('</span><br><br>')



// DOCUMENTATION
// ~~~~~~~~~~~~~

// blog URLs
// =========
// you can link just to the blog e.g. frgroup.frg.org
// or you can link to a specific post, in which case get the post's
// "permanent link" and use that instead
// e.g. http://frgroup.frg.org/2007/02/first-day-santiago.html

// delimiters (backslash) needed in document.write statements
// ==========
// if you want a slash to be inserted, no delimiter needed
// however, two slashes is treated as a comment, so you need to preceded them by a backslash
// and since the string to be written to the document is contained within single quotes, if
// you want to include a quote within the string you need to precede it with the backslash 
// example 
// document.write('<a href=\'http:\/\/frgroup.frg.org\/2007\/02\/southern-cross-team-assembles-in-chile.html\'>hyperlink text here</a>')
// this yields a line of html:
// <a href='http://frgroup.frg.org/2007/02/southern-cross-team-assembles-in-chile.html'>hyperlink text here</a>

