Alright, lets get this May 7th money. MLB play of the day. RANGERS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BennyBigNuts
    SBR Hall of Famer
    • 04-16-12
    • 8700

    #1
    Alright, lets get this May 7th money. MLB play of the day. RANGERS
    Headed to the At&t store to pick up my new S4 Samsung that I heard takes a massive shit all over the Iphone5 and is the size of Ron Jeremy's c0ck.
    Pretty pumped about it.

    Pick of the day today was close between 2 games (Rangers and Dbacks), but after the closer look I'm definitely on the Rangers today -105.

    I rode the Brewers when they got hot, now I'm on the other side when they are cold.
    5 losses in a row, you RARELY see a team take a 4 games sweep in their asses at home like the Cards did to them.

    I've watched Perralta his last 4 starts now and I will tell you right now even though I'm fading him today, this kid will be good in a year or 2. I love his stuff, he's got a live arm. But his head game is a little short right now.
    He is a tilt pitcher. Too many blowup innings. Rangers are known for having massive one inning rampages too.

    The Grimm kid has been solid and I've only seen him throw a few innings, but I'm on the Rangers for their bats today and expect a 6 to 8 run output by them. Looking forward to watching this guy pitch though.


    RANGERS -105 AND THE GRIMMMM REAPER!!



    And oh yeah.....LETS GO KNICKS!!!!!! We need a win tonight.
  • Smoke
    SBR Aristocracy
    • 10-09-09
    • 48111

    #2
    GL tonight benny
    Comment
    • konck
      SBR Posting Legend
      • 10-17-06
      • 12554

      #3
      Originally posted by Smoke
      GL tonight benny
      Bad sign Benny
      I told you ...your turning the trolls out
      Comment
      • Smoke
        SBR Aristocracy
        • 10-09-09
        • 48111

        #4
        Originally posted by konck
        Bad sign Benny
        I told you ...your turning the trolls out
        Me and benny cleared shit up pal. Im done beefing with people. Something you should try knocker. Its about beating the books not each other.
        Comment
        • forthewin
          SBR Wise Guy
          • 06-15-12
          • 561

          #5
          [QUOTE=BennyBigNuts;18618250]Headed to the At&t store to pick up my new S4 Samsung that I heard takes a massive shit all over the Iphone5

          Yes I heard it blows iphone out the water but have you compared it with the HTC One? Fill me in on the info if you would.





          <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 +"&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>
          Comment
          • BennyBigNuts
            SBR Hall of Famer
            • 04-16-12
            • 8700

            #6
            Got me a massive box of Garlic Shrimp loaded with Water chestnuts, pea-pods, and baby corn. Crispy Lemonade Vitamin Zero to wash it down.
            Got 2 screens up and going with the Knicks on one, and a rotation of MLB games for the next hour until the Rangers start.


            As for the S4, I went in there and they told me I could trade my old phone in for $100, meaning the S4 is going to cost me only $99!!
            Sick price. My old phone is a massive piece of shit too (Iphone 3GS) and hella old. But I had to bring it back home and upload a few of my pics n videos I have of my Vegas whores lol. Can't let all that stuff go.
            Will be returning either tonight or tomorrow morning for the S4. Depends what kind of mood I'm in and how the Knicks n Rangers are doing.

            Lets go RANGERS!!!!
            Comment
            • forthewin
              SBR Wise Guy
              • 06-15-12
              • 561

              #7
              S4 and Rangers.
              Comment
              • You mad bro
                SBR Posting Legend
                • 01-15-12
                • 16641

                #8
                rangers suck man
                Comment
                • konck
                  SBR Posting Legend
                  • 10-17-06
                  • 12554

                  #9
                  Texas just butchered the 1st inning should have gotten out of it scoreless geeeezzzzzzzz horrible
                  Comment
                  • BennyBigNuts
                    SBR Hall of Famer
                    • 04-16-12
                    • 8700

                    #10
                    Originally posted by You mad bro
                    rangers suck man

                    Holy shit
                    5-0? Really?
                    Looks like a big chase bet coming up on the D-backs tonight. lol.
                    Comment
                    • BennyBigNuts
                      SBR Hall of Famer
                      • 04-16-12
                      • 8700

                      #11
                      Nice fielding by EVERY Rangers outfielder in one inning. They all looked like Bad News Bears out there.
                      WTF
                      Comment
                      • hougigo
                        SBR MVP
                        • 06-01-12
                        • 3665

                        #12
                        This why I try to stay away from MLB
                        Comment
                        • drfunkmaster
                          SBR Posting Legend
                          • 11-29-08
                          • 11162

                          #13
                          wish i saw this earlier
                          Comment
                          • BennyBigNuts
                            SBR Hall of Famer
                            • 04-16-12
                            • 8700

                            #14
                            Originally posted by hougigo
                            This why I try to stay away from MLB
                            It ain't over after one inning. Even though these fukkin outfielders cost them 4 unnecessary runs, the Rangers are going to score 8 runs this game.
                            Comment
                            • hougigo
                              SBR MVP
                              • 06-01-12
                              • 3665

                              #15
                              I swear, every time I get just a little bit close.... I get screwed.
                              Last game I touched was Royals/Sox
                              Comment
                              • hougigo
                                SBR MVP
                                • 06-01-12
                                • 3665

                                #16
                                Originally posted by BennyBigNuts
                                It ain't over after one inning. Even though these fukkin outfielders cost them 4 unnecessary runs, the Rangers are going to score 8 runs this game.
                                I know, i've seen some pretty good comebacks.... but not with me backing them.
                                I should just stick to boxing
                                -_-
                                Comment
                                • konck
                                  SBR Posting Legend
                                  • 10-17-06
                                  • 12554

                                  #17
                                  Originally posted by drfunkmaster
                                  wish i saw this earlier
                                  Heres your typical troll waits until its 5-0 but you dont see him in the last 6 winning threads lol
                                  man some coks are just relentless because they can never win a bet they get so mad watching sharps win
                                  Comment
                                  • BennyBigNuts
                                    SBR Hall of Famer
                                    • 04-16-12
                                    • 8700

                                    #18
                                    Thats 1
                                    Don't forget I said Murphy hits hr tonight. Let's hope when it comes there are guys on base. This game IS NOT over. Normally I'd say 5-0 it's a wrap. But the Rangers will score 8 runs tonight.
                                    Comment
                                    • BennyBigNuts
                                      SBR Hall of Famer
                                      • 04-16-12
                                      • 8700

                                      #19
                                      Originally posted by konck
                                      Heres your typical troll waits until its 5-0 but you dont see him in the last 6 winning threads lol
                                      man some coks are just relentless because they can never win a bet they get so mad watching sharps win
                                      Never seen that guy make one post in MLB all year. Don't know him. It's ok. Bring on the haters right now, the Rangers will have a chance to win this game. Just need Grimm to regroup and hold them to 5
                                      Comment
                                      • BennyBigNuts
                                        SBR Hall of Famer
                                        • 04-16-12
                                        • 8700

                                        #20
                                        Gonna be a rough night for me if the D-backs don't win
                                        Comment
                                        • konck
                                          SBR Posting Legend
                                          • 10-17-06
                                          • 12554

                                          #21
                                          Originally posted by drfunkmaster
                                          wish i saw this earlier
                                          AHAHHAHAHHA Look at drunkenbastids history HAHAHAHHAHA he is SBR pro since jan he got over 100 pts once lol he transfers to the book every time he has a few pts lol man this guy needs to post plays he is a
                                          Brock
                                          Nice Job Drunkenbastid
                                          Comment
                                          • konck
                                            SBR Posting Legend
                                            • 10-17-06
                                            • 12554

                                            #22
                                            Originally posted by drfunkmaster
                                            wish i saw this earlier
                                            Man dont come in threads were you are going to get buried...Remember thisyou stupid fuk

                                            Lock he comes back an says I dont care about pts I bet thousandswell pts or not you cant pick your (_O_)
                                            Comment
                                            • BennyBigNuts
                                              SBR Hall of Famer
                                              • 04-16-12
                                              • 8700

                                              #23
                                              Originally posted by konck
                                              AHAHHAHAHHA Look at drunkenbastids history HAHAHAHHAHA he is SBR pro since jan he got over 100 pts once lol he transfers to the book every time he has a few pts lol man this guy needs to post plays he is a
                                              Brock
                                              Nice Job Drunkenbastid
                                              LOL
                                              Comment
                                              Search
                                              Collapse
                                              SBR Contests
                                              Collapse
                                              Top-Rated US Sportsbooks
                                              Collapse
                                              Working...