1928 accesses since March 10, 2010

Valid XHTML 1.0!

News

10-03-12 erestor.net webmaster looking for a job!

10-03-09 IRL At the Irish Open Go Tournament 2010 Martin Klemsa achieved a 2-1 result.

09-05-18 And the Celtics are out as well, having lost home game 7 to the Magic.

09-05-15 In the meantime, Orlando Magic forced game 7 in the series with the Boston Celtics.

09-05-15 The Bruins fell to the Hurricanes in overtime of Game 7. The wait for the Cup continues...

09-04-23 HEART Boston Bruins swept away Montreal Canadiens 4-0 in round 1 of the Stanley Cup playoffs.

Welcome to Webspace of Martin Klemsa

Code of the week

Decrypt this code and you're a star. Send me an email.
float ROUNDL50(float fCastka) { float fTmp = (fCastka+0.04)*10; char cTmp[20]; sprintf(cTmp,"%.0f",fTmp); switch(cTmp[strlen(cTmp)-1]) { case '1': cTmp[strlen(cTmp)-1] = '5'; break; case '2': cTmp[strlen(cTmp)-1] = '5'; break; case '3': cTmp[strlen(cTmp)-1] = '5'; break; case '4': cTmp[strlen(cTmp)-1] = '5'; break; case '5': cTmp[strlen(cTmp)-1] = '5'; break; case '6': cTmp[strlen(cTmp)-1] = '0'; fTmp = (float) atol(cTmp); fTmp = fTmp+10; sprintf(cTmp,"%.0f",fTmp); break; case '7': cTmp[strlen(cTmp)-1] = '0'; fTmp = (float) atol(cTmp); fTmp = fTmp+10; sprintf(cTmp,"%.0f",fTmp); break; case '8': cTmp[strlen(cTmp)-1] = '0'; fTmp = (float) atol(cTmp); fTmp = fTmp+10; sprintf(cTmp,"%.0f",fTmp); break; case '9': cTmp[strlen(cTmp)-1] = '0'; fTmp = (float) atol(cTmp); fTmp = fTmp+10; sprintf(cTmp,"%.0f",fTmp); break; } fTmp = (float) atol(cTmp); return fTmp/10; }

Current Poll Standings

Favorite Hockey Club

HC Kometa Brno
111
Chemopetrol Litvínov
47
Boston Bruins
41

Favorite Sport

Basketball
64
Athletics
39
Ice Hockey
38

Best Pubs

Arena
108
Rio Bar
59
Paterlord
52