CODING: Words stricken are deletions; words underlined are additions.



                                                   HOUSE AMENDMENT

                                                   Bill No. HB 615

    Amendment No. ___ (for drafter's use only)

                            CHAMBER ACTION
              Senate                               House
                                   .
                                   .
  1                                .
                                   .
  2                                .
                                   .
  3                                .
                                   .
  4  ______________________________________________________________

  5                                           ORIGINAL STAMP BELOW

  6

  7

  8

  9

10  ______________________________________________________________

11  Representative(s) Bilirakis offered the following:

12

13         Substitute Amendment for Amendment (851851) 

14         On page 3, line 13, of the bill

15

16  after the period insert:  The department shall include in its

17  standard contract document a requirement that any state funds

18  provided for the purchase of or improvements to real property

19  are contingent upon the contractor granting to the state a

20  security interest in the property at least to the amount of

21  the state funds provided for at least 5 years from the date of

22  purchase or the completion of the improvements or as further

23  required by law. The contract must include a provision that,

24  as a condition of receipt of state funding for this purpose,

25  the contractor agrees that, if it disposes of the property

26  before the department's interest is vacated, the contractor

27  will refund the proportionate share of the state's initial

28  investment, as adjusted by depreciation.

29

30

31

                                  1

    File original & 9 copies    03/07/02
    hci0001                     08:51 am         00615-0048-110991

 


Runtime Error

Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>