This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
</head> | |
<body> | |
<div id="goal-thermometer"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<!-- IF PEN IS PRIVATE --> | |
<!-- <meta name="robots" content="noindex"> --> | |
<!-- END --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<!-- IF PEN IS PRIVATE --> | |
<!-- <meta name="robots" content="noindex"> --> | |
<!-- END --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<!-- IF PEN IS PRIVATE --> | |
<!-- <meta name="robots" content="noindex"> --> | |
<!-- END --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<!-- IF PEN IS PRIVATE --> | |
<!-- <meta name="robots" content="noindex"> --> | |
<!-- END --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// toolTip, Version 3.0 | |
// extended from jQuery.hoverTip.js poerted to adrma object….. | |
// Copyright (c) Feb 14, 2012 adardesign.com | |
// toolTip is freely distributable under the terms of an MIT-style license | |
// This means you are free to use the code, but please leave this copyright notice intact | |
// everything inside the "defaults" is configurable. | |
// Code passes jsLint.com Code Quality Tool!!! (with some common jQuery errors!). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// toolTip, Version 3.0 | |
// extended from jQuery.hoverTip.js poerted to adrma object….. | |
// Copyright (c) Feb 14, 2012 adardesign.com | |
// toolTip is freely distributable under the terms of an MIT-style license | |
// This means you are free to use the code, but please leave this copyright notice intact | |
// everything inside the "defaults" is configurable. | |
// Code passes jsLint.com Code Quality Tool!!! (with some common jQuery errors!). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
json2.js | |
2011-10-19 | |
Public Domain. | |
NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK. | |
See http://www.JSON.org/js.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(".ws-list-event").each(function(i, e){ | |
var ele = $(e), | |
extractedDate = ele.find("a").attr("href"), | |
year, | |
now; | |
extractedDate = extractedDate.substr(-10).split("-"); | |
year = extractedDate.shift(); | |
extractedDate[2] = year; | |
extractedDate = extractedDate.join("/"); | |
extractedDate = new Date(extractedDate) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
["ALPA \"SKY\" FILTER SIZE-A #610","AZONDG14CASA","ZONDG14CASA"], | |
["16X9 CAMERA /MATTEBOX CASE, LARGE","CSZOCB2","ZOCB2"], | |
["16X9 INC.0.75X WID CONVENDER FOR HDV CA","VDL16X975HDV",""], | |
["16X9 RUBBER LENS HOOD","VDXZOLH15XTC","ZOLH15XTC"], | |
["16X9 NOGA DG1105TA HOLDIT ARM W/T-BRKT","VDXZONDG1105","ZONDG1105TA"], | |
["16X9 EXII .45X SPR FISHEYEÿ82MM F/HM700","VDXZOX245XFE","ZOX245XFE82"], | |
["16X9 EXII 0.6X W/A 72MM FOR CANON/XL/H1","VDXZOX26XWA7","ZOX26XWA72"], | |
["16X9 CHROSZIEL MTTBX KIT 1 F/SO PMW-EX1","VDXZO450EX1K","ZO450EX1K"], | |
["16X9 MATTEBOX COVER, SMALL","VDXZOMBC1","ZOMBC1"], |