//pet harbor search functions

//Lost Dog function
function LostDog0 ()
{
  window.open ( "http://www.petharbor.com/results.asp?searchtype=LOST&bgcolor=FFFFFF&text=%20003399&link=0000FF&alink=FF9900&vlink=663399&col_hdr_bg=99CC99&col_hdr_fg=003399&SBG=99CC99&rows=10&imght=120&imgres=thumb&view=sysadm.v_animal_short&fontface=arial&start=4&zip=87108&miles=200&shelterlist='MRVL','MRVL1'&WHERE=type_DOG,age_y&PAGE=1" )  ;
}
//Lost dog 1
function LostDog1 ()
{
  window.open ( "http://www.petharbor.com/results.asp?searchtype=LOST&bgcolor=FFFFFF&text=%20003399&link=0000FF&alink=FF9900&vlink=663399&col_hdr_bg=99CC99&col_hdr_fg=003399&SBG=99CC99&rows=10&imght=120&imgres=thumb&view=sysadm.v_animal_short&fontface=arial&start=4&zip=87108&miles=200&shelterlist='MRVL','MRVL1'&WHERE=type_DOG,age_o&PAGE=1" )  ;
}
//lost cat
function LostCat0 ()
{
  window.open ( "http://www.petharbor.com/results.asp?searchtype=LOST&bgcolor=FFFFFF&text=%20003399&link=0000FF&alink=FF9900&vlink=663399&col_hdr_bg=99CC99&col_hdr_fg=003399&SBG=99CC99&rows=10&imght=120&imgres=thumb&view=sysadm.v_animal_short&fontface=arial&start=4&zip=87108&miles=200&shelterlist='MRVL','MRVL1'&WHERE=type_CAT,age_y&PAGE=1" )  ;
}
//lost cat 01
function LostCat1 ()
{
  window.open ( "http://www.petharbor.com/results.asp?searchtype=LOST&bgcolor=FFFFFF&text=%20003399&link=0000FF&alink=FF9900&vlink=663399&col_hdr_bg=99CC99&col_hdr_fg=003399&SBG=99CC99&rows=10&imght=120&imgres=thumb&view=sysadm.v_animal_short&fontface=arial&start=4&zip=87108&miles=200&shelterlist='MRVL','MRVL1'&WHERE=type_CAT,age_o&PAGE=1" )  ;
}
//lost other
function LostOther ()
{
  window.open ( "http://www.petharbor.com/results.asp?searchtype=LOST&bgcolor=FFFFFF&text=%20003399&link=0000FF&alink=FF9900&vlink=663399&col_hdr_bg=99CC99&col_hdr_fg=003399&SBG=99CC99&rows=10&imght=120&imgres=thumb&view=sysadm.v_animal_short&fontface=arial&start=4&zip=&miles=&shelterlist='MRVL','MRVL1'&WHERE=type_OO,age_y&PAGE=1" )  ;
}
//adopt dog
function AdoptDog0 ()
{
  window.open ( "http://www.petharbor.com/results.asp?searchtype=ADOPT&bgcolor=FFFFFF&text=%20003399&link=0000FF&alink=FF9900&vlink=663399&col_hdr_bg=99CC99&col_hdr_fg=003399&SBG=99CC99&rows=10&imght=120&imgres=thumb&view=sysadm.v_animal_short&fontface=arial&start=4&zip=87108&miles=200&shelterlist='MRVL','MRVL1'&WHERE=type_DOG,age_y&PAGE=1" )  ;
}
//breed request
function BreedRequest ()
{
  window.open ( "http://www.petharbor.com/breedrequest.asp?searchtype=LOST&bgcolor=FFFFFF&text=%20003399&link=0000FF&alink=FF9900&vlink=663399&col_hdr_bg=99CC99&col_hdr_fg=003399&SBG=99CC99&rows=10&imght=120&imgres=thumb&view=sysadm.v_animal_short&fontface=arial&start=4&zip=87108&miles=200&shelterlist='MRVL','MRVL1'&where=type_DOG,age_o" )  ;
}
//adopt dog1
function AdoptDog1 ()
{
  window.open ( "http://www.petharbor.com/results.asp?searchtype=ADOPT&bgcolor=FFFFFF&text=%20003399&link=0000FF&alink=FF9900&vlink=663399&col_hdr_bg=99CC99&col_hdr_fg=003399&SBG=99CC99&rows=10&imght=120&imgres=thumb&view=sysadm.v_animal_short&fontface=arial&start=4&zip=87108&miles=200&shelterlist='MRVL','MRVL1'&WHERE=type_DOG,age_o&PAGE=1" )  ;
}
//adopt cat
function AdoptCat0 ()
{
  window.open ( "http://www.petharbor.com/results.asp?searchtype=ADOPT&bgcolor=FFFFFF&text=%20003399&link=0000FF&alink=FF9900&vlink=663399&col_hdr_bg=99CC99&col_hdr_fg=003399&SBG=99CC99&rows=10&imght=120&imgres=thumb&view=sysadm.v_animal_short&fontface=arial&start=4&zip=87108&miles=200&shelterlist='MRVL','MRVL1'&WHERE=type_CAT,age_y&PAGE=1" )  ;
}
//adopt cat1
function AdoptCat1 ()
{
  window.open ( "http://www.petharbor.com/results.asp?searchtype=ADOPT&bgcolor=FFFFFF&text=%20003399&link=0000FF&alink=FF9900&vlink=663399&col_hdr_bg=99CC99&col_hdr_fg=003399&SBG=99CC99&rows=10&imght=120&imgres=thumb&view=sysadm.v_animal_short&fontface=arial&start=4&zip=87108&miles=200&shelterlist='MRVL','MRVL1'&WHERE=type_CAT,age_o&PAGE=1" )  ;
}
//adopt other
function AdoptOther ()
{
  window.open ( "http://www.petharbor.com/results.asp?searchtype=ADOPT&bgcolor=FFFFFF&text=%20003399&link=0000FF&alink=FF9900&vlink=663399&col_hdr_bg=99CC99&col_hdr_fg=003399&SBG=99CC99&rows=10&imght=120&imgres=thumb&view=sysadm.v_animal_short&fontface=arial&start=4&zip=&miles=&shelterlist='MRVL','MRVL1'&WHERE=type_OO,age_y&PAGE=1" )  ;
}

