﻿var TermsOfUse = "By your use of this site you agree to the * Terms of Use *. \n\n" +

	             "The site content may not be used, in part or in whole, \n" + 

	             "in any form for any purpose without expressed written \n" +

	             "permission from The Florida Railroad Company Incorporated. \n\n" + 

	             "Graphics & Photos on this website that have been contributed \n" +

	             " by various persons are protected under international \n" +

	             "copyright law and the use for any other purpose is prohibited \n " +

	             "without express written approval from the copyright holder. \n\n" +

	             "No copyright is asserted for any inadvertent or intentional \n" + 

	             "placement of copyrighted material on this site by any \n" +

	             "person gaining unauthorized access to this site. \n" + 

	             "Any such material will be removed from the site immediately upon \n" +

	             "notice by the copyright holder.\n\n" +

	             "Use of this web site is * AS IS *, without warranty or liability of any kind. \n\n" +

	             "No endorsement is expressed or responsibility accepted for  \n" + 

	             "any content or use of any web sites linked to or from this web site. \n\n " +

	             "ALL RIGHTS RESTRICTED \n\n " +

	             "THE FLORIDA RAILROAD COMPANY INC. 2004 \n ";



var domainroot="www.flarr.com"



function Gsitesearch(curobj){

curobj.q.value="site:"+domainroot+" "+curobj.qfront.value;

}

