<?xml version="1.0" encoding="UTF-8"?>

<!--
   Members of the Scottish Parliament from 1999 to
   the present day, which is 2007-12-12.

       id:
             values arbitrarily starting at 80000.  (These
             should be stable now.)

       todate, towhy, fromdate, fromwhy:

             These are roughly the same as in ni-members.xml and
             all-members.xml, so fromwhy and towhy include
             "by_election", "changed_party", "resigned" and
             "still_in_office".  Extra "why" values include:

             - "regional_election" instead of "general_election"

             - "became_presiding_officer" (probably worth
               distinguishing from a change of party, although
               that implies a change of party to "None" (No
               party affiliation).

             - "replaced_in_region": if an MSP resigns and they
               have a regional seat, they're replaced from the
               party's top-up list rather than having a
               by-election.

             todate typically goes up to the day before the
             election and fromdate typically starts on the day
             of the election.  So, while there are many possible
             values because people can resign, etc. at any time,
             mostly they are one of:

                fromdate:
                             1999-05-06  (start of session 1)
                             2003-05-01  (start of session 2)
                             2007-05-03  (start of session 3)

                todate:
                             2003-04-30  (dissolution end of session 1) 2003-03-31
                             2007-05-02  (dissolution of session 2) 2007-04-02
                             9999-12-31

       webcategory:

             The SP website divides MSPs into "current" (meaning
             what you'd expect) and "historic" from all of the
             sessions including the current one.  (This field
             probably isn't generally useful except in the
             scraping.)  MPs become "historic" as soon as they
             resign so there may be some historic members for
             the current session.

       spurl:

             The URL of that MSP's page on the SP website.  MSPs
             have separate web pages for session 1 and 2 of the
             parliament.

       firstname:

              Just the first name of the MSP.  It's not clear to
              me what the rest of theyworkforyou does about
              middle names, but there are only two tricky cases
              here "John Home Robertson" and "John Farquhar
              Munro".  I've made the lastnames "Home Robertson"
              and "Farquhar Munro", since the former was a past
              MP and that's what all-members.xml does.  There's
              one double-barreled first name (Dorothy-Grace
              Elder).

       lastname:

              Just the last (possibly double-barreled) name of
              the MSP.

       title:

             If the SP web pages for that MSP give a title,
             that's here, otherwise it's empty.

       suffix:

             The SP web pages for current MSPs include the
             suffix MSP, but there are also QCs, OBEs, etc.
             If these suffices are specified on the web page,
             I've included that here.

       haveimage:

             I've scraped the pictures of the current MSPs, this
             is "true" if I've currently got one.  (This may be
             innaccurate at the moment - you'll need to check
             whether it's actually in msp-images.

      imagesource:

             Just empty or "from_sp_website" at the moment,
             although I put this in in case someone wants to
             acquire images from public domain sources of one
             kind or another.  (In fact, I've added
             "from_wikipedia" for Sir David Steel.)

       constituency:

             The name of the region or constituency; the name
             determines whether this is a regional or
             constituency seat, so the next field is actually
             redundant.

       membertype:

             Either "constituency" or "region".

       party:

             The full name of that MSP's political party
             afilliation (if any).  Currently this is one of:

               "Con"         (Conservative)
               "Green"
               "Independent"
               "Lab"         (Labour)
               "LDem"        (Liberal Democrat)
               "None"        (No party affiliation, for the
                              Presiding Officer)
               "SNP"         (Scottish National Party)
               "SSCUP"       (Scottish Senior Citizens’ Unity Party)
               "SSP"         (Scottish Socialist Party)
               "SG"          (Solidarity Group)

-->


<publicwhip>

  <!-- Session 2 -->

  <member_sp
             id="uk.org.publicwhip/member/80000"
             constituency="Aberdeen North"
             membertype="constituency"
             party="SNP"
             firstname="Brian"
             lastname="Adam"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/brian_adam/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80001"
             constituency="Glasgow"
             membertype="region"
             party="Con"
             firstname="Bill"
             lastname="Aitken"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/bill_aitken/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80002"
             constituency="Paisley North"
             membertype="constituency"
             party="Lab"
             firstname="Wendy"
             lastname="Alexander"
             title="Ms"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/wendy_alexander/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80003"
             constituency="Mid Scotland and Fife"
             membertype="region"
             party="LDem"
             firstname="Andrew"
             lastname="Arbuckle"
             title="Mr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/andrew_arbuckle/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2005-01-10"
             fromwhy="replaced_in_region"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80004"
             constituency="Dumbarton"
             membertype="constituency"
             party="Lab"
             firstname="Jackie"
             lastname="Baillie"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/jackie_baillie/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80005"
             constituency="North East Scotland"
             membertype="region"
             party="Green"
             firstname="Shiona"
             lastname="Baird"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/shiona_baird/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80006"
             constituency="North East Scotland"
             membertype="region"
             party="Lab"
             firstname="Richard"
             lastname="Baker"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/richard_baker/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80007"
             constituency="South of Scotland"
             membertype="region"
             party="Green"
             firstname="Chris"
             lastname="Ballance"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/chris_ballance/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80008"
             constituency="Lothians"
             membertype="region"
             party="Green"
             firstname="Mark"
             lastname="Ballard"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/mark_ballard/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80009"
             constituency="Dunfermline West"
             membertype="constituency"
             party="Lab"
             firstname="Scott"
             lastname="Barrie"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/scott_barrie/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80010"
             constituency="Edinburgh Central"
             membertype="constituency"
             party="Lab"
             firstname="Sarah"
             lastname="Boyack"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/sarah_boyack/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80011"
             constituency="Midlothian"
             membertype="constituency"
             party="Lab"
             firstname="Rhona"
             lastname="Brankin"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/rhona_brankin/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80012"
             constituency="Mid Scotland and Fife"
             membertype="region"
             party="Con"
             firstname="Ted"
             lastname="Brocklebank"
             title="Mr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/ted_brocklebank/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80013"
             constituency="Glasgow"
             membertype="region"
             party="LDem"
             firstname="Robert"
             lastname="Brown"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/robert_brown/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80014"
             constituency="South of Scotland"
             membertype="region"
             party="Con"
             firstname="Derek"
             lastname="Brownlee"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/derek_brownlee/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2005-06-22"
             fromwhy="replaced_in_region"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80015"
             constituency="Glasgow Anniesland"
             membertype="constituency"
             party="Lab"
             firstname="Bill"
             lastname="Butler"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/bill_butler/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80016"
             constituency="South of Scotland"
             membertype="region"
             party="SSP"
             firstname="Rosemary"
             lastname="Byrne"
             title="Ms"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/rosemary_byrne/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2006-09-03"
             towhy="changed_party"
  />

  <member_sp
             id="uk.org.publicwhip/member/80017"
             constituency="Falkirk West"
             membertype="constituency"
             party="Independent"
             firstname="Dennis"
             lastname="Canavan"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/dennis_canavan/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80018"
             constituency="Edinburgh North and Leith"
             membertype="constituency"
             party="Lab"
             firstname="Malcolm"
             lastname="Chisholm"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/malcolm_chisholm/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80019"
             constituency="Cumbernauld and Kilsyth"
             membertype="constituency"
             party="Lab"
             firstname="Cathie"
             lastname="Craigie"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/cathie_craigie/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80020"
             constituency="Mid Scotland and Fife"
             membertype="region"
             party="SNP"
             firstname="Bruce"
             lastname="Crawford"
             title=""
             suffix="JP MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/bruce_crawford/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80021"
             constituency="Perth"
             membertype="constituency"
             party="SNP"
             firstname="Roseanna"
             lastname="Cunningham"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/roseanna_cunningham/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80022"
             constituency="Glasgow Baillieston"
             membertype="constituency"
             party="Lab"
             firstname="Margaret"
             lastname="Curran"
             title="Ms"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/margaret_curran/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80023"
             constituency="West of Scotland"
             membertype="region"
             party="SSP"
             firstname="Frances"
             lastname="Curran"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/frances_curran/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80024"
             constituency="North East Scotland"
             membertype="region"
             party="Con"
             firstname="David"
             lastname="Davidson"
             title="Mr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/david_davidson/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80025"
             constituency="Edinburgh East and Musselburgh"
             membertype="constituency"
             party="Lab"
             firstname="Susan"
             lastname="Deacon"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/susan_deacon/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80026"
             constituency="Lothians"
             membertype="region"
             party="Con"
             firstname="James"
             lastname="Douglas-Hamilton"
             title="Rt Hon Lord"
             suffix="QC"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/james_douglas-hamilton/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80027"
             constituency="Dunfermline East"
             membertype="constituency"
             party="Lab"
             firstname="Helen"
             lastname="Eadie"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/helen_eadie/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80028"
             constituency="Inverness East, Nairn and Lochaber"
             membertype="constituency"
             party="SNP"
             firstname="Fergus"
             lastname="Ewing"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/fergus_ewing/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80029"
             constituency="Central Scotland"
             membertype="region"
             party="SNP"
             firstname="Linda"
             lastname="Fabiani"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/linda_fabiani/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80030"
             constituency="Glasgow Maryhill"
             membertype="constituency"
             party="Lab"
             firstname="Patricia"
             lastname="Ferguson"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/patricia_ferguson/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80031"
             constituency="Galloway and Upper Nithsdale"
             membertype="constituency"
             party="Con"
             firstname="Alex"
             lastname="Fergusson"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/alex_fergusson/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80032"
             constituency="West of Scotland"
             membertype="region"
             party="LDem"
             firstname="Ross"
             lastname="Finnie"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/ross_finnie/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80033"
             constituency="Lothians"
             membertype="region"
             party="SSP"
             firstname="Colin"
             lastname="Fox"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/colin_fox/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80034"
             constituency="Mid Scotland and Fife"
             membertype="region"
             party="Con"
             firstname="Murdo"
             lastname="Fraser"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/murdo_fraser/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80035"
             constituency="South of Scotland"
             membertype="region"
             party="Con"
             firstname="Phil"
             lastname="Gallie"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/phil_gallie/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80036"
             constituency="Highlands and Islands"
             membertype="region"
             party="SNP"
             firstname="Rob"
             lastname="Gibson"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/rob_gibson/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80037"
             constituency="Clydesdale"
             membertype="constituency"
             party="Lab"
             firstname="Karen"
             lastname="Gillon"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/karen_gillon/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80038"
             constituency="North East Scotland"
             membertype="region"
             party="Lab"
             firstname="Marlyn"
             lastname="Glen"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/marlyn_glen/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80039"
             constituency="West Renfrewshire"
             membertype="constituency"
             party="Lab"
             firstname="Trish"
             lastname="Godman"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/trish_godman/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80040"
             constituency="West of Scotland"
             membertype="region"
             party="Con"
             firstname="Annabel"
             lastname="Goldie"
             title="Miss"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/annabel_goldie/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80041"
             constituency="Glasgow Cathcart"
             membertype="constituency"
             party="Lab"
             firstname="Charlie"
             lastname="Gordon"
             title="Mr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/charlie_gordon/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2005-09-29"
             fromwhy="by_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80042"
             constituency="Central Scotland"
             membertype="region"
             party="LDem"
             firstname="Donald"
             lastname="Gorrie"
             title=""
             suffix="OBE MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/donald_gorrie/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80043"
             constituency="South of Scotland"
             membertype="region"
             party="SNP"
             firstname="Christine"
             lastname="Grahame"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/christine_grahame/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80044"
             constituency="Lothians"
             membertype="region"
             party="Green"
             firstname="Robin"
             lastname="Harper"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/robin_harper/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80045"
             constituency="Glasgow"
             membertype="region"
             party="Green"
             firstname="Patrick"
             lastname="Harvie"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/patrick_harvie/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80046"
             constituency="Paisley South"
             membertype="constituency"
             party="Lab"
             firstname="Hugh"
             lastname="Henry"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/hugh_henry/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80047"
             constituency="East Lothian"
             membertype="constituency"
             party="Lab"
             firstname="John"
             lastname="Home Robertson"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/john_home_robertson/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80048"
             constituency="Glasgow Rutherglen"
             membertype="constituency"
             party="Lab"
             firstname="Janis"
             lastname="Hughes"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/janis_hughes/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80049"
             constituency="Lothians"
             membertype="region"
             party="SNP"
             firstname="Fiona"
             lastname="Hyslop"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/fiona_hyslop/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80050"
             constituency="South of Scotland"
             membertype="region"
             party="SNP"
             firstname="Adam"
             lastname="Ingram"
             title="Mr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/adam_ingram/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80051"
             constituency="Stirling"
             membertype="constituency"
             party="Lab"
             firstname="Sylvia"
             lastname="Jackson"
             title="Dr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/sylvia_jackson/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80052"
             constituency="Glasgow Govan"
             membertype="constituency"
             party="Lab"
             firstname="Gordon"
             lastname="Jackson"
             title=""
             suffix="QC MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/gordon_jackson/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80053"
             constituency="Carrick, Cumnock and Doon Valley"
             membertype="constituency"
             party="Lab"
             firstname="Cathy"
             lastname="Jamieson"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/cathy_jamieson/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80054"
             constituency="Kilmarnock and Loudoun"
             membertype="constituency"
             party="Lab"
             firstname="Margaret"
             lastname="Jamieson"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/margaret_jamieson/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80055"
             constituency="North East Scotland"
             membertype="region"
             party="Con"
             firstname="Alex"
             lastname="Johnstone"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/alex_johnstone/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80056"
             constituency="Glasgow"
             membertype="region"
             party="SSP"
             firstname="Rosie"
             lastname="Kane"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/rosie_kane/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80057"
             constituency="East Kilbride"
             membertype="constituency"
             party="Lab"
             firstname="Andy"
             lastname="Kerr"
             title="Mr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/andy_kerr/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80058"
             constituency="Glasgow Pollok"
             membertype="constituency"
             party="Lab"
             firstname="Johann"
             lastname="Lamont"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/johann_lamont/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80059"
             constituency="Central Scotland"
             membertype="region"
             party="SSP"
             firstname="Carolyn"
             lastname="Leckie"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/carolyn_leckie/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80060"
             constituency="Kirkcaldy"
             membertype="constituency"
             party="Lab"
             firstname="Marilyn"
             lastname="Livingstone"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/marilyn_livingstone/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80061"
             constituency="North East Scotland"
             membertype="region"
             party="SNP"
             firstname="Richard"
             lastname="Lochhead"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/richard_lochhead/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2006-04-07"
             towhy="resigned"
  />

  <member_sp
             id="uk.org.publicwhip/member/80062"
             constituency="Argyll and Bute"
             membertype="constituency"
             party="LDem"
             firstname="George"
             lastname="Lyon"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/george_lyon/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80063"
             constituency="Lothians"
             membertype="region"
             party="SNP"
             firstname="Kenny"
             lastname="MacAskill"
             title="Mr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/kenny_macaskill/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80064"
             constituency="Aberdeen Central"
             membertype="constituency"
             party="Lab"
             firstname="Lewis"
             lastname="Macdonald"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/lewis_macdonald/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80065"
             constituency="Lothians"
             membertype="region"
             party="Independent"
             firstname="Margo"
             lastname="MacDonald"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/margo_macdonald/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80066"
             constituency="Eastwood"
             membertype="constituency"
             party="Lab"
             firstname="Kenneth"
             lastname="Macintosh"
             title="Mr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/ken_macintosh/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80067"
             constituency="Dundee West"
             membertype="constituency"
             party="Lab"
             firstname="Kate"
             lastname="Maclean"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/kate_maclean/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80068"
             constituency="Highlands and Islands"
             membertype="region"
             party="Lab"
             firstname="Maureen"
             lastname="Macmillan"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/maureen_macmillan/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80069"
             constituency="West of Scotland"
             membertype="region"
             party="SNP"
             firstname="Campbell"
             lastname="Martin"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/campbell_martin/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2004-07-10"
             towhy="changed_party"
  />

  <member_sp
             id="uk.org.publicwhip/member/80070"
             constituency="Glasgow Springburn"
             membertype="constituency"
             party="Lab"
             firstname="Paul"
             lastname="Martin"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/paul_martin/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80071"
             constituency="Mid Scotland and Fife"
             membertype="region"
             party="SNP"
             firstname="Tricia"
             lastname="Marwick"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/tricia_marwick/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80072"
             constituency="Highlands and Islands"
             membertype="region"
             party="SNP"
             firstname="Jim"
             lastname="Mather"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/jim_mather/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80073"
             constituency="Central Scotland"
             membertype="region"
             party="SNP"
             firstname="Michael"
             lastname="Matheson"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/michael_matheson/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80074"
             constituency="West of Scotland"
             membertype="region"
             party="SNP"
             firstname="Stewart"
             lastname="Maxwell"
             title="Mr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/stewart_maxwell/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80075"
             constituency="Central Fife"
             membertype="constituency"
             party="Lab"
             firstname="Christine"
             lastname="May"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/christine_may/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80076"
             constituency="Glasgow Shettleston"
             membertype="constituency"
             party="Lab"
             firstname="Frank"
             lastname="McAveety"
             title="Mr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/frank_mcaveety/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80077"
             constituency="Hamilton South"
             membertype="constituency"
             party="Lab"
             firstname="Tom"
             lastname="McCabe"
             title="Mr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/tom_mccabe/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80078"
             constituency="Motherwell and Wishaw"
             membertype="constituency"
             party="Lab"
             firstname="Jack"
             lastname="McConnell"
             title="Mr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/jack_mcconnell/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80079"
             constituency="West of Scotland"
             membertype="region"
             party="SNP"
             firstname="Bruce"
             lastname="McFee"
             title="Mr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/bruce_mcfee/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80080"
             constituency="Highlands and Islands"
             membertype="region"
             party="Con"
             firstname="Jamie"
             lastname="McGrigor"
             title="Mr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/jamie_mcgrigor/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80081"
             constituency="Edinburgh Pentlands"
             membertype="constituency"
             party="Con"
             firstname="David"
             lastname="McLetchie"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/david_mcletchie/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80082"
             constituency="Hamilton North and Bellshill"
             membertype="constituency"
             party="Lab"
             firstname="Michael"
             lastname="McMahon"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/michael_mcmahon/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80083"
             constituency="Greenock and Inverclyde"
             membertype="constituency"
             party="Lab"
             firstname="Duncan"
             lastname="McNeil"
             title="Mr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/duncan_mcneil/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80084"
             constituency="Glasgow Kelvin"
             membertype="constituency"
             party="Lab"
             firstname="Pauline"
             lastname="McNeill"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/pauline_mcneill/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80085"
             constituency="Clydebank and Milngavie"
             membertype="constituency"
             party="Lab"
             firstname="Des"
             lastname="McNulty"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/des_mcnulty/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80086"
             constituency="North East Scotland"
             membertype="region"
             party="Con"
             firstname="Nanette"
             lastname="Milne"
             title="Mrs"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/nanette_milne/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80087"
             constituency="Central Scotland"
             membertype="region"
             party="Con"
             firstname="Margaret"
             lastname="Mitchell"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/margaret_mitchell/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80088"
             constituency="Mid Scotland and Fife"
             membertype="region"
             party="Con"
             firstname="Brian"
             lastname="Monteith"
             title="Mr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/brian_monteith/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2005-11-08"
             towhy="changed_party"
  />

  <member_sp
             id="uk.org.publicwhip/member/80089"
             constituency="South of Scotland"
             membertype="region"
             party="SNP"
             firstname="Alasdair"
             lastname="Morgan"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/alasdair_morgan/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80090"
             constituency="Western Isles"
             membertype="constituency"
             party="Lab"
             firstname="Alasdair"
             lastname="Morrison"
             title="Mr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/alasdair_morrison/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80091"
             constituency="Livingston"
             membertype="constituency"
             party="Lab"
             firstname="Bristow"
             lastname="Muldoon"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/bristow_muldoon/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80092"
             constituency="Linlithgow"
             membertype="constituency"
             party="Lab"
             firstname="Mary"
             lastname="Mulligan"
             title="Mrs"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/mary_mulligan/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80093"
             constituency="Ross, Skye and Inverness West"
             membertype="constituency"
             party="LDem"
             firstname="John"
             lastname="Farquhar Munro"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/john_farquhar_munro/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80094"
             constituency="Dumfries"
             membertype="constituency"
             party="Lab"
             firstname="Elaine"
             lastname="Murray"
             title="Dr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/elaine_murray/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80095"
             constituency="Central Scotland"
             membertype="region"
             party="SNP"
             firstname="Alex"
             lastname="Neil"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/alex_neil/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80096"
             constituency="Cunninghame South"
             membertype="constituency"
             party="Lab"
             firstname="Irene"
             lastname="Oldfather"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/irene_oldfather/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80097"
             constituency="Highlands and Islands"
             membertype="region"
             party="Lab"
             firstname="Peter"
             lastname="Peacock"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/peter_peacock/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80098"
             constituency="Falkirk East"
             membertype="constituency"
             party="Lab"
             firstname="Cathy"
             lastname="Peattie"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/cathy_peattie/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80099"
             constituency="Highlands and Islands"
             membertype="region"
             party="Con"
             firstname="Dave"
             lastname="Petrie"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/dave_petrie/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2006-04-19"
             fromwhy="replaced_in_region"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80100"
             constituency="Edinburgh South"
             membertype="constituency"
             party="LDem"
             firstname="Mike"
             lastname="Pringle"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/mike_pringle/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80101"
             constituency="Tweeddale, Ettrick and Lauderdale"
             membertype="constituency"
             party="LDem"
             firstname="Jeremy"
             lastname="Purvis"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/jeremy_purvis/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80102"
             constituency="Gordon"
             membertype="constituency"
             party="LDem"
             firstname="Nora"
             lastname="Radcliffe"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/nora_radcliffe/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80103"
             constituency="Ochil"
             membertype="constituency"
             party="SNP"
             firstname="George"
             lastname="Reid"
             title="Mr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/george_reid/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2003-05-06"
             towhy="became_presiding_officer"
  />

  <member_sp
             id="uk.org.publicwhip/member/80104"
             constituency="Dundee East"
             membertype="constituency"
             party="SNP"
             firstname="Shona"
             lastname="Robison"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/shona_robison/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80105"
             constituency="Roxburgh and Berwickshire"
             membertype="constituency"
             party="LDem"
             firstname="Euan"
             lastname="Robson"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/euan_robson/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80106"
             constituency="West Aberdeenshire and Kincardine"
             membertype="constituency"
             party="LDem"
             firstname="Mike"
             lastname="Rumbles"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/mike_rumbles/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80107"
             constituency="Mid Scotland and Fife"
             membertype="region"
             party="Green"
             firstname="Mark"
             lastname="Ruskell"
             title="Mr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/mark_ruskell/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80108"
             constituency="Ayr"
             membertype="constituency"
             party="Con"
             firstname="John"
             lastname="Scott"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/john_scott/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80109"
             constituency="Shetland"
             membertype="constituency"
             party="LDem"
             firstname="Tavish"
             lastname="Scott"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/tavish_scott/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80110"
             constituency="Highlands and Islands"
             membertype="region"
             party="Green"
             firstname="Eleanor"
             lastname="Scott"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/eleanor_scott/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80111"
             constituency="Glasgow"
             membertype="region"
             party="SSP"
             firstname="Tommy"
             lastname="Sheridan"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/tommy_sheridan/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2006-09-02"
             towhy="changed_party"
  />

  <member_sp
             id="uk.org.publicwhip/member/80112"
             constituency="Coatbridge and Chryston"
             membertype="constituency"
             party="Lab"
             firstname="Elaine"
             lastname="Smith"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/elaine_smith/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80113"
             constituency="Edinburgh West"
             membertype="constituency"
             party="LDem"
             firstname="Margaret"
             lastname="Smith"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/margaret_smith/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80114"
             constituency="North East Fife"
             membertype="constituency"
             party="LDem"
             firstname="Iain"
             lastname="Smith"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/iain_smith/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80115"
             constituency="Aberdeen South"
             membertype="constituency"
             party="LDem"
             firstname="Nicol"
             lastname="Stephen"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/nicol_stephen/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80116"
             constituency="Banff and Buchan"
             membertype="constituency"
             party="SNP"
             firstname="Stewart"
             lastname="Stevenson"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/stewart_stevenson/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80117"
             constituency="Caithness, Sutherland and Easter Ross"
             membertype="constituency"
             party="LDem"
             firstname="Jamie"
             lastname="Stone"
             title="Mr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/jamie_stone/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80118"
             constituency="Glasgow"
             membertype="region"
             party="SNP"
             firstname="Nicola"
             lastname="Sturgeon"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/nicola_sturgeon/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80119"
             constituency="Central Scotland"
             membertype="region"
             party="SSCUP"
             firstname="John"
             lastname="Swinburne"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/john_swinburne/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80120"
             constituency="North Tayside"
             membertype="constituency"
             party="SNP"
             firstname="John"
             lastname="Swinney"
             title="Mr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/john_swinney/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80121"
             constituency="West of Scotland"
             membertype="region"
             party="Con"
             firstname="Murray"
             lastname="Tosh"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/murray_tosh/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80122"
             constituency="Strathkelvin and Bearsden"
             membertype="constituency"
             party="Independent"
             firstname="Jean"
             lastname="Turner"
             title="Dr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/jean_turner/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80123"
             constituency="Orkney"
             membertype="constituency"
             party="LDem"
             firstname="Jim"
             lastname="Wallace"
             title="Rt Hon"
             suffix="QC MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/jim_wallace/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80124"
             constituency="North East Scotland"
             membertype="region"
             party="SNP"
             firstname="Maureen"
             lastname="Watt"
             title="Ms"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/maureen_watt/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2006-04-19"
             fromwhy="replaced_in_region"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80125"
             constituency="Angus"
             membertype="constituency"
             party="SNP"
             firstname="Andrew"
             lastname="Welsh"
             title="Mr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/andrew_welsh/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80126"
             constituency="Glasgow"
             membertype="region"
             party="SNP"
             firstname="Sandra"
             lastname="White"
             title="Ms"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/sandra_white/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80127"
             constituency="Airdrie and Shotts"
             membertype="constituency"
             party="Lab"
             firstname="Karen"
             lastname="Whitefield"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/karen_whitefield/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80128"
             constituency="Cunninghame North"
             membertype="constituency"
             party="Lab"
             firstname="Allan"
             lastname="Wilson"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/allan_wilson/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80263"
             constituency="Moray"
             membertype="constituency"
             party="SNP"
             firstname="Margaret"
             lastname="Ewing"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/margaret_ewing/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2006-03-21"
             towhy="died"
  />

  <member_sp
             id="uk.org.publicwhip/member/80264"
             constituency="Moray"
             membertype="constituency"
             party="SNP"
             firstname="Richard"
             lastname="Lochhead"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/richard_lochhead/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s2"
             fromdate="2006-04-27"
             fromwhy="by_election"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80265"
             constituency="South of Scotland"
             membertype="region"
             party="Con"
             firstname="David"
             lastname="Mundell"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/david_mundell/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2005-06-17"
             towhy="resigned"
  />

  <member_sp
             id="uk.org.publicwhip/member/80266"
             constituency="Mid Scotland and Fife"
             membertype="region"
             party="LDem"
             firstname="Keith"
             lastname="Raffan"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/keith_raffan/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2005-01-07"
             towhy="resigned"
  />

  <member_sp
             id="uk.org.publicwhip/member/80267"
             constituency="Highlands and Islands"
             membertype="region"
             party="Con"
             firstname="Mary"
             lastname="Scanlon"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/mary_scanlon/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2006-04-07"
             towhy="resigned"
  />

  <member_sp
             id="uk.org.publicwhip/member/80268"
             constituency="Glasgow Cathcart"
             membertype="constituency"
             party="Lab"
             firstname="Mike"
             lastname="Watson"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/mike_watson/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s2"
             fromdate="2003-05-01"
             fromwhy="regional_election"
             todate="2004-11-15"
             towhy="changed_party"
  />

  <member_sp
             id="uk.org.publicwhip/member/80269"
             constituency="South of Scotland"
             membertype="region"
             party="SG"
             firstname="Rosemary"
             lastname="Byrne"
             title="Ms"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/rosemary_byrne/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2006-09-04"
             fromwhy="changed_party"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80270"
             constituency="West of Scotland"
             membertype="region"
             party="Independent"
             firstname="Campbell"
             lastname="Martin"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/campbell_martin/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2004-07-11"
             fromwhy="changed_party"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80271"
             constituency="Mid Scotland and Fife"
             membertype="region"
             party="Independent"
             firstname="Brian"
             lastname="Monteith"
             title="Mr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/brian_monteith/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2005-11-09"
             fromwhy="changed_party"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80272"
             constituency="Ochil"
             membertype="constituency"
             party="None"
             firstname="George"
             lastname="Reid"
             title="Mr"
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/george_reid/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2003-05-07"
             fromwhy="became_presiding_officer"
             todate="2007-05-14"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80273"
             constituency="Glasgow"
             membertype="region"
             party="SG"
             firstname="Tommy"
             lastname="Sheridan"
             title=""
             suffix="MSP"
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/tommy_sheridan/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s2"
             fromdate="2006-09-03"
             fromwhy="changed_party"
             todate="2007-04-02"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80274"
             constituency="Glasgow Cathcart"
             membertype="constituency"
             party="Independent"
             firstname="Mike"
             lastname="Watson"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s2/mike_watson/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s2"
             fromdate="2004-11-16"
             fromwhy="changed_party"
             todate="2005-09-05"
             towhy="resigned"
  />

  <!-- Session 1 -->

  <member_sp
             id="uk.org.publicwhip/member/80129"
             constituency="North East Scotland"
             membertype="region"
             party="SNP"
             firstname="Brian"
             lastname="Adam"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/brian_adam/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80130"
             constituency="Glasgow"
             membertype="region"
             party="Con"
             firstname="Bill"
             lastname="Aitken"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/bill_aitken/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80131"
             constituency="Paisley North"
             membertype="constituency"
             party="Lab"
             firstname="Wendy"
             lastname="Alexander"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/wendy_alexander/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80132"
             constituency="Dumbarton"
             membertype="constituency"
             party="Lab"
             firstname="Jackie"
             lastname="Baillie"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/jackie_baillie/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80133"
             constituency="Dunfermline West"
             membertype="constituency"
             party="Lab"
             firstname="Scott"
             lastname="Barrie"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/scott_barrie/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80134"
             constituency="Edinburgh Central"
             membertype="constituency"
             party="Lab"
             firstname="Sarah"
             lastname="Boyack"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/sarah_boyack/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80135"
             constituency="Midlothian"
             membertype="constituency"
             party="Lab"
             firstname="Rhona"
             lastname="Brankin"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/rhona_brankin/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80136"
             constituency="Glasgow"
             membertype="region"
             party="LDem"
             firstname="Robert"
             lastname="Brown"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/robert_brown/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80137"
             constituency="Glasgow Anniesland"
             membertype="constituency"
             party="Lab"
             firstname="Bill"
             lastname="Butler"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/bill_butler/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="2000-11-23"
             fromwhy="by_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80138"
             constituency="West of Scotland"
             membertype="region"
             party="SNP"
             firstname="Colin"
             lastname="Campbell"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/colin_campbell/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80139"
             constituency="Falkirk West"
             membertype="constituency"
             party="Independent"
             firstname="Dennis"
             lastname="Canavan"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/dennis_canavan/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80140"
             constituency="Edinburgh North and Leith"
             membertype="constituency"
             party="Lab"
             firstname="Malcolm"
             lastname="Chisholm"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/malcolm_chisholm/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80141"
             constituency="Cumbernauld and Kilsyth"
             membertype="constituency"
             party="Lab"
             firstname="Cathie"
             lastname="Craigie"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/cathie_craigie/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80142"
             constituency="Mid Scotland and Fife"
             membertype="region"
             party="SNP"
             firstname="Bruce"
             lastname="Crawford"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/bruce_crawford/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80143"
             constituency="Perth"
             membertype="constituency"
             party="SNP"
             firstname="Roseanna"
             lastname="Cunningham"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/roseanna_cunningham/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80144"
             constituency="Glasgow Baillieston"
             membertype="constituency"
             party="Lab"
             firstname="Margaret"
             lastname="Curran"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/margaret_curran/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80145"
             constituency="North East Scotland"
             membertype="region"
             party="Con"
             firstname="David"
             lastname="Davidson"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/david_davidson/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80146"
             constituency="Edinburgh East and Musselburgh"
             membertype="constituency"
             party="Lab"
             firstname="Susan"
             lastname="Deacon"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/susan_deacon/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80147"
             constituency="Glasgow Anniesland"
             membertype="constituency"
             party="Lab"
             firstname="Donald"
             lastname="Dewar"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/donald_dewar/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2000-10-11"
             towhy="died"
  />

  <member_sp
             id="uk.org.publicwhip/member/80148"
             constituency="Dunfermline East"
             membertype="constituency"
             party="Lab"
             firstname="Helen"
             lastname="Eadie"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/helen_eadie/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80149"
             constituency="Highlands and Islands"
             membertype="region"
             party="SNP"
             firstname="Winnie"
             lastname="Ewing"
             title="Dr"
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/winnie_ewing/index.htm"
             haveimage="true"
             imagesource="from_sp_website"
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80150"
             constituency="Inverness East, Nairn and Lochaber"
             membertype="constituency"
             party="SNP"
             firstname="Fergus"
             lastname="Ewing"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/fergus_ewing/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80151"
             constituency="Moray"
             membertype="constituency"
             party="SNP"
             firstname="Margaret"
             lastname="Ewing"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/margaret_ewing/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80152"
             constituency="Central Scotland"
             membertype="region"
             party="SNP"
             firstname="Linda"
             lastname="Fabiani"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/linda_fabiani/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80153"
             constituency="Glasgow Maryhill"
             membertype="constituency"
             party="Lab"
             firstname="Patricia"
             lastname="Ferguson"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/patricia_ferguson/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80154"
             constituency="South of Scotland"
             membertype="region"
             party="Con"
             firstname="Alex"
             lastname="Fergusson"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/alex_fergusson/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80155"
             constituency="West of Scotland"
             membertype="region"
             party="LDem"
             firstname="Ross"
             lastname="Finnie"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/ross_finnie/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80156"
             constituency="Strathkelvin and Bearsden"
             membertype="constituency"
             party="Lab"
             firstname="Brian"
             lastname="Fitzpatrick"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/brian_fitzpatrick/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="2001-06-07"
             fromwhy="by_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80157"
             constituency="Mid Scotland and Fife"
             membertype="region"
             party="Con"
             firstname="Murdo"
             lastname="Fraser"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/murdo_fraser/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="2001-08-14"
             fromwhy="replaced_in_region"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80158"
             constituency="Strathkelvin and Bearsden"
             membertype="constituency"
             party="Lab"
             firstname="Sam"
             lastname="Galbraith"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/sam_galbraith/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2001-05-14"
             towhy="resigned"
  />

  <member_sp
             id="uk.org.publicwhip/member/80159"
             constituency="South of Scotland"
             membertype="region"
             party="Con"
             firstname="Phil"
             lastname="Gallie"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/phil_gallie/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80160"
             constituency="Glasgow"
             membertype="region"
             party="SNP"
             firstname="Kenneth"
             lastname="Gibson"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/kenneth_gibson/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80161"
             constituency="Clydesdale"
             membertype="constituency"
             party="Lab"
             firstname="Karen"
             lastname="Gillon"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/karen_gillon/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80162"
             constituency="West Renfrewshire"
             membertype="constituency"
             party="Lab"
             firstname="Trish"
             lastname="Godman"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/trish_godman/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80163"
             constituency="West of Scotland"
             membertype="region"
             party="Con"
             firstname="Annabel"
             lastname="Goldie"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/annabel_goldie/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80164"
             constituency="Central Scotland"
             membertype="region"
             party="LDem"
             firstname="Donald"
             lastname="Gorrie"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/donald_gorrie/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80165"
             constituency="South of Scotland"
             membertype="region"
             party="SNP"
             firstname="Christine"
             lastname="Grahame"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/christine_grahame/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80166"
             constituency="Highlands and Islands"
             membertype="region"
             party="Lab"
             firstname="Rhoda"
             lastname="Grant"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/rhoda_grant/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80167"
             constituency="Edinburgh Pentlands"
             membertype="constituency"
             party="Lab"
             firstname="Iain"
             lastname="Gray"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/iain_gray/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80168"
             constituency="Highlands and Islands"
             membertype="region"
             party="SNP"
             firstname="Duncan"
             lastname="Hamilton"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/duncan_hamilton/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80169"
             constituency="Mid Scotland and Fife"
             membertype="region"
             party="Con"
             firstname="Keith"
             lastname="Harding"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/keith_harding/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80170"
             constituency="Lothians"
             membertype="region"
             party="Green"
             firstname="Robin"
             lastname="Harper"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/robin_harper/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80171"
             constituency="Paisley South"
             membertype="constituency"
             party="Lab"
             firstname="Hugh"
             lastname="Henry"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/hugh_henry/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80172"
             constituency="East Lothian"
             membertype="constituency"
             party="Lab"
             firstname="John"
             lastname="Home Robertson"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/john_home_robertson/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80173"
             constituency="Glasgow Rutherglen"
             membertype="constituency"
             party="Lab"
             firstname="Janis"
             lastname="Hughes"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/janis_hughes/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80174"
             constituency="Lothians"
             membertype="region"
             party="SNP"
             firstname="Fiona"
             lastname="Hyslop"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/fiona_hyslop/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80175"
             constituency="South of Scotland"
             membertype="region"
             party="SNP"
             firstname="Adam"
             lastname="Ingram"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/adam_ingram/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80176"
             constituency="Stirling"
             membertype="constituency"
             party="Lab"
             firstname="Sylvia"
             lastname="Jackson"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/sylvia_jackson/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80177"
             constituency="Glasgow Govan"
             membertype="constituency"
             party="Lab"
             firstname="Gordon"
             lastname="Jackson"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/gordon_jackson/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80178"
             constituency="Carrick, Cumnock and Doon Valley"
             membertype="constituency"
             party="Lab"
             firstname="Cathy"
             lastname="Jamieson"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/cathy_jamieson/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80179"
             constituency="Kilmarnock and Loudoun"
             membertype="constituency"
             party="Lab"
             firstname="Margaret"
             lastname="Jamieson"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/margaret_jamieson/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80180"
             constituency="Tweeddale, Ettrick and Lauderdale"
             membertype="constituency"
             party="LDem"
             firstname="Ian"
             lastname="Jenkins"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/ian_jenkins/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2003-03-31"
             towhy="regional_election"
  />

  <member_sp
             id="uk.org.publicwhip/member/80181"
             constituency="Mid Scotland and Fife"
             membertype="region"
             party="Con"
             firstname="Nick"
             lastname="Johnston"
             title=""
             suffix=""
             spurl="http://www.scottish.parliament.uk/msp/membersPages/historic/s1/nick_johnston/index.htm"
             haveimage="false"
             imagesource=""
             webcategory="historic_s1"
             fromdate="1999-05-06"
             fromwhy="regional_election"
             todate="2001-08-10"
             towhy="resigned"
  />

  <member_sp
             id="uk.org.publicwhip/member/80182"
             constituency="North East Scotland"
             membertype="region"
             par