//AUTHOR/S. "ARTICLE NAME" Ocean Surface Currents. (DATE PAGE WAS 
//CREATED). <URL OF THAT PAGE>.

document.writeln('<blockquote>');
document.writeln('The citation for this page is:<br>');
document.writeln(authors,'. ');

     if( Current == "Gulf Stream" ) {
document.writeln('"The ',Current,'."');
       }
else if( Current == "Loop Current" ) {
document.writeln('"The ',Current,'."');
       }
else if( Current == "North Equatorial CC" ) {
document.writeln('"The North Equatorial Counter Current."');
       }
else if( Current == "Norwegian/N Cape" ) {
document.writeln('"The Norwegian &amp; North Cape Currents."');
       }
else if( Current == "Portugal System" ) {
document.writeln('"The Portugal Current System."');
       }
else if( Current == "South Equatorial System" ) {
document.writeln('"The South Equatorial Current System."');
       }
else if( Current == "Subtropical CC" ) {
document.writeln('"The Subtropical Counter Current."');
       }
else   {
document.writeln('"The ',Current,' Current."');
       }

document.writeln('Ocean Surface Currents. ');
document.writeln('(',dob.substr(6,4),'). ');
document.writeln(document.URL,'.');
document.writeln('</blockquote>');

