if(top!=self)
  top.location=self.location;

// AddToAny variables BEGIN
var	a2a_linkname=document.title;
var	a2a_linkurl=location.href;
var	a2a_show_title=1;
var	a2a_num_services=12;
var	a2a_color_main="000080";
var	a2a_color_border="000080";
var	a2a_color_link_text="333";
var	a2a_color_link_text_hover="fff";
var	a2a_color_bg="fef8ab";
var	a2a_color_arrow_hover="fff";
var	a2a_prioritize=["bibsonomy","delicious","citeulike","digg","connotea","facebook",
					"google_bookmarks","furl","myspace","mister-wong","twitter","stumbleupon"];
// AddToAny variables END

// From Coffeecup.com
// modified by info (at) jayaitchdesign (dot) com

  var spaces = "      ...      ...      ...      ";

  var txt1a  = "Tit and tat from the sailor's chest";
  var txt1b  = "constantly updated overview";
  var txt1c  = "of maritime views + books";
  var txt1d  = "made available by";
  var txt1e  = "marine niemeyer";
  // var txt1f  = "";

  var txt2a  = "Make a grab!";
  var txt2b  = "In the original cassette!";
  var txt2c	 = "Rugendas' Picturesque Voyage in Brazil!";
  var txt2d  = "With 100 coloured lithographs";
  var txt2e  = "facsimilated in the original colours and the original size!";
  var txt2f  = "Copy 555. If you like, for you!";

  var txt3a  = "three times finest of the finest";
  var txt3b  = "three times sea pieces in grey wash";
  var txt3c  = "by Thomas Baston";
  var txt3d  = "drawn on vellum";
  var txt3e  = "and the engravings highly paid on their own";
  var txt3f  = "even into the bargain!";

  var txt4a  = "\"Pour encourager les autres\"";
  var txt4b  = "Admiral John Byng's trial & execution";
  var txt4c  = "250 years ago";
  var txt4d  = "sent shock waves throughout Europe";
  var txt4e  = "in virtually unique";
  var txt4f  = "contemporary anonymous publication";

  var txt5a  = "Backhuysen greets Stubbe";
  var txt5b  = "a pleasure yacht ą la Backhuysen";
  var txt5c  = "as Horst Janssen's intimate birthday greeting for Stubbe's 85th";
  var txt5d  = "and 2009 in its turn";
  var txt5e  = "Kunsthalle Hamburg congratulates the congratulator-artist";
  // var txt5f  = "";

var quotenumber = 5 ;
var randomnumber = Math.random() ;
var rand1 = Math.round( (quotenumber-1) * randomnumber) + 1 ;
texts = new Array
texts[1] = txt1a+spaces+txt1b+spaces+txt1c+spaces+txt1d+spaces+txt1e+spaces
texts[2] = txt2a+spaces+txt2b+spaces+txt2c+spaces+txt2d+spaces+txt2e+spaces+txt2f+spaces
texts[3] = txt3a+spaces+txt3b+spaces+txt3c+spaces+txt3d+spaces+txt3e+spaces+txt3f+spaces
texts[4] = txt4a+spaces+txt4b+spaces+txt4c+spaces+txt4d+spaces+txt4e+spaces+txt4f+spaces
texts[5] = txt5a+spaces+txt5b+spaces+txt5c+spaces+txt5d+spaces+txt5e+spaces
var msg = texts[rand1]

text = new Array
text[1] = "+++  Tit and tat from the sailor's chest: http://www.marine-niemeyer.com/prints/bg1106c.php  +++"
text[2] = "+++  Voilą, Brazil! http://www.marine-niemeyer.com/books/28642_e.php  +++"
text[3] = "+++  3 original drawings on vellum: http://www.marine-niemeyer.com/drawings/28819_e.php  +++"
text[4] = "+++  250 Years \"Pour encourager les autres\": http://www.marine-niemeyer.com/books/28906_e.php  +++"
text[5] = "+++  Backhuysen ą la Horst Janssen: http://www.marine-niemeyer.com/prints/28603_e.php  +++"
var fix = text[rand1]

function infoscroll(seed,looped)
{
  var putout = " ";
  var c   = 1;

  if (looped > 2)
  {  window.status=fix;  }
  else if (seed > 100)
  {
     seed--;
     var cmd="infoscroll(" + seed + "," + looped + ")";
     timerTwo=window.setTimeout(cmd,100);
  }
  else if (seed <= 100 && seed > 0)
  {
    for (c=0 ; c < seed ; c++)
    {  putout+=" ";  }
    putout+=msg.substring(0,200-seed);
    seed--;
    var cmd="infoscroll(" + seed + "," + looped + ")";
    window.status=putout;
    timerTwo=window.setTimeout(cmd,100);
  }
  else if (seed <= 0)
  {
    if (-seed < msg.length)
    {
      putout+=msg.substring(-seed,msg.length);
      seed--;
      var cmd="infoscroll(" + seed + "," + looped + ")";
      window.status=putout;
      timerTwo=window.setTimeout(cmd,100); // 100
    }
    else
    {
      window.status=" ";
      looped += 1;
      var cmd = "infoscroll(100," + looped + ")";
      timerTwo=window.setTimeout(cmd,75); // 75
    }
  }
}
