Gotta love when oddsmakers give away free plus money!!
get ready to party Wild fans!
tto827
SBR Hall of Famer
10-01-12
9078
#2
Better question is why are the Hawks -1.5 +215? Should be closer to even money
Think of a way for a friendly wager here, and I am all ears.
Comment
Deuce
BARRELED IN @ SBR!
01-12-08
29843
#3
Hawks are going to steam roll. Save your money unless you're wagering -1.5. If you wager that on a team on the road though you shouldn't be wagering on hockey.
Comment
Vegas39
BARRELED IN @ SBR!
09-22-11
30686
#4
Wild
Comment
BIGDAY
SBR Aristocracy
02-17-10
48245
#5
I need positive vibes you fuk sticks!
Comment
Smoke
SBR Aristocracy
10-09-09
48111
#6
Minnesota has a hockey team
Comment
konck
SBR Posting Legend
10-17-06
12554
#7
Originally posted by Smoke
Minnesota has a hockey team
Oh man this guy has to be the funniest guy on SBR
Comment
Vegas39
BARRELED IN @ SBR!
09-22-11
30686
#8
Originally posted by BIGDAY
I need positive vibes you fuk sticks!
Comment
BIGDAY
SBR Aristocracy
02-17-10
48245
#9
Tonight they do.
Comment
k13
SBR Posting Legend
07-16-10
18104
#10
Live Dog here....
Comment
BIGDAY
SBR Aristocracy
02-17-10
48245
#11
Originally posted by Smoke
Minnesota has a hockey team
Listen gueyey, was going to send photo of MMAChicka in nothing but her Wild jersey... But now i think I'll pass...
Comment
konck
SBR Posting Legend
10-17-06
12554
#12
Originally posted by BIGDAY
Listen gueyey, was going to send photo of MMAChicka in nothing but her Wild jersey... But now i think I'll pass...
Who cares ....Smoke post a picture of you in just a wild jersey
Comment
MrZ
SBR MVP
09-27-10
1552
#13
Originally posted by Vegas39
[ATTACH]56698[/ATTACH]
Comment
Smoke
SBR Aristocracy
10-09-09
48111
#14
Originally posted by BIGDAY
Listen gueyey, was going to send photo of MMAChicka in nothing but her Wild jersey... But now i think I'll pass...
Bigday im sorry. Please forgive me. Plesse please please
Comment
konck
SBR Posting Legend
10-17-06
12554
#15
Originally posted by Smoke
Bigday im sorry. Please forgive me. Plesse please please
Oh my side hurts im laughing so hard ......
Comment
Aussiefalconfan
SBR Wise Guy
01-10-13
980
#16
Wild get beaten by sharks tonight there that bad
Comment
Vegas39
BARRELED IN @ SBR!
09-22-11
30686
#17
Originally posted by Aussiefalconfan
Wild get beaten by sharks tonight there that bad
Nice theory if those teams were playing each other
Comment
BIGDAY
SBR Aristocracy
02-17-10
48245
#18
Final score tonight Wild 3 Blackfuks 1
Comment
forthewin
SBR Wise Guy
06-15-12
561
#19
Originally posted by BIGDAY
Tonight they do.
Yes but but sadly the acknowledgement of their team will be the result of another loss to the blackhawks.
<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>
bigday hasn't won a hockey bet since Dino Ciccarelli was a rookie.
Comment
Demonata
BARRELED IN @ SBR!
07-12-11
25829
#21
Ys definitely take the wild to beat the best team in hockey two times in a row. Good idea. They were able to force overtime last game so they should definitely win today...
Comment
boeing power
SBR Hall of Famer
03-23-10
9698
#22
Line just went from +146 to +139 wild,
bigday just put in a mayweather like bet on the wild.
Comment
BIGDAY
SBR Aristocracy
02-17-10
48245
#23
Wild win tonight.
Comment
boeing power
SBR Hall of Famer
03-23-10
9698
#24
^ post that mmachicka pic in only a wild jersey and you'll get my full support.
Comment
BIGDAY
SBR Aristocracy
02-17-10
48245
#25
Line opened around +160 I think.
Comment
BIGDAY
SBR Aristocracy
02-17-10
48245
#26
She said if the wild win tonight, that she'll do a short vid with nothing but the jersey on....
Comment
forthewin
SBR Wise Guy
06-15-12
561
#27
Originally posted by BIGDAY
Wild win tonight.
Lol. Don't do that to the fellow forum members. Let them know your just kidding, they may actually believe you and tail you on the wild.
Comment
odog11
SBR MVP
02-14-11
3874
#28
Big line movement to the Wild and I can't believe the public is on them. Will watch where the line goes, but have Hawks for the series in a couple of parlays and probably going to lay off a play on this one.
Comment
BIGDAY
SBR Aristocracy
02-17-10
48245
#29
Originally posted by forthewin
Lol. Don't do that to the fellow forum members. Let them know your just kidding, they may actually believe you and tail you on the wild.
Winner, there are some here that say I'm the best fade in SBR history.
I beg to differ... I'm on the Wild pal.
Comment
retard
SBR MVP
01-04-13
1331
#30
I love threads like this thanks for giving me the confidence to put $ on the blackhawks.
Comment
Vegas39
BARRELED IN @ SBR!
09-22-11
30686
#31
Originally posted by retard
I love threads like this thanks for giving me the confidence to put $ on the blackhawks.
Good luck on your $2 confidence bet
Comment
El Nino
SBR Posting Legend
05-03-12
18426
#32
Because they suck.
Comment
Vegas39
BARRELED IN @ SBR!
09-22-11
30686
#33
Originally posted by El Nino
Because they suck.
Not doing as bigday and following your home team
Comment
StateChamp
SBR Sharp
04-15-13
476
#34
2 horrible goaltenders. harding and crawford o5 +100