Please ‘Like’ our Facebook page Chiang Mai Hashing
NEW SUMMERTIME RUN & PICKUP TIMES
ALL RUNS START AT 5.00pm AND PICKUP 3:50pm
CSH3 – Saturday. RUN TIME 5:00pm, Bus pickup 3:50pm
BUS Pickup – Meet in front of McDonalds @ Thapae Gate – the bus leaves from nearby.
CH4 – Thursday. RUN TIME 5:00pm, Bus pickup 3:50pm
BUS Pickup – Meet in front of McDonalds @ Thapae Gate – the bus leaves from nearby.
CGH3 – Mondays – Run Time 5:00pm
The Monday Gentlemen’s Hash (CGH3) is a BYO hash.
You need to bring your own beer, water, soft drinks, chair etc.
There is a song thaew (red bus) that leaves from Loi Kroh Soi 3. Outside Monta Hotel.
GPS:18.783284673694492, 98.99678987359596
https://maps.app.goo.gl/16c8q2TSsArUVwgf6
Cost of the bus is divided between between the passengers (normally around 100baht)
Bus leaves at 3:50. Be there early.
There is NO run fee.
CH3 – RUN TIME 5:00pm, Bus pickup 3:50pm
BUS Pickup – Meet in front of McDonalds @ Thapae Gate – the bus leaves from nearby.
Bunny Hash (CBH3) The ladies get together on the last Sunday of the month. The Bunny Hash was founded in 2001 by our late “Snowflake” Harriet. Join us for amazing Bunny camaraderie, delicious food, fun raffle prizes and a circle to remember. As always, visitors are always welcome. If you’re a man, be prepared for a welcoming experience with the bunnies.
Diamond Hash(CDH3) The Diamond Hash is a ladies only hash that meet on the second Tuesday of the month
McDonalds –
Location of McDonalds Thapae Gate
GPS Coordinates. 18.7875444430, 98.993910120
Run fee and bus fee is between 150 and 300 Baht depending on day/gender/membership/if you’re drinking/what kind of mood the hash cash is in etc.).
Upcoming runs
$kquery = “SELECT eventTitle, eventStartDate, eventDescription FROM wp_eventscalendar_main ORDER BY eventStartDate”;
$kresult = mysql_query($kquery);
$mon = 0;
while($krow= mysql_fetch_array($kresult))
{
$kdate = explode(“-“, $krow[1]);
$ktodaymonth = date(“m”);
$ktodayyear = date(“Y”);
$ktodayday = date(“d”);
if(($ktodayday <= $kdate[2] && $ktodaymonth <= $kdate[1] && $ktodayyear <= $kdate[0]) || ($ktodaymonth < $kdate[1] && $ktodayyear <= $kdate[0]) || $ktodayyear < $kdate[0])
{
if($mon!=$kdate[1])
{
echo ‘
‘;
$mon=$kdate[1];
if($mon==1){
echo “January ” . $kdate[0] . ““;
}
if($mon==2){
echo “February ” . $kdate[0] . ““;
}
if($mon==3){
echo “March ” . $kdate[0] . ““;
}
if($mon==4){
echo “April ” . $kdate[0] . ““;
}
if($mon==5){
echo “May ” . $kdate[0] . ““;
}
if($mon==6){
echo “June ” . $kdate[0] . ““;
}
if($mon==7){
echo “July ” . $kdate[0] . ““;
}
if($mon==8){
echo “August ” . $kdate[0] . ““;
}
if($mon==9){
echo “September ” . $kdate[0] . ““;
}
if($mon==10){
echo “October ” . $kdate[0] . ““;
}
if($mon==11){
echo “November ” . $kdate[0] . ““;
}
if($mon==12){
echo “December ” . $kdate[0] . ““;
}
echo “
“;
}
echo ”
“;
if(strstr($krow[0], “CH4”)) echo $krow[0] . ” if($krow[2] != “” && $krow[2] != “TBA”) |
‘;
}
}
?>