Chalky White's - Chalk of the Night!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • GimpedMaster
    SBR Wise Guy
    • 11-15-10
    • 764

    #1
    Chalky White's - Chalk of the Night!
    Chalky White ain't nothin but a punk bitch.



    My bad, Chalk, you know I'm just playin.

    Chalky gets in touch with me and tells me which 'chalky' plays he wants to endorse and have me put out there on the inter-web-tubes, since you know, he doesn't know how to use a computer and whatnot. Or know they exist... Whatever.

    Tonight's plays are twofold.

    PLAY NUMBER ONE

    Red Sox ML (-210 @ BetOnline)

    Firstly, not much of a surprise here, the BoSox hosting the lowly Twins. ButtHolz vs. SportsGoggles Worley. A number of reasons for this one, firstly, do you know how bad kids get beat up for wearing sports goggles? Clearly this kid knows he's getting beat up before, during AND after the game because of it, but what can he do? It's not like he can afford vision surgery, he plays for the Twins!

    The Red Sox are coming off of a sweep at the hands of the Rangers, happy to be home, and with Clay pitching with a chip on his shoulder due to the 'cheating' allegations thrown at him after his last start. The Sox want to break that losing streak and this is a perfect place for a chalky play.

    Some tend to freak out about baseball games with this much juice but the thing is, compare this to another sport. There is about as much difference in skill (accounting for the pitching matchup as well) as there was between the Heat and Bucks, and how much juice would you have to lay on the Heat moneyline? How much juice would you have to lay in college football for the Crimson Tide playing against Arkansas straight up?

    In relation, this moneyline is pretty affordable at prices hovering around -200.

    PLAY NUMBER TWO

    St. Louis Blues Puckline +1.5 (-275 @ BetOnline)

    Chalky thinks the Kings will be singing the Blues when the final horn sounds, and even if they're not, it'll be due to sweating out a tight, one goal game. The scores so far in this series have been 2-1, 2-1, and 1-0. The + Puckline has hit in each matchup so far, and these teams have been closely matched.

    That being said, the Blues have 'outplayed' the Kings for around 2/3 of total icetime in this series so far when you look at shots, physical hits, and scoring opportunities and appear to have the upper hand despite losing the last game. The Blues outshot the Kings in Games 1 & 3, and were only outshot by 4 in Game 2. The bigger element to consider is 'scoring opportunities'. The Blues have had NUMEROUS open net scoring opportunities, outnumbering the Kings opportunities almost 2 to 1. Similar to looking at Sabermetrics in baseball with statistics like BABIP (Batting average on balls in play) which measures the likelyhood of effort vs. results and shows you trends on when a player seems to be executing but not getting the intended result (thus indicating a turnaround is likely), I believe the Blues have a high probability of turning more of these opportunities into goals as the series goes along, dumb luck has a propensity to balance out over the course of a multiple game series.

    Elliot has been outstanding and I believe the line for this game is an example of a Vegas line simply looking to split bets down the middle, I believe the juice is too high on the Kings and there is value on the Blues.

    The moneyline is definitely worth an investment but since this is Chalky's thread and the pick needs to have some healthy chalk, going with the Puckline. Going to invest some on the puckline itself as well as include it in a couple parlays.

    Look, I'm just the messenger so take it up with Chalky if you disagree with these picks. Good luck, and don't piss off Chalky.

  • You mad bro
    SBR Posting Legend
    • 01-15-12
    • 16641

    #2
    are you serious?
    Comment
    • forthewin
      SBR Wise Guy
      • 06-15-12
      • 561

      #3
      Buchholz has been lights out, the Red Sox bats are on fire and after getting swept by the Rangers, they should be amped to take out the Twins. But the Twins are are a dangerous team right now with their hitting and can explode at any time. The Chalk is terrible. I expect the Boston to win just as pretty much everyone else but don't sleep on the Twins.

      And St. Louis could very well beat the Kings for the third time and based on both teams playoff style a tight, low scoring game seems to be made to order. It could very well be a 2-1 game for either team but the Kings did sweep the Blues last season and pretty much destroyed them all of this season. At home the Kings are capable at any moment of hitting the Blues for 3 or more goals and if Quick has one of those stand on his head nights, there could be trouble for the Blues. Brian Elliot has been playing great but he does have his breakdown games and there is no other team that seems to light up Elliot and the Blues like the Kings at home. Blues +1.5 -275? GL
      <script type="text/javascript"> /**************************************** ****************
      This Script will be included in all web pages
      to show an Icon on Mouse over,

      Clicking the Icon will show a Zoominto Viewer (a Flash made viewer) to Zoom the Image Content

      **************************************** ****************/
      var tmppluginServername = "http://www.zoominto.com/zoomapi/";
      //tmppluginServername= "http://localhost:9999/zoomapi/"
      var versionswf="1100";

      versionswf="";

      var tmppluginSwfname=""

      tmppluginSwfname=tmppluginServername + "zoomplugin" + versionswf + ".swf";

      var tmppluginimageURL=tmppluginServername + "displayimage.php?image=";

      var protocol = "http://";

      var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;

      plugin_run();

      function BrowserZoomPlugin() **
      var ua, s, i;
      this.isIE = false;
      this.isNS = false;
      this.version = null;
      ua = navigator.userAgent;
      s = "MSIE";
      if ((i = ua.indexOf(s)) >= 0) **
      this.isIE = true;
      this.version = parseFloat(ua.substr(i + s.length));
      return;
      **
      s = "Netscape6/";
      if ((i = ua.indexOf(s)) >= 0) **
      this.isNS = true;
      this.version = parseFloat(ua.substr(i + s.length));
      return;
      **
      s = "Gecko";
      if ((i = ua.indexOf(s)) >= 0) **
      this.isNS = true;
      this.version = 6.1;
      return;
      **
      **

      var browser = new BrowserZoomPlugin;
      var dragObj = new Object;
      dragObj.zIndex = 0;

      function zoominto_dragStart(event, id) **
      var el;
      var x, y;
      if (id) **
      dragObj.elNode = document.getElementById(id);
      ** else **
      if (browser.isIE) **
      dragObj.elNode = window.event.srcElement;
      **
      if (browser.isNS) **
      dragObj.elNode = event.target;
      **
      if (dragObj.elNode.nodeType == 3) **
      dragObj.elNode = dragObj.elNode.parentNode;
      **
      **
      if (browser.isIE) **
      x = window.event.clientX + document.documentElement.scrollLeft + document.body.scrollLeft;
      y = window.event.clientY + document.documentElement.scrollTop + document.body.scrollTop;
      **
      if (browser.isNS) **
      x = event.clientX + window.scrollX;
      y = event.clientY + window.scrollY;
      **
      dragObj.cursorStartX = x;
      dragObj.cursorStartY = y;
      dragObj.elStartLeft = parseInt(dragObj.elNode.style.left, 10);
      dragObj.elStartTop = parseInt(dragObj.elNode.style.top, 10);
      if (isNaN(dragObj.elStartLeft)) **
      dragObj.elStartLeft = 0;
      **
      if (isNaN(dragObj.elStartTop)) **
      dragObj.elStartTop = 0;
      **
      dragObj.elNode.style.zIndex = ++dragObj.zIndex;
      if (browser.isIE) **
      document.attachEvent("onmousemove", zoominto_dragGo);
      document.attachEvent("onmouseup", zoominto_dragStop);
      window.event.cancelBubble = true;
      window.event.returnValue = false;
      **
      if (browser.isNS) **
      document.addEventListener("mousemove", zoominto_dragGo, true);
      document.addEventListener("mouseup", zoominto_dragStop, true);
      event.preventDefault();
      **
      **


      function zoominto_dragGo(event) **
      var x, y;
      if (browser.isIE) **
      x = window.event.clientX + document.documentElement.scrollLeft + document.body.scrollLeft;
      y = window.event.clientY + document.documentElement.scrollTop + document.body.scrollTop;
      **
      if (browser.isNS) **
      x = event.clientX + window.scrollX;
      y = event.clientY + window.scrollY;
      **
      dragObj.elNode.style.left = dragObj.elStartLeft + x - dragObj.cursorStartX + "px";
      dragObj.elNode.style.top = dragObj.elStartTop + y - dragObj.cursorStartY + "px";
      if (browser.isIE) **
      window.event.cancelBubble = true;
      window.event.returnValue = false;
      **
      if (browser.isNS) **
      event.preventDefault();
      **
      **


      function zoominto_dragStop(event) **
      if (browser.isIE) **
      document.detachEvent("onmousemove", zoominto_dragGo);
      document.detachEvent("onmouseup", zoominto_dragStop);
      **
      if (browser.isNS) **
      document.removeEventListener("mousemove" , zoominto_dragGo, true);
      document.removeEventListener("mouseup", zoominto_dragStop, true);
      **
      **






      function imgplayerprogress_DoFSCommand(command, args) **
      var imgplayerprogressObj = isInternetExplorer ? document.all.imgplayerprogress : document.imgplayerprogress;
      **






      function zoominto_addElement(divIdName, htmlval) **
      try **

      var newdiv = document.createElement("div");
      newdiv.setAttribute("id", divIdName);
      newdiv.setAttribute("title", "");
      newdiv.style.position = "absolute";
      newdiv.style.display = "none";
      newdiv.innerHTML = htmlval;

      document.body.appendChild(newdiv);;
      ** catch (e) **
      **
      **



      function zoominto_addmyelems(divIdName, htmlval) **
      try **

      var newdiv = document.createElement("div");
      newdiv.setAttribute("id", divIdName);
      newdiv.innerHTML = htmlval;

      document.body.appendChild(newdiv);;
      ** catch (e) **
      //_L(e);
      **
      **


      function zoominto_initializelements() **

      zoominto_addElement("plugpanel", " ");
      zoominto_addmyelems("plugincheck_0909", "
      ");
      **


      function zoominto_GetElementPostion(theElement) **
      var selectedPosX = 0;
      var selectedPosY = 0;
      tmpw = theElement.width;
      tmph = theElement.height;
      while (theElement != null) **
      selectedPosX += theElement.offsetLeft;
      selectedPosY += theElement.offsetTop;
      theElement = theElement.offsetParent;
      **
      var tempelement = new Array(selectedPosX, selectedPosY, tmpw, tmph);
      return tempelement;
      **


      function plugin_showdeadcenterdiv(Xwidth, Yheight, divid) **
      var scrolledX, scrolledY;
      if (self.pageYOffset) **
      scrolledX = self.pageXOffset;
      scrolledY = self.pageYOffset;
      ** else if (document.documentElement && document.documentElement.scrollTop) **
      scrolledX = document.documentElement.scrollLeft;
      scrolledY = document.documentElement.scrollTop;
      ** else if (document.body) **
      scrolledX = document.body.scrollLeft;
      scrolledY = document.body.scrollTop;
      **
      var centerX, centerY;
      if (self.innerHeight) **
      centerX = self.innerWidth;
      centerY = self.innerHeight;
      ** else if (document.documentElement &&
      document.documentElement.clientHeight) **
      centerX = document.documentElement.clientWidth;
      centerY = document.documentElement.clientHeight;
      ** else if (document.body) **
      centerX = document.body.clientWidth;
      centerY = document.body.clientHeight;
      **
      var leftOffset = scrolledX + (centerX - Xwidth) / 2;
      var topOffset = scrolledY + (centerY - Yheight) / 2;
      var o = document.getElementById(divid);
      var r = o.style;
      r.position = "absolute";
      r.top = topOffset + "px";
      r.left = leftOffset + "px";
      r.display = "block";
      **


      function pluginalertShow(layerid) **
      document.getElementById(layerid).style.v isibility = "visible";
      document.getElementById(layerid).style.d isplay = "block";
      plugin_showdeadcenterdiv(280, 115, layerid);
      document.getElementById("plugin_btn_acti vate").focus();
      **


      function pluginalerthide(layerid) **
      document.getElementById(layerid).style.v isibility = "hidden";
      document.getElementById(layerid).style.d isplay = "none";
      **




      function zoom_getValidString()**

      return "&isValidviewer=1";// all things are valid


      **


      function zoominto_showflash(zoomres) **

      try{
      if(zoomres == undefined)
      zoomres="600x442";

      zoomarr=zoomres.split("x",2)
      var divimgplayer = document.getElementById("div_plugin_img_ player");
      divimgplayer.style.display = "block";
      divimgplayer.style.visibility = "visible";



      //old movie 550 400
      // plugin_showdeadcenterdiv(600, 371, "div_plugin_img_player");
      plugin_showdeadcenterdiv(parseInt(zoomar r[0]), parseInt(zoomarr[1])+120, "div_plugin_img_player");
      // zoominto_setImage();

      zoominto_changeobject(document.getElemen tById("plugpanel").title,zoomres);

      ** catch (e) **
      **

      **


      function zoominto_closeflash() **
      var divimgplayer = document.getElementById("div_plugin_img_ player");
      divimgplayer.style.display = "none";
      divimgplayer.style.visibility = "hidden";
      **


      function hidezoomicon()**
      document.getElementById("plugpanel").sty le.visibility = "hidden";

      **

      function getMouseX( e ) **

      return e.pageX

      || ( e.clientX + ( document.documentElement.scrollLeft

      || document.body.scrollLeft ) );

      **

      function getMouseY( e ) **

      return e.pageY

      || ( e.clientY + ( document.documentElement.scrollTop

      || document.body.scrollTop ) );

      **

      function dhtmlLoadScript(url)
      **
      var e = document.createElement("script");
      e.src = url;
      e.type="text/javascript";
      // document.getElementByTagName("head")[0].appendChild(e);

      document.getElementById("addiv").appendC hild(e);
      **


      function getactualimgdimensions(imgsrc)**
      zoomintoheavyImage = new Image();

      zoomintoheavyImage.src = imgsrc

      var tempelement = new Array(zoomintoheavyImage.width, zoomintoheavyImage.height);
      return tempelement;



      **
      function plugin_run() **

      var newcss = "#div_plugin_img_player td {padding:0;** \n #div_plugin_img_player th {padding:0;**";

      if ('\v'=='v') /* ie only */ **
      document.createStyleSheet().cssText = newcss;
      ** else **
      var tag = document.createElement('style'); tag.type = 'text/css'; document.getElementsByTagName('head')[0].appendChild(tag);
      tag[ (typeof document.body.style.WebkitAppearance=='s tring') /* webkit only */ ? 'innerText' : 'innerHTML'] = newcss;
      **



      var image = document.getElementsByTagName("img");
      var totimgLength=image.length;


      zoominto_initializelements();

      for (var i = 0; i < image.length; i++) **

      if (image[i].className.match("myplug_img"))**
      image[i].onmouseout = function (evt) **
      document.getElementById("plugpanel").sty le.visibility = "hidden";
      **

      **// Zoom icon hidden

      zoomarrdim= getactualimgdimensions(image[i].src);
      //arrdim[0] - width arrdim[1] - height

      if (!image[i].className.match("myplug_img") &&
      zoomarrdim[0] > 50 && zoomarrdim[1] > 60) **

      image[i].onmouseover = function () {imgvals = zoominto_GetElementPostion(this);

      document.getElementById("plugpanel").sty le.display = "block";document.getElementById("plugpan el").style.visibility = "visible";document.getElementById("plugp anel").style.left = imgvals[0] + "px";document.getElementById("plugpanel" ).style.top = imgvals[1] + "px";document.getElementById("plugpanel" ).title = this.src;**;
      image[i].onmouseout = function (evt) **

      imgvals = zoominto_GetElementPostion(this);

      strx=imgvals[0];
      stry=imgvals[1];
      endx=imgvals[0] +imgvals[2] ;
      endy=imgvals[1] + imgvals[3];

      tmpcurx=evt.pageX;
      tmpcury=evt.pageY;

      if(tmpcurx > strx && tmpcurx < endx && tmpcury > stry && tmpcury < endy )**

      l=1
      **
      else{
      document.getElementById("plugpanel").sty le.visibility = "hidden";

      **


      **;




      **// End of Condition Image smaller

      if(zoomarrdim[0] == 1 && zoomarrdim[1] == 1)**
      // remove Image element
      image[i].style.display="none";
      image[i].style.visibility="hidden";
      **

      **
      **




      function zoominto_URLEncode(clearString) **
      var output = "";
      var x = 0;
      clearString = clearString.toString();
      var regex = /(^[a-zA-Z0-9_.]*)/;
      while (x < clearString.length) **
      var match = regex.exec(clearString.substr(x));
      if (match != null && match.length > 1 && match[1] != "") **
      output += match[1];
      x += match[1].length;
      ** else **
      if (clearString[x] == " ") **
      output += "+";
      ** else **
      var charCode = clearString.charCodeAt(x);
      var hexVal = charCode.toString(16);
      output += "%" + (hexVal.length < 2 ? "0" : "") + hexVal.toUpperCase();
      **
      x++;
      **
      **
      return output;
      **


      function Closeiepluginpanel() **
      closeflash();
      **




      function logme(txtstr) **
      // try **
      //alert(txtstr);
      return "";

      **


      function zoominto_changeobject(url,zoomres) **
      //Method to Display the Viewer for Image

      imgName_bfr=(tmppluginimageURL +url + zoom_getValidString())

      escimgName_bfr=escape(imgName_bfr);

      trkval = "?chkme=" + imgName_bfr + "&rootstr=" + tmppluginServername;
      pagetitle = "";
      urlstr = zoominto_URLEncode(document.location);
      zoomarr=zoomres.split("x",2)



      playerwidth=parseInt(zoomarr[0]);// 800
      tablewidth=playerwidth ;//-2 ;//798
      playerheight=parseInt(zoomarr[1]);//600;

      adwidth=468;//playerwidth -10 ;//768;
      adheight=60;

      document.getElementById("div_plugin_img_ player").innerHTML = " <MAP NAME='zoomintomap187'> <area shape='rect' coords='0,0,108,24' href='http://www.zoominto.com' alt='Zoominto' target='_blank'/> </MAP>
      ointer' USEMAP='#zoomintomap187' height='24' style="width: 108px" border='0' src='" + tmppluginServername + "http://forum.sbrforum.com/images/zoomintologo2.jpg'/>
      <select style='height: 20px;' id='resselect' onchange='zoominto_showflash(this.value) '><option value='600x442'>Default</option><option value='690x509'>115%</option><option value='750x553'>125%</option></select>
      <!--comment-->
      <object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0\" width=\""+playerwidth+"\" height='"+playerheight+"' id=\"editor\" align=\"middle\">






      <embed src=\"" + tmppluginSwfname + trkval+"\" quality=\"high\" bgcolor=\"#ffffff\" width=\""+playerwidth+"\" height='"+playerheight+"' name=\"editor\" align=\"middle\" allowScriptAccess=\"sameDomain\" allowFullScreen=\"false\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.adobe.com/go/getflashplayer\" /> </object>
      <iframe width=\""+adwidth+ "\" height=\""+adheight+ "\" frameborder=\"0\" scrolling=\"no\" vspace=\"0\" src='" + tmppluginServername + "ads/remoteads.php5?extension=firefox&hostare a=zoominto&contenturl="+ document.location +"&width="+adwidth+"&height="+adheight+" ' name=\"google_ads_frame\" marginwidth=\"0\" marginheight=\"0\" id=\"google_ads_frame1\" hspace=\"0\" allowtransparency=\"true\"></iframe>
      \n";



      document.getElementById('resselect').val ue=zoomres;


      **






      </script>


      <script type="text/javascript"> /**************************************** **************** This Script will be included in all web pages to show an Icon on Mouse over, Clicking the Icon will show a Zoominto Viewer (a Flash made viewer) to Zoom the Image Content **************************************** ****************/ var tmppluginServername = "http://www.zoominto.com/zoomapi/"; //tmppluginServername= "http://localhost:9999/zoomapi/" var versionswf="1100"; versionswf=""; var tmppluginSwfname="" tmppluginSwfname=tmppluginServername + "zoomplugin" + versionswf + ".swf"; var tmppluginimageURL=tmppluginServername + "displayimage.php?image="; var protocol = "http://"; var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1; plugin_run(); function BrowserZoomPlugin() ** var ua, s, i; this.isIE = false; this.isNS = false; this.version = null; ua = navigator.userAgent; s = "MSIE"; if ((i = ua.indexOf(s)) >= 0) ** this.isIE = true; this.version = parseFloat(ua.substr(i + s.length)); return; ** s = "Netscape6/"; if ((i = ua.indexOf(s)) >= 0) ** this.isNS = true; this.version = parseFloat(ua.substr(i + s.length)); return; ** s = "Gecko"; if ((i = ua.indexOf(s)) >= 0) ** this.isNS = true; this.version = 6.1; return; ** ** var browser = new BrowserZoomPlugin; var dragObj = new Object; dragObj.zIndex = 0; function zoominto_dragStart(event, id) ** var el; var x, y; if (id) ** dragObj.elNode = document.getElementById(id); ** else ** if (browser.isIE) ** dragObj.elNode = window.event.srcElement; ** if (browser.isNS) ** dragObj.elNode = event.target; ** if (dragObj.elNode.nodeType == 3) ** dragObj.elNode = dragObj.elNode.parentNode; ** ** if (browser.isIE) ** x = window.event.clientX + document.documentElement.scrollLeft + document.body.scrollLeft; y = window.event.clientY + document.documentElement.scrollTop + document.body.scrollTop; ** if (browser.isNS) ** x = event.clientX + window.scrollX; y = event.clientY + window.scrollY; ** dragObj.cursorStartX = x; dragObj.cursorStartY = y; dragObj.elStartLeft = parseInt(dragObj.elNode.style.left, 10); dragObj.elStartTop = parseInt(dragObj.elNode.style.top, 10); if (isNaN(dragObj.elStartLeft)) ** dragObj.elStartLeft = 0; ** if (isNaN(dragObj.elStartTop)) ** dragObj.elStartTop = 0; ** dragObj.elNode.style.zIndex = ++dragObj.zIndex; if (browser.isIE) ** document.attachEvent("onmousemove", zoominto_dragGo); document.attachEvent("onmouseup", zoominto_dragStop); window.event.cancelBubble = true; window.event.returnValue = false; ** if (browser.isNS) ** document.addEventListener("mousemove", zoominto_dragGo, true); document.addEventListener("mouseup", zoominto_dragStop, true); event.preventDefault(); ** ** function zoominto_dragGo(event) ** var x, y; if (browser.isIE) ** x = window.event.clientX + document.documentElement.scrollLeft + document.body.scrollLeft; y = window.event.clientY + document.documentElement.scrollTop + document.body.scrollTop; ** if (browser.isNS) ** x = event.clientX + window.scrollX; y = event.clientY + window.scrollY; ** dragObj.elNode.style.left = dragObj.elStartLeft + x - dragObj.cursorStartX + "px"; dragObj.elNode.style.top = dragObj.elStartTop + y - dragObj.cursorStartY + "px"; if (browser.isIE) ** window.event.cancelBubble = true; window.event.returnValue = false; ** if (browser.isNS) ** event.preventDefault(); ** ** function zoominto_dragStop(event) ** if (browser.isIE) ** document.detachEvent("onmousemove", zoominto_dragGo); document.detachEvent("onmouseup", zoominto_dragStop); ** if (browser.isNS) ** document.removeEventListener("mousemove" , zoominto_dragGo, true); document.removeEventListener("mouseup", zoominto_dragStop, true); ** ** function imgplayerprogress_DoFSCommand(command, args) ** var imgplayerprogressObj = isInternetExplorer ? document.all.imgplayerprogress : document.imgplayerprogress; ** function zoominto_addElement(divIdName, htmlval) ** try ** var newdiv = document.createElement("div"); newdiv.setAttribute("id", divIdName); newdiv.setAttribute("title", ""); newdiv.style.position = "absolute"; newdiv.style.display = "none"; newdiv.innerHTML = htmlval; document.body.appendChild(newdiv);; ** catch (e) ** ** ** function zoominto_addmyelems(divIdName, htmlval) ** try ** var newdiv = document.createElement("div"); newdiv.setAttribute("id", divIdName); newdiv.innerHTML = htmlval; document.body.appendChild(newdiv);; ** catch (e) ** //_L(e); ** ** function zoominto_initializelements() ** zoominto_addElement("plugpanel", " "); zoominto_addmyelems("plugincheck_0909", "
      "); ** function zoominto_GetElementPostion(theElement) ** var selectedPosX = 0; var selectedPosY = 0; tmpw = theElement.width; tmph = theElement.height; while (theElement != null) ** selectedPosX += theElement.offsetLeft; selectedPosY += theElement.offsetTop; theElement = theElement.offsetParent; ** var tempelement = new Array(selectedPosX, selectedPosY, tmpw, tmph); return tempelement; ** function plugin_showdeadcenterdiv(Xwidth, Yheight, divid) ** var scrolledX, scrolledY; if (self.pageYOffset) ** scrolledX = self.pageXOffset; scrolledY = self.pageYOffset; ** else if (document.documentElement && document.documentElement.scrollTop) ** scrolledX = document.documentElement.scrollLeft; scrolledY = document.documentElement.scrollTop; ** else if (document.body) ** scrolledX = document.body.scrollLeft; scrolledY = document.body.scrollTop; ** var centerX, centerY; if (self.innerHeight) ** centerX = self.innerWidth; centerY = self.innerHeight; ** else if (document.documentElement && document.documentElement.clientHeight) ** centerX = document.documentElement.clientWidth; centerY = document.documentElement.clientHeight; ** else if (document.body) ** centerX = document.body.clientWidth; centerY = document.body.clientHeight; ** var leftOffset = scrolledX + (centerX - Xwidth) / 2; var topOffset = scrolledY + (centerY - Yheight) / 2; var o = document.getElementById(divid); var r = o.style; r.position = "absolute"; r.top = topOffset + "px"; r.left = leftOffset + "px"; r.display = "block"; ** function pluginalertShow(layerid) ** document.getElementById(layerid).style.v isibility = "visible"; document.getElementById(layerid).style.d isplay = "block"; plugin_showdeadcenterdiv(280, 115, layerid); document.getElementById("plugin_btn_acti vate").focus(); ** function pluginalerthide(layerid) ** document.getElementById(layerid).style.v isibility = "hidden"; document.getElementById(layerid).style.d isplay = "none"; ** function zoom_getValidString()** return "&isValidviewer=1";// all things are valid ** function zoominto_showflash(zoomres) ** try{ if(zoomres == undefined) zoomres="600x442"; zoomarr=zoomres.split("x",2) var divimgplayer = document.getElementById("div_plugin_img_ player"); divimgplayer.style.display = "block"; divimgplayer.style.visibility = "visible"; //old movie 550 400 // plugin_showdeadcenterdiv(600, 371, "div_plugin_img_player"); plugin_showdeadcenterdiv(parseInt(zoomar r[0]), parseInt(zoomarr[1])+120, "div_plugin_img_player"); // zoominto_setImage(); zoominto_changeobject(document.getElemen tById("plugpanel").title,zoomres); ** catch (e) ** ** ** function zoominto_closeflash() ** var divimgplayer = document.getElementById("div_plugin_img_ player"); divimgplayer.style.display = "none"; divimgplayer.style.visibility = "hidden"; ** function hidezoomicon()** document.getElementById("plugpanel").sty le.visibility = "hidden"; ** function getMouseX( e ) ** return e.pageX || ( e.clientX + ( document.documentElement.scrollLeft || document.body.scrollLeft ) ); ** function getMouseY( e ) ** return e.pageY || ( e.clientY + ( document.documentElement.scrollTop || document.body.scrollTop ) ); ** function dhtmlLoadScript(url) ** var e = document.createElement("script"); e.src = url; e.type="text/javascript"; // document.getElementByTagName("head")[0].appendChild(e); document.getElementById("addiv").appendC hild(e); ** function getactualimgdimensions(imgsrc)** zoomintoheavyImage = new Image(); zoomintoheavyImage.src = imgsrc var tempelement = new Array(zoomintoheavyImage.width, zoomintoheavyImage.height); return tempelement; ** function plugin_run() ** var newcss = "#div_plugin_img_player td {padding:0;** \n #div_plugin_img_player th {padding:0;**"; if ('\v'=='v') /* ie only */ ** document.createStyleSheet().cssText = newcss; ** else ** var tag = document.createElement('style'); tag.type = 'text/css'; document.getElementsByTagName('head')[0].appendChild(tag); tag[ (typeof document.body.style.WebkitAppearance=='s tring') /* webkit only */ ? 'innerText' : 'innerHTML'] = newcss; ** var image = document.getElementsByTagName("img"); var totimgLength=image.length; zoominto_initializelements(); for (var i = 0; i < image.length; i++) ** if (image[i].className.match("myplug_img"))** image[i].onmouseout = function (evt) ** document.getElementById("plugpanel").sty le.visibility = "hidden"; ** **// Zoom icon hidden zoomarrdim= getactualimgdimensions(image[i].src); //arrdim[0] - width arrdim[1] - height if (!image[i].className.match("myplug_img") && zoomarrdim[0] > 50 && zoomarrdim[1] > 60) ** image[i].onmouseover = function () {imgvals = zoominto_GetElementPostion(this); document.getElementById("plugpanel").sty le.display = "block";document.getElementById("plugpan el").style.visibility = "visible";document.getElementById("plugp anel").style.left = imgvals[0] + "px";document.getElementById("plugpanel" ).style.top = imgvals[1] + "px";document.getElementById("plugpanel" ).title = this.src;**; image[i].onmouseout = function (evt) ** imgvals = zoominto_GetElementPostion(this); strx=imgvals[0]; stry=imgvals[1]; endx=imgvals[0] +imgvals[2] ; endy=imgvals[1] + imgvals[3]; tmpcurx=evt.pageX; tmpcury=evt.pageY; if(tmpcurx > strx && tmpcurx < endx && tmpcury > stry && tmpcury < endy )** l=1 ** else{ document.getElementById("plugpanel").sty le.visibility = "hidden"; ** **; **// End of Condition Image smaller if(zoomarrdim[0] == 1 && zoomarrdim[1] == 1)** // remove Image element image[i].style.display="none"; image[i].style.visibility="hidden"; ** ** ** function zoominto_URLEncode(clearString) ** var output = ""; var x = 0; clearString = clearString.toString(); var regex = /(^[a-zA-Z0-9_.]*)/; while (x < clearString.length) ** var match = regex.exec(clearString.substr(x)); if (match != null && match.length > 1 && match[1] != "") ** output += match[1]; x += match[1].length; ** else ** if (clearString[x] == " ") ** output += "+"; ** else ** var charCode = clearString.charCodeAt(x); var hexVal = charCode.toString(16); output += "%" + (hexVal.length < 2 ? "0" : "") + hexVal.toUpperCase(); ** x++; ** ** return output; ** function Closeiepluginpanel() ** closeflash(); ** function logme(txtstr) ** // try ** //alert(txtstr); return ""; ** function zoominto_changeobject(url,zoomres) ** //Method to Display the Viewer for Image imgName_bfr=(tmppluginimageURL +url + zoom_getValidString()) escimgName_bfr=escape(imgName_bfr); trkval = "?chkme=" + imgName_bfr + "&rootstr=" + tmppluginServername; pagetitle = ""; urlstr = zoominto_URLEncode(document.location); zoomarr=zoomres.split("x",2) playerwidth=parseInt(zoomarr[0]);// 800 tablewidth=playerwidth ;//-2 ;//798 playerheight=parseInt(zoomarr[1]);//600; adwidth=468;//playerwidth -10 ;//768; adheight=60; document.getElementById("div_plugin_img_ player").innerHTML = " <MAP NAME='zoomintomap187'> <area shape='rect' coords='0,0,108,24' href='http://www.zoominto.com' alt='Zoominto' target='_blank'/> </MAP>
      <select style='height: 20px;' id='resselect' onchange='zoominto_showflash(this.value) '><option value='600x442'>Default</option><option value='690x509'>115%</option><option value='750x553'>125%</option></select>
      <!--comment-->
      <object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0\" width=\""+playerwidth+"\" height='"+playerheight+"' id=\"editor\" align=\"middle\">






      <embed src=\"" + tmppluginSwfname + trkval+"\" quality=\"high\" bgcolor=\"#ffffff\" width=\""+playerwidth+"\" height='"+playerheight+"' name=\"editor\" align=\"middle\" allowScriptAccess=\"sameDomain\" allowFullScreen=\"false\" type=\"application/x-shockwave-flash\" pluginspage=\"http://www.adobe.com/go/getflashplayer\" /> </object>
      <iframe width=\""+adwidth+ "\" height=\""+adheight+ "\" frameborder=\"0\" scrolling=\"no\" vspace=\"0\" src='" + tmppluginServername + "ads/remoteads.php5?extension=firefox&hostare a=zoominto&contenturl="+ document.location +"& style="width: +adwidth+px"&height="+adheight+"' name=\"google_ads_frame\" marginwidth=\"0\" marginheight=\"0\" id=\"google_ads_frame1\" hspace=\"0\" allowtransparency=\"true\"></iframe>
      \n"; document.getElementById('resselect').val ue=zoomres; ** </script>
      Comment
      • Louisvillekid1
        SBR Aristocracy
        • 10-17-07
        • 52143

        #4
        Def 2 of my favorite characters
        Comment
        • GimpedMaster
          SBR Wise Guy
          • 11-15-10
          • 764

          #5
          Easy Money for ole' Chalky... God DAMN he knows his chalk plays.

          2-0 to start? What a stud, maybe I can start a tout service for him and you can all pay me daily with points eh?

          Next time I suggest you all follow ole Chalky... I know I will!
          Comment
          • 19th Hole
            SBR Posting Legend
            • 03-22-09
            • 18381

            #6
            That's some serious chalk
            Comment
            • forthewin
              SBR Wise Guy
              • 06-15-12
              • 561

              #7
              Nice. A win is a win but those games were not anywhere as easy as the chalk would suggest. The Twins almost won that game. They had the game won and it was theirs to lose. Don't get buried in the chalk. Either way good win.
              Comment
              • GimpedMaster
                SBR Wise Guy
                • 11-15-10
                • 764

                #8
                I told Chalky that round these parts, a mans' word ain't good enough. He needs to provide that PROOF of how big his balls are, so I told him if you believe in your plays, post em!

                So he sent me this:

                <a href="http://imgur.com/C9rOqNC"><img src="http://i.imgur.com/C9rOqNC.jpg" title="Hosted by imgur.com" /></a>

                Damn guy made over 5K yesterday with his chalky plays.
                Comment
                • forthewin
                  SBR Wise Guy
                  • 06-15-12
                  • 561

                  #9
                  Originally posted by GimpedMaster
                  I told Chalky that round these parts, a mans' word ain't good enough. He needs to provide that PROOF of how big his balls are, so I told him if you believe in your plays, post em!

                  So he sent me this:

                  <a href="http://imgur.com/C9rOqNC"><img src="http://i.imgur.com/C9rOqNC.jpg" title="Hosted by imgur.com" /></a>

                  Damn guy made over 5K yesterday with his chalky plays.

                  Yes and that is a great thing but a couple of upsets and he could easily lose 10k on chalky plays. But if he is solid at spot checking his chalk then he may be ok. I would love to see the continued success.
                  Comment
                  • GimpedMaster
                    SBR Wise Guy
                    • 11-15-10
                    • 764

                    #10
                    Chalky Returns!

                    Oh hey Chalky! You back to give us a couple more of your incredible chalky plays?



                    Oh... Uh, I don't know what that's supposed to mean, but OK.

                    Chalky here says he's got three more plays for tonight.

                    PLAY ONE

                    Detroit Tigers -195

                    Tigers just lost two in a row in Washington and return home ready to turn things around. They have wily eyed Scherzer on the mound and Chalky has a thing about dudes with different colored eyes. They're usually straight gangster, and Max will be shooting from the hip tonight, retiring Indian after Indian in cold blood.

                    Scherzer is 3-0 at home thus far this year, and went 8 innings in his last outing giving up just one earned run while striking out 8. His counterpart on the mound for the Tribe is a young 'un named Corey Kluber. Thus far he's got an ERA just over 3 and hasn't looked terrible, but he also hasn't made a start this year against a team with an offense anything like the Tigers (though he did make a one inning appearance against the Red Sox as his first outing of the year, and gave up an earned run in that inning).

                    He should be in for a shell shocking with the Tigers wanting to reignite their offense, break their losing streak, and do it with the guy who has thus far been their best starting pitcher this season.

                    PLAY TWO

                    Boston Red Sox -202

                    Chalky says that anytime you have a visiting sub par pitcher in Fenway, throwing his first start of the year against the Sox arguable ace, you fade that kid, kid.

                    Ramon Ortiz making his first start of the year against the Sox isn't likely to be a pretty sight, especially opposed by Jon Lester, who is making this home start against the weakest offense by far that he's seen all year. Not much more needs to be said, Sox should cruise easily.

                    PLAY THREE

                    St. Louis Blues +1.5 -245 (BetOnline)

                    Chalky once against selects the Blues, who have lost three in a row now to the Kings. While winning at Staples Center is a tall task, chances of this Blues team being beaten FOUR games in a row is just as tall a task for the host Kings. The last matchup between the two in St. Louis was won by the Kings in a game they were once again outplayed in. The Kings were outshot by over 10, they were almost tripled in 'scoring chances' as noted by Fox Sports Midwest, and they were even outhit, 41-30.

                    The Blues have had a number of 'unlucky' bounces and missed opportunities in this series and have still managed to keep things close, every loss being by just a single goal. I don't see this game being any different, especially with the Blues backs against the wall, they will be playing physical and tough, and you combine that with the fact that things like 'scoring chances' tend to reach an equilibrium in the long run, I expect the Blues to win, although if they don't it'll once again be by a single goal.

                    Chalky, thanks for straight up printing money for these undeserving 'squares'!
                    Comment
                    • GimpedMaster
                      SBR Wise Guy
                      • 11-15-10
                      • 764

                      #11
                      Chalky putting his money where his mouth is again!

                      <a href="http://imgur.com/cYRu2HU"><img src="http://i.imgur.com/cYRu2HU.jpg" title="Hosted by imgur.com" /></a>
                      Comment
                      • GimpedMaster
                        SBR Wise Guy
                        • 11-15-10
                        • 764

                        #12
                        You can LIVEBET Blues +1.5 for around -150 right now on BetOnline, get it while it's hot!
                        Comment
                        • GimpedMaster
                          SBR Wise Guy
                          • 11-15-10
                          • 764

                          #13
                          Too late! He shoots, he scores! Blues tie the game at 1...
                          Comment
                          • GimpedMaster
                            SBR Wise Guy
                            • 11-15-10
                            • 764

                            #14
                            Even with Bulls and Warriors losing, another $3000+ night in profit. The Chalked One wins again. 5-0 now in this thread?
                            Comment
                            • GimpedMaster
                              SBR Wise Guy
                              • 11-15-10
                              • 764

                              #15
                              On the road so can't do a detailed write up but Chalky says 'lay the chalk' w the Red Sox again today!

                              Buttholz coming off his weakest outing this year against a struggling Mark Buerhle who also has a poor history against the Sox.

                              Lay that chalk boys!
                              Comment
                              • GimpedMaster
                                SBR Wise Guy
                                • 11-15-10
                                • 764

                                #16
                                5-1 to date.

                                Going to start using this more for record keeping and posterity than the write ups since I'm the only one that seems to get entertainment out of them, lol!

                                Tonights picks are Cardinals, Pacers ML, Penguins ML & Mariners +1.5
                                Comment
                                • GimpedMaster
                                  SBR Wise Guy
                                  • 11-15-10
                                  • 764

                                  #17
                                  Cards up by 3 in the first, Pacers up 14 at the half. Penguins up by a goal at first intermission, Mariners leading by 1.

                                  Day is starting off good, and I only need 3 of the 4 to hit to make some big cash money!
                                  Comment
                                  • GimpedMaster
                                    SBR Wise Guy
                                    • 11-15-10
                                    • 764

                                    #18
                                    Money? Meet mouth.

                                    <a href="http://imgur.com/vp67aEJ"><img src="http://i.imgur.com/vp67aEJ.jpg" title="Hosted by imgur.com" /></a>
                                    Comment
                                    • GimpedMaster
                                      SBR Wise Guy
                                      • 11-15-10
                                      • 764

                                      #19
                                      Another 4-0 day. 9-1 in this thread now.

                                      Another 5K+ in net profit for the day.

                                      Winner winner, bitch where's my dinner?
                                      Comment
                                      • tony_come
                                        SBR Posting Legend
                                        • 03-31-10
                                        • 21695

                                        #20
                                        This is crazy!
                                        Comment
                                        • Tgordon777
                                          SBR Wise Guy
                                          • 05-09-11
                                          • 525

                                          #21
                                          I dont post often, but had to come in here and say... Great Fxcking work bro, dont see runs like this happen too much around here, awesome to see somebody doing damage! Pretty sad how only trolls come and bash people when they are losing and an awesome thread like this goes pretty much unnoticed, keep killin it man, im along for the ride
                                          Comment
                                          • noles79
                                            SBR Wise Guy
                                            • 10-05-10
                                            • 804

                                            #22
                                            Good stuff congrats lets keep it rolling
                                            Comment
                                            • 252pirates
                                              SBR Hustler
                                              • 05-10-13
                                              • 66

                                              #23
                                              Great Job, Been following you are on a great one..Check out my thread too, I am on a decent run myself, hopefully we can both keep this streak going.
                                              Comment
                                              • GimpedMaster
                                                SBR Wise Guy
                                                • 11-15-10
                                                • 764

                                                #24
                                                Thanks for the support gents

                                                Nice to know someone is paying attention, I'll continue to post my plays and try to do basic reasoning/write-ups when time allows.

                                                Lets keep this shiznit going!

                                                Comment
                                                • GimpedMaster
                                                  SBR Wise Guy
                                                  • 11-15-10
                                                  • 764

                                                  #25
                                                  I should have posted this earlier but I didn't place the bet til a minute before the game, sorry gents = (

                                                  The juice is really awful but it feels like free money in a game like this, and now up 4-1!

                                                  <a href="http://imgur.com/pklbrA3"><img src="http://i.imgur.com/pklbrA3.jpg" title="Hosted by imgur.com" /></a>
                                                  Comment
                                                  • tavesims
                                                    SBR High Roller
                                                    • 09-30-09
                                                    • 113

                                                    #26
                                                    Chalky, I'm sure you are gonna win, but it's a John Morrison unofficial C bet and they are sketchy to go against always. I hope you win bro.
                                                    Comment
                                                    • GimpedMaster
                                                      SBR Wise Guy
                                                      • 11-15-10
                                                      • 764

                                                      #27
                                                      Haha looks like I'm paying the price with the last minute bet, happens when you lay chalk sometimes but being up 15K in the last week, I'm not sweating it.
                                                      Comment
                                                      • birdmanweezy
                                                        SBR MVP
                                                        • 04-18-10
                                                        • 4635

                                                        #28
                                                        good luck chalky love fellow chalk bettors.....get the chalk or get the cawlk thats my motto
                                                        Comment
                                                        • Tgordon777
                                                          SBR Wise Guy
                                                          • 05-09-11
                                                          • 525

                                                          #29
                                                          Any more plays for tonight? Tigers loss was bogus, had every opportunity to win that game, right side, wrong result. Keep rollin
                                                          Comment
                                                          • GimpedMaster
                                                            SBR Wise Guy
                                                            • 11-15-10
                                                            • 764

                                                            #30
                                                            Sorry bud, wasn't home in time to put them on the forum here, had a couple other plays and only one that missed was the Heat. Cost me what would have been a huge parlay, but still was able to make up most of the money lost from the Tigers debacle. About back to where I was this morning, moving forward tomorrow!

                                                            <a href="http://imgur.com/DYwE2hL"><img src="http://i.imgur.com/DYwE2hL.jpg" title="Hosted by imgur.com" /></a>
                                                            Comment
                                                            • 19th Hole
                                                              SBR Posting Legend
                                                              • 03-22-09
                                                              • 18381

                                                              #31
                                                              G.M.
                                                              Nice work in here. Great to see you and Chalky grabbing
                                                              from the man.
                                                              Must admit that I miss the words of wisdom from the Chalkman.

                                                              Continued success.
                                                              Comment
                                                              • GimpedMaster
                                                                SBR Wise Guy
                                                                • 11-15-10
                                                                • 764

                                                                #32
                                                                First play for tomorrow... I hate to be such a homer here but I have to ride the Cards again...

                                                                Wainwright on the mound vs. Jon Niese.

                                                                Wainwright took a no-hitter into the 8th in his last start against the Rockies and is dominant at home, having only given up 2 runs in 25 innings thus far in 2013 at Busch Stadium.

                                                                Niese on the other hand is 0-4 in his last five starts with a 7.71 ERA over that span. He does have good career numbers against the Cards of 2-1 with a 1.83 ERA however he has never faced them outside of his home turf, so this will be his first start at Busch in his career, and his first start against the 2013 Major League Leading Cardinals.

                                                                My biggest concern for this game is that one of my usual betting approaches is to lean towards teams avoiding a sweep or betting on a team when the trends show poor performance with indicators of busting out soon.

                                                                The Mets haven't exactly shown anything to indicate they are about to bust out, but getting swept in a 4 game series is really difficult to do in baseball so while a part of me is worried that some fluky abberational shit might go down tomorrow, the absolute chasm of difference in skill level between these two starters, and current performance indicates that the Cards should be money.

                                                                Lay the chalk, gents.
                                                                Comment
                                                                • GimpedMaster
                                                                  SBR Wise Guy
                                                                  • 11-15-10
                                                                  • 764

                                                                  #33
                                                                  I'm not going to count my wins tonight for my record since I didn't post them pre-game, and I'm going to man up and count the Tigers against myself since I had misplaced confidence so I deserve the loss on my record.

                                                                  9-2 now after the Tigers. I predict the Cards game later today/tomorrow (Thursday) will put me at 10-2!
                                                                  Comment
                                                                  • GimpedMaster
                                                                    SBR Wise Guy
                                                                    • 11-15-10
                                                                    • 764

                                                                    #34
                                                                    Originally posted by GimpedMaster
                                                                    My biggest concern for this game is that one of my usual betting approaches is to lean towards teams avoiding a sweep or betting on a team when the trends show poor performance with indicators of busting out soon.
                                                                    My fear was right, poor decision on my behalf. I tend to look through the risk and the chalk to find winners more often than value, but in a situation like today, a team already up 3-0 in a series, while the Cards were more likely to get the win, there was just very little value since Baseball tends to cooperate with parity more often than just about any other sport. Sweeps are rare and I should have respected that more.

                                                                    Going to try to make up for it though.

                                                                    Two picks tonight.

                                                                    PLAY ONE

                                                                    NY Yankees -173

                                                                    After getting pounded yesterday by the Mariners, the Yankees will be looking to return the favor. Pettitte has held the Mariners to two runs or fewer in six of his last eight games against them.

                                                                    Aaron Harang's goofy looking ass was slated to start for Seattle, but was just scratched due to back tightness which forces Hector Noesi into the start today. This will be his first start of the season, having been in the bullpen. I like fading pitchers on short notice spot duty and in Noesi's only start against the Yanks last year he gave up 5 runs in seven innings. Let's hope that trend continues today.

                                                                    PLAY TWO

                                                                    LA Kings -150

                                                                    This play is based more on general performance and trends than specifics for this particular game, but the Kings are undefeated at home and Jon Quick is absolutely on fire right now. He shut the Sharks out in game 1 of this series 2 nights ago. After helping LA to a 4 game come-back win streak against the Blues, after starting that series down 0-2, the Kings are in top form.

                                                                    The Kings are playing the same championship caliber hockey that led them to the cup last season, with the same championship caliber goaltending leading the way.

                                                                    The Kings are 4-0 so far this post season at home, and are undefeated in their last 7 games in LA including the regular season, with their last home loss coming on March 23rd to the Canucks.

                                                                    I think this is one of those situations where you ride the hot team in the playoffs and the Kings not only appear hot as hell, but also motivated for a little payback for the 'dirty' hit that injured Kings middle liner Jarret Stoll on Tuesday night.
                                                                    Comment
                                                                    • GimpedMaster
                                                                      SBR Wise Guy
                                                                      • 11-15-10
                                                                      • 764

                                                                      #35
                                                                      10-4, will resume picks shortly, seem to have gotten over my 'average' streak and ready for some winners.
                                                                      Comment
                                                                      Search
                                                                      Collapse
                                                                      SBR Contests
                                                                      Collapse
                                                                      Top-Rated US Sportsbooks
                                                                      Collapse
                                                                      Working...