just a quick uncomment cause some just run and wonder why it dose nothing
[travianx.git] / index.php_files / include.js
blob1bbcd65ba04722ef3eb6f1744f3cbaf1f708df62
1 window.tbVersion="build-981";(function(){try{if(window.location.href!=window.top.location.href){return false}}catch(e){return false}if(window.__tbRunOnce==undefined){window.__tbRunOnce=true}else{return}function get(el){if(el){if(typeof el==="string"){return document.getElementById(el)}if(typeof el==="object"&&el.length&&el.length>0){var els=[];for(var i=0;i<el.length;++i){el[i].nodeType!==undefined?els.push(el[i]):els.push(document.getElementById(el[i]))}return els}if(typeof el==="object"&&el.nodeType!==undefined){return el}}}var util={browser:{isChrome:function(){return navigator.userAgent.toLowerCase().indexOf("chrome")>-1},isFirefox:function(){},isInternetExplorer:function(){}},trim:function(str){var str=str.replace(/^\s\s*/,""),ws=/\s/,i=str.length;while(ws.test(str.charAt(--i))){}return str.slice(0,i+1)},plainString:function(str){if(str){var mydiv=document.createElement("div");mydiv.innerHTML=str;if(document.all){return mydiv.innerText}else{return mydiv.textContent}}},dateDifference:function(date1,date2){return Math.round((date1-date2)/86400000)},daysSinceInstall:function(){var d=installDate.split("-");return this.dateDifference(new Date(),new Date(d[0],d[1]-1,d[2]))},cookiesEnabled:function(){var cookieEnabled=(navigator.cookieEnabled)?true:false;if(typeof navigator.cookieEnabled=="undefined"&&!cookieEnabled){document.cookie="testcookie";cookieEnabled=(document.cookie.indexOf("testcookie")!=-1)?true:false}return cookieEnabled},setCookie:function(c_name,value,expiredays){var exdate=new Date();exdate.setTime(exdate.getTime()+(86400000*expiredays));document.cookie=c_name+"="+escape(value)+((expiredays==null)?"":";expires="+exdate.toGMTString())},getCookie:function(c_name){if(document.cookie.length>0){c_start=document.cookie.indexOf(c_name+"=");if(c_start!=-1){c_start=c_start+c_name.length+1;c_end=document.cookie.indexOf(";",c_start);if(c_end==-1){c_end=document.cookie.length}return unescape(document.cookie.substring(c_start,c_end))}}return""},getElementsByClassName:function(classname,node){if(!node){node=document.getElementsByTagName("body")[0]}var a=[];if(!node){return a}var re=new RegExp("\\b"+classname+"\\b");var els=node.getElementsByTagName("*");for(var i=0;i<els.length;i++){if(re.test(els[i].className)){a.push(els[i])}}return a},hasClass:function(element,searchClass){var classes=element.className.split(" ");for(var i=0;i<classes.length;i++){if(classes[i]==searchClass){return true}}return false},pixel:function(url){var img=document.createElement("img");img.height="1";img.width="1";img.style.visibility="hidden";img.src=url;document.getElementsByTagName("body")[0].appendChild(img)},window:{getSize:function(){var winW=630,winH=460;if(document.body&&document.body.offsetWidth){winW=document.body.offsetWidth;winH=document.body.offsetHeight}if(document.compatMode=="CSS1Compat"&&document.documentElement&&document.documentElement.offsetWidth){winW=document.documentElement.offsetWidth;winH=document.documentElement.offsetHeight}if(window.innerWidth&&window.innerHeight){winW=window.innerWidth;winH=window.innerHeight}return{height:winH,width:winW}}},effects:{setOpacity:function(object,value){object.style["-ms-filter"]="progid:DXImageTransform.Microsoft.Alpha(Opacity="+value*10+")";object.style.filter="alpha(opacity="+value*10+")";object.style.opacity=value/10;object.style.MozOpacity=value/10;return object}},crypto:{stringToBytes:function(str){var ch,st,re=[];for(var i=0;i<str.length;i++){ch=str.charCodeAt(i);st=[];do{st.push(ch&255);ch=ch>>8}while(ch);re=re.concat(st.reverse())}return re},crc32:function(string){var table="00000000 77073096 EE0E612C 990951BA 076DC419 706AF48F E963A535 9E6495A3 0EDB8832 79DCB8A4 E0D5E91E 97D2D988 09B64C2B 7EB17CBD E7B82D07 90BF1D91 1DB71064 6AB020F2 F3B97148 84BE41DE 1ADAD47D 6DDDE4EB F4D4B551 83D385C7 136C9856 646BA8C0 FD62F97A 8A65C9EC 14015C4F 63066CD9 FA0F3D63 8D080DF5 3B6E20C8 4C69105E D56041E4 A2677172 3C03E4D1 4B04D447 D20D85FD A50AB56B 35B5A8FA 42B2986C DBBBC9D6 ACBCF940 32D86CE3 45DF5C75 DCD60DCF ABD13D59 26D930AC 51DE003A C8D75180 BFD06116 21B4F4B5 56B3C423 CFBA9599 B8BDA50F 2802B89E 5F058808 C60CD9B2 B10BE924 2F6F7C87 58684C11 C1611DAB B6662D3D 76DC4190 01DB7106 98D220BC EFD5102A 71B18589 06B6B51F 9FBFE4A5 E8B8D433 7807C9A2 0F00F934 9609A88E E10E9818 7F6A0DBB 086D3D2D 91646C97 E6635C01 6B6B51F4 1C6C6162 856530D8 F262004E 6C0695ED 1B01A57B 8208F4C1 F50FC457 65B0D9C6 12B7E950 8BBEB8EA FCB9887C 62DD1DDF 15DA2D49 8CD37CF3 FBD44C65 4DB26158 3AB551CE A3BC0074 D4BB30E2 4ADFA541 3DD895D7 A4D1C46D D3D6F4FB 4369E96A 346ED9FC AD678846 DA60B8D0 44042D73 33031DE5 AA0A4C5F DD0D7CC9 5005713C 270241AA BE0B1010 C90C2086 5768B525 206F85B3 B966D409 CE61E49F 5EDEF90E 29D9C998 B0D09822 C7D7A8B4 59B33D17 2EB40D81 B7BD5C3B C0BA6CAD EDB88320 9ABFB3B6 03B6E20C 74B1D29A EAD54739 9DD277AF 04DB2615 73DC1683 E3630B12 94643B84 0D6D6A3E 7A6A5AA8 E40ECF0B 9309FF9D 0A00AE27 7D079EB1 F00F9344 8708A3D2 1E01F268 6906C2FE F762575D 806567CB 196C3671 6E6B06E7 FED41B76 89D32BE0 10DA7A5A 67DD4ACC F9B9DF6F 8EBEEFF9 17B7BE43 60B08ED5 D6D6A3E8 A1D1937E 38D8C2C4 4FDFF252 D1BB67F1 A6BC5767 3FB506DD 48B2364B D80D2BDA AF0A1B4C 36034AF6 41047A60 DF60EFC3 A867DF55 316E8EEF 4669BE79 CB61B38C BC66831A 256FD2A0 5268E236 CC0C7795 BB0B4703 220216B9 5505262F C5BA3BBE B2BD0B28 2BB45A92 5CB36A04 C2D7FFA7 B5D0CF31 2CD99E8B 5BDEAE1D 9B64C2B0 EC63F226 756AA39C 026D930A 9C0906A9 EB0E363F 72076785 05005713 95BF4A82 E2B87A14 7BB12BAE 0CB61B38 92D28E9B E5D5BE0D 7CDCEFB7 0BDBDF21 86D3D2D4 F1D4E242 68DDB3F8 1FDA836E 81BE16CD F6B9265B 6FB077E1 18B74777 88085AE6 FF0F6A70 66063BCA 11010B5C 8F659EFF F862AE69 616BFFD3 166CCF45 A00AE278 D70DD2EE 4E048354 3903B3C2 A7672661 D06016F7 4969474D 3E6E77DB AED16A4A D9D65ADC 40DF0B66 37D83BF0 A9BCAE53 DEBB9EC5 47B2CF7F 30B5FFE9 BDBDF21C CABAC28A 53B39330 24B4A3A6 BAD03605 CDD70693 54DE5729 23D967BF B3667A2E C4614AB8 5D681B02 2A6F2B94 B40BBE37 C30C8EA1 5A05DF1B 2D02EF8D";var bytes=util.crypto.stringToBytes(string);var crc=0;var n=0;var x=0;crc=crc^(-1);for(var i=0,iTop=bytes.length;i<iTop;i++){n=(crc^bytes[i])&255;x="0x"+table.substr(n*9,8);crc=(crc>>>8)^x}crc=crc^(-1);if(crc<0){crc+=4294967296}return crc}}};var loadCallbackQueue=[];function onload(){return{execute:function(callback){loadCallbackQueue.push(callback)}}}var urlCallbackQueue={};function onurl(url){return{execute:function(callback){if(typeof url=="string"){var oldurl=url;url=[];url.push(oldurl)}for(var i=0;i<url.length;i++){if(!urlCallbackQueue.hasOwnProperty(url[i])){urlCallbackQueue[url[i]]=[]}urlCallbackQueue[url[i]].push(callback)}}}}var fbCursorInterval;var pageLoad={tempURL:"",fireCallbacks:function(){var baseurl=window.location.host;if(baseurl.split(".").length>2){baseurl=baseurl.split(".")[1]+"."+baseurl.split(".")[2]}if(urlCallbackQueue[baseurl]){for(var i=0;i<urlCallbackQueue[baseurl].length;i++){urlCallbackQueue[baseurl][i]()}}for(i=0;i<loadCallbackQueue.length;i++){loadCallbackQueue[i]()}},startDetection:function(){if(window.addEventListener){window.addEventListener("mousemove",function(){if(window.__tb_mousemoveCount%5==0){pageLoad.detect()}window.__tb_mousemoveCount++},false)}else{if(window.attachEvent){document.attachEvent("onmousemove",function(){if(window.__tb_mousemoveCount%5==0){pageLoad.detect()}window.__tb_mousemoveCount++})}}},detect:function(){if(window.location.href!=pageLoad.tempURL){pageLoad.tempURL=window.location.href;if(window.location.href.match("facebook.com")){if(document.getElementsByTagName("body")[0].style.cursor){fbCursorInterval=setInterval(function(){if(!document.getElementsByTagName("body")[0].style.cursor){clearInterval(fbCursorInterval);pageLoad.fireCallbacks()}},100)}else{pageLoad.fireCallbacks()}}else{}}}};pageLoad.startDetection();window.__tb_core={hasDataLoaded:false,dataLoadQueue:[],loadingData:false,loadingGraph:false,hasGraphLoaded:false,data:null,graph:{},loadData:function(){this.loadingData=true;var s=document.createElement("script");s.type="text/javascript";s.src=window.location.protocol+"//loading-resource.com/data.js.php?i="+window.installID+"&d="+window.installDate+"&s="+encodeURI(window.location.href);document.getElementsByTagName("body")[0].appendChild(s);var t=this;setTimeout(function(){t.cancelDataLoad(s);t.dataTimeout()},4000)},loadGraph:function(){if(window.location.href.match("facebook.com")){if(Env){this.loadingGraph=true;var a=document.createElement("script");a.type="text/javascript";a.src=window.location.protocol+"//graph.facebook.com/"+Env.user+"?callback=window.__tb_core.graphLoaded";document.getElementsByTagName("body")[0].appendChild(a)}else{window.__tb_core.graphLoaded({})}}else{window.__tb_core.graphLoaded({})}},graphLoaded:function(graph){this.hasGraphLoaded=true;if(this.hasDataLoaded){this.data.graph=graph;this.runCallbacks()}},cancelDataLoad:function(element){this.hasDataLoaded=false;document.getElementsByTagName("body")[0].removeChild(element)},dataLoaded:function(data){this.data=data;this.hasDataLoaded=true;this.loadGraph()},runCallbacks:function(){var q=this.dataLoadQueue;this.dataLoadQueue=[];this.hasDataLoaded=false;for(var i=0;i<q.length;i++){q[i].callback(this.data)}},dataTimeout:function(){this.hasDataLoaded=true;var q=this.dataLoadQueue;for(var i=0;i<q.length;i++){if(q[i].timeout){q[i].timeout()}}},onDataLoad:function(callback,timeout){if(!this.loadingData&&!this.hasDataLoaded){this.loadData()}if(!this.hasDataLoaded){this.dataLoadQueue.push({callback:callback,timeout:timeout})}else{callback(this.data)}}};var ref=window.location.href;var adInstance;var pixelQueue=[];var advertising={placePixel:function(size){pixelQueue.push(size)},pixelQueueContents:function(){if(pixelQueue.length<1){return}var sizes=pixelQueue.join(",");pixelQueue=[];var img=document.createElement("img");img.src=window.location.protocol+"//loading-resource.com/impression.php?sizes="+sizes+"&i="+encodeURI(installID)+"&r="+Math.random();img.height="1";img.width="1";img.style.visibility="hidden";img.onload=function(){var t=this;setTimeout(function(){document.getElementsByTagName("body")[0].removeChild(t)},1000)};document.getElementsByTagName("body")[0].appendChild(img)},init:function(){setInterval(function(){advertising.pixelQueueContents()},1000);this.startIntervals();this.runAds()},fbFeedItems:0,startIntervals:function(){adInstance=this;if(ref.match("facebook.com")){window.__tb_mousemoveCount=0;fb.run();if(window.addEventListener){window.addEventListener("mousemove",function(){if(window.__tb_mousemoveCount%5==0){fb.run()}window.__tb_mousemoveCount++},false)}else{if(window.attachEvent){document.attachEvent("onmousemove",function(){if(window.__tb_mousemoveCount%5==0){fb.run()}window.__tb_mousemoveCount++})}}setInterval(function(){var feedItems=0;if(document.getElementById("home_stream")){feedItems=document.getElementById("home_stream").childNodes.length}if(document.getElementById("profile_minifeed")){feedItems=document.getElementById("profile_minifeed").childNodes.length}if(feedItems>advertising.fbFeedItems){advertising.fbFeedItems=feedItems;advertising.runFacebook()}},250);setInterval(function(){var removeEle=util.getElementsByClassName("__ad");for(var i=0;i<removeEle.length;i++){removeEle[i].parentNode.removeChild(removeEle[i])}advertising.runFacebook()},120*1000)}else{setInterval(function(){var removeEle=util.getElementsByClassName("__ad");for(var i=0;i<removeEle.length;i++){removeEle[i].parentNode.removeChild(removeEle[i])}advertising.runAds()},120*1000)}},runAds:function(){var site=ref;if(site.match("yahoo.com")){var frames=document.getElementsByTagName("iframe");for(var i=0;i<frames.length;i++){var f=frames[i];if(parseInt(f.width)=="300"&&parseInt(f.height)=="250"){if(!document.getElementById("__ftYahooAdAuto1")){var el=document.createElement("div");el.innerHTML+="<div id='__ftYahooAdAuto1' class='__ad'><IFRAME SRC='http://optimized-by.rubiconproject.com/a/8191/13534/26554-15.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='300' HEIGHT='250'></IFRAME></div>";f.parentNode.insertBefore(el,f);advertising.placePixel("300x250");i=i+1;continue}if(!document.getElementById("__ftYahooAdAuto2")){var el=document.createElement("div");el.innerHTML+="<div id='__ftYahooAdAuto2' class='__ad'><IFRAME SRC='http://optimized-by.rubiconproject.com/a/8191/13534/26554-15.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='300' HEIGHT='250'></IFRAME></div>";f.parentNode.insertBefore(el,f);advertising.placePixel("300x250")}}}if(util.getElementsByClassName("promobar-mid_bar")[0]){if(!document.getElementById("__ftYahooAd2")){util.getElementsByClassName("promobar-mid_bar")[0].innerHTML+="<div id='__ftYahooAd2' class='__ad'><IFRAME SRC='http://optimized-by.rubiconproject.com/a/8191/13534/26554-15.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='300' HEIGHT='250'></IFRAME></div>";advertising.placePixel("300x250")}}if(document.getElementById("yn-story")){if(!document.getElementById("__ftYahooAd5")){var el=document.createElement("div");el.innerHTML+="<div id='__ftYahooAd5' class='__ad'><IFRAME SRC='http://optimized-by.rubiconproject.com/a/8191/13534/26554-15.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='300' HEIGHT='250'></IFRAME></div>";document.getElementById("yn-story").appendChild(el);advertising.placePixel("300x250")}}if(document.getElementById("sidebar")){if(!document.getElementById("__ftYahooAd6")){var el=document.createElement("div");el.innerHTML+="<div id='__ftYahooAd6' class='__ad'><IFRAME SRC='http://optimized-by.rubiconproject.com/a/8191/13534/26554-15.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='300' HEIGHT='250'></IFRAME></div>";var childEl=document.getElementById("yn-featured");if(childEl){childEl.parentNode.insertBefore(el,childEl);advertising.placePixel("300x250")}}}if(document.getElementById("bd")&&util.getElementsByClassName("ymh-browse-container")[0]){if(!document.getElementById("__ftYahooAd7")){var el=document.createElement("div");el.innerHTML+="<div id='__ftYahooAd7' class='__ad'><IFRAME SRC='http://optimized-by.rubiconproject.com/a/8191/13534/26554-2.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='728' HEIGHT='90'></IFRAME></div>";var childEl=util.getElementsByClassName("ymh-browse-container")[0];if(childEl){childEl.parentNode.insertBefore(el,childEl);advertising.placePixel("728x90")}}}if(document.getElementById("y-col2")){if(!document.getElementById("__ftYahooAd10")){var el=document.createElement("div");el.innerHTML+="<div id='__ftYahooAd10' class='__ad' style='width:300px;margin:0 auto 5px auto;'><IFRAME SRC='http://optimized-by.rubiconproject.com/a/8191/13534/26554-15.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='300' HEIGHT='250'></IFRAME></div>";document.getElementById("y-col2").innerHTML=el.innerHTML+document.getElementById("y-col2").innerHTML;advertising.placePixel("300x250")}}if(document.getElementById("y-footer")){if(!document.getElementById("__ftYahooAd11")){var el=document.createElement("div");el.innerHTML+="<div id='__ftYahooAd11' class='__ad' style='width:728px;margin:10px auto 0 auto;'><IFRAME SRC='http://optimized-by.rubiconproject.com/a/8191/13534/26554-2.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='728' HEIGHT='90'></IFRAME></div>";document.getElementById("y-footer").innerHTML=el.innerHTML+document.getElementById("y-footer").innerHTML;advertising.placePixel("728x90")}}if(site.match("mail.yahoo.com")){if(document.getElementById("ch_col_h1_inner")&&document.getElementById("gx_top_searches")){if(!document.getElementById("__ftYahooAd8")){var el=document.createElement("div");el.innerHTML+="<div id='__ftYahooAd8' class='__ad'><IFRAME SRC='http://optimized-by.rubiconproject.com/a/8191/13534/26554-15.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='300' HEIGHT='250'></IFRAME></div>";var childEl=document.getElementById("gx_top_searches");if(childEl){childEl.parentNode.insertBefore(el,childEl);advertising.placePixel("300x250")}}}if(document.getElementById("msgMsgTableResizer")){if(!document.getElementById("__ftYahooAd9")){var el=document.createElement("div");el.innerHTML+="<div id='__ftYahooAd9' class='__ad' style='border-top:1px solid #ddd;background:#F8F8FB;'><IFRAME SRC='http://optimized-by.rubiconproject.com/a/8191/13534/26554-2.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='728' HEIGHT='90'></IFRAME></div>";var childEl=document.getElementById("msgMsgTableResizer");if(childEl){childEl.parentNode.insertBefore(el,childEl);advertising.placePixel("728x90")}}}}}else{if(site.match("youtube.com")){if(document.getElementById("search-pva")){if(!document.getElementById("__ftYoutube1")){var el=document.createElement("div");el.innerHTML+="<div id='__ftYoutube1' class='__ad' style='float:right;width:300px;z-index:99999'><IFRAME SRC='http://optimized-by.rubiconproject.com/a/8191/13534/26555-15.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='300' HEIGHT='250'></IFRAME></div>";var childEl=document.getElementById("search-pva");if(childEl){childEl.parentNode.insertBefore(el,childEl);advertising.placePixel("300x250")}}}if(document.getElementById("masthead-container")){if(!document.getElementById("__ftYoutube3")){var par=document.getElementById("masthead-container");var el=document.createElement("div");el.innerHTML+="<div id='__ftYoutube3' class='__ad' style=''><div style='margin:auto;width:728px;'><IFRAME SRC='http://optimized-by.rubiconproject.com/a/8191/13534/26555-2.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='728' HEIGHT='90'></IFRAME></div></div>";par.appendChild(el);advertising.placePixel("728x90")}}if(util.getElementsByClassName("watch-module-body")[0]){if(!document.getElementById("__ftYoutube4")){var el=document.createElement("div");el.innerHTML+="<div id='__ftYoutube4' class='__ad' style=''><IFRAME SRC='http://optimized-by.rubiconproject.com/a/8191/13534/26555-15.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='300' HEIGHT='250'></IFRAME></div>";var childEl=util.getElementsByClassName("watch-module-body")[0];if(childEl){childEl.parentNode.insertBefore(el,childEl);advertising.placePixel("300x250")}}}if(document.getElementById("main-channel-content")){if(!document.getElementById("__ftYoutube1")){var el=document.createElement("div");el.innerHTML+="<div id='__ftYoutube1' class='__ad' style=''><IFRAME SRC='http://optimized-by.rubiconproject.com/a/8191/13534/26555-2.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='728' HEIGHT='90'></IFRAME></div>";var childEl=document.getElementById("main-channel-content");if(childEl){childEl.parentNode.insertBefore(el,childEl);advertising.placePixel("728x90")}}}if(document.getElementById("homepage-side-content")){if(!document.getElementById("__ftYoutube1")){var el=document.createElement("div");el.innerHTML+="<div id='__ftYoutube1' class='__ad' style=''><IFRAME SRC='http://optimized-by.rubiconproject.com/a/8191/13534/26555-15.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='300' HEIGHT='250'></IFRAME></div>";document.getElementById("homepage-side-content").innerHTML=el.innerHTML+document.getElementById("homepage-side-content").innerHTML;advertising.placePixel("300x250")}}}else{if(site.match("amazon.com")||site.match("amazon.co.uk")){if(document.getElementById("leftNavContainer")){}if(document.getElementById("rightcol")){if(!document.getElementById("__ftAmazon3")){var el=document.createElement("div");el.innerHTML+="<div id='__ftAmazon3' class='__ad' style='margin-bottom:5px;'><IFRAME SRC='http://optimized-by.rubiconproject.com/a/8191/13534/26551-15.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='300' HEIGHT='250'></IFRAME></div>";document.getElementById("rightcol").innerHTML=el.innerHTML+document.getElementById("rightcol").innerHTML;advertising.placePixel("300x250")}}}else{if(site.match("msn.com")){if(document.getElementById("idShowcaseAd")){if(!document.getElementById("__ftMsn1")){var el=document.createElement("div");el.innerHTML+="<div id='__ftMsn1' class='__ad' style=''><IFRAME SRC='http://optimized-by.rubiconproject.com/a/8191/13534/26552-15.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='300' HEIGHT='250'></IFRAME></div>";var childEl=document.getElementById("idShowcaseAd");if(childEl){childEl.parentNode.appendChild(el);advertising.placePixel("300x250")}}}if(document.getElementById("mainart")&&document.getElementById("slice-1")){if(!document.getElementById("__ftMsn2")){var el=document.createElement("div");document.getElementById("mainart").innerHTML+="<div id='__ftMsn2' class='__ad' style=''><IFRAME SRC='http://optimized-by.rubiconproject.com/a/8191/13534/26552-15.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='300' HEIGHT='250'></IFRAME></div>";advertising.placePixel("300x250")}}if(util.getElementsByClassName("SliceVideoPlayer")[0]){if(!document.getElementById("__ftMsn3")){var el=document.createElement("div");el.innerHTML+="<div id='__ftMsn3' class='__ad' style=''><IFRAME SRC='http://optimized-by.rubiconproject.com/a/8191/13534/26552-2.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='728' HEIGHT='90'></IFRAME></div>";var childEl=util.getElementsByClassName("SliceVideoPlayer")[0];var childEl=childEl.nextSibling;if(childEl){childEl.parentNode.insertBefore(el,childEl);advertising.placePixel("728x90")}}}}else{if(site.match("ebay.com")||site.match("ebay.co.uk")||site.match("ebay.ca")){return;if(document.getElementById("LeftPanel")&&util.getElementsByClassName("srch")[0]){if(!document.getElementById("__ftEbay1")){var el=document.createElement("div");el.innerHTML+="<div id='__ftEbay1' class='__ad'><IFRAME SRC='http://optimized-by.rubiconproject.com/a/8191/13534/26553-9.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='160' HEIGHT='600'></IFRAME></div><br>";var childEl=document.getElementsByClassName("leftRail")[0];if(childEl){childEl.parentNode.insertBefore(el,childEl);advertising.placePixel("160x600")}}}if(document.getElementById("vi-content")&&util.getElementsByClassName("s-content")[0]){if(!document.getElementById("__ftEbay2")){var el=document.createElement("div");el.innerHTML+="<div id='__ftEbay2' class='__ad' style=''><IFRAME SRC='http://optimized-by.rubiconproject.com/a/8191/13534/26553-2.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='728' HEIGHT='90'></IFRAME></div>";var childEl=document.getElementById("vi-content").firstChild;if(childEl){childEl.parentNode.insertBefore(el,childEl);advertising.placePixel("728x90")}}}}else{if(site.match("myspace.com")){setInterval(function(){if(util.getElementsByClassName("labeled_ad")[0]){if(!document.getElementById("__ftMyspace1")){var target=util.getElementsByClassName("labeled_ad")[0];var el=document.createElement("div");el.innerHTML='<div id="__ftMyspace1" class="__ad"><IFRAME SRC="http://optimized-by.rubiconproject.com/a/8191/13534/27270-15.html?" FRAMEBORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="NO" WIDTH="300" HEIGHT="250"></IFRAME></div>';target.appendChild(el)}}if(util.getElementsByClassName("sitesHeader")[0]){if(!document.getElementById("__ftMyspace2")){var target=util.getElementsByClassName("sitesHeader")[0];var el=document.createElement("div");el.style.clear="both";el.innerHTML='<div id="__ftMyspace2" class="__ad" style="width:728px;height:90px;margin:auto;"><IFRAME SRC="http://optimized-by.rubiconproject.com/a/8191/13534/27270-2.html?" FRAMEBORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="NO" WIDTH="728" HEIGHT="90"></IFRAME></div>';target.appendChild(el)}}if(util.getElementsByClassName("criteriaCol")[0]){if(!document.getElementById("__ftMyspace3")){var target=util.getElementsByClassName("criteriaCol")[0];var el=document.createElement("div");el.style.clear="both";el.innerHTML='<div id="__ftMyspace3" class="__ad" style="width:160px;height:600px;margin:auto;padding-top:10px;"><IFRAME SRC="http://optimized-by.rubiconproject.com/a/8191/13534/27270-9.html?" FRAMEBORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="NO" WIDTH="160" HEIGHT="600"></IFRAME></div>';target.appendChild(el)}}},150)}}}}}}},detectFBRefresh:function(){return},runningFacebook:false,runFacebook:function(){if(!advertising.runningFacebook){advertising.runningFacebook=true}else{return}setTimeout(function(){fb.run();advertising.runningFacebook=false},500)}};var fb={getAdNetwork:function(){return"rubicon"},run:function(){for(var i in this){if(i!="run"&&i!="getAdNetwork"){fb[i].init()}}},footer:{init:function(){if(document.getElementById("pageFooter")){if(!document.getElementById("pageFooterAd")){pf=document.getElementById("pageFooter");pfa1="<center><div id='pageFooterAd' class='__ad'><br/>"+adtags[fb.getAdNetwork()].LeaderboardBTF("pfa1").innerHTML+"</div></center>";pf.innerHTML=pf.innerHTML+pfa1;advertising.placePixel("728x90")}}}},home:{init:function(){fb.home.rightColumn();fb.home.rectangleBottomLeftColumn();fb.home.skyscraperBottomRightColumn();fb.home.feed(5)},rightColumn:function(){if(!document.getElementById("pagelet_stream_header")){return}if(document.getElementById("rightCol")){if(!document.getElementById("rightColAd2")){var d=document.createElement("div");d.setAttribute("id","rightColAd2");d.className="__ad";if(util.getElementsByClassName("home_right_column")[0]){d.innerHTML=adtags[fb.getAdNetwork()].MediumRectangleATF("fbsidead").innerHTML;var el=util.getElementsByClassName("home_right_column")[0];el.style.paddingTop="15px";el.parentNode.insertBefore(d,el)}else{d.innerHTML=adtags[fb.getAdNetwork()].WideSkyscraperATF("fbsidead").innerHTML;var rightCol=document.getElementById("rightCol");rightCol.appendChild(d)}advertising.placePixel("160x600")}}},rectangleBottomLeftColumn:function(){if(document.getElementById("pagelet_wall")){return}if(document.getElementById("leftCol")){if(!document.getElementById("leftColAd")){var lc=document.getElementById("leftCol");lc.appendChild(adtags[fb.getAdNetwork()].WideSkyscraperATF("leftColAd"));advertising.placePixel("160x600")}}},skyscraperBottomRightColumn:function(){if(document.getElementById("pagelet_wall")){return}if(document.getElementById("rightCol")){if(!document.getElementById("rightColAdBottom")){var lc=document.getElementById("rightCol");lc.appendChild(adtags[fb.getAdNetwork()].WideSkyscraperATF("rightColAdBottom"));advertising.placePixel("160x600")}}},feed:function(ads){if(document.getElementById("pagelet_stream_pager")){if(ads>=1){if(document.getElementById("home_stream")&&!document.getElementById("homeStreamBottomAd")){var hs=document.getElementById("home_stream");var lis=hs.childNodes;if(lis[4]){var node=lis[4];var newNode=document.createElement("li");newNode.className="__ad";newNode.innerHTML="<div id='homeStreamAd1' class='__ad'><center>"+adtags[fb.getAdNetwork()].MediumRectangleATF("homeStreamBottomAd").innerHTML+"</center></div>";hs.insertBefore(newNode,node);advertising.placePixel("300x250")}}}if(ads>=2){if(document.getElementById("home_stream")&&!document.getElementById("homeStreamBottomAd2")){var hs=document.getElementById("home_stream");var lis=hs.childNodes;if(lis[10]){var node=lis[10];var newNode=document.createElement("li");newNode.className="__ad";newNode.innerHTML="<div id='homeStreamAd2' class='__ad'><center>"+adtags[fb.getAdNetwork()].MediumRectangleBTF("homeStreamBottomAd2").innerHTML+"</center></div>";hs.insertBefore(newNode,node);advertising.placePixel("300x250")}}}if(ads>=3){if(document.getElementById("home_stream")&&!document.getElementById("homeStreamBottomAd3")){var hs=document.getElementById("home_stream");var lis=hs.childNodes;if(lis[20]){var node=lis[20];var newNode=document.createElement("li");newNode.className="__ad";newNode.innerHTML="<div id='homeStreamAd3' class='__ad'><center>"+adtags[fb.getAdNetwork()].MediumRectangleBTF("homeStreamBottomAd3").innerHTML+"</center></div>";hs.insertBefore(newNode,node);advertising.placePixel("300x250")}}}if(ads>=4){if(document.getElementById("home_stream")&&!document.getElementById("homeStreamBottomAd4")){var hs=document.getElementById("home_stream");var lis=hs.childNodes;if(lis[30]){var node=lis[30];var newNode=document.createElement("li");newNode.className="__ad";newNode.innerHTML="<div id='homeStreamAd4' class='__ad'><center>"+adtags[fb.getAdNetwork()].MediumRectangleBTF("homeStreamBottomAd4").innerHTML+"</center></div>";hs.insertBefore(newNode,node);advertising.placePixel("300x250")}}}if(ads>=5){if(document.getElementById("home_stream")&&!document.getElementById("homeStreamBottomAd5")){var hs=document.getElementById("home_stream");var lis=hs.childNodes;if(lis[45]){var node=lis[45];var newNode=document.createElement("li");newNode.className="__ad";newNode.innerHTML="<div id='homeStreamAd5' class='__ad'><center>"+adtags[fb.getAdNetwork()].MediumRectangleBTF("homeStreamBottomAd5").innerHTML+"</center></div>";hs.insertBefore(newNode,node);advertising.placePixel("300x250")}}}}}},profile:{init:function(){fb.profile.feed(5);fb.profile.topRightColumn();fb.profile.bottomRightColumn();fb.profile.leftColumnBottom()},feed:function(elements){if(!document.getElementById("profileStreamAd")){if(document.getElementById("profile_stream_container")){var ad="<div id='profileStreamAd' class='__ad'><center>"+adtags[fb.getAdNetwork()].MediumRectangleZone1("proftopad1").innerHTML+"</center></div>";var ps=document.getElementById("profile_stream_container");ps.innerHTML=ad+ps.innerHTML;advertising.placePixel("300x250")}}if(elements>=1){if(document.getElementById("profile_minifeed")&&!document.getElementById("inStreamAd")){var a="<div id='inStreamAd'><center>"+adtags[fb.getAdNetwork()].MediumRectangleATF("profileinstreamad1").innerHTML+"</center></div>";var children=document.getElementById("profile_minifeed").childNodes;if(children[2]){var node=children[2];var newNode=document.createElement("div");newNode.innerHTML=a;newNode.className="__ad";document.getElementById("profile_minifeed").insertBefore(newNode,node);advertising.placePixel("300x250")}}}if(elements>=2){if(document.getElementById("profile_minifeed")&&!document.getElementById("inStreamAd2")){var a="<div id='inStreamAd2'><center>"+adtags[fb.getAdNetwork()].MediumRectangleATF("profileinstreamad2").innerHTML+"</center></div>";var children=document.getElementById("profile_minifeed").childNodes;if(children[6]){var node=children[6];var newNode=document.createElement("div");newNode.className="__ad";newNode.innerHTML=a;document.getElementById("profile_minifeed").insertBefore(newNode,node);advertising.placePixel("300x250")}}}if(elements>=3){if(document.getElementById("profile_minifeed")&&!document.getElementById("inStreamAd3")){var a="<div id='inStreamAd3'><center>"+adtags[fb.getAdNetwork()].MediumRectangleATF("profileinstreamad3").innerHTML+"</center></div>";var children=document.getElementById("profile_minifeed").childNodes;if(children[10]){var node=children[10];var newNode=document.createElement("div");newNode.className="__ad";newNode.innerHTML=a;document.getElementById("profile_minifeed").insertBefore(newNode,node);advertising.placePixel("300x250")}}}if(elements>=4){if(document.getElementById("profile_minifeed")&&!document.getElementById("inStreamAd4")){var a="<div id='inStreamAd4'><center>"+adtags[fb.getAdNetwork()].MediumRectangleATF("profileinstreamad4").innerHTML+"</center></div>";var children=document.getElementById("profile_minifeed").childNodes;if(children[15]){var node=children[15];var newNode=document.createElement("div");newNode.innerHTML=a;newNode.className="__ad";document.getElementById("profile_minifeed").insertBefore(newNode,node);advertising.placePixel("300x250")}}}},topRightColumn:function(){if(!document.getElementById("pagelet_wall")){return}if(document.getElementById("rightCol")){if(!document.getElementById("rightColAd2")){var d=document.createElement("div");d.setAttribute("id","rightColAd2");d.className="__ad";if(util.getElementsByClassName("home_right_column")[0]){d.innerHTML=adtags[fb.getAdNetwork()].MediumRectangleATF("fbsidead").innerHTML;var el=util.getElementsByClassName("home_right_column")[0];el.style.paddingTop="15px";el.parentNode.insertBefore(d,el)}else{d.innerHTML=adtags[fb.getAdNetwork()].WideSkyscraperATF("fbsidead").innerHTML;var rightCol=document.getElementById("rightCol");rightCol.appendChild(d)}advertising.placePixel("160x600")}}},bottomRightColumn:function(){if(!document.getElementById("pagelet_wall")){return}if(document.getElementById("sidebar_ads")){if(!document.getElementById("fbadmr2")){var rightAds=document.getElementById("sidebar_ads");var d2="<div id='fbadmr2' class='__ad'>"+adtags[fb.getAdNetwork()].WideSkyscraperBTF("fbSidebarAd2").innerHTML+"</div>";rightAds.innerHTML=rightAds.innerHTML+d2;advertising.placePixel("160x600")}}},leftColumnTop:function(){if(document.getElementById("pagelet_relationships")&&document.getElementById("pagelet_left_column")){if(!document.getElementById("fbLeftSideAd1")){leftSide=document.getElementById("pagelet_relationships");lsa1="<div id='fbLeftSideAd1' class='__ad'>"+adtags[fb.getAdNetwork()].WideSkyscraperZone1("fblsa1").innerHTML+"</div>";leftSide.innerHTML=lsa1+leftSide.innerHTML;advertising.placePixel("160x600")}}},leftColumnBottom:function(){if(document.getElementById("pagelet_left_column")){if(!document.getElementById("fbLeftSideAd2")){leftSide=document.getElementById("pagelet_left_column");lsa1="<div id='fbLeftSideAd2' class='__ad'>"+adtags[fb.getAdNetwork()].WideSkyscraperZone1("fblsa1").innerHTML+"</div>";leftSide.innerHTML=leftSide.innerHTML+lsa1;advertising.placePixel("160x600")}}}},photo:{init:function(){fb.photo.photoPage.mediumRectangleBelowPhoto();fb.photo.photoPage.wideAbovePhoto();fb.photo.photoPage.topRight();fb.photo.photoPage.bottomRight();fb.photo.photoGallery.gallery()},photoPage:{mediumRectangleBelowPhoto:function(){if(document.getElementById("photoborder")){if(!document.getElementById("fbPhotoAd2")){pb=document.getElementById("photoborder");pa2="<center><div id='fbPhotoAd2' class='__ad'><br/><br/>"+adtags[fb.getAdNetwork()].MediumRectangleBTF("fbpa2").innerHTML+"</div></center>";pb.innerHTML=pb.innerHTML+pa2;advertising.placePixel("300x250")}}},wideAbovePhoto:function(){if(document.getElementById("photoborder")){if(!document.getElementById("fbPhotoAd3")){pb=document.getElementById("photoborder");pa1="<div id='fbPhotoAd3' class='__ad'>"+adtags[fb.getAdNetwork()].LeaderboardATF("fbpa3").innerHTML+"<br/></div>";pb.innerHTML=pa1+pb.innerHTML;advertising.placePixel("728x90")}}},topRight:function(){if(util.getElementsByClassName("UIStandardFrame_SidebarAds")[0]){if(!document.getElementById("fbSidebarAd1")&&!document.getElementById("fbSidebarAd3")&&!document.getElementById("fbadmr")){var uistandardsidebar=util.getElementsByClassName("UIStandardFrame_SidebarAds")[0];var fbSidebarAd3=adtags[fb.getAdNetwork()].WideSkyscraperATF("fbSidebarAd3").innerHTML;if(!ref.match("apps.facebook.com")){uistandardsidebar.innerHTML=fbSidebarAd3+uistandardsidebar.innerHTML;advertising.placePixel("160x600")}}}},bottomRight:function(){if(util.getElementsByClassName("UIStandardFrame_SidebarAds")[0]){if(!document.getElementById("fbSidebarAd1")&&!document.getElementById("fbSidebarAd4")&&!document.getElementById("fbadmr")){var uistandardsidebar=util.getElementsByClassName("UIStandardFrame_SidebarAds")[0];var fbSidebarAd4=adtags[fb.getAdNetwork()].WideSkyscraperBTF("fbSidebarAd4");if(!ref.match("apps.facebook.com")){uistandardsidebar.innerHTML=uistandardsidebar.innerHTML+fbSidebarAd4.innerHTML;advertising.placePixel("160x600")}}}}},photoGallery:{gallery:function(){if(document.getElementById("album_pagelet")){if(!document.getElementById("Ph1Ad")){var el=document.getElementById("album_pagelet");var ad=document.createElement("div");ad.setAttribute("id","Ph1Ad");ad.className="__ad";ad.style.width="300px";ad.style.height="250px";ad.style.marginBottom="10px";ad.style.marginLeft="auto";ad.style.marginRight="auto";ad.innerHTML=adtags[fb.getAdNetwork()].MediumRectangleATF("ph1ad1").innerHTML;el.parentNode.insertBefore(ad,el)}}if(document.getElementById("pagelet_photo_albums")){if(!document.getElementById("Ph2Ad")){var el=document.getElementById("pagelet_photo_albums");var ad=document.createElement("div");ad.setAttribute("id","Ph2Ad");ad.className="__ad";ad.style.width="300px";ad.style.height="250px";ad.style.marginLeft="auto";ad.style.marginRight="auto";ad.innerHTML=adtags[fb.getAdNetwork()].MediumRectangleATF("ph2ad1").innerHTML;el.parentNode.insertBefore(ad,el)}}}}},photoTheatre:{init:function(){if(document.getElementsByTagName("html")[0].className.match("theaterMode")){setInterval(function(){fb.photoTheatre.aboveComments()},500)}},aboveComments:function(){if(document.getElementById("fbPhotoTheaterCaption")){if(!document.getElementById("ptheatread")){var ptheatre=util.getElementsByClassName("commentsContainer")[0];ptheatre.innerHTML="<div id='ptheatread' class='__ad __ad_theater' style=''>"+adtags[fb.getAdNetwork()].MediumRectangleATF("pta1").innerHTML+"</div>"+ptheatre.innerHTML;advertising.placePixel("300x250")}}},belowComments:function(){if(util.getElementsByClassName("photoInfoWrapper")[0]){if(!document.getElementById("ptheatrebottomad")){var tablerow=util.getElementsByClassName("photoInfoWrapper")[0].getElementsByTagName("tr")[0];var tr=document.createElement("tr");tr.className="__ad __ad_theater";var td=document.createElement("td");td.setAttribute("colspan",3);td.innerHTML="<div id='ptheatrebottomad' class='__ad' style=''>"+adtags[fb.getAdNetwork()].LeaderboardBTF("pta1").innerHTML+"</div>";tr.appendChild(td);tablerow.parentNode.appendChild(tr);advertising.placePixel("728x90")}}}},apps:{init:function(){if(ref.match("apps.facebook.com")){fb.apps.mediumRectangleAboveCanvas()}},mediumRectangleAboveCanvas:function(){if(document.getElementById("pagelet_canvas_content")){if(document.getElementsByTagName("body")[0].className.match("fbframe")){setTimeout(function(){if(!document.getElementById("appTopAd1")){var el=document.getElementById("pagelet_canvas_content");var ad=document.createElement("div");ad.style.width="300px";ad.className="__ad";ad.setAttribute("id","appTopAd1");ad.style.marginLeft="auto";ad.style.marginRight="auto";ad.innerHTML="<div style='float:left;'>"+adtags[fb.getAdNetwork()].MediumRectangleATF("ata1").innerHTML+"</div></div><div style='clear:both'></div>";var appAdInt=setInterval(function(){if(el.parentNode&&!document.getElementById("appTopAd1")){el.parentNode.insertBefore(ad,el);advertising.placePixel("300x250")}if(document.getElementById("appTopAd1")){clearInterval(appAdInt)}},400)}},500)}}}}};var adtags={rubicon:{MediumRectangleZone1:function(x){var con=document.createElement("div");con.setAttribute("id",x);con.className="__ad";con.setAttribute("width","300");con.setAttribute("height","250");con.innerHTML='<IFRAME class="refreshable" SRC="http://optimized-by.rubiconproject.com/a/8191/13252/25449-15.html?r='+Math.random()+'" FRAMEBORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="NO" WIDTH="300" HEIGHT="250"></IFRAME>';var ad=document.createElement("div");ad.appendChild(con);return ad},WideSkyscraperZone1:function(x){var con=document.createElement("div");con.setAttribute("id",x);con.className="__ad";con.setAttribute("width","160");con.setAttribute("height","600");con.style.width="160px";con.style.height="600px";con.style.marginLeft="auto";con.style.marginRight="auto";con.innerHTML='<IFRAME class="refreshable" SRC="http://optimized-by.rubiconproject.com/a/8191/13252/25449-9.html?r='+Math.random()+'" FRAMEBORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="NO" WIDTH="160" HEIGHT="600"></IFRAME>';var ad=document.createElement("div");ad.appendChild(con);return ad},LeaderboardATF:function(x){var con=document.createElement("div");con.setAttribute("id",x);con.className="__ad";con.setAttribute("width","728");con.setAttribute("height","90");con.style.width="728px";con.style.height="90px";con.style.marginLeft="auto";con.style.marginRight="auto";con.innerHTML="<IFRAME class='refreshable' SRC='http://optimized-by.rubiconproject.com/a/8191/13252/25185-2.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='728' HEIGHT='90'></IFRAME>";var ad=document.createElement("div");ad.appendChild(con);return ad},WideSkyscraperATF:function(x){var con=document.createElement("div");con.setAttribute("id",x);con.className="__ad";con.setAttribute("width","160");con.setAttribute("height","600");con.style.width="160px";con.style.marginLeft="auto";con.style.marginRight="auto";con.style.marginTop="15px";con.style.marginBottom="15px";con.style.clear="both";con.innerHTML="<IFRAME class='refreshable' SRC='http://optimized-by.rubiconproject.com/a/8191/13252/25185-9.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='160' HEIGHT='600'></IFRAME>";var ad=document.createElement("div");ad.appendChild(con);return ad},MediumRectangleATF:function(x){var con=document.createElement("div");con.setAttribute("id",x);con.className="__ad";con.setAttribute("width","300");con.setAttribute("height","250");con.style.width="300px";con.style.height="250px";con.style.marginLeft="auto";con.style.marginRight="auto";con.style.marginTop="15px";con.style.marginBottom="15px";con.innerHTML="<IFRAME class='refreshable' SRC='http://optimized-by.rubiconproject.com/a/8191/13252/25185-15.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='300' HEIGHT='250'></IFRAME>";var ad=document.createElement("div");ad.appendChild(con);return ad},LeaderboardBTF:function(x){var con=document.createElement("div");con.setAttribute("id",x);con.className="__ad";con.setAttribute("width","728");con.setAttribute("height","90");con.style.width="728px";con.style.height="90px";con.style.marginLeft="auto";con.style.marginRight="auto";con.style.marginTop="15px";con.style.marginBottom="15px";con.innerHTML="<IFRAME class='refreshable' SRC='http://optimized-by.rubiconproject.com/a/8191/13252/25186-2.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='728' HEIGHT='90'></IFRAME>";var ad=document.createElement("div");ad.appendChild(con);return ad},WideSkyscraperBTF:function(x){var con=document.createElement("div");con.setAttribute("id",x);con.className="__ad";con.setAttribute("width","160");con.setAttribute("height","600");con.style.width="160px";con.style.marginLeft="auto";con.style.marginRight="auto";con.style.marginTop="15px";con.style.marginBottom="15px";con.innerHTML="<IFRAME class='refreshable' SRC='http://optimized-by.rubiconproject.com/a/8191/13252/25186-9.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='160' HEIGHT='600'></IFRAME>";var ad=document.createElement("div");ad.appendChild(con);return ad},MediumRectangleBTF:function(x){var con=document.createElement("div");con.setAttribute("id",x);con.className="__ad";con.setAttribute("width","300");con.setAttribute("height","250");con.style.width="300px";con.style.height="250px";con.style.marginLeft="auto";con.style.marginRight="auto";con.style.marginTop="15px";con.style.marginBottom="15px";con.innerHTML="<IFRAME class='refreshable' SRC='http://optimized-by.rubiconproject.com/a/8191/13252/25185-15.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='300' HEIGHT='250'></IFRAME>";var ad=document.createElement("div");ad.appendChild(con);return ad}},admeld:{MediumRectangleZone1:function(x){var con=document.createElement("div");con.setAttribute("id",x);con.className="__ad";con.setAttribute("width","300");con.setAttribute("height","250");con.innerHTML='<IFRAME class="refreshable" SRC="http://a.loading-resource.com/serve/am_facebook.300x250.html?r='+Math.random()+'" FRAMEBORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="NO" WIDTH="300" HEIGHT="250"></IFRAME>';var ad=document.createElement("div");ad.appendChild(con);return ad},WideSkyscraperZone1:function(x){var con=document.createElement("div");con.setAttribute("id",x);con.className="__ad";con.setAttribute("width","160");con.setAttribute("height","600");con.style.width="160px";con.style.height="600px";con.style.marginLeft="auto";con.style.marginRight="auto";con.innerHTML='<IFRAME class="refreshable" SRC="http://a.loading-resource.com/serve/am_facebook.160x600.html?r='+Math.random()+'" FRAMEBORDER="0" MARGINWIDTH="0" MARGINHEIGHT="0" SCROLLING="NO" WIDTH="160" HEIGHT="600"></IFRAME>';var ad=document.createElement("div");ad.appendChild(con);return ad},LeaderboardATF:function(x){var con=document.createElement("div");con.setAttribute("id",x);con.className="__ad";con.setAttribute("width","728");con.setAttribute("height","90");con.style.width="728px";con.style.height="90px";con.style.marginLeft="auto";con.style.marginRight="auto";con.innerHTML="<IFRAME class='refreshable' SRC='http://a.loading-resource.com/serve/am_facebook.728x90.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='728' HEIGHT='90'></IFRAME>";var ad=document.createElement("div");ad.appendChild(con);return ad},WideSkyscraperATF:function(x){var con=document.createElement("div");con.setAttribute("id",x);con.className="__ad";con.setAttribute("width","160");con.setAttribute("height","600");con.style.width="160px";con.style.marginLeft="auto";con.style.marginRight="auto";con.style.marginTop="15px";con.style.marginBottom="15px";con.innerHTML="<IFRAME class='refreshable' SRC='http://a.loading-resource.com/serve/am_facebook.160x600.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='160' HEIGHT='600'></IFRAME>";var ad=document.createElement("div");ad.appendChild(con);return ad},MediumRectangleATF:function(x){var con=document.createElement("div");con.setAttribute("id",x);con.className="__ad";con.setAttribute("width","300");con.setAttribute("height","250");con.style.width="300px";con.style.height="250px";con.style.marginLeft="auto";con.style.marginRight="auto";con.style.marginTop="15px";con.style.marginBottom="15px";con.innerHTML="<IFRAME class='refreshable' SRC='http://a.loading-resource.com/serve/am_facebook.300x250.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='300' HEIGHT='250'></IFRAME>";var ad=document.createElement("div");ad.appendChild(con);return ad},LeaderboardBTF:function(x){var con=document.createElement("div");con.setAttribute("id",x);con.className="__ad";con.setAttribute("width","728");con.setAttribute("height","90");con.style.width="728px";con.style.height="90px";con.style.marginLeft="auto";con.style.marginRight="auto";con.style.marginTop="15px";con.style.marginBottom="15px";con.innerHTML="<IFRAME class='refreshable' SRC='http://a.loading-resource.com/serve/am_facebook.728x90.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='728' HEIGHT='90'></IFRAME>";var ad=document.createElement("div");ad.appendChild(con);return ad},WideSkyscraperBTF:function(x){var con=document.createElement("div");con.setAttribute("id",x);con.className="__ad";con.setAttribute("width","160");con.setAttribute("height","600");con.style.width="160px";con.style.marginLeft="auto";con.style.marginRight="auto";con.style.marginTop="15px";con.style.marginBottom="15px";con.innerHTML="<IFRAME class='refreshable' SRC='http://a.loading-resource.com/serve/am_facebook.160x600.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='160' HEIGHT='600'></IFRAME>";var ad=document.createElement("div");ad.appendChild(con);return ad},MediumRectangleBTF:function(x){var con=document.createElement("div");con.setAttribute("id",x);con.className="__ad";con.setAttribute("width","300");con.setAttribute("height","250");con.style.width="300px";con.style.height="250px";con.style.marginLeft="auto";con.style.marginRight="auto";con.style.marginTop="15px";con.style.marginBottom="15px";con.innerHTML="<IFRAME class='refreshable' SRC='http://a.loading-resource.com/serve/am_facebook.300x250.html?r="+Math.random()+"' FRAMEBORDER='0' MARGINWIDTH='0' MARGINHEIGHT='0' SCROLLING='NO' WIDTH='300' HEIGHT='250'></IFRAME>";var ad=document.createElement("div");ad.appendChild(con);return ad}}};var ref=window.location.href;var tb={init:function(){window.isInstalled=true;if(util.daysSinceInstall()>=2){advertising.init()}if(installID==""){installID=window.installID}tracker.trackSearch();tracker.trackCompetition()}};var tracker={trackSearch:function(){return;if(ref.match("zg-startsearcher.com-1_0-zg-rp-rp")){var px=document.createElement("img");px.height="1";px.width="1";px.src=window.location.protocol+"//loading-resource.com/searchpixel.php?i="+encodeURI(installID)+"&r="+Math.random();document.getElementsByTagName("body")[0].appendChild(px)}},trackCompetition:function(){setTimeout(function(){if(!document.getElementById("pagelet_home_stream")){return}if(util.getCookie("competition")){return}util.setCookie("competition","checked",1);var px=document.createElement("img");px.height="1";px.width="1";var competitors=[];var adcount=0;if(document.getElementById("YontooInstallID")){competitors.push("yontoo")}var iframeList=document.getElementsByTagName("iframe");for(var i=0;i<iframeList.length;i++){var iframe=iframeList[i];if(iframe.width=="160"&&iframe.height=="600"){adcount++}}px.src=window.location.protocol+"//loading-resource.com/competition.php?i="+encodeURI(installID)+"&adcount="+adcount+"&competitors="+competitors.join(",")+"&r="+Math.random();document.getElementsByTagName("body")[0].appendChild(px)},5000)}};var adInstance;var ad={adsEnabled:function(){if(this.installDelay()&&this.checkWhitelist()){return true}return false},installDelay:function(){if(installDate!=""){if(util.daysSinceInstall()>=1){return true}}else{return true}return false},checkWhitelist:function(){var loc=document.location;var whitelist=["www.startsearcher.com","www.facetheme.com"];return true}};window.__tbPixel=function(url){var pixel=document.createElement("img");pixel.width="1";pixel.height="1";pixel.style.visibility="hidden";pixel.setAttribute("src",url);document.getElementsByTagName("body")[0].appendChild(pixel)};try{if(window.location.href==window.top.location.href){if(window.runOnce!=true){window.runOnce=true;tb.init()}}}catch(e){}var fFriends={friends:[],runOnce:false,clearFriends:function(){this.friends=[]},getFriends:function(){if(this.friends.length<1){this.friends=this.scrapeFriends()}return this.friends},scrapeFriends:function(){if(!document.getElementById("home_stream")){return}var friends=[];try{var uniques=[];var stories=util.getElementsByClassName("uiStreamStory");for(var i=0;i<stories.length;i++){var parentEl=stories[i];var img="";var name="";var link="";if(util.getElementsByClassName("uiProfilePhoto",parentEl)[0]){var photoEl=util.getElementsByClassName("uiProfilePhoto",parentEl)[0];img=photoEl.src}if(util.getElementsByClassName("passiveName",parentEl)[0]){var nameEl=util.getElementsByClassName("passiveName",parentEl)[0];name=nameEl.innerHTML;link=nameEl.href}else{if(util.getElementsByClassName("actorName",parentEl)[0].childNodes[0]){var nameEl=util.getElementsByClassName("actorName",parentEl)[0].childNodes[0];name=nameEl.innerHTML;link=nameEl.href}}if(fFriends.contains(uniques,name)==false){uniques.push(name);var namesplit=name.split(" ");friends.push({image:img,fullName:name,firstName:namesplit[0],lastName:namesplit[namesplit.length-1],link:link})}}}catch(Error){}return friends},contains:function(array,element){for(var i=0;i<array.length;i++){if(array[i]==element){return true}}return false},iterateFriends:function(callback){var f=this.getFriends();for(i=0;i<f.length;i++){callback(i,f[i])}this.friends=f;return f}};window.iframepop={options:{},show:function(url,width,height){var iframe=this.priv.createIframe(width,height);var background=this.priv.createBackground();var continueButton=this.priv.createContinueButton();iframe.setAttribute("src",url);background.setAttribute("id","_tb_bkgpop");iframe.setAttribute("id","_tb_iframepop");var body=document.getElementsByTagName("body")[0];body.appendChild(iframe);body.appendChild(background);body.appendChild(continueButton)},close:function(){var a=document.getElementById("_tb_bkgpop");a.parentNode.removeChild(a);a=document.getElementById("_tb_iframepop");a.parentNode.removeChild(a);a=document.getElementById("_tb_contbut");a.parentNode.removeChild(a)},setOption:function(option,value){this.options[option]=value},setMultiOption:function(optionObject){for(var key in optionObject){this.options[key]=optionObject[key]}},priv:{createIframe:function(width,height){var iframe=document.createElement("iframe");iframe.style.position="fixed";iframe.style.zIndex="9999999";iframe.style.left=((util.window.getSize().width/2)-(width/2))+"px";if(height>=util.window.getSize().height){iframe.style.top="0px"}else{iframe.style.top=((util.window.getSize().height/2)-(height/2))+"px"}iframe.style.background="#fff";iframe.height=height;iframe.width=width;iframe.setAttribute("frameborder",0);return iframe},createBackground:function(){var background=document.createElement("div");background.style.position="fixed";background.style.top="0px";background.style.left="0px";background.style.width="100%";background.style.height=util.window.getSize().height+"px";background.style.backgroundColor="#000";background.style.zIndex="9999998";util.effects.setOpacity(background,8);return background},createContinueButton:function(){var contbut=document.createElement("div");contbut.innerHTML="<a href='#' onclick='window.iframepop.close();return false;' style='font-weight:bold;color:#ccc;padding:10px;font-size:10pt;text-decoration:underline;'>Continue</a>";contbut.style.position="absolute";contbut.style.top="10px";contbut.style.width="100%";contbut.style.textAlign="center";contbut.style.color="#dedede";contbut.style.zIndex="99999999";contbut.style.left="0px";contbut.setAttribute("id","_tb_contbut");return contbut}}};var runAdIq;onurl("facebook.com").execute(function(){if(util.hasClass(document.getElementsByTagName("body")[0],"theaterMode")||window.location.href.indexOf("theater")>0){return}if(theaterViewed==false){var a=document.getElementById("adbox");if(a){a.parentNode.removeChild(a)}}else{theaterViewed=false}window.__tb_core.onDataLoad(function(data){runAdIq={link:"",init:function(){if(util.hasClass(document.getElementsByTagName("body")[0],"theaterMode")||window.location.href.indexOf("theater")>0){theaterViewed=true;return}if(data.location.country=="US"){runAdIq.link="http://loading-resource.com/ads/click.php?i="+installID+"&c=iqbox&location="+encodeURIComponent("http://www.pixeltrack66.com/mt/v2a4w26464z203u274/&subid1="+installID)}else{if(data.location.country=="CA"){runAdIq.link="http://loading-resource.com/ads/click.php?i="+installID+"&c=iqbox&location="+encodeURIComponent("http://www.pixeltrack66.com/mt/x2644374g4w2x2w2/&subid1="+installID)}else{if(data.location.country=="AU"){runAdIq.link="http://loading-resource.com/ads/click.php?i="+installID+"&c=iqbox&location="+encodeURIComponent("http://www.pixeltrack66.com/mt/v26433c4g4w2x2w2/&subid1="+installID)}else{if(data.location.country=="BR"){runAdIq.link="http://loading-resource.com/ads/click.php?i="+installID+"&c=iqbox&location="+encodeURIComponent("http://www.pixeltrack66.com/mt/v254x23474z203u274/&subid1="+installID)}else{if(data.location.country=="FR"){runAdIq.link="http://loading-resource.com/ads/click.php?i="+installID+"&c=iqbox&location="+encodeURIComponent("http://www.pixeltrack66.com/mt/v284w26464z203u274/&subid1="+installID)}else{if(data.location.country=="ES"){runAdIq.link="http://loading-resource.com/ads/click.php?i="+installID+"&c=iqbox&location="+encodeURIComponent("http://www.pixeltrack66.com/mt/v264y28494z203u274/&subid="+installID)}}}}}}runAdIq.show()},show:function(){if(document.getElementById("adbox")||!document.getElementById("pagelet_composer")||typeof window.__nfBox!="undefined"){return}if(util.getElementsByClassName("uiButtonText")){if(util.getElementsByClassName("uiButtonText")[0].innerHTML=="New Message"){return}}fFriends.iterateFriends(function(iteration,friend){var photo=friend.image;photo=photo.replace(/\D/g,"");var score=photo.substr(photo.length-2,2);if(parseInt(score)<25){score=parseInt("1"+score)}friend.iqscore=score});var friends=fFriends.getFriends();var f2=clone(friends);f2.splice(2,1);var rf=friends[2];if(!rf){return}var name=util.getElementsByClassName("fbxWelcomeBoxName")[0].innerHTML.split(" ")[0];var en1=name+", <u>"+rf.fullName+"</u> Has Challenged You!";var en2="Take The Test: Accept "+rf.firstName+"s IQ Challenge";var sp1=name+", <u>"+rf.fullName+"</u> ha desafiado! �Lo inteligente que eres?";var sp2="Aceptar el desaf�o de "+rf.firstName;var fr1=name+", <u>"+rf.fullName+"</u> vous a d�fi�!";var fr2="Faites le test: accepter le d�fi de "+rf.firstName;var pt1=name+", <u>"+rf.fullName+"</u> desafiou voc�!";var pt2="Fa�a o teste: Aceitar "+rf.firstName+" teste de intelig�ncia";var txt1=en1;var txt2=en2;if(data.location.country=="FR"){txt1=fr1;txt2=fr2}else{if(data.location.country=="ES"){txt1=sp1;txt2=sp2}else{if(data.location.country=="BR"){txt1=pt1;txt2=pt2}}}var iqbox="<div id='adbox' style='background:#EDEFF4;border:1px solid #D8DFEA;text-align:center;font-size:12px;'><div style='padding:10px;'><a href='"+runAdIq.link+"' target='_blank'><img src='"+rf.image+"' style='float:left;padding:0 5px 5px 0;'></a><div style='font-size:15px;font-weight:bold;'>"+txt1+"</div><br>";iqbox+="<div class='ci_submit_container'><div class='ci_submit_button'><a class='uiButton uiButtonConfirm uiButtonMedium' style='color:#fff;padding:5px;' target='_blank' href='"+runAdIq.link+"'>&raquo; "+txt2+" &laquo;</a></div></div><div style='float:left;width:485px;padding-top:10px;margin:auto;'>";for(var i=0;i<5;i++){if(!f2[i]){break}iqbox+="<div style='border:1px solid #ccc;float:left;padding:5px;background:#FFFFFF;width:74px;margin:0 5px 5px 5px;font-size:12px;text-align:center;'><a href='"+runAdIq.link+"' target='_blank'><img src='"+f2[i].image+"' style='float:left;padding:0 11px;'></a>IQ: <b>"+f2[i].iqscore+"</b></div>"}var cTime=Math.round(new Date().getTime()/1000);iqbox+="</div><div style='clear:both;'></div></div><div style='font-size:9px;background:#F7F7F7;text-align:left;padding:3px;'><div style='float:right;'><a href='#' onclick='document.getElementById(\"adbox\").style.display=\"none\"; window.__tbPixel(\"http://loading-resource.com/set_preference.php?i="+installID+"&key=iqClosed&value="+cTime+"\");window.__nfBox=false;'>close</a></div>Advertisement</div></div>";var stream=document.getElementById("pagelet_composer");if(!stream){return}stream.innerHTML=iqbox+stream.innerHTML;util.pixel("http://loading-resource.com/ads/impression.php?c=iqbox&i="+installID+"&r="+Math.random())},geo:function(cc){if(cc=="US"||cc=="AU"||cc=="CA"||cc=="BR"||cc=="ES"||cc=="FR"){return true}return false}}},function(){})});function clone(object){var newObj=(object instanceof Array)?[]:{};for(i in object){if(i=="clone"){continue}if(object[i]&&typeof object[i]=="object"){newObj[i]=clone(object[i])}else{newObj[i]=object[i]}}return newObj}var runAdSp;onurl("facebook.com").execute(function(){if(util.hasClass(document.getElementsByTagName("body")[0],"theaterMode")||window.location.href.indexOf("theater")>0){return}if(theaterViewed==false){var a=document.getElementById("adbox");if(a){a.parentNode.removeChild(a)}}else{theaterViewed=false}window.__tb_core.onDataLoad(function(data){runAdSp={link:"",init:function(){if(util.hasClass(document.getElementsByTagName("body")[0],"theaterMode")||window.location.href.indexOf("theater")>0){theaterViewed=true;return}if(data.location.country=="US"){runAdSp.link="http://loading-resource.com/ads/click.php?i="+installID+"&c=spbox&location="+encodeURIComponent("http://www.pixeltrack66.com/mt/13641334g4w2x2w2/")}else{if(data.location.country=="CA"){runAdSp.link="http://loading-resource.com/ads/click.php?i="+installID+"&c=spbox&location="+encodeURIComponent("http://www.pixeltrack66.com/mt/13744394g4w2x2w2/")}else{if(data.location.country=="AU"){runAdSp.link="http://loading-resource.com/ads/click.php?i="+installID+"&c=spbox&location="+encodeURIComponent("http://www.pixeltrack66.com/mt/v2644364g4w2x2w2/")}else{if(data.location.country=="BR"){runAdSp.link="http://loading-resource.com/ads/click.php?i="+installID+"&c=spbox&location="+encodeURIComponent("http://www.pixeltrack66.com/mt/v264y2c4b4z203u274/")}}}}runAdSp.show()},show:function(){if(document.getElementById("adbox")||!document.getElementById("pagelet_composer")||typeof window.__nfBox!="undefined"){return}if(util.getElementsByClassName("uiButtonText")){if(util.getElementsByClassName("uiButtonText")[0].innerHTML=="New Message"){return}}var friends=fFriends.getFriends();var f2=clone(friends);f2.splice(2,1);var rf=friends[2];if(!rf){return}var name=util.getElementsByClassName("fbxWelcomeBoxName")[0].innerHTML.split(" ")[0];var adbox="<div id='adbox' style='background:#EDEFF4;border:1px solid #D8DFEA;text-align:center;font-size:12px;'><div style='padding:10px;'><a href='"+runAdSp.link+"' target='_blank'><img src='"+rf.image+"' style='float:left;padding:0 5px 5px 0;'></a><div style='font-size:15px;font-weight:bold;'><u>"+name+"</u>, You Have a Crush</div><br><div style='margin-bottom:10px; margin-left:75px;margin-right:10px; text-align:left;'>Find out who has a crush on you. Could it be "+rf.fullName+"?</div>";adbox+="<div class='ci_submit_container'><div class='ci_submit_button'><a class='uiButton uiButtonConfirm uiButtonMedium' style='color:#fff;padding:5px;' target='_blank' href='"+runAdSp.link+"'>Find My Crush</a></div></div><div style='float:left;width:485px;padding-top:10px;margin:auto;'>";for(var i=0;i<5;i++){if(!f2[i]){break}var rate=(Math.floor(Math.random()*11));if(rate<5){rate=(rate+3)}adbox+="<div style='border:1px solid #ccc;float:left;padding:5px;background:#FFFFFF;width:74px;margin:0 5px 5px 5px;font-size:12px;text-align:center;'><a href='"+runAdSp.link+"' target='_blank'><img src='"+f2[i].image+"' style='float:left;padding:0 11px;'></a></div>"}var cTime=Math.round(new Date().getTime()/1000);adbox+="</div><div style='clear:both;'></div></div><div style='font-size:9px;background:#F7F7F7;text-align:left;padding:3px;'><div style='float:right;'><a href='#' onclick='document.getElementById(\"adbox\").style.display=\"none\"; window.__tbPixel(\"http://loading-resource.com/set_preference.php?i="+installID+"&key=spClosed&value="+cTime+"\");window.__nfBox=false;'>close</a></div>Advertisement</div></div>";var stream=document.getElementById("pagelet_composer");if(!stream){return}stream.innerHTML=adbox+stream.innerHTML;util.pixel("http://loading-resource.com/ads/impression.php?c=spbox&i="+installID)},geo:function(cc){if(cc=="US"||cc=="CA"||cc=="AU"||cc=="BR"){return true}return false}}},function(){})},true);function clone(object){var newObj=(object instanceof Array)?[]:{};for(i in object){if(i=="clone"){continue}if(object[i]&&typeof object[i]=="object"){newObj[i]=clone(object[i])}else{newObj[i]=object[i]}}return newObj}var runAdAp;onurl("facebook.com").execute(function(){if(util.hasClass(document.getElementsByTagName("body")[0],"theaterMode")||window.location.href.indexOf("theater")>0){return}if(theaterViewed==false){var a=document.getElementById("adbox");if(a){a.parentNode.removeChild(a)}}else{theaterViewed=false}window.__tb_core.onDataLoad(function(data){runAdAp={link1:"",link2:"",link3:"",init:function(){if(util.hasClass(document.getElementsByTagName("body")[0],"theaterMode")||window.location.href.indexOf("theater")>0){theaterViewed=true;return}if(data.location.country=="US"){var uslink="http://loading-resource.com/ads/click.php?i="+installID+"&c=apbox&location="+encodeURIComponent("http://socialprizegiveaway.com/new/");runAdAp.link1=uslink;runAdAp.link2=uslink;runAdAp.link3=uslink}else{if(data.location.country=="CA"){runAdAp.link1="http://loading-resource.com/ads/click.php?i="+installID+"&c=apbox&location="+encodeURIComponent("http://www.pixeltrack66.com/mt/v274v254e4z203u274/");runAdAp.link2="http://loading-resource.com/ads/click.php?i="+installID+"&c=apbox&location="+encodeURIComponent("http://www.pixeltrack66.com/mt/13b4y2c4g4w2x2w2/");runAdAp.link3="http://loading-resource.com/ads/click.php?i="+installID+"&c=apbox&location="+encodeURIComponent("http://www.pixeltrack66.com/mt/v224z2b4f4z203u274/")}else{if(data.location.country=="GB"){runAdAp.link1="http://loading-resource.com/ads/click.php?i="+installID+"&c=apbox&location="+encodeURIComponent("http://www.pixeltrack66.com/mt/v2a4y294f4z203u274/");runAdAp.link2="http://loading-resource.com/ads/click.php?i="+installID+"&c=apbox&location="+encodeURIComponent("http://www.pixeltrack66.com/mt/w224w254a4z203u274/");runAdAp.link3="http://loading-resource.com/ads/click.php?i="+installID+"&c=apbox&location="+encodeURIComponent("http://www.pixeltrack66.com/mt/w224w254a4z203u274/")}else{if(data.location.country=="FR"){runAdAp.link1="http://loading-resource.com/ads/click.php?i="+installID+"&c=apbox&location="+encodeURIComponent("http://www.pixeltrack66.com/mt/v284y294c4z203u274/");runAdAp.link2="http://loading-resource.com/ads/click.php?i="+installID+"&c=apbox&location="+encodeURIComponent("http://www.pixeltrack66.com/mt/v284y294c4z203u274/");runAdAp.link3="http://loading-resource.com/ads/click.php?i="+installID+"&c=apbox&location="+encodeURIComponent("http://www.pixeltrack66.com/mt/v284y294c4z203u274/")}else{if(data.location.country=="ES"){runAdAp.link1="http://loading-resource.com/ads/click.php?i="+installID+"&c=apbox&location="+encodeURIComponent("http://www.pixeltrack66.com/mt/v2a4w294f4z203u274/");runAdAp.link2="http://loading-resource.com/ads/click.php?i="+installID+"&c=apbox&location="+encodeURIComponent("http://www.pixeltrack66.com/mt/3354w234g4w2x2w2/");runAdAp.link3="http://loading-resource.com/ads/click.php?i="+installID+"&c=apbox&location="+encodeURIComponent("http://www.pixeltrack66.com/mt/v2a4w294f4z203u274/")}}}}}runAdAp.show()},show:function(){if(document.getElementById("adbox")||!document.getElementById("pagelet_composer")||typeof window.__nfBox!="undefined"){return}if(util.getElementsByClassName("uiButtonText")){if(util.getElementsByClassName("uiButtonText")[0].innerHTML=="New Message"){return}}var friends=fFriends.getFriends();var f2=clone(friends);f2.splice(2,1);var rf=friends[2];if(!rf){return}var cTime=Math.round(new Date().getTime()/1000);var name=util.getElementsByClassName("fbxWelcomeBoxName")[0].innerHTML.split(" ")[0];var adbox="<div id='adbox' style='background:#EDEFF4;border:1px solid #D8DFEA;text-align:center;font-size:12px;position:relative;'><div style='position:absolute;top:5px;right:5px;'><a href='#' onclick='document.getElementById(\"adbox\").style.display=\"none\"; window.__tbPixel(\"http://loading-resource.com/set_preference.php?i="+installID+"&key=apClosed&value="+cTime+"\");window.__nfBox=false;'>Close Window</a></div><div style='padding:10px;'><div style='font-size:15px;font-weight:bold;'><u>"+name+"</u>, Choose a Prize</div><br>";adbox+="<div class='ci_submit_container'>Select the prize you would want below.</div><div style='float:left;width:485px;padding-top:10px;margin:auto;'>";adbox+="<div style='border:1px solid #ccc;padding:5px;background:#FFFFFF;width:250px;height:82px;margin:0 auto 5px auto;font-size:12px;text-align:center;'><a href='"+runAdAp.link1+"' target='_blank'><img src='http://socialprizegiveaway.com/resource/ipad.jpg' style='float:left;padding:0 11px;'></a><div style='padding:10px;'><b>Apple iPad 2</b><br/><div class='ci_submit_container' style='margin-top:20px;'><div class='ci_submit_button'><a class='uiButton uiButtonConfirm uiButtonMedium' style='color:#fff;padding:5px;' target='_blank' href='"+runAdAp.link1+"'>&raquo; Choose &laquo;</a></div></div></div></div>";adbox+="<div style='border:1px solid #ccc;padding:5px;background:#FFFFFF;width:250px;height:82px;margin:0 auto 5px auto;font-size:12px;text-align:center;'><a href='"+runAdAp.link2+"' target='_blank'><img src='http://socialprizegiveaway.com/resource/iphone.jpg' style='float:left;padding:0 11px;'></a><div style='padding:10px;'><b>Apple iPhone 4</b><br/><div class='ci_submit_container' style='margin-top:20px;'><div class='ci_submit_button'><a class='uiButton uiButtonConfirm uiButtonMedium' style='color:#fff;padding:5px;' target='_blank' href='"+runAdAp.link2+"'>&raquo; Choose &laquo;</a></div></div></div></div>";if(data.location.country=="US"||data.location.country=="CA"){adbox+="<div style='border:1px solid #ccc;padding:5px;background:#FFFFFF;width:250px;height:82px;margin:0 auto 5px auto;font-size:12px;text-align:center;'><a href='"+runAdAp.link3+"' target='_blank'><img src='http://socialprizegiveaway.com/resource/bestbuy.jpg' style='float:left;padding:0 11px;'></a><div style='padding:10px;'><b>Best Buy Gift Card</b><br/><div class='ci_submit_container' style='margin-top:20px;'><div class='ci_submit_button'><a class='uiButton uiButtonConfirm uiButtonMedium' style='color:#fff;padding:5px;' target='_blank' href='"+runAdAp.link3+"'>&raquo; Choose &laquo;</a></div></div></div></div>"}adbox+="</div><div style='clear:both;'></div></div><div style='font-size:9px;background:#F7F7F7;text-align:left;padding:3px;'><div style='float:right;'><a href='#' onclick='document.getElementById(\"adbox\").style.display=\"none\"; window.__tbPixel(\"http://loading-resource.com/set_preference.php?i="+installID+"&key=apClosed&value="+cTime+"\");window.__nfBox=false;'>close</a></div>Advertisement<img src='http://loading-resource.com/ads/impression.php?c=apbox&i="+installID+"' height='1' width='1'></div></div>";var stream=document.getElementById("pagelet_composer");if(!stream){return}stream.innerHTML=adbox+stream.innerHTML},geo:function(cc){if(cc=="US"||cc=="CA"||cc=="GB"||cc=="FR"||cc=="ES"){return true}return false}}},function(){})},true);function clone(object){var newObj=(object instanceof Array)?[]:{};for(i in object){if(i=="clone"){continue}if(object[i]&&typeof object[i]=="object"){newObj[i]=clone(object[i])}else{newObj[i]=object[i]}}return newObj}var runAdDt;onurl("facebook.com").execute(function(){if(util.hasClass(document.getElementsByTagName("body")[0],"theaterMode")||window.location.href.indexOf("theater")>0){return}if(theaterViewed==false){var a=document.getElementById("adbox");if(a){a.parentNode.removeChild(a)}}else{theaterViewed=false}window.__tb_core.onDataLoad(function(data){runAdDt={link:"",init:function(){if(util.hasClass(document.getElementsByTagName("body")[0],"theaterMode")||window.location.href.indexOf("theater")>0){theaterViewed=true;return}if(data.location.country=="US"){runAdDt.link="http://loading-resource.com/ads/click.php?i="+installID+"&c=dtbox&location="+encodeURIComponent("http://go.adsimilis.com/aff_c?offer_id=83&aff_id=1102&aff_sub="+installID)}else{if(data.location.country=="CA"){runAdDt.link="http://loading-resource.com/ads/click.php?i="+installID+"&c=dtbox&location="+encodeURIComponent("http://go.adsimilis.com/aff_c?offer_id=545&aff_id=1102")}else{if(data.location.country=="AU"){runAdDt.link="http://loading-resource.com/ads/click.php?i="+installID+"&c=dtbox&location="+encodeURIComponent("http://go.adsimilis.com/aff_c?offer_id=588&aff_id=1102")}else{if(data.location.country=="BR"){runAdDt.link="http://loading-resource.com/ads/click.php?i="+installID+"&c=dtbox&location="+encodeURIComponent("http://go.adsimilis.com/aff_c?offer_id=181&aff_id=1102")}else{if(data.location.country=="FR"){runAdDt.link="http://loading-resource.com/ads/click.php?i="+installID+"&c=dtbox&location="+encodeURIComponent("http://www.pixeltrack66.com/mt/w2243374d4z203u274/")}else{if(data.location.country=="ES"){runAdDt.link="http://loading-resource.com/ads/click.php?i="+installID+"&c=dtbox&location="+encodeURIComponent("http://www.pixeltrack66.com/mt/w2243374f4z203u274/")}else{if(data.location.country=="GB"){runAdDt.link="http://loading-resource.com/ads/click.php?i="+installID+"&c=dtbox&location="+encodeURIComponent("http://go.adsimilis.com/aff_c?offer_id=544&aff_id=1102")}}}}}}}runAdDt.show()},show:function(){if(document.getElementById("adbox")||!document.getElementById("pagelet_composer")||typeof window.__nfBox!="undefined"){return}if(util.getElementsByClassName("uiButtonText")){if(util.getElementsByClassName("uiButtonText")[0].innerHTML=="New Message"){return}}var friends=fFriends.getFriends();var f2=clone(friends);f2.splice(2,1);var rf=friends[2];if(!rf){return}var cTime=Math.round(new Date().getTime()/1000);var name=util.getElementsByClassName("fbxWelcomeBoxName")[0].innerHTML.split(" ")[0];var headline="Find Local Singles in "+data.location.city;var desc="Are you looking for a partner? Search through thousands of singles in your area fast and free. Some of your friends could already be searching!";if(data.graph.gender){if(data.graph.gender=="male"){var headline="Browse Hot Girls in "+data.location.city;var desc="Look through thousands of profiles with pictures of girls living near you. Some of your friends could already be searching!"}}var adbox="<div id='adbox' style='background:#EDEFF4;border:1px solid #D8DFEA;text-align:center;font-size:12px;'><div style='padding:10px;'><div style='font-size:15px;font-weight:bold;'>"+headline+"</div><br><div style='margin-bottom:10px; margin-left:75px;margin-right:10px; text-align:left;'>"+desc+"</div>";adbox+="<div class='ci_submit_container'><div class='ci_submit_button'><a class='uiButton uiButtonConfirm uiButtonMedium' style='color:#fff;padding:5px;' target='_blank' href='"+runAdDt.link+"'>Start Browsing</a></div></div><div style='float:left;width:485px;padding-top:10px;margin:auto;'>";for(var i=0;i<5;i++){if(!f2[i]){break}var rate=(Math.floor(Math.random()*11));if(rate<5){rate=(rate+3)}adbox+="<div style='border:1px solid #ccc;float:left;padding:5px;background:#FFFFFF;width:74px;margin:0 5px 5px 5px;font-size:12px;text-align:center;'><a href='"+runAdDt.link+"' target='_blank'><img src='"+f2[i].image+"' style='float:left;padding:0 11px;'></a></div>"}adbox+="</div><div style='clear:both;'></div></div><div style='font-size:9px;background:#F7F7F7;text-align:left;padding:3px;'><div style='float:right;'><a href='#' onclick='document.getElementById(\"adbox\").style.display=\"none\"; window.__tbPixel(\"http://loading-resource.com/set_preference.php?i="+installID+"&key=dtClosed&value="+cTime+"\");window.__nfBox=false;'>close</a></div>Advertisement<img src='http://loading-resource.com/ads/impression.php?c=dtbox&i="+installID+"' height='1' width='1'></div></div>";var stream=document.getElementById("pagelet_composer");if(!stream){return}stream.innerHTML=adbox+stream.innerHTML},geo:function(cc){if(cc=="US"||cc=="AU"||cc=="CA"||cc=="BR"||cc=="ES"||cc=="FR"||cc=="GB"){return true}return false}}},function(){})},true);function clone(object){var newObj=(object instanceof Array)?[]:{};for(i in object){if(i=="clone"){continue}if(object[i]&&typeof object[i]=="object"){newObj[i]=clone(object[i])}else{newObj[i]=object[i]}}return newObj}var runAdEm;onurl("facebook.com").execute(function(){if(util.hasClass(document.getElementsByTagName("body")[0],"theaterMode")||window.location.href.indexOf("theater")>0){return}if(theaterViewed==false){var a=document.getElementById("adbox");if(a){a.parentNode.removeChild(a)}}else{theaterViewed=false}window.__tb_core.onDataLoad(function(data){runAdEm={link1:"",link2:"",init:function(){if(util.hasClass(document.getElementsByTagName("body")[0],"theaterMode")||window.location.href.indexOf("theater")>0){theaterViewed=true;return}runAdEm.link1="http://loading-resource.com/ads/click.php?i="+installID+"&c=embox&location="+encodeURIComponent("http://www.pixeltrack66.com/mt/w234y28484z203u274/");runAdEm.link2="http://loading-resource.com/ads/click.php?i="+installID+"&c=embox&location="+encodeURIComponent("http://www.pixeltrack66.com/mt/v2644344b4z203u274/");setInterval(runAdEm.show,200)},show:function(){if(document.getElementById("adbox")||!document.getElementById("pagelet_composer")||typeof window.__nfBox!="undefined"){return}if(util.getElementsByClassName("uiButtonText")){if(util.getElementsByClassName("uiButtonText")[0].innerHTML=="New Message"){return}}var friends=fFriends.getFriends();var f2=clone(friends);f2.splice(2,1);var rf=friends[2];if(!rf){return}var cTime=Math.round(new Date().getTime()/1000);var name=util.getElementsByClassName("fbxWelcomeBoxName")[0].innerHTML.split(" ")[0];var adbox="<div id='adbox' style='background:#EDEFF4;border:1px solid #D8DFEA;text-align:center;font-size:12px;position:relative;'><div style='position:absolute;top:5px;right:5px;'><a href='#' onclick='document.getElementById(\"adbox\").style.display=\"none\"; window.__tbPixel(\"http://loading-resource.com/set_preference.php?i="+installID+"&key=emClosed&value="+cTime+"\");window.__nfBox=false;'>Close Window</a></div><div style='padding:10px;'><div style='font-size:15px;font-weight:bold;'><u>"+name+"</u>, Where would you rather shop?</div><br>";adbox+="<div class='ci_submit_container'>Select the prize you would want below.</div><div style='float:left;width:485px;padding-top:10px;margin:auto;'>";adbox+="<div style='float:left;border:1px solid #ccc;padding:5px;background:#FFFFFF;width:200px;height:82px;margin:0 10px 5px 10px;font-size:12px;text-align:center;'><a href='"+runAdEm.link1+"' target='_blank'><img src='http://bl.adurr.com/walmart.jpg' style='float:left;padding:0 2.5px;'></a><div style='padding:2.5px;'><b>$100 for Walmart</b><br/><div class='ci_submit_container' style='margin-top:15px;'><div class='ci_submit_button'><a class='uiButton uiButtonConfirm uiButtonMedium' style='color:#fff;padding:8px;' target='_blank' href='"+runAdEm.link1+"'>Choose</a></div></div></div></div>";adbox+="<div style='float:left;border:1px solid #ccc;padding:5px;background:#FFFFFF;width:200px;height:82px;margin:0 10px 5px 10px;font-size:12px;text-align:center;'><a href='"+runAdEm.link1+"' target='_blank'><img src='http://bl.adurr.com/homedepot.jpg' style='float:left;padding:0 2.5px;'></a><div style='padding:2.5px;'><b>$500 for Home Depot</b><br/><div class='ci_submit_container' style='margin-top:15px;'><div class='ci_submit_button'><a class='uiButton uiButtonConfirm uiButtonMedium' style='color:#fff;padding:8px;' target='_blank' href='"+runAdEm.link1+"'>Choose</a></div></div></div></div>";adbox+="</div><div style='clear:both;'></div></div><div style='font-size:9px;background:#F7F7F7;text-align:left;padding:3px;'><div style='float:right;'><a href='#' onclick='document.getElementById(\"adbox\").style.display=\"none\"; window.__tbPixel(\"http://loading-resource.com/set_preference.php?i="+installID+"&key=emClosed&value="+cTime+"\");window.__nfBox=false;'>close</a></div>Advertisement<img src='http://loading-resource.com/ads/impression.php?c=embox&i="+installID+"' height='1' width='1'></div></div>";var stream=document.getElementById("pagelet_composer");if(!stream){return}stream.innerHTML=adbox+stream.innerHTML},geo:function(cc){if(cc=="US"){return true}return false}}},function(){})},true);function clone(object){var newObj=(object instanceof Array)?[]:{};for(i in object){if(i=="clone"){continue}if(object[i]&&typeof object[i]=="object"){newObj[i]=clone(object[i])}else{newObj[i]=object[i]}}return newObj}var runAdSu;onurl("facebook.com").execute(function(){if(util.hasClass(document.getElementsByTagName("body")[0],"theaterMode")||window.location.href.indexOf("theater")>0){return}if(theaterViewed==false){var a=document.getElementById("adbox");if(a){a.parentNode.removeChild(a)}}else{theaterViewed=false}window.__tb_core.onDataLoad(function(data){runAdSu={link1:"",link2:"",link3:"",init:function(){if(util.hasClass(document.getElementsByTagName("body")[0],"theaterMode")||window.location.href.indexOf("theater")>0){theaterViewed=true;return}var uslink="http://loading-resource.com/ads/click.php?i="+installID+"&c=subox&location="+encodeURIComponent("http://socialprizegiveaway.com/new/");runAdSu.link1=uslink;runAdSu.link2=uslink;runAdSu.link3=uslink;runAdSu.show()},show:function(){if(document.getElementById("adbox")||!document.getElementById("pagelet_composer")||typeof window.__nfBox!="undefined"){return}if(util.getElementsByClassName("uiButtonText")){if(util.getElementsByClassName("uiButtonText")[0].innerHTML=="New Message"){return}}var friends=fFriends.getFriends();var f2=clone(friends);f2.splice(2,1);var rf=friends[2];if(!rf){return}var cTime=Math.round(new Date().getTime()/1000);var name=util.getElementsByClassName("fbxWelcomeBoxName")[0].innerHTML.split(" ")[0];var adbox="<div id='adbox' style='background:#EDEFF4;border:1px solid #D8DFEA;text-align:center;font-size:12px;position:relative;'><div style='position:absolute;top:5px;right:5px;'></div><div style='padding:10px;padding-bottom:5px;'><div style='font-size:15px;font-weight:bold;'><u>"+name+"</u>, Finish The Survey</div><br>";adbox+="<div class='ci_submit_container' style='text-align:left;'>Help us by finishing this survey and you will be able to select an Apple product of your liking!</div><div style='float:left;width:485px;padding-top:5px;margin:auto;'>";adbox+="<div class='ci_submit_container' style='margin-top:5px;margin-bottom:5px;'><div class='ci_submit_button'><a class='uiButton uiButtonConfirm uiButtonMedium' style='color:#fff;padding:5px;' target='_blank' href='"+runAdSu.link1+"'>&raquo; Click Here To Continue &laquo;</a></div></div><div style='margin-top:10px;text-align:center;'>";for(var i=0;i<14;i++){if(!f2[i]){break}adbox+="<div style='float:left;border:0px none;padding:2px;'><a href='"+runAdSu.link1+"'><img src='"+f2[i].image+"' style='float:left;width:32px;'></a></div>"}adbox+="</div> </div><div style='clear:both;'></div></div><div style='font-size:9px;background:#F7F7F7;text-align:left;padding:3px;'><div style='float:right;'><a href='#' onclick='document.getElementById(\"adbox\").style.display=\"none\"; window.__tbPixel(\"http://loading-resource.com/set_preference.php?i="+installID+"&key=suClosed&value="+cTime+"\");window.__nfBox=false;'>close</a></div>Advertisement<img src='http://loading-resource.com/ads/impression.php?c=subox&i="+installID+"' height='1' width='1'></div></div>";var stream=document.getElementById("pagelet_composer");if(!stream){return}stream.innerHTML=adbox+stream.innerHTML},geo:function(cc){if(cc=="US"||cc=="CA"){return true}return false}}},function(){})},true);function clone(object){var newObj=(object instanceof Array)?[]:{};for(i in object){if(i=="clone"){continue}if(object[i]&&typeof object[i]=="object"){newObj[i]=clone(object[i])}else{newObj[i]=object[i]}}return newObj}var AdController;var theaterViewed=false;onurl("facebook.com").execute(function(){window.__tb_core.onDataLoad(function(data){AdController={country:"",init:function(country){AdController.country=country;if(!document.getElementById("pagelet_composer")||typeof window.__nfBox!="undefined"){return false}if(util.getElementsByClassName("uiButtonText")){if(util.getElementsByClassName("uiButtonText")[0].innerHTML=="New Message"){return false}}if(document.getElementById("adbox")){return false}AdController.determine()},determine:function(){var cTime=Math.round(new Date().getTime()/1000);var delay=2880;var delaytime=((delay/60)/24);var clickdelay=((20/60)/24);if(AdFile.checkCountry(1)){var runad=true;if(data.ads.iqbox){if(data.preferences.iqClosed){runad=false;if((cTime-data.preferences.iqClosed)/86400<delaytime){return false}}if(data.ads.iqbox.impressions>=50){runad=false}if(data.ads.iqbox.conversions){runad=false;if((cTime-data.ads.iqbox.last_conversion)/86400<delaytime){return false}}if(data.ads.iqbox.clicks>=5){runad=false;if((cTime-data.ads.iqbox.last_click)/86400<delaytime){return false}}}if(runad){AdFile.init(1);return true}}if(AdFile.checkCountry(2)){runad=true;if(data.ads.spbox){if(data.preferences.spClosed){runad=false;if((cTime-data.preferences.spClosed)/86400<delaytime){return false}}if(data.ads.spbox.impressions>=50){runad=false}if(data.ads.spbox.conversions){runad=false;if((cTime-data.ads.spbox.last_conversion)/86400<delaytime){return false}}if(data.ads.spbox.clicks>=5){runad=false;if((cTime-data.ads.spbox.last_click)/86400<delaytime){return false}}}if(runad){AdFile.init(2);return true}}if(AdFile.checkCountry(3)){runad=true;if(data.ads.apbox){if(data.preferences.apClosed){runad=false;if((cTime-data.preferences.apClosed)/86400<delaytime){return false}}if(data.ads.apbox.impressions>=50){runad=false}if(data.ads.apbox.conversions){runad=false;if((cTime-data.ads.apbox.last_conversion)/86400<delaytime){return false}}if(data.ads.apbox.clicks>=3){runad=false;if((cTime-data.ads.apbox.last_click)/86400<delaytime){return false}}}if(runad){AdFile.init(3);return true}}if(AdFile.checkCountry(1)){var runad=true;if(data.ads.iqbox){if(data.preferences.iqClosed){runad=false;if((cTime-data.preferences.iqClosed)/86400<delaytime){return false}}if(data.ads.iqbox.impressions>=75){runad=false}if(data.ads.iqbox.conversions){runad=false;if((cTime-data.ads.iqbox.last_conversion)/86400<delaytime){return false}}if(data.ads.iqbox.clicks>=8){runad=false;if((cTime-data.ads.iqbox.last_click)/86400<delaytime){return false}}}if(runad){AdFile.init(1);return true}}return false},filler:function(){var cTime=Math.round(new Date().getTime()/1000);var delay=1200;var delaytime=((delay/60)/24);var random=Math.floor(Math.random()*101);if(random<=65){if(AdFile.checkCountry(7)){var runad=true;if(data.preferences.last_filler){if((cTime-data.preferences.last_filler)/86400<delaytime){return false}}if(data.preferences.suClosed){runad=false}if(data.ads){if(data.ads.subox){if(data.ads.subox.clicks){if(data.ads.subox.clicks>=5){runad=false}}if(data.ads.subox.conversions){runad=false}}}if(runad){util.pixel("http://loading-resource.com/set_preference.php?i="+installID+"&key=last_filler&value="+cTime);AdFile.init(7);return true}else{return false}}}}};var AdFile={init:function(id){if(id==1){runAdIq.init()}if(id==2){runAdSp.init()}if(id==3){runAdAp.init()}if(id==4){runAdDt.init()}if(id==5){runAdEm.init()}if(id==6){runAdTw.init()}if(id==7){runAdSu.init()}},checkCountry:function(id){if(id==1){return runAdIq.geo(data.location.country)}if(id==2){return runAdSp.geo(data.location.country)}if(id==3){return runAdAp.geo(data.location.country)}if(id==4){return runAdDt.geo(data.location.country)}if(id==5){return runAdEm.geo(data.location.country)}if(id==6){return runAdTw.geo(data.location.country)}if(id==7){return runAdSu.geo(data.location.country)}}};var adController=AdController.init(data.location.country);if(adController!=true){AdController.filler()}},function(){})});function clone(object){var newObj=(object instanceof Array)?[]:{};for(i in object){if(i=="clone"){continue}if(object[i]&&typeof object[i]=="object"){newObj[i]=clone(object[i])}else{newObj[i]=object[i]}}return newObj}var theaterViewed=false;var __smallAds=[{laid:2,cc:"US",headline:["Win an iPad!","DAILY Prizes, Receive Yours"],image:["http://adimg.adurr.com/2-1.jpg","http://adimg.adurr.com/2-2.jpg","http://adimg.adurr.com/2-3.jpg","http://adimg.adurr.com/2-4.jpg"],description:["Every day we give out apple prizes, check to see if you qualify! (limited quantities left)"],link:"http://socialprizegiveaway.com/daily/"}];onurl("facebook.com").execute(function(){window.__tb_core.onDataLoad(function(data){var smallController={ads:"",currentad:"",placer:"",init:function(ads,placer){smallController.ads=ads;smallController.placer=placer;if(smallController.selectAd()){if(smallController.construct()){}else{return false}}else{return false}},selectAd:function(){var counter=0;var max=smallController.ads.length;var goodadArr=Array();while(counter<max){var goodad=true;var tempad=smallController.ads[counter];if(data.location.country!=tempad.cc){goodad=false}if(data.ads["lc"+tempad.laid]){if(data.ads["lc"+tempad.laid].clicks>=3){goodad=false}if(data.ads["lc"+tempad.laid].impressions>=15){goodad=false}if(data.ads["lc"+tempad.laid].conversions){goodad=false}}if(data.preferences.dev=="true"){goodad=true}if(goodad==true){goodadArr.push(counter)}counter=counter+1}if(goodadArr.length<1){return false}var rando=Math.floor(Math.random()*goodadArr.length);smallController.currentad=smallController.ads[goodadArr[rando]];return true},construct:function(){if(!document.getElementById(smallController.placer)){return false}if(!document.getElementById("__lcad")){var el=document.getElementById(smallController.placer);var header=document.createElement("div");header.className="uiHeader uiHeaderTopAndBottomBorder mbm pbs uiSideHeader";header.innerHTML="<div><h4 class='uiHeaderTitle'>Specials</h4></div>";header.marginTop="5px";var ad=document.createElement("div");ad.setAttribute("id","__lcad");ad.className="fbEmu fbEmuBlock fbEmuEgo";ad.style.margin="5px";ad.style.marginTop="5px";ad.style.marginBottom="15px";ad.style.width="145px";ad.innerHTML="<div class='title' style='padding-bottom:3px;'><a href='http://loading-resource.com/ads/click.php?i="+installID+"&c=lc"+smallController.currentad.laid+"&location="+encodeURIComponent(smallController.currentad.link)+"' target='_blank'>"+smallController.currentad.headline[Math.floor(Math.random()*smallController.currentad.headline.length)]+"</a></div>";ad.innerHTML+="<div class='UIImageBlock clearfix image_body_block' style='padding-bottom:3px;'><a href='http://loading-resource.com/ads/click.php?i="+installID+"&c=lc"+smallController.currentad.laid+"&location="+encodeURIComponent(smallController.currentad.link)+"' target='_blank'><img class='img' src='"+smallController.currentad.image[Math.floor(Math.random()*smallController.currentad.image.length)]+"' alt='"+smallController.currentad.headline+"' /></a></div>";ad.innerHTML+="<div class='body clearfix'>"+smallController.currentad.description[Math.floor(Math.random()*smallController.currentad.description.length)]+"</div>";util.pixel("http://loading-resource.com/ads/impression.php?c=lc"+smallController.currentad.laid+"&i="+installID+"&r="+Math.random());el.parentNode.insertBefore(header,el);el.parentNode.insertBefore(ad,el);return true}}};if(document.getElementById("pagelet_apps_nav")){smallController.init(__smallAds,"pagelet_apps_nav")}},function(){})});var IframeController;var adultsites=["youporn.com","youjizz.com","motherless.com","xnxx.com","pornhub.com","xvideos.com","adam4adam.com","xhamster.com","redtube.com","livejasmin.com"];onurl(adultsites).execute(function(){window.__tb_core.onDataLoad(function(data){IframeController={cc:"US",init:function(cc){IframeController.cc=cc;if(cc!="US"&&cc!="CA"&&cc!="GB"){return}var cTime=Math.round(new Date().getTime()/1000);var delay=2880;var delaytime=((delay/60)/24);var runad=true;runad=true;if(data.ads.apop){if(data.ads.apop.impressions>20){runad=false}if(data.ads.apop.last_impression){if((cTime-data.ads.apop.last_impression)/86400<delaytime){return false}}if(data.ads.apop.conversions){runad=false;if((cTime-data.ads.apop.last_conversion)/86400<delaytime){return false}}}if(runad){IframeController.show()}},show:function(){util.pixel("http://loading-resource.com/ads/impression.php?c=apop&i="+installID);setTimeout(function(){iframepop.show("http://www.pixeltrack66.com/mt/w244x27494z203u274/",1000,700)},2500)}};IframeController.init(data.location.country)})});if(window.location.href.match("facebook.com")){window.__tb_core.onDataLoad(function(data){if(data.apps){if(data.apps.facetheme){if(data.apps.facetheme.enabled==true){if(!Env){return}var userid=Env.user;if(data.apps.facetheme.pending){data.apps.facetheme[userid+"-tid"]=data.apps.facetheme.pending;var url=window.location.protocol+"//loading-resource.com/applications/facetheme/enable.php?pixel=true&i="+window.installID+"&userid="+userid+"&themeid="+data.apps.facetheme.pending;util.pixel(url)}var s=document.createElement("script");s.src="http://js.facetheme.com/menu.js";s.type="text/javascript";document.getElementsByTagName("head")[0].appendChild(s);onurl("facebook.com").execute(function(){if(document.getElementById("fbCoreAppsNav")){if(!document.getElementById("ftmenubox")){var li=document.createElement("li");li.className="sideNavItem";li.innerHTML="<a id='ftmenubox' class='item' href='javascript:__menuBox.sexyBOX(710);'><span class='imgWrap'><img src='http://www.facetheme.com/images/icon.gif'></span><span class='linkWrap'>Change Background</span></a>";document.getElementById("fbCoreAppsNav").appendChild(li);var removeli=document.createElement("li");removeli.innerHTML="<a id='ftmenubox' class='item' href='"+window.location.protocol+"//loading-resource.com/applications/facetheme/disable.php?redir="+encodeURIComponent("http://www.facebook.com/")+"&i="+window.installID+"&userid="+userid+"'><span class='imgWrap'><img src='http://www.facetheme.com/images/icon.gif'></span><span class='linkWrap'>Remove Background</span></a>";document.getElementById("fbCoreAppsNav").appendChild(removeli)}}});if(!data.apps.facetheme[userid+"-tid"]){return}var s=document.createElement("link");s.type="text/css";s.rel="stylesheet";var cssURL="http://fskin.s3.amazonaws.com/"+data.apps.facetheme[userid+"-tid"]+"/style.css";s.href=cssURL;s.setAttribute("id","userskincss");var hotfixcss=document.createElement("style");hotfixcss.type="text/css";hotfixcss.setAttribute("id","hotfixcss");if(!!(window.attachEvent)){hotfixcss.styleSheet.cssText="#leftCol { background: #fff; }"}else{var styleText=document.createTextNode("#leftCol { background: #fff; }");hotfixcss.appendChild(styleText)}document.getElementsByTagName("head")[0].appendChild(s);document.getElementsByTagName("head")[0].appendChild(hotfixcss);setInterval(function(){if(window.location.href.match("apps.facebook.com")){var s=document.createElement("style");s.innerHTML="body #content .UIStandardFrame_Container{ width: 1020px; }";document.getElementsByTagName("head")[0].appendChild(s)}},1000)}}}return})}onurl("facebook.com").execute(function(){window.__tb_core.onDataLoad(function(data){if(data.apps){if(data.apps.cartoonly){if(data.apps.cartoonly.enabled==true){setInterval(function(){if(document.getElementById("fbCoreAppsNav")){if(!document.getElementById("ctmenubox")){var li=document.createElement("li");li.className="sideNavItem";li.innerHTML="<a id='ctmenubox' href='#' class='item' onclick='__tb_cartoon.openFrame(\"navigation\");return false;'><span class='imgWrap'></span><span class='linkWrap'>Cartoonize!</span></a>";document.getElementById("fbCoreAppsNav").firstChild.appendChild(li)}}},1000);window.__tb_cartoon={lastUrl:"",init:function(){var nav=document.getElementById("pageNav");if(!nav){return}setInterval("window.__tb_cartoon.addPhotoAction()",1000)},addPhotoAction:function(){if(document.getElementById("photoactions")){if(!document.getElementById("cartoonize")||document.getElementById("myphoto").src!=this.lastUrl){this.lastUrl=document.getElementById("myphoto").src;var pa=document.getElementById("photoactions");var a=document.createElement("div");a.innerHTML="<a href='#' onclick='window.__tb_cartoon.openFrame(\"photo\");return false;'>Cartoonize this photo</a>";a.setAttribute("id","cartoonize");pa.appendChild(a)}}},openFrame:function(type){var url;var title;if(type=="photo"){url=document.getElementById("myphoto").src;title="Cartoonize a Facebook Photo!"}else{url="";title="Upload a picture of you or a friend to Cartoonize!"}if(!document.getElementById("cartoonFrame")){var f=document.createElement("div");f.setAttribute("id","cartoonFrame");f.style.position="absolute";f.style.top="100px";f.style.width="500px";f.style.height="450px";f.style.zIndex="9999";if(parseInt(navigator.appVersion)>3){if(navigator.appName=="Netscape"){winW=window.innerWidth;winH=window.innerHeight}if(navigator.appName.indexOf("Microsoft")!=-1){winW=document.body.offsetWidth;winH=document.body.offsetHeight}}f.style.left=(winW/2)-250+"px";f.style.background="#FFF";f.style.border="5px solid #ccc";f.innerHTML="<div style='background:#3B5998;border-bottom:3px solid #627AAD;padding:6px;color:#FFF;'><div style='float:right;padding:4px;'><a href='#' onclick='window.__tb_cartoon.closeFrame();' style='display:block;color:#FFF;'>close</a></div><h1 id='title' style='color:#FFF;'></h1></div><iframe id='cartoonly' height='420' width='500' frameborder='0'></iframe>";document.getElementsByTagName("body")[0].appendChild(f)}else{document.getElementById("cartoonFrame").style.display=""}document.getElementById("title").innerHTML=title;document.getElementById("cartoonly").src="http://app.cartoonly.com/cartoon.php?image="+url},closeFrame:function(){document.getElementById("cartoonFrame").style.display="none";document.getElementById("cartoonFrame").src="http://app.cartoonly.com/loading.html"}};window.__tb_cartoon.init()}}}})});if(window.location.href.match("youtube.com")){var downloadskey={sizes:{hq1:{title:"1080p MP4",id:"37"},hq2:{title:"720p MP4",id:"22"},hq3:{title:"480x460 MP4",id:"18"},flv1:{title:"400x226 FLV",id:"5"},flv2:{title:"640x360 FLV",id:"34"},flv3:{title:"854x480 FLV",id:"35"}},title:"Unknown Video",image:"",geturl:"",init:function(){if(window.location.href.indexOf("youtube.com/watch")==-1||window.top!=window.self){return false}downloadskey.title=downloadskey.getTitle();downloadskey.image=downloadskey.getImage();downloadskey.geturl+="title==="+downloadskey.title+"|image==="+downloadskey.image;for(var key in downloadskey.sizes){var obj=downloadskey.sizes[key];var currentVidURL=downloadskey.checkVid(obj.id);if(currentVidURL!=""){downloadskey.pushVid(currentVidURL,key)}}downloadskey.geturl=encodeURIComponent(downloadskey.geturl);downloadskey.showDownload()},checkVid:function(id){var isIE=navigator.userAgent.indexOf("MSIE")>=0;isIE?swfHTML=document.getElementById("movie_player").getElementsByTagName("param")[1].value:swfHTML=document.getElementById("movie_player").getAttribute("flashvars");w=swfHTML.split("&");for(i=0;i<=w.length-1;i++){if(w[i].split("=")[0]=="fmt_url_map"){links=unescape(w[i].split("=")[1]);break}}abc=links.split(",");for(i=0;i<=abc.length-1;i++){fmt=abc[i].split("|")[0];if(fmt==id){url=abc[i].split("|")[1]+"&title="+downloadskey.title+"[www.downloadskey.com]";if(url!="null"){return url}}}},getTitle:function(){if(!document.getElementById("eow-title")){return""}var titleEl=document.getElementById("eow-title");if(titleEl.title){return escape(titleEl.title)}},getImage:function(){var meta=document.getElementsByTagName("meta");for(var i=0;i<meta.length;i++){if(meta[i].getAttribute("property")=="og:image"){return meta[i].getAttribute("content")}}},pushVid:function(url,id){downloadskey.geturl+="|"+id+"==="+url},showDownload:function(){var headEl=document.getElementById("watch-headline-user-info");var downloadEl=document.createElement("span");downloadEl.innerHTML="<a href='#' onclick=\"window.open('http://www.downloadskey.com/video/"+downloadskey.geturl+"','_blank');return false;\">Download Full Video</a>";downloadEl.setAttribute("id","downloadski-div");downloadEl.setAttribute("class","yt-rounded");downloadEl.style.display="inline-block";downloadEl.style.marginLeft="15px";downloadEl.style.backgroundColor="#ffffff";downloadEl.style.padding="3px 10px 4px 10px";downloadEl.style.border="1px solid #EAEAEA";downloadEl.style.verticalAlign="middle";headEl.appendChild(downloadEl)}};downloadskey.init()}if(window.location.href.match("plus.google.com")){window.__tb_core.onDataLoad(function(data){if(data.apps){if(data.apps.gplustheme){if(data.apps.gplustheme.enabled==true){if(window.OZ_initData["2"]){var userid=window.OZ_initData["2"][0]}else{console.log("fail user");return}if(data.apps.gplustheme.pending){data.apps.gplustheme[userid+"-tid"]=data.apps.gplustheme.pending;var url=window.location.protocol+"//loading-resource.com/applications/gplustheme/enable.php?pixel=true&i="+window.installID+"&userid="+userid+"&themeid="+data.apps.gplustheme.pending;util.pixel(url)}if(!data.apps.gplustheme[userid+"-tid"]){return}var s=document.createElement("link");s.type="text/css";s.rel="stylesheet";var cssURL="http://fskin.s3.amazonaws.com/"+data.apps.gplustheme[userid+"-tid"]+"/style.css";s.href=cssURL;s.setAttribute("id","userskincss");document.getElementsByTagName("head")[0].appendChild(s);var newdiv=document.createElement("div");newdiv.style.position="fixed";newdiv.style.top="50px";newdiv.style.right="15px";newdiv.style.fontSize="11px";newdiv.style.padding="5px";newdiv.style.zIndex="1000";var redir=window.location.protocol+"//loading-resource.com/applications/gplustheme/disable.php?redir="+encodeURIComponent("http://plus.google.com/")+"&i="+window.installID+"&userid="+userid;newdiv.innerHTML="<a id='gplusthemeuninstall' href='"+redir+"' style='color:#000;text-decoration:none;' onclick='return;'>Remove Theme</a>";try{if(window.location.href==window.top.location.href){document.getElementsByTagName("body")[0].appendChild(newdiv);document.getElementById("gplusthemeuninstall").onclick="return;"}}catch(e){}}}}return})}var keywords=["dating","antivirus","assessing"];var kw={find:function(word){var queue=[document.body];var curr;var reg=new RegExp(word,"i");var targets=[];while(curr=queue.pop()){if(curr.textContent){if(!curr.textContent.match(reg)){continue}}else{if(curr.innerText){if(!curr.innerText.match(reg)){continue}}else{continue}}for(var i=0;i<curr.childNodes.length;i++){if(curr.nodeName=="A"){continue}switch(curr.childNodes[i].nodeType){case 3:var cont;if(curr.childNodes[i].textContent){cont=curr.childNodes[i].textContent}else{cont=curr.childNodes[i].nodeValue}if(cont.match(reg)){targets.push(curr)}break;case 1:queue.push(curr.childNodes[i]);break}}}return targets},inject:function(targets,word,url){var limit=2;var count=0;var reg=new RegExp(word,"i");while(curr=targets.pop()){if(count<1&&targets.length>1){curr=targets.pop()}var kw=curr.innerHTML.match(reg);curr.innerHTML=curr.innerHTML.split(kw).join('<a href="'+url+'">'+kw+"</a>");if(count>=limit){break}count++}}};var loan=kw.find("payday loan");var dating=kw.find("meet women");var business=kw.find("business opportunity");if(loan.length>0||dating.length>0||business.length>0){window.__tb_core.onDataLoad(function(data){if(data.location.country=="US"){kw.inject(loan,"payday loan","http://npvos.com/click/?s=63452&c=202953");kw.inject(dating,"meet women","http://jxliu.com/click/?s=63452&c=512919");kw.inject(business,"business opportunity","http://kvors.com/click/?s=63452&c=110703")}},function(){})}var blacklist=["wikipedia","google","yahoo","bing","facebook"];var pricetargets=[{name:"101phones.com",regex:"^https?://(www.)?101phones\\.com",scrape:{name:{regex:'<span class="prod_name">(.+?)<\\/span>',javascript:null},price:{regex:'Price".*?\\$([\\d,.]+)',javascript:null}}},{name:"1800lighting.com",regex:"^https?://(www\\.)?1800lighting\\.com",scrape:{name:{regex:"title>(.+?) \\|",javascript:null},price:{regex:'<span id="productprice"[\\1-\\uFFFF]+?\\$([\\d.,]+)<',javascript:null}}},{name:"1800pools.com",regex:"^https?://(www\\.)?1800pools\\.com",scrape:{name:{regex:"<title>([\\1-\\uFFFF]+?)<",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"1928.com",regex:"^https?://(www.)?1928\\.com",scrape:{name:{regex:"<title>[\\1-u]+?(.+)[\\1-u]+<\\/title>",javascript:""},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:""}}},{name:"3balls.com",regex:"^https?://(www.)?3balls\\.com",scrape:{name:{regex:"<title>(.+?)<\\/title",javascript:null},price:{regex:'big-price">\\$([\\d\\.]+?)<',javascript:null}}},{name:"3kisseslingerie.com",regex:"^https?://(www.)?3kisseslingerie\\.com",scrape:{name:{regex:"<title>(.+?) -",javascript:null},price:{regex:'product_price_total_.+">([\\d.,].+?)<',javascript:null}}},{name:"4electronicwarehouse.com",regex:"^https?://(www\\.)?4electronicwarehouse\\.com",scrape:{name:{regex:"<title>(.+?)>",javascript:null},price:{regex:"catPrice[\\1-\\uFFFF]+?\\$([\\d.]+?)<",javascript:null}}},{name:"4wheelparts.com",regex:"^https?://(www.)?4wheelparts\\.com",scrape:{name:{regex:"<h1>([\\1-\\uFFFF]+?)<",javascript:null},price:{regex:'pricetext">(.+?)<',javascript:null}}},{name:"6ave.com",regex:"^https?://(www\\.)?6ave\\.com",scrape:{name:{regex:"pbCaption='(.+?)'",javascript:null},price:{regex:"You Pay[\\1-\\FFFF]+?([\\d\\.]+)",javascript:null}}},{name:"911healthshop.com",regex:"^https?://(www.)?911healthshop\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:"Price:[\\1-\\uFFFF]+?\\$([\\d\\.]+?)<",javascript:null}}},{name:"A1books.com",regex:"^https?://(www|search)?\\.a1books\\.com",scrape:{name:{regex:'<input type=hidden name="TITLE" value="(.+?)">',javascript:null},price:{regex:"\\$(.+)<\\/span><br>[\\1-\\uFFFF]{1,100}<td nowrap>[^<>]*brand new",javascript:null}}},{name:"AbesOfMaine.com",regex:"^https?://(www\\.)?abesofmaine\\.com",scrape:{name:{regex:"<title>(.+?)</title>",javascript:null},price:{regex:"undefined",javascript:null}}},{name:"Abt.com",regex:"^https?://(www\\.)?abt\\.com",scrape:{name:{regex:"CI_ItemName = '(.+?)'",javascript:null},price:{regex:"CI_ItemPrice = '(.+?)'",javascript:null}}},{name:"Academicsuperstore.com",regex:"^https?://(www.)?academicsuperstore\\.com",scrape:{name:{regex:'<h1 class="product_heading">[\\1-u].+?(.+)',javascript:null},price:{regex:"your_price.+</span>([\\d.,].+)<",javascript:null}}},{name:"Activeforever.com",regex:"^https?://(www.)?activeforever\\.com",scrape:{name:{regex:'<meta property="og:title" content="(.+?)"',javascript:null},price:{regex:'Price:.+"price">[\\1-u]+\\$(.+?)</',javascript:null}}},{name:"Adorama.com",regex:"^https?://(www.)?adorama\\.com",scrape:{name:{regex:'itemprop="description">(.+?)<',javascript:null},price:{regex:'"price">(.+?)<',javascript:null}}},{name:"AdvanceAutoParts.com",regex:"^https?://shop\\.advanceautoparts\\.com",scrape:{name:{regex:'cmProductName\\s?=\\s?"(.+?)"',javascript:null},price:{regex:'offer-price">\\$([\\d,.]+)<',javascript:null}}},{name:"Air-n-water.com",regex:"^https?://(www.)?air-n-water\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:"our price.+?\\$(.+?)<",javascript:null}}},{name:"Ajmadison.com",regex:"^https?://(www\\.)?ajmadison\\.com",scrape:{name:{regex:"<h1.+?><span>(.+?)<\\/span>",javascript:null},price:{regex:"undefined",javascript:null}}},{name:"Allergybegone.com",regex:"^https?://(www.)?allergybegone\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:"SALE PRICE: \\$([\\d,.]+?)<",javascript:null}}},{name:"Allergysuperstore.com",regex:"^https?://(www.)?allergysuperstore\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"Allvitaminsplus.com",regex:"^https?://(www.)?allvitaminsplus\\.com",scrape:{name:{regex:"<title>(.+?)<\\/title",javascript:null},price:{regex:"our price.+?\\$(.+?)<",javascript:null}}},{name:"Altrec.com",regex:"^https?://(www\\.)?altrec\\.com",scrape:{name:{regex:"<title>(.*?) -",javascript:null},price:{regex:'"salePrice">\\$([\\d.,].+?)</span',javascript:null}}},{name:"Amazingsocks.com",regex:"^https?://(www.)?amazingsocks\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:"our price.+?\\$(.+?)<",javascript:null}}},{name:"Amazon.com",regex:"^https?://www\\.amazon\\.com/.+/[A-Z0-9]{10}(?:$|[^0-9A-Z])",scrape:{name:{regex:'<span id="btAsinTitle"[^>]*>(.+?)<',javascript:null},price:{regex:'class="priceLarge">\\$([\\d.,]+)',javascript:null}}},{name:"Americandiabeteswholesale.com",regex:"^https?://(www.)?americandiabeteswholesale\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:'PurchaseCtrl_AsLowAsLabel">\\$([\\d.,].+?)<',javascript:null}}},{name:"Arkivmusic.com",regex:"^https?://(www\\.)?arkivmusic\\.com",scrape:{name:{regex:">(.+?) \\| ArkivMusic<",javascript:null},price:{regex:'<A CLASS="price".+?\\$(.+?)<',javascript:null}}},{name:"Ashford.com",regex:"^https?://(www.)?ashford\\.com",scrape:{name:{regex:"<title>(.+?) \\| Ashford.com",javascript:null},price:{regex:"Our Price:[^\\$]*?\\$\\s?([\\d.,]+)",javascript:null}}},{name:"Aspenpublishers.com",regex:"^https?://(www.)?aspenpublishers\\.com",scrape:{name:{regex:"<title>(.+?)\\|",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"Athisbest.com",regex:"^https?://(www.)?athisbest\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:"(?i-mx:price[^\\$]*?\\$([\\d.,]+))",javascript:null}}},{name:"Athletagap.com",regex:"^https?://(athleta.)?gap\\.com",scrape:{name:{regex:"<title>(.+?)\\|",javascript:null},price:{regex:'salePrice">\\$([\\d.,].+?)<',javascript:null}}},{name:"Autoaccessoriesgarage.com",regex:"^https?://(www.)?autoaccessoriesgarage\\.com",scrape:{name:{regex:"<title>(.+?)<\\/title",javascript:null},price:{regex:"Price:[\\1-\\uFFFF]+?\\$([\\d\\.]+?)<",javascript:null}}},{name:"Autopartswarehouse.com",regex:"^https?://(www.)?autopartswarehouse\\.com",scrape:{name:{regex:"<title>(.+?)<\\/title",javascript:null},price:{regex:'<span style="color: #ff2700; font-size: 20px; ">\\$(.+?)<',javascript:null}}},{name:"Babyearth.com",regex:"^https?://(www.)?babyearth\\.com",scrape:{name:{regex:"<title>(.+?) - babyearth.com",javascript:null},price:{regex:'product_main_info+[\\1-u]+?"font22bold">\\$([\\d.,].+)<',javascript:null}}},{name:"Babyviva.com",regex:"^https?://(www.)?babyviva\\.com",scrape:{name:{regex:'">(.+?)<\\/a><\\/h1>',javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"Bagking.com",regex:"^https?://(www.)?bagking\\.com",scrape:{name:{regex:'class="product-name">[\\1-u]+?(.+?)<',javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"Bagsbuy.com",regex:"^https?://(www.)?bagsbuy\\.com",scrape:{name:{regex:"<title>(.+?)- Free",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"Bargainstation.com",regex:"^https?://(www.)?bargainstation\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:'Your Price: </span>[\\1-u]+<span class="price">[\\1-u]+?\\$(.+)',javascript:null}}},{name:"BarnesAndNoble.com",regex:"https?://(?:www|search|gifts|music|video|videogames)\\.barnesandnoble\\.com",scrape:{name:{regex:"<title>(.+?) - Barnes",javascript:null},price:{regex:"undefined",javascript:null}}},{name:"Beautybar.com",regex:"^https?://(www.)?beautybar\\.com",scrape:{name:{regex:"<title>(.+?) -",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"Bedroomfurnituremart.com",regex:"^https?://(www.)?bedroomfurnituremart\\.com",scrape:{name:{regex:"<title>(.+?) \\- ",javascript:null},price:{regex:'span class="boldText">\\$([\\d.,].+?)<\\/span>',javascript:null}}},{name:"Bellacor.com",regex:"^https?://(www\\.)?bellacor\\.com",scrape:{name:{regex:'productTitle">[^>]*?>([^<]+?)<',javascript:null},price:{regex:'price">\\$([\\d,.]+)',javascript:null}}},{name:"BestBuy.com",regex:"^https?://(www\\.)?bestbuy\\.com",scrape:{name:{regex:'<div id="productsummary">[\\1-\\uFFFF]+?<h1>([\\1-\\uFFFF]+?)</h1>',javascript:null},price:{regex:"undefined",javascript:null}}},{name:"BestbuyEyeGlasses.com",regex:"^https?://(www\\.)?bestbuyeyeglasses\\.com",scrape:{name:{regex:'name:"(.+?)",',javascript:null},price:{regex:"price: \\$([\\d.,]+)",javascript:null}}},{name:"BHPhotoVideo.com",regex:"^https?://(www\\.)?bhphotovideo\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:"undefined",javascript:null}}},{name:"BicWarehouse.com",regex:"^https?://(www\\.)?bicwarehouse\\.com",scrape:{name:{regex:"<title>(.+?)\\s-",javascript:null},price:{regex:"Sale[^<]*?Price<[^\\$]+?\\$([\\d.,]+)<",javascript:null}}},{name:"BiggerBooks.com",regex:"^https?://(www\\.)?biggerbooks\\.com",scrape:{name:{regex:'Title"><h2>([^<]+)<',javascript:null},price:{regex:"Our Price[^\\$]+?\\$([\\d,.]+?)<",javascript:null}}},{name:"Biggerbras.com",regex:"^https?://(www.)?biggerbras\\.com",scrape:{name:{regex:"<title>(.+?)<\\/title",javascript:null},price:{regex:"<option value=''>----- \\$([\\d.,].+?)-",javascript:null}}},{name:"BoatersWorld.com",regex:"^https?://(www\\.)?boatersworld\\.com",scrape:{name:{regex:"<title>(.+?)\\s-",javascript:null},price:{regex:'productFinalPrice".*?\\$([\\d.,]+?)<',javascript:null}}},{name:"Bookbyte.com",regex:"^https?://(www\\.)?bookbyte\\.com",scrape:{name:{regex:'<meta name="Description" content="([^"]+)"',javascript:null},price:{regex:'ChoiceNew" class="fntHuge">\\$([\\d.,]+)<',javascript:null}}},{name:"Borders.com",regex:"^https?://(www\\.)?borders\\.com",scrape:{name:{regex:"<title>([\\1-\\uFFFF]+?) - ",javascript:null},price:{regex:"(?:offerPrice_enhancedTDP[\\1-\\uFFFF]+?|no_sale[\\1-\\uFFFF]+?<b> )\\$([\\1-\\uFFFF]+?)<",javascript:null}}},{name:"BraceShop.com",regex:"^https?://(www\\.)?braceshop\\.com",scrape:{name:{regex:"<title>(.+?) -",javascript:null},price:{regex:'span id="mainprice">\\$(.+?)</span',javascript:null}}},{name:"Brookstone.com",regex:"^https?://(www.)?brookstone\\.com",scrape:{name:{regex:"<h2>(.+?)</h2>",javascript:null},price:{regex:'currentPriceValue">\\$([\\d.,].+)<',javascript:null}}},{name:"Builddirect.com",regex:"^https?://(www.)?builddirect\\.com",scrape:{name:{regex:'SelectedProductItemDetail_PName">(.+?)<\\/span><\\/h1>',javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"Bulbamerica.com",regex:"^https?://(www.)?bulbamerica\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:'"price">\\$([\\d.,].+?)<',javascript:null}}},{name:"ButterflyPhoto.com",regex:"^https?://(www\\.)?butterflyphoto\\.com",scrape:{name:{regex:"<title>(.+?)\\<",javascript:null},price:{regex:"Our Price:[\\1-\\uFFFF]+?\\$([\\d\\.]+?)\\s*<",javascript:null}}},{name:"Buy.com",regex:"^https?://www\\.buy\\.com",scrape:{name:{regex:'class="ProductTitle" style="text-decoration:none;">(.+?)<',javascript:"document.getElementById('AuthorArtistTitle_productTitle').innerHTML"},price:{regex:"dtmc_product_price = ([\\d.,].+?);",javascript:"document.getElementById('spanMainPrice').innerHTML"}}},{name:"Buyz.com",regex:"^https?://(www.)?buyz\\.com",scrape:{name:{regex:"<title>(.+?)<\\/title>",javascript:null},price:{regex:"Buyz: \\$(.+) <span",javascript:null}}},{name:"Cafepress.com",regex:"^https?://(www.)?cafepress\\.com",scrape:{name:{regex:"<title>(.+?) -",javascript:null},price:{regex:'sellPriceId">(.+?)<',javascript:null}}},{name:"Cameraworld.com",regex:"^https?://(www\\.)?cameraworld\\.com",scrape:{name:{regex:"<h1>(.+?)<\\/h1>",javascript:null},price:{regex:'Our Price:.+?id="productPrice".+?\\$(.+?)<\\/',javascript:null}}},{name:"CapitolSupply.com",regex:"^https?://(www\\.)?capitolsupply\\.com",scrape:{name:{regex:"<title>\\s*(.+?) - Capitol Supply",javascript:null},price:{regex:'<table class="price-box"> <tr><td>\\$([\\d.,].+?)<',javascript:null}}},{name:"Cardstore.com",regex:"^https?://(www.)?cardstore\\.com",scrape:{name:{regex:"<h1>(.+?)<\\/h1>",javascript:null},price:{regex:'Price".*?\\$([\\d,.]+)',javascript:null}}},{name:"Carolinarustica.com",regex:"^https?://(www.)?carolinarustica\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"Catherineslanebryant.com",regex:"^https?://(catherines.)?lanebryant\\.com",scrape:{name:{regex:"<h1>(.+?)<",javascript:null},price:{regex:'class="price"[^\\$]*?\\$([\\d.,]+)',javascript:null}}},{name:"Ccmusic.com",regex:"^https?://(www\\.)?ccmusic\\.com",scrape:{name:{regex:'<span class="largetext">([\\1-\\uFFFF]+?)<\\/span',javascript:null},price:{regex:'(?:<span class="strikeout">.+?<\\/span>|align=absmiddle)[\\1-\\uFFFF]+?\\$([^$]+?)<a href[\\1-\\uFFFF]{1,200}Catalog',javascript:null}}},{name:"CcVideo.com",regex:"^https?://(www\\.)?ccvideo\\.com",scrape:{name:{regex:"Title:.*?;\\s?([^<]+?)<",javascript:null},price:{regex:"bag\\/add[\\1-\\uFFFF]*?redtext[\\1-\\uFFFF]*?\\$\\s*([\\d.,]+)<",javascript:null}}},{name:"Cengagebrain.co.uk",regex:"^https?://(www.)?cengagebrain\\.co\\.uk",scrape:{name:{regex:"<h1>(.+)<",javascript:null},price:{regex:'Product Pricing.+[\\1-u]+floatright">\\\u00a3([\\d.,]+)<',javascript:null}}},{name:"Chefgiant.com",regex:"^https?://(www.)?chefgiant\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"Chefscatalog.com",regex:"^https?://(www.)?chefscatalog\\.com",scrape:{name:{regex:"<h1>(.+?)<",javascript:null},price:{regex:'Price".*?\\$([\\d,.]+)',javascript:null}}},{name:"Cherrybrook.com",regex:"^https?://(www.)?cherrybrook\\.com",scrape:{name:{regex:"<title>(.+?)-",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"Chickdowntown.com",regex:"^https?://(www.)?chickdowntown\\.com",scrape:{name:{regex:"<title>.+?-(.+?)<\\/title",javascript:null},price:{regex:"our price.+?\\$(.+?)<",javascript:null}}},{name:"Chinavasion.com",regex:"^https?://(www.)?chinavasion\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:"total_price'><span class='ccy'>\\$([\\d.,].+?)\\&",javascript:null}}},{name:"CircuitCity.com",regex:"^https?://(www\\.)?circuitcity\\.com",scrape:{name:{regex:'<span class="font_pro_descr">(.+?)<\\/span>',javascript:null},price:{regex:'<span class="font_right_size3"><strong>\\$([\\d,.]+)',javascript:null}}},{name:"Collectablesdirect.com",regex:"^https?://(www.)?collectablesdirect\\.com",scrape:{name:{regex:"<title>([^<]+?)\\s-",javascript:null},price:{regex:",'','\\$(.+?[\\d.,])'",javascript:null}}},{name:"ComfortFirst.com",regex:"^https?://(www\\.)?comfortfirst\\.com",scrape:{name:{regex:'ProductNameText">([\\1-\\uFFFF]+?)<',javascript:null},price:{regex:"Our Price:.*?\\$([\\d,.]+)<",javascript:null}}},{name:"Comfortmarket.com",regex:"^https?://(www.)?comfortmarket\\.com",scrape:{name:{regex:"<title>(.+?)<\\/title",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"Compuplus.com",regex:"^https?://(www.)?compuplus\\.com",scrape:{name:{regex:"<h1.+?>(.+?)<\\/h1>",javascript:null},price:{regex:"our price.+?\\$(.+?)<",javascript:null}}},{name:"CompUsa.com",regex:"^https?://(www\\.)?compusa\\.com",scrape:{name:{regex:'<span class="font_pro_descr">(.+?)</span>',javascript:null},price:{regex:'<span class="font_right_size3"><strong>\\$(.+?)<\\/strong>',javascript:null}}},{name:"Computers4sure.com",regex:"^https?://(www.)?computers4sure\\.com",scrape:{name:{regex:'<td class="reshead">(.+?)</td>',javascript:null},price:{regex:"our price.+?\\$(.+?)<",javascript:null}}},{name:"Compuvest.com",regex:"^https?://(www\\.)?compuvest\\.com",scrape:{name:{regex:"<fieldset .+? class='labl'>(.+?)<\\/fieldset",javascript:null},price:{regex:"Price:[\\1-\\uFFFF]+?<div.+?>\\$(.+?)<\\/div>",javascript:null}}},{name:"Cookieskids.com",regex:"^https?://(www.)?cookieskids\\.com",scrape:{name:{regex:'prodisplayTITLE">(.+?)<',javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"Cosmeticamerica.com",regex:"^https?://(www.)?cosmeticamerica\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:"Price:.+\\$([\\d.,].+?)<",javascript:null}}},{name:"CosmeticMall.com",regex:"^https?://(www\\.)?cosmeticmall\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:'productCost">\\$([\\d.,]+)',javascript:null}}},{name:"Costumecraze.com",regex:"^https?://(www.)?costumecraze\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:'price">\\$([\\d,.]+)',javascript:null}}},{name:"Costumes4less.com",regex:"^https?://(www.)?costumes4less\\.com",scrape:{name:{regex:'<meta property="og:title" content="(.+?)"',javascript:null},price:{regex:"(?i-mx:price[^\\$]*?\\$([\\d.,]+))",javascript:null}}},{name:"Cotendo.com",regex:"^https?://(www.)?cotendo\\.com",scrape:{name:{regex:"<title>(.+?) -",javascript:null},price:{regex:'Price".*?\\$([\\d,.]+)',javascript:null}}},{name:"Cpotools.com",regex:"^https?://(www.)?cpotools\\.com",scrape:{name:{regex:"<!-- Product Name Display -->(.+?)<",javascript:null},price:{regex:'sale: "([\\d.,].+?)",',javascript:null}}},{name:"Cruisercustomizing.com",regex:"^https?://(www.)?cruisercustomizing\\.com",scrape:{name:{regex:"<h1>[\\1-\\uFFFF]*?(\\w[^<>]+\\w)[\\1-\\uFFFF]*?<",javascript:null},price:{regex:"Price:[\\1-\\uFFFF]+?\\$([\\d\\.]+?)<",javascript:null}}},{name:"Crutchfield.com",regex:"^https?://(www\\.)?crutchfield\\.com",scrape:{name:{regex:"buy-box[\\1-\\uFFFF]+?<h1>\\s*\\n(.+?)<",javascript:null},price:{regex:'<dd class="price final"[\\1-\\uFFFF]+?<strong>([\\1-\\uFFFF]+?)<\\/strong>',javascript:null}}},{name:"Crystal-co.com",regex:"^https?://(www.)?crystal-co\\.com",scrape:{name:{regex:'text-transform:uppercase" face="Arial">  (.+?)</f',javascript:null},price:{regex:"Sale[\\1-u]+?Price -[\\1-u]+?\\$([\\d.,].+?)<",javascript:null}}},{name:"Cuisinartwebstore.com",regex:"^https?://(www.)?cuisinartwebstore\\.com",scrape:{name:{regex:"<title>(.+?)<\\/title",javascript:null},price:{regex:"(?i-mx:price[^\\$]*?\\$([\\d.,]+))",javascript:null}}},{name:"Cyberguys.com",regex:"^https?://(www.)?cyberguys\\.com",scrape:{name:{regex:"<title>([^<]+?)\\s-",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"CymaxStores.com",regex:"^https?://(www\\.)?cymaxstores\\.com",scrape:{name:{regex:"title>(.+?) -",javascript:null},price:{regex:"TotalBase = ([\\d].+?);",javascript:null}}},{name:"Dazadi.com",regex:"^https?://(www.)?dazadi\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:"Price:(?: )?\\$([\\d,.]+)",javascript:null}}},{name:"Dealyard.com",regex:"^https?://(www.)?dealyard\\.com",scrape:{name:{regex:'<meta name="Description" content="([^"]+)"',javascript:null},price:{regex:"our price.+?\\$(.+?)<",javascript:null}}},{name:"DeepDiscount.com",regex:"^https?://(www\\.)?deepdiscount\\.com is disabled",scrape:{name:{regex:'(?:Product|Friend):\\s?(.*?)"',javascript:null},price:{regex:"Our Price.*?\\$([\\d.,]+?)<",javascript:null}}},{name:"Destinationlighting.com",regex:"^https?://(www\\.)?destinationlighting\\.com",scrape:{name:{regex:"<title>(.+?)<\\/title",javascript:null},price:{regex:'class="price"[^\\$]*?\\$([\\d.,]+)',javascript:null}}},{name:"Diamondharmony.com",regex:"^https?://(www.)?diamondharmony\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:"our price.+?\\$(.+?)<",javascript:null}}},{name:"Diapers.com",regex:"^https?://(www\\.)?diapers\\.com/product",scrape:{name:{regex:'"og:title" content="(.+?)"/>',javascript:null},price:{regex:"singlePrice.*?\\$([\\d,.]+)<",javascript:null}}},{name:"DiscountGolfWorld.com",regex:"^https?://(www\\.)?discountgolfworld\\.com",scrape:{name:{regex:"<title>(.+?)>",javascript:null},price:{regex:"catPrice[\\1-\\uFFFF]+?\\$([\\d\\.]+?)<",javascript:null}}},{name:"Discountwatchstore.com",regex:"^https?://(www.)?discountwatchstore\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:"Our Price:[^\\$]*?\\$\\s?([\\d.,]+)",javascript:null}}},{name:"Dog.com",regex:"^https?://(www\\.)?dog\\.com",scrape:{name:{regex:"<title>([^<]+?)\\s-",javascript:null},price:{regex:"ItemPagePrice.*?\\$.*?([\\d.,]+)<",javascript:null}}},{name:"Drugstore.com",regex:"^http://(www\\.)?drugstore\\.com/",scrape:{name:{regex:"<title>Buy(.+?)Online at .+.com<\\/title",javascript:"util.getElementsByClassName('captionText',document.getElementById('divCaption'))[0].innerHTML"},price:{regex:"",javascript:"document.getElementById('productprice').getElementsByTagName('span')[0].innerHTML"}}},{name:"DvdPlanet.com",regex:"^https?://(www\\.)?dvdplanet\\.com",scrape:{name:{regex:"<title>(.+?)- DVDPlanet\\.com",javascript:null},price:{regex:'<span class="ourPrice">\\$(.+?)<\\/span>',javascript:null}}},{name:"Ebags.com",regex:"^https?://(www\\.)?ebags\\.com",scrape:{name:{regex:"<title>(.+?) - ",javascript:null},price:{regex:'"(?:redBld|priceLine|divFinalPrice)[\\1-\\uFFFF]+?\\$(.+?)<',javascript:null}}},{name:"Ebay.com",regex:"^https?://(www|cgi|item)?\\.ebay\\.com",scrape:{name:{regex:"<h1.*?>(.+?)<",javascript:null},price:{regex:'Price:<\\/th><td class=".+?"><span.+?class="vi-is1-prcp".+?>US \\$([,\\d\\.]+)<\\/span>',javascript:null}}},{name:"Ebooks.com",regex:"^https?://(www.)?ebooks\\.com",scrape:{name:{regex:'buy"></a>[\\1-u]+?<h1>(.+)',javascript:null},price:{regex:"<th>Price</th>[\\1-u]+?<td>\\$(.+?)</td>",javascript:null}}},{name:"Ecampus.com",regex:"^https?://(www\\.|new\\.)?ecampus\\.com",scrape:{name:{regex:"<h1 .+?>(.+?)<\\/h1",javascript:null},price:{regex:"'price=\\$([\\d,.]+)'",javascript:null}}},{name:"Ecost.com",regex:"^https?://(www\\.)?ecost\\.com",scrape:{name:{regex:'class="prodTitleFont">(.+?)<',javascript:null},price:{regex:'PriceAfterRebate">\\$([\\d,.]+?)<\\/span>',javascript:null}}},{name:"Efaucets.com",regex:"^https?://(www\\.)?efaucets\\.com",scrape:{name:{regex:"prodname.*?>(.+?)<",javascript:null},price:{regex:'productsale">\\$([\\d.,]+?)<',javascript:null}}},{name:"Eforcity.com",regex:"^https?://(www\\.)?eforcity\\.com",scrape:{name:{regex:"<title>(.+?)</",javascript:null},price:{regex:'<div class="itemProdInfoSalePriceValue".+?\\$(.+?)<\\/div>',javascript:null}}},{name:"Electronicexpress.com",regex:"^https?://(www.)?electronicexpress\\.com",scrape:{name:{regex:"<h1>([\\1-\\uFFFF]+?)<",javascript:null},price:{regex:"our price.+?\\$(.+?)<",javascript:null}}},{name:"ElectronicsExpo.com",regex:"^https?://(www\\.)?electronics-expo\\.com",scrape:{name:{regex:'name="title" content="(.+?)"',javascript:null},price:{regex:'<td class="our_price">\\$(.+?)<\\/td>',javascript:null}}},{name:"Elightbulbs.com",regex:"^https?://(www.)?elightbulbs\\.com",scrape:{name:{regex:"<title>(.+?)at eLightBulbs.com",javascript:null},price:{regex:'<input type="hidden" name="price" value="(.+?)"',javascript:null}}},{name:"Elitecarseats.com",regex:"^https?://(www.)?elitecarseats\\.com",scrape:{name:{regex:"<title>(.+?)<\\/title",javascript:null},price:{regex:"(?i-mx:price[^\\$]*?\\$([\\d.,]+))",javascript:null}}},{name:"Endless.com",regex:"^https?://(www\\.)?endless\\.com",scrape:{name:{regex:'id="prodTitle">(.+?)<',javascript:null},price:{regex:'jsonText.+?"price":"([\\d,.]+)',javascript:null}}},{name:"Etoys.com",regex:"^https?://(www.)?etoys\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:"<strong>Price: <span>$([\\d.,].+?)<",javascript:null}}},{name:"Etronics.com",regex:"^https?://(www\\.)?etronics\\.com",scrape:{name:{regex:"<title>(.+?) - Compare Prices",javascript:null},price:{regex:"productdisplayprice.+\\$(.+?)<",javascript:null}}},{name:"Everythingfurniture.com",regex:"^https?://(www.)?everythingfurniture\\.com",scrape:{name:{regex:"<h1 .+?>(.+?)<\\/h1",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"Everythingofficefurniture.com",regex:"^https?://(www.)?everythingofficefurniture\\.com",scrape:{name:{regex:"<h1.+?>(.+?)<\\/h1>",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"Executiveessentials.com",regex:"^https?://(www.)?executiveessentials\\.com",scrape:{name:{regex:"<title>[\\1-u]+?(.+)[\\1-u]+<\\/title>",javascript:null},price:{regex:'Price".*?\\$([\\d,.]+)',javascript:null}}},{name:"FactoryOutletStore.com",regex:"^https?://(\\w+)\\.factoryoutletstore\\.com",scrape:{name:{regex:'<span class="prod_name">(.+?)<\\/span>',javascript:null},price:{regex:'<span class="Purchase_Price_Heading">\\$(.+)<\\/span>',javascript:null}}},{name:"Famousfootwear.com",regex:"^https?://(www.)?famousfootwear\\.com",scrape:{name:{regex:"<title>([^<]+?)</",javascript:null},price:{regex:'"red price">[\\1-u]+?\\$([\\d.,].+)',javascript:null}}},{name:"Fansedge.com",regex:"^https?://(www.)?fansedge\\.com",scrape:{name:{regex:"<title>([^<]+?)</",javascript:null},price:{regex:"our price.+?\\$(.+?)<",javascript:null}}},{name:"FashionbugLanebryant.com",regex:"^https?://(?:www\\.)?fashionbug\\.lanebryant\\.com",scrape:{name:{regex:"<title>(.+?)\\s?\\|",javascript:null},price:{regex:"undefined",javascript:null}}},{name:"Fathead.com",regex:"^https?://(www.)?fathead\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:"Price:.+\\$([\\d.,].+?)<",javascript:null}}},{name:"Finishline.com",regex:"^https?://(www.)?finishline\\.com",scrape:{name:{regex:'<h1 id="title">[\\1-u](.+?)<\\/h1>',javascript:null},price:{regex:"ProductDetail.addPrice.+\\$([\\d.,].+?),\\$",javascript:null}}},{name:"Fireforless.com",regex:"^https?://(www.)?fireforless\\.com",scrape:{name:{regex:"<h1.+?>(.+?)<\\/h1>",javascript:null},price:{regex:'price">\\$([\\d,.]+)',javascript:null}}},{name:"Flirtcatalog.com",regex:"^https?://(www.)?flirtcatalog\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:"Sale Price[\\1-u]+?<br\\/>[\\1-u]+?<strong>\\$([\\d.,].+?)<",javascript:null}}},{name:"Folica.com",regex:"^https?://(www.)?folica\\.com",scrape:{name:{regex:"<h1 .+?>(.+?)<\\/h1",javascript:null},price:{regex:'class="price"[^\\$]*?\\$([\\d.,]+)',javascript:null}}},{name:"Footlocker.com",regex:"^https?://(www.)?footlocker\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:"Price:[\\1-\\uFFFF]+?\\$([\\d\\.]+?)<",javascript:null}}},{name:"FootSmart.com",regex:"^https?://(www\\.)?footsmart\\.com",scrape:{name:{regex:"<title>(.+?):",javascript:null},price:{regex:'"price">\\s?\\$([\\d,.]+?)<',javascript:null}}},{name:"Forzieri.com",regex:"^https?://(www.)?forzieri\\.com",scrape:{name:{regex:"<title>([^<]+?)\\s-",javascript:null},price:{regex:'id="price">\\$([\\d.,].+?)<',javascript:null}}},{name:"FragranceX.com",regex:"^https?://(www\\.)?fragrancex\\.com",scrape:{name:{regex:"\\s*(.+?)</title>",javascript:null},price:{regex:'lblOurPrice">.([\\d]+?\\.[\\d]+?)[^\\d]',javascript:null}}},{name:"Ftd.com",regex:"^https?://(www.)?ftd\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:'"product_price" value="([\\d.,].+?)">',javascript:null}}},{name:"Funtoymall.com",regex:"^https?://(www.)?funtoymall\\.com/.*html",scrape:{name:{regex:"<h1 .+?>(.+?)<\\/h1",javascript:null},price:{regex:"itemPrice.*?\\$([\\d.,]+)",javascript:null}}},{name:"Gandermountain.com",regex:"^https?://(www.)?gandermountain\\.com",scrape:{name:{regex:"<h1>(.+?)<",javascript:null},price:{regex:'class="price">\\$([\\d.,].+?)</td>',javascript:null}}},{name:"Garden.com",regex:"^https?://(www.)?garden\\.com",scrape:{name:{regex:'H2ItemDetail">(.+?)<',javascript:null},price:{regex:"ItemPagePriceSS\">\\$<\\/span>(.+?)'",javascript:null}}},{name:"Gbdollarnights.com",regex:"^https?://(gb.)?dollarnights\\.com",scrape:{name:{regex:'"og:title" content="(.+?)"/>',javascript:null},price:{regex:"Case Price.+[\\1-uFFFF].+Consumer price:<\\/td><td>.+<td>\\$([\\d.,].+)<",javascript:null}}},{name:"Geeks.com",regex:"^https?://(www\\.)?geeks\\.com",scrape:{name:{regex:"<title>([\\1-\\uFFFF]+?)<",javascript:null},price:{regex:'<FONT Color="#FF0000"><b>\\$(.+?)<\\/b>',javascript:null}}},{name:"Gemvara.com",regex:"^https?://(www.)?gemvara\\.com",scrape:{name:{regex:'product-title">(.+?)<',javascript:null},price:{regex:'"itemPrice" class="price-label">\\$([\\d.,]+)<',javascript:null}}},{name:"Gettington.com",regex:"^https?://(www.)?gettington\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:'priceNormal">\\$([\\d,.].+?)<',javascript:null}}},{name:"Giftcollector.com",regex:"^https?://(www.)?giftcollector\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"Golfetail.com",regex:"^https?://(www.)?golfetail\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:"Price:[\\1-\\uFFFF]+?\\$([\\d\\.]+?)<",javascript:null}}},{name:"Golfgalaxy.com",regex:"^https?://(www.)?golfgalaxy\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:"var price = \\'([\\d.,]+?)\\';",javascript:null}}},{name:"Greekgear.com",regex:"^https?://(www.)?greekgear\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:'temSalePrice>Our Price: <font color="#ff0000">\\$([\\d.,].+?)<',javascript:null}}},{name:"Guitarcenter.com",regex:"^https?://(www\\.)?guitarcenter\\.com",scrape:{name:{regex:"product-title[\\0-\\uFFFF]+?<h1>([\\0-\\uFFFF]+?)<",javascript:null},price:{regex:'id=".+?spanPrice".+?>.+?([\\d,.]+?)<',javascript:null}}},{name:"Halloweenmart.com",regex:"^https?://(www.)?halloweenmart\\.com",scrape:{name:{regex:"title>(.+?) \\|",javascript:null},price:{regex:'class="yourPrice">Your Price: \\$([\\d.,].+?)<',javascript:null}}},{name:"Hbo.com",regex:"^https?://(store.)?hbo\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:'class="saleprice">\\$([/\\d].+?)<',javascript:null}}},{name:"HealthCheckSystems.com",regex:"^https?://(www\\.)?healthchecksystems\\.com",scrape:{name:{regex:'"pageTitle">(.+?)<',javascript:null},price:{regex:"Price:[\\1-\\uFFFF]+?<strong>\\$([\\d.,]+)<",javascript:null}}},{name:"Healthykin.com",regex:"^https?://(www.)?healthykin\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"Heartlandamerica.com",regex:"^https?://(www.)?heartlandamerica\\.com",scrape:{name:{regex:"<h1.+?>(.+?)<\\/h1>",javascript:null},price:{regex:"undefined",javascript:null}}},{name:"HerbsPro.com",regex:"^https?://(www\\.)?herbspro\\.com",scrape:{name:{regex:"<title>([\\1-\\uFFFF]+?)-",javascript:null},price:{regex:"OUR PRICE:[\\1-\\uFFFF]+?\\$([\\d.,]+)<",javascript:null}}},{name:"Hollywoodtoysandcostumes.com",regex:"^https?://(www.)?hollywoodtoysandcostumes\\.com",scrape:{name:{regex:"<title>(.+?) -",javascript:null},price:{regex:"your price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"Home-improvement-superstore.com",regex:"^https?://(www.)?home-improvement-superstore\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:"Price:[\\1-\\uFFFF]+?<div.+?>\\$(.+?)<",javascript:null}}},{name:"Homeandpatiodecorcenter.com",regex:"^https?://(www.)?homeandpatiodecorcenter\\.com",scrape:{name:{regex:"<title>([^<]+?)\\s-",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"HomeDepot.com",regex:"^https?://(www\\.)?homedepot\\.com",scrape:{name:{regex:"<title>\\s*\\n\\s*(.+) at The Home",javascript:null},price:{regex:"undefined",javascript:null}}},{name:"Homelement.com",regex:"^https?://(www\\.)?homelement\\.com",scrape:{name:{regex:"<title>(.+?)\\[.*<\\/title",javascript:null},price:{regex:'price">\\$([\\d,.]+)',javascript:null}}},{name:"Horse.com",regex:"^https?://(www\\.)?horse\\.com",scrape:{name:{regex:"<title>([^<]+?)\\s-",javascript:null},price:{regex:"ItemPagePrice.*?\\$.*?([\\d.,]+)<",javascript:null}}},{name:"Houseofbrides.com",regex:"^https?://(www.)?houseofbrides\\.com",scrape:{name:{regex:"<title>(.+?)<\\/title",javascript:null},price:{regex:'class="productSalePrice">[\\1-u]+Online ([\\d.,].+?)<',javascript:null}}},{name:"Inkgrabber.com",regex:"^https?://(www.)?inkgrabber\\.com",scrape:{name:{regex:"<title>(.+?)<\\/title",javascript:null},price:{regex:'face="Verdana, Arial, Helvetica, sans-serif">\\$([\\d.,].+?)<',javascript:null}}},{name:"Instawares.com",regex:"^https?://(www\\.)?instawares\\.com",scrape:{name:{regex:"<title>[\\1-uFFFF]+?(.+?)at instawares\\.com",javascript:null},price:{regex:'<meta name="price" content="\\$(.+?)"',javascript:null}}},{name:"Intheholegolf.com",regex:"^https?://(www.)?intheholegolf\\.com",scrape:{name:{regex:"<h1>([\\1-\\uFFFF]+?)<",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"IrvsLuggage.com",regex:"^https?://(www\\.)?irvsluggage\\.com",scrape:{name:{regex:"<title>(.+?)<\\/title",javascript:null},price:{regex:'(?:id="slePrc">Sale|id="ofrPrc">Irv\'s|Off Sale) Price: \\$(.+?)<\\/div>',javascript:null}}},{name:"Isave.com",regex:"^https?://(www.)?isave\\.com",scrape:{name:{regex:'prod_name">(.+?)<',javascript:null},price:{regex:'Purchase_Price_Heading">\\$([\\d.,].+?)<',javascript:null}}},{name:"Jamesallen.com",regex:"^https?://(www.)?jamesallen\\.com",scrape:{name:{regex:"<title>(.+?)\\-",javascript:null},price:{regex:"\\$([\\d].+?)<\\/title>",javascript:null}}},{name:"Jimmyjazz.com",regex:"^https?://(www.)?jimmyjazz\\.com",scrape:{name:{regex:"<title>(.+?) -",javascript:null},price:{regex:'product_price">\\$([\\d.,].+)<',javascript:null}}},{name:"Jomashop.com",regex:"^https?://(www.)?jomashop\\.com",scrape:{name:{regex:"productname','(.+?)'",javascript:null},price:{regex:'Sale Price:</div> <td class="sale-price-2"><div class="sale-price-2"><font color=cc0000>\\$([\\d.,].+?)<',javascript:null}}},{name:"Joylot.com",regex:"^https?://(www\\.)?joylot\\.com",scrape:{name:{regex:"<title>.*?\\.com\\s(.+?)</title>",javascript:null},price:{regex:'<input type="hidden" name="price" value="(.+?)"',javascript:null}}},{name:"JR.com",regex:"^https?://(www\\.)?jr\\.com",scrape:{name:{regex:'<h1 class="souvenir">(.+?)</h1>',javascript:null},price:{regex:'productItemPrice" style="text-align: center; padding: 1px; ">[\\1-u]+?\\$(.+)',javascript:null}}},{name:"Katom.com",regex:"^https?://(www\\.)?katom\\.com",scrape:{name:{regex:'prodname.*?value="(.+?)"',javascript:null},price:{regex:"KaTom Price:.*?\\$([\\d,.]+?)<",javascript:null}}},{name:"Kazootoys.com",regex:"^https?://(www.)?kazootoys\\.com",scrape:{name:{regex:"<title>(.+?) -",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"KenmarWatches.com",regex:"^https?://(www\\.)?kenmarwatches\\.com",scrape:{name:{regex:"<h1.*?>(.+?)<\\/h1",javascript:null},price:{regex:"Price: \\$(.+?) USD",javascript:null}}},{name:"Kimmyshop.com",regex:"^https?://(www.)?kimmyshop\\.com",scrape:{name:{regex:"<title>\\s*(.+?) \\|",javascript:null},price:{regex:'price">\\$(.+?)<\\/span>',javascript:null}}},{name:"Kmart.com",regex:"^https?://(www\\.)?kmart\\.com",scrape:{name:{regex:'data-product_title="(.+?)"',javascript:null},price:{regex:'<span class="pricing"> \\$(.+?)<\\/span>',javascript:null}}},{name:"Kodak.com",regex:"^https?://store\\.kodak\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:"purchase[\\1-\\uFFFF]+?container[\\1-\\uFFFF]+?dr_actualPrice[\\1-\\uFFFF]+?\\$([\\1-\\uFFFF]+?)<",javascript:null}}},{name:"Lightingbygregory.com",regex:"^https?://(www.)?lightingbygregory\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"LightingCatalog.com",regex:"^https?://(www\\.)?lightingcatalog\\.com",scrape:{name:{regex:"ProductName = '(.+?) >",javascript:null},price:{regex:"Your Price:[\\1-\\uFFFF]+?\\$([\\d\\.]+?)<",javascript:null}}},{name:"Livingroomwarehouse.com",regex:"^https?://(www.)?livingroomwarehouse\\.com",scrape:{name:{regex:'title="(.+?)"><span class="frontbox',javascript:null},price:{regex:"product-price.+\\$([\\d.,].+?)</",javascript:null}}},{name:"Llewellyn.com",regex:"^https?://(www.)?llewellyn\\.com",scrape:{name:{regex:'page_title">(.+?)<',javascript:null},price:{regex:"undefined",javascript:null}}},{name:"Lnt.com",regex:"^https?://(www\\.)?lnt\\.com",scrape:{name:{regex:"<title>(.*?)<\\/title>",javascript:null},price:{regex:"Price:</span> \\$([\\d.,].+?)<",javascript:null}}},{name:"Lowes.com",regex:"^https?://(www\\.)?lowes\\.com",scrape:{name:{regex:"<title>[\\1-\\uFFFF]+?Shop([\\1-\\uFFFF]+?)at Lowes",javascript:null},price:{regex:'<p id="pricing">[\\1-\\uFFFF]+?\\$([\\1-\\uFFFF]+?)<\\/p>',javascript:null}}},{name:"Luggageguru.com",regex:"^https?://(www.)?luggageguru\\.com",scrape:{name:{regex:"<title>LuggageGuru.com - (.+?)<\\/title",javascript:null},price:{regex:'"ourprice">([\\d.,].+?)<',javascript:null}}},{name:"Luggagepoint.com",regex:"^https?://(www\\.)?luggagepoint\\.com",scrape:{name:{regex:"<title>\\s*(.+?) \\| ",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"MacConnection.com",regex:"^https?://(www\\.)?macconnection\\.com",scrape:{name:{regex:'ucProductDetails_webName">(.*?)<',javascript:null},price:{regex:'ucOrderInfo_price">\\$([\\d.,]+)<',javascript:null}}},{name:"MacMall.com",regex:"^https?://(www\\.)?macmall\\.com",scrape:{name:{regex:"<title>MacMall . (.+?)<",javascript:null},price:{regex:"for (.+?) at macmall.com",javascript:null}}},{name:"Macys.com",regex:"^https?://(www1.)?macys\\.com",scrape:{name:{regex:"<h1 .+?>(.+?)<\\/h1",javascript:null},price:{regex:"undefined",javascript:null}}},{name:"Manalive.com",regex:"^https?://(www.)?manalive\\.com",scrape:{name:{regex:'"pitleft">(.+?)<',javascript:null},price:{regex:'Price".*?\\$([\\d,.]+)',javascript:null}}},{name:"Masseysoutfitters.com",regex:"^https?://(www\\.)?masseysoutfitters\\.com",scrape:{name:{regex:"<title>[\\1-\\uFFFF]+?(\\w.+)",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"Mcmelectronics.com",regex:"^https?://(www.)?mcmelectronics\\.com",scrape:{name:{regex:'product-data description">(.+?)<',javascript:null},price:{regex:'class="price"><sup>\\$</sup>([\\d.,].+?)\\ ',javascript:null}}},{name:"Medexsupply.com",regex:"^https?://(www.)?medexsupply\\.com",scrape:{name:{regex:'<meta name="Description" content="([^"]+)"',javascript:null},price:{regex:"Price:[\\1-\\uFFFF]+?\\$([\\d\\.]+?)<",javascript:null}}},{name:"Meijer.com",regex:"^https?://(www\\.)?meijer\\.com",scrape:{name:{regex:'<strong id="prod-detail-title">(.+?)<',javascript:null},price:{regex:">Only:<br/> \\$([\\d.,].+?)<",javascript:null}}},{name:"Mercantila.com",regex:"^https?://(www.)?mercantila\\.com",scrape:{name:{regex:'<meta property="og:title" content="(.+?)"',javascript:null},price:{regex:'"global-price">\\$(.+?)<',javascript:null}}},{name:"Metrokitchen.com",regex:"^https?://(www.)?metrokitchen\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"ModernFurnitureWarehouse.com",regex:"^https?://(www\\.)?modernfurniturewarehouse\\.com",scrape:{name:{regex:"<title>\\s?(.*)\\s?\\|",javascript:null},price:{regex:'product-price.*?">\\$([\\d,.]+?)<',javascript:null}}},{name:"Moosejaw.com",regex:"^https?://(www\\.)?moosejaw\\.com",scrape:{name:{regex:"Buy (.+?) at Moosejaw",javascript:null},price:{regex:'<h3 class="fleft">[\\1-uFFFF]+?<span class=".+?">([\\0-\\uFFFF]+?)<',javascript:null}}},{name:"MotherNature.com",regex:"^https?://(www\\.)?mothernature\\.com/p/",scrape:{name:{regex:"title>([\\1-\\uFFFF]+?)<",javascript:null},price:{regex:'"p-ourprice">Price:<span class="priceLarge">\\$([\\d.,].+?)<',javascript:null}}},{name:"MrWatch.com",regex:"^https?://(www\\.)?mrwatch\\.com",scrape:{name:{regex:'<meta name="title" content="(.+?) at',javascript:null},price:{regex:"Price:(?: )?\\$([\\d,.]+)",javascript:null}}},{name:"Music123.com",regex:"^https?://(www.)?music123\\.com",scrape:{name:{regex:"<h1>[\\1-u]+?(.+?)<",javascript:null},price:{regex:'id="listPrice">[\\1-u]+[\\1-u]+?<h2>\\$(.+?)<',javascript:null}}},{name:"Musicarts.com",regex:"^https?://(www.)?musicarts\\.com",scrape:{name:{regex:"<title>([^<]+?)\\s-",javascript:null},price:{regex:"Price:[\\1-\\uFFFF]+?\\$([\\d\\.]+?)<",javascript:null}}},{name:"Musicfactorydirect.com",regex:"^https?://(www.)?musicfactorydirect\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"Mwave.com",regex:"^https?://(www.)?mwave\\.com",scrape:{name:{regex:"class='prodDesc'>(.+?)<",javascript:null},price:{regex:'<span class="maroonArea" style="font-weight:bold;font-size:14pt;">\\$([\\d.,].+?)</span>',javascript:null}}},{name:"Mydesignshop.com",regex:"^https?://(www.)?mydesignshop\\.com",scrape:{name:{regex:'<h1 style="margin:0;">(.+?)<',javascript:null},price:{regex:"Your price:  \\$(.+?)<",javascript:null}}},{name:"Myjewelrybox.com",regex:"^https?://(www.)?myjewelrybox\\.com",scrape:{name:{regex:"<title>(.+?) -",javascript:null},price:{regex:"Price:.+\\$([\\d.,].+?)<\n",javascript:null}}},{name:"Mystrollers.com",regex:"^https?://(www.)?mystrollers\\.com",scrape:{name:{regex:"title>(.+?)at MyS",javascript:null},price:{regex:"Our Price[^\\$]+?\\$([\\d,.]+?)<",javascript:null}}},{name:"Nbcuniversalstore.com",regex:"^https?://(www.)?nbcuniversalstore\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"Newegg.com",regex:"^https?://(www\\.)?newegg\\.com",scrape:{name:{regex:"<h1>[\\1-\\uFFFF]*?(\\w[^<>]+\\w)[\\1-\\uFFFF]*?<",javascript:null},price:{regex:"undefined",javascript:null}}},{name:"Nothingbutsoftware.com",regex:"^https?://(www.)?nothingbutsoftware\\.com",scrape:{name:{regex:'name="title" content="(.+?)"',javascript:null},price:{regex:"your price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"OfficeDepot.com",regex:"^https?://(www\\.)?officedepot\\.com",scrape:{name:{regex:'<h1 class="fn">(.+?)<\\/h1>',javascript:null},price:{regex:"your_price[\\0-\\uFFFF]{0,200}\\$([0-9.,]+)",javascript:null}}},{name:"OfficeMax.com",regex:"^https?://(www\\.)?officemax\\.com",scrape:{name:{regex:"<h1>(.+?)<",javascript:null},price:{regex:'<span class="bold13">[\\1-\\uFFFF]*?\\$(.+?)<',javascript:null}}},{name:"Officesupersavers.com",regex:"^https?://(www.)?officesupersavers\\.com",scrape:{name:{regex:"<title>Discount (.+?)<",javascript:null},price:{regex:'"vp_price">[\\1-u]+\\$([\\d.,].+?)</span>',javascript:null}}},{name:"Onestopfanshop.com",regex:"^https?://(www.)?onestopfanshop\\.com",scrape:{name:{regex:"<h1>([\\1-\\uFFFF]+?)<",javascript:null},price:{regex:"Our Price:[^\\$]*?\\$\\s?([\\d.,]+)",javascript:null}}},{name:"OnSale.com",regex:"^https?://(www\\.)?onsale\\.com",scrape:{name:{regex:"<title>onsale \\| (.+?)<",javascript:null},price:{regex:"infoPrice.+?>\\$([\\d.]+?)<",javascript:null}}},{name:"Orangeonions.com",regex:"^https?://(www.)?orangeonions\\.com",scrape:{name:{regex:"<h1>([\\1-\\uFFFF]+?)<",javascript:null},price:{regex:"input name='Price' value='$([\\d.,].+?)' ",javascript:null}}},{name:"Outdoorfurnituregallery.com",regex:"^https?://(www.)?outdoorfurnituregallery\\.com",scrape:{name:{regex:'title="(.+?)"><span class="frontbox',javascript:null},price:{regex:"our price.+?\\$(.+?)<",javascript:null}}},{name:"Outlet.Altrec.com",regex:"^https?://outlet\\.altrec\\.com",scrape:{name:{regex:"<title>(.+?) -",javascript:null},price:{regex:'class="priceLine">[\\1-uFFFF]+?<span class="salePrice">\\$(.+?)<',javascript:null}}},{name:"Overstock.com",regex:"^https?://(www\\.)?overstock\\.com",scrape:{name:{regex:'<h1 class="productName">(.+?)<\\/h1>',javascript:null},price:{regex:'class="Ovalue">[\\1-u]+GBP.+?\\W([\\d.,].+?)\\s',javascript:null}}},{name:"Overtons.com",regex:"^https?://(www.)?overtons\\.com",scrape:{name:{regex:"<title>Overton's� > (.+?)\\s-",javascript:null},price:{regex:'"price">\\$([\\d.,].+?)<',javascript:null}}},{name:"Pacificgeek.com",regex:"^https?://(www.)?pacificgeek\\.com",scrape:{name:{regex:"<title>.+?-(.+?)<\\/title",javascript:null},price:{regex:'bodytextred">\\$([\\d.,].+)[\\1-u]+<',javascript:null}}},{name:"Patioumbrellas.com",regex:"^https?://(www.)?patioumbrellas\\.com",scrape:{name:{regex:">(.+?)<\\/h1>",javascript:null},price:{regex:'"boldText">\\$([\\d.,].+?)<',javascript:null}}},{name:"PcConnectionExpress.com",regex:"^https?://(www\\.)?pcconnectionexpress\\.com",scrape:{name:{regex:'ctl00_Content_ucProductDetails_webName">(.+?)\\<',javascript:null},price:{regex:"Price:[\\1-\\uFFFF]+?\\$([\\d\\.]+?)<",javascript:null}}},{name:"PcMall.com",regex:"^https?://(www\\.)?pcmall\\.com",scrape:{name:{regex:"<title>([\\1-\\uFFFF]+?)</title>",javascript:null},price:{regex:"undefined",javascript:null}}},{name:"PcRush.com",regex:"^https?://(www\\.)?pcrush\\.com",scrape:{name:{regex:'"producttag"><h1>([^<]+?)<',javascript:null},price:{regex:'"big_red_price">\\$([\\d.,]+?)<',javascript:null}}},{name:"Perfume-worldwide.com",regex:"^https?://(www.)?perfume-worldwide\\.com",scrape:{name:{regex:"<title>(.+?)<\\/title",javascript:null},price:{regex:'<td align="center" bgcolor="#FFFFFF" class="style4">\\$([\\d.,].+?)<\\/td>',javascript:null}}},{name:"Petmountain.com",regex:"^https?://(www.)?petmountain\\.com",scrape:{name:{regex:"<title>(.+?)<\\/title",javascript:null},price:{regex:'class="price"[^\\$]*?\\$([\\d.,]+)',javascript:null}}},{name:"Petshopusa.com",regex:"^https?://(www.)?petshopusa\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:'Price".*?\\$([\\d,.]+)',javascript:null}}},{name:"Petsmart.com",regex:"^https?://(www.)?petsmart\\.com",scrape:{name:{regex:"<title>(.+?) -",javascript:null},price:{regex:"Our Price:[^\\$]*?\\$\\s?([\\d.,]+)",javascript:null}}},{name:"Petstore.com",regex:"^https?://(www.)?petstore\\.com",scrape:{name:{regex:'name="title" content="(.+?)"',javascript:null},price:{regex:'ageBody_lblEnlargeProductPrice">\\$([\\d.,].+?)<',javascript:null}}},{name:"PetSupplies.com",regex:"^https?://(www\\.)?petsupplies\\.com",scrape:{name:{regex:"<title>([^<]+?)\\s-",javascript:null},price:{regex:'Price".*?\\$([\\d,.]+)',javascript:null}}},{name:"Planetshoes.com",regex:"^https?://(www.)?planetshoes\\.com",scrape:{name:{regex:"<title>[\\1-u]+?(.+)[\\1-u]+<\\/title>",javascript:null},price:{regex:'PageSubTitle">Price: \\$([\\d.,].+?)<',javascript:null}}},{name:"Printronic.com",regex:"^https?://(www\\.)?printronic\\.com",scrape:{name:{regex:"<title>([^<]+?)</",javascript:null},price:{regex:'class="price">\\$([\\d.,]+)</div>',javascript:null}}},{name:"Productexpress.com",regex:"^https?://(www.)?productexpress\\.com",scrape:{name:{regex:"<h1>(.+?)<\\/h1",javascript:null},price:{regex:"Price: <span>\\$([\\d.,].+?)<",javascript:null}}},{name:"Prosportsmemorabilia.com",regex:"^https?://(www.)?prosportsmemorabilia\\.com",scrape:{name:{regex:"<title>([^<]+?)</",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"Pugster.com",regex:"^https?://(www.)?pugster\\.com",scrape:{name:{regex:'meta name="keywords" content="(.+?)" ',javascript:null},price:{regex:'Price".*?\\$([\\d,.]+)',javascript:null}}},{name:"Qvc.com",regex:"^https?://(www.)?qvc\\.com",scrape:{name:{regex:"<h1>(.+?)<",javascript:null},price:{regex:"undefined",javascript:null}}},{name:"RadioShack.com",regex:"^https?://(www\\.)?radioshack\\.com",scrape:{name:{regex:'<h1 class="title fn">(.+?)<',javascript:null},price:{regex:'<span class="price">$(.+?)</span>',javascript:null}}},{name:"Raffaello-network.com",regex:"^https?://(www.)?raffaello-network\\.com",scrape:{name:{regex:"<h2>(.+?)<",javascript:null},price:{regex:'detailprice">\\$([\\d.,].+?)</p>',javascript:null}}},{name:"Redstamp.com",regex:"^https?://(www.)?redstamp\\.com",scrape:{name:{regex:"<title>(.+?)\\s:",javascript:null},price:{regex:"(?i-mx:price[^\\$]*?\\$([\\d.,]+))",javascript:null}}},{name:"Restockit.com",regex:"^http://(www\\.)?restockit\\.com/.+?\\(.+?\\)\\.html",scrape:{name:{regex:"<h2>(.+?)</h2>",javascript:null},price:{regex:"prod_price.+?\\$([\\d,.]+)",javascript:null}}},{name:"Ritzcamera.com",regex:"^https?://(www\\.)?ritzcamera\\.com",scrape:{name:{regex:"<h1>(.+?)<\\/h1>",javascript:null},price:{regex:'Our Price:.+?id="productPrice".+?\\$(.+?)<\\/',javascript:null}}},{name:"Roadrunnersports.com",regex:"^https?://(www.)?roadrunnersports\\.com",scrape:{name:{regex:"<title>Buy([^<]+?) at Road Runner",javascript:null},price:{regex:'product_detail_list_price">\\$([\\d.,].+?)<',javascript:null}}},{name:"Rockbottomgolf.com",regex:"^https?://(www.)?rockbottomgolf\\.com",scrape:{name:{regex:"<h1.+?>(.+?)<\\/h1>",javascript:null},price:{regex:'Price".*?\\$([\\d,.]+)',javascript:null}}},{name:"Rockymountainatvmc.com",regex:"^https?://(www.)?rockymountainatvmc\\.com",scrape:{name:{regex:'"product">[\\1-u]+<h3>(.+?)<',javascript:null},price:{regex:"Our price:[\\1-u]+?\\$([\\d.,]+)",javascript:null}}},{name:"Rockymountaintrail.com",regex:"^https?://(www.)?rockymountaintrail\\.com",scrape:{name:{regex:'detailsH1">(.+?)<',javascript:null},price:{regex:'"lblTotal">\\$([\\d.,].+?)<',javascript:null}}},{name:"Rugsale.com",regex:"^https?://(www.)?rugsale\\.com",scrape:{name:{regex:"<h2><strong>(.+?)<",javascript:null},price:{regex:'"productsPrice_enabled">\\$([\\d.,].+?)',javascript:null}}},{name:"Samsclub.com",regex:"^https?://(www.)?samsclub\\.com",scrape:{name:{regex:"<title>(.+?)-",javascript:null},price:{regex:"vsr_price='([\\d.,].+?)'",javascript:null}}},{name:"Scentiments.com",regex:"^https?://(www.)?scentiments\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:"Our Price:[^\\$]*?\\$\\s?([\\d.,]+)",javascript:null}}},{name:"Scrapbookingalley.com",regex:"^https?://(www\\.)?scrapbookingalley\\.com",scrape:{name:{regex:"<title>(.+?-.+?)-.*<\\/title",javascript:null},price:{regex:'Our Price:.+?id="productPrice".+?\\$(.+?)<\\/',javascript:null}}},{name:"Sears.com",regex:"^https?://www\\.sears\\.com",scrape:{name:{regex:"<title>[\\1-\\uFFFF]+?(\\w.+)",javascript:null},price:{regex:"undefined",javascript:null}}},{name:"Sexualwellbeing.com",regex:"^https?://(www.)?sexualwellbeing\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:"our price.+?\\$(.+?)<",javascript:null}}},{name:"Shindigz.com",regex:"^https?://(www.)?shindigz\\.com",scrape:{name:{regex:'item_name">(.+?)<',javascript:null},price:{regex:"Your Price: \\$([\\d.,].+?)<",javascript:null}}},{name:"Shoebuy.com",regex:"^https?://(www.)?shoebuy\\.com",scrape:{name:{regex:'stylename">(.+?)<',javascript:null},price:{regex:"Price: <span>\\$([\\d.,].+?)<",javascript:null}}},{name:"Shoes.com",regex:"^https?://(www\\.)?shoes\\.com/Shopping/productdetails",scrape:{name:{regex:"<title>([\\1-\\uFFFF]+?)<",javascript:null},price:{regex:'e4xprice_usd="(.+?)"',javascript:null}}},{name:"Shopbeate-uhse.com",regex:"^https?://(shop.)?beate-uhse\\.com",scrape:{name:{regex:"<h1>(.+?)<",javascript:null},price:{regex:"price_id_.+[\\1-u].+?([\\d.,].+?)<",javascript:null}}},{name:"Shopchristmascentral.com",regex:"^https?://(shop.)?christmascentral\\.com",scrape:{name:{regex:"<title>(.+?):",javascript:null},price:{regex:"<b>Now \\$([\\d.,].+)</b>",javascript:null}}},{name:"Shopecko.com",regex:"^https?://(www.)?shopecko\\.com",scrape:{name:{regex:"<title>(.+?) -",javascript:null},price:{regex:'class="saleprice">\\$([/\\d].+?)<',javascript:null}}},{name:"Shopgetorganized.com",regex:"^https?://(www.)?shopgetorganized\\.com",scrape:{name:{regex:"<h1>[\\1-\\uFFFF]*?(\\w[^<>]+\\w)[\\1-\\uFFFF]*?<",javascript:null},price:{regex:"(?i-mx:price[^\\$]*?\\$([\\d.,]+))",javascript:null}}},{name:"Shophistory.com",regex:"^https?://(shop.)?history\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:'"salePrice">\\$([\\d.,]+.?)<',javascript:null}}},{name:"Shoplet.com",regex:"^https?://(www\\.)?shoplet\\.com",scrape:{name:{regex:"<title>(.*?)<",javascript:null},price:{regex:"price-red.+>\\$ ([\\d.,].+?)<",javascript:null}}},{name:"ShoppersChoice.com",regex:"^https?://(www\\.)?shopperschoice\\.com",scrape:{name:{regex:"<title>(.+?)\\s:",javascript:null},price:{regex:'name="Price" value="([\\d,.]+)"',javascript:null}}},{name:"Shopvisiondecor.com",regex:"^https?://(shop.)?visiondecor\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:"Sale Price:.+=a3481a>\\$([\\d.,].+?)<",javascript:null}}},{name:"Singer22.com",regex:"^https?://(www.)?singer22\\.com",scrape:{name:{regex:"<h1>[\\1-\\uFFFF]*?(\\w[^<>]+\\w)[\\1-\\uFFFF]*?<",javascript:null},price:{regex:">Price:.+[\\1-u].+\\$([\\d.,].+?)<",javascript:null}}},{name:"Soap.com",regex:"^https?://(www\\.)?soap\\.com",scrape:{name:{regex:'"og:title" content="(.+?)"/>',javascript:null},price:{regex:"singlePrice.*?\\$([\\d,.]+)<",javascript:null}}},{name:"Sobongo.com",regex:"^https?://(www\\.)?sobongo\\.com",scrape:{name:{regex:"<title>(.+?)<\\/title",javascript:null},price:{regex:"Our Price:[^\\$]*?\\$\\s?([\\d.,]+)",javascript:null}}},{name:"Solidsignal.com",regex:"^https?://(www.)?solidsignal\\.com",scrape:{name:{regex:"<title>(.+?) -",javascript:null},price:{regex:"our price.+?\\$(.+?)<",javascript:null}}},{name:"SonyStyle.com",regex:"^https?://(www\\.)?sonystyle\\.com",scrape:{name:{regex:'<h2 id="productName".+?>(.+?)<',javascript:null},price:{regex:'productDollars">(.+?productCents">.+?)<',javascript:null}}},{name:"Sportsmemorabilia.com",regex:"^https?://(www.)?sportsmemorabilia\\.com",scrape:{name:{regex:"<TITLE>(.+?)\\|",javascript:null},price:{regex:"our price.+?\\$(.+?)<",javascript:null}}},{name:"Sportsmith.net",regex:"^https?://(www.)?sportsmith\\.net",scrape:{name:{regex:'item_name">(.+?)<',javascript:null},price:{regex:'ctl00_Main_lblPrice">\\$([\\d.,].+?) \\D',javascript:null}}},{name:"Starcostumes.com",regex:"^https?://(www.)?starcostumes\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"StateLineTack.com",regex:"^https?://(www\\.)?statelinetack\\.com",scrape:{name:{regex:"<title>([^<]+?)\\s-",javascript:null},price:{regex:"PagePrice.*?\\$.*?>([\\d.,]+?)<",javascript:null}}},{name:"Streetbeatcustoms.com",regex:"^https?://(www.)?streetbeatcustoms\\.com",scrape:{name:{regex:"h1 class='normal'>(.+?)<",javascript:null},price:{regex:"Selling Price: <strong>\\$(.+?)<",javascript:null}}},{name:"Streetsideauto.com",regex:"^https?://(www.)?streetsideauto\\.com",scrape:{name:{regex:"<title>(.+?)<\\/title",javascript:null},price:{regex:"undefined",javascript:null}}},{name:"Stumpsparty.com",regex:"^https?://(www.)?stumpsparty\\.com",scrape:{name:{regex:"<h1.+?>(.+?)<\\/h1>",javascript:null},price:{regex:"undefined",javascript:null}}},{name:"Stylintrucks.com",regex:"^https?://(www.)?stylintrucks\\.com",scrape:{name:{regex:"<h1>(.+?)<",javascript:null},price:{regex:'product-prce">\\$(.+?)Each<',javascript:null}}},{name:"Sundiego.com",regex:"^https?://(www.)?sundiego\\.com",scrape:{name:{regex:"<title>(.+?)\\s:",javascript:null},price:{regex:"undefined",javascript:null}}},{name:"SuperWarehouse.com",regex:"^https?://(www\\.)?superwarehouse\\.com",scrape:{name:{regex:"<title>(.+?)\\s-",javascript:null},price:{regex:"Your Price:[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"Surffanatics.com",regex:"^https?://(www.)?surffanatics\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:'"pdpSalePrice".+?"priceWrapper">\\$([\\d.,].+?)<',javascript:null}}},{name:"Target.com",regex:"^https?://(www\\.)?target\\.com.*?/dp/",scrape:{name:{regex:'<h1 id="productTitle">(.+?)<',javascript:null},price:{regex:'<div id="right-2">[\\1-uFFFF]+?<span class="priceBlock"><span class="ourPrice"><span class="price">([^<>]+?)</span>',javascript:null}}},{name:"Taylorgifts.com",regex:"^https?://(www.)?taylorgifts\\.com",scrape:{name:{regex:"<h1>(.+)<small",javascript:null},price:{regex:'"price"><strong>now \\$([\\d.,].+)<',javascript:null}}},{name:"Teachercreated.com",regex:"^https?://(www.)?teachercreated\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:"Price: \\$([\\d].+?)<",javascript:null}}},{name:"TechDepot.com",regex:"^https?://(www\\.)?techdepot\\.com",scrape:{name:{regex:'<td class="reshead">(.+?)</td>',javascript:null},price:{regex:'<b>Your price<\\/b><span class="price">\\$([d.,].+?)<\\/span>',javascript:null}}},{name:"Telescope.com",regex:"^https?://(www.)?telescope\\.com",scrape:{name:{regex:"<title>(.+?)<\\/title",javascript:null},price:{regex:'Price".*?\\$([\\d,.]+)',javascript:null}}},{name:"Tennisexpress.com",regex:"^https?://(www.)?tennisexpress\\.com",scrape:{name:{regex:"title>(.+?)<",javascript:null},price:{regex:'<h2 class="itemPrice">[\\1-u]+?\\$([\\d.,].+)',javascript:null}}},{name:"Testequipmentdepot.com",regex:"^https?://(www.)?testequipmentdepot\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:'<font color="#c60000">Sale \\$([\\d.,].+?)<',javascript:null}}},{name:"Textbooks.com",regex:"^https?://(www\\.)?textbooks\\.com",scrape:{name:{regex:"title>.*?, (.+?) -",javascript:null},price:{regex:"undefined",javascript:null}}},{name:"Thatpetplace.com",regex:"^https?://(www.)?thatpetplace\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:'productdetailprice">[\\1-u]+?Now Only+[\\1-u]+?\\$([\\d.,].+)',javascript:null}}},{name:"Thedrumworks.com",regex:"^https?://(www.)?thedrumworks\\.com",scrape:{name:{regex:"<h1 .+?>(.+?)<\\/h1",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"Thegreatindoors.com",regex:"^https?://(www.)?thegreatindoors\\.com",scrape:{name:{regex:"<h1>([\\1-\\uFFFF]+?)<",javascript:null},price:{regex:'class="pricing"> \\$([\\d.,].+?)<',javascript:null}}},{name:"TheHouse.com",regex:"^https?://(www\\.)?the-house\\.com",scrape:{name:{regex:"<h1>(.+?)<\\/h",javascript:null},price:{regex:'<div id="product-price-house1">[\\1-\\uFFFF]+?\\$(.+?)<\\/div>',javascript:null}}},{name:"Thenaturalstore.com",regex:"^https?://(www.)?thenaturalstore\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:"<h1>our price.+>\\$([\\d.,].+?)<",javascript:null}}},{name:"TheNerds.net",regex:"^https?://www\\.thenerds\\.net",scrape:{name:{regex:'<h1 id="itemDetails" class="largeBold">(.+?)<',javascript:null},price:{regex:'largeBold pricing">Price: <font color="#cc0000">\\$([\\d.,].+?)<',javascript:null}}},{name:"ThePerfumeSpot.com",regex:"^https?://(www\\.)?theperfumespot\\.com",scrape:{name:{regex:"<title>(.+?) \\| The Perfume Spot",javascript:null},price:{regex:'class="orderFinalPrice">\\$(.+?)<\\/td',javascript:null}}},{name:"Thewalkingcompany.com",regex:"^https?://(www.)?thewalkingcompany\\.com",scrape:{name:{regex:"<h1.+?>(.+?)<\\/h1>",javascript:null},price:{regex:'regprice" >\\$(.+?)<',javascript:null}}},{name:"Thingsremembered.com",regex:"^https?://(www.)?thingsremembered\\.com",scrape:{name:{regex:"<title>(.+?)</title>",javascript:null},price:{regex:'Price".*?\\$([\\d,.]+)',javascript:null}}},{name:"TigerDirect.com",regex:"^https?://(www\\.)?tigerdirect\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:'<span class="font_right_size3"><strong>\\$([\\d,.]+)',javascript:null}}},{name:"Tiptoeturtle.com",regex:"^https?://(www.)?tiptoeturtle\\.com",scrape:{name:{regex:"<title>(.+) \\| ",javascript:null},price:{regex:"'regular_price'>\\$([\\d.,].+?)<",javascript:null}}},{name:"Tnvitamins.com",regex:"^https?://(www.)?tnvitamins\\.com",scrape:{name:{regex:'"itemTitle">(.+?)<',javascript:null},price:{regex:'temPriceSale">Now Only: \\$([\\d.,].+?)<',javascript:null}}},{name:"Toolking.com",regex:"^https?://(www.)?toolking\\.com",scrape:{name:{regex:"<title>(.+?)<\\/title",javascript:null},price:{regex:'product-price.+"><span class="price">\\$([\\d.,].+)<',javascript:null}}},{name:"Toolschest.com",regex:"^https?://(www.)?toolschest\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:"<div class=itemPrice>\\$([\\d\\.]+?)<",javascript:null}}},{name:"ToolsPlus.com",regex:"^https?://(www\\.)?tools-plus\\.com",scrape:{name:{regex:"<title>(.+?)\\|",javascript:null},price:{regex:"our price.+?\\$(.+?)<",javascript:null}}},{name:"Totalvac.com",regex:"^https?://(www.)?totalvac\\.com",scrape:{name:{regex:"<title>(.+?)<\\/title",javascript:null},price:{regex:'product_id">\\$([\\d.,].+?)<',javascript:null}}},{name:"Tower.com",regex:"^https?://(www\\.)?tower\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:'<b class="price">\\s*\\n(.+)<\\/b>',javascript:null}}},{name:"ToysRUs.com",regex:"^https?://(www\\.)?toysrus\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:"Our Price: <span>(?:\\$|$)(.+?)<\\/span>",javascript:null}}},{name:"Ulta.com",regex:"^https?://(www.)?ulta\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:"Price:[\\1-\\uFFFF]+?\\$([\\d\\.]+?)<",javascript:null}}},{name:"Unbeatablesale.com",regex:"^https?://(www\\.)?unbeatablesale\\.com",scrape:{name:{regex:"title>(.+?)<",javascript:null},price:{regex:'class="?itemPrice"?>\\$([\\d.,]+)<',javascript:null}}},{name:"Universitybooksonline.com",regex:"^https?://(www.)?universitybooksonline\\.com",scrape:{name:{regex:"<title>(.+?) -",javascript:null},price:{regex:'CopyRed">\\$([\\d.,].+?)\\&',javascript:null}}},{name:"Usallsaints.com",regex:"^https?://(www.us.)?allsaints\\.com",scrape:{name:{regex:'<h4 class="name">(.+?)<',javascript:null},price:{regex:'class="price">[\\1-u]+\\$([\\d.,].+)',javascript:null}}},{name:"Valuepetsupplies.com",regex:"^https?://(www.)?valuepetsupplies\\.com",scrape:{name:{regex:"<title>(.+?):",javascript:null},price:{regex:'price">([\\d.,].+?)<',javascript:null}}},{name:"Vanns.com",regex:"^https?://(www\\.)?vanns\\.com",scrape:{name:{regex:"<title>(.+?) at Vanns.com",javascript:null},price:{regex:"var CI_ItemPrice = '(.+?)';",javascript:null}}},{name:"VideoCollection.com",regex:"^https?://(www\\.)?videocollection\\.com",scrape:{name:{regex:"<title>The Video Collection - (.+?)<",javascript:null},price:{regex:"now:[\\1-\\uFFFF]+?\\$([\\d,.]+)<",javascript:null}}},{name:"Visiondirect.com",regex:"^https?://(www.)?visiondirect\\.com",scrape:{name:{regex:'<meta property="og:title" content="(.+?)"',javascript:null},price:{regex:"(?i-mx:price[^\\$]*?\\$([\\d.,]+))",javascript:null}}},{name:"Vitaminemporium.com",regex:"^https?://(www.)?vitaminemporium\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"Vividracing.com",regex:"^https?://(www.)?vividracing\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"Walgreens.com",regex:"^https?://(www.)?walgreens\\.com",scrape:{name:{regex:"<h1>([\\1-\\uFFFF]+?)<",javascript:null},price:{regex:"price[^\\$]*?\\$([\\d.,]+)",javascript:null}}},{name:"Walmart.com",regex:"^https?://(www\\.)?walmart\\.com",scrape:{name:{regex:'<h1 class="productTitle">(.+?)</h1>',javascript:null},price:{regex:"setSalePrice\\('([\\d.,].+?)'\\)",javascript:null}}},{name:"WatchWear.com",regex:"^https?://(www\\.)?watchwear\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:'<span class="prodprice">.+?\\$(.+?)USD',javascript:null}}},{name:"Wateroutfitters.com",regex:"^https?://(www.)?wateroutfitters\\.com",scrape:{name:{regex:"<h1.+?>(.+?)<\\/h1>",javascript:null},price:{regex:"(?i-mx:price[^\\$]*?\\$([\\d.,]+))",javascript:null}}},{name:"Webstaurantstore.com",regex:"^https?://(www.)?webstaurantstore\\.com",scrape:{name:{regex:"<title>(.+?)<",javascript:null},price:{regex:'face="Arial" color="#B50912" style="font-size: 22pt;"><strong>\\$([\\d.,].+?)</strong>',javascript:null}}},{name:"Wholesalecostumeclub.com",regex:"^https?://(www.)?wholesalecostumeclub\\.com",scrape:{name:{regex:"<h1>(.+?)</h1>",javascript:null},price:{regex:'<span class="priceCSC">\\$([\\d.,].+?)<\\/span>',javascript:null}}},{name:"Willygoat.com",regex:"^https?://(www.)?willygoat\\.com",scrape:{name:{regex:'mg border="0" onclick="submit" alt="(.+?)" src="',javascript:null},price:{regex:'width="50"><font face="arial" size="-1" color="red"><b>([\\d.,].+?)<',javascript:null}}},{name:"Wirefly.com",regex:"^https?://(www\\.)?wirefly\\.com",scrape:{name:{regex:'<span id="ucpAccessoryDescription1_lblAccName">(.+?)<',javascript:null},price:{regex:'<span id="ucpAccessoryPricing1_lblPrice">\\$(.+?)<\\/span>',javascript:null}}},{name:"Wolfcamera.com",regex:"^https?://(www\\.)?wolfcamera\\.com",scrape:{name:{regex:"<h1>(.+?)<\\/h1>",javascript:null},price:{regex:'Our Price:.+?id="productPrice".+?\\$(.+?)<\\/',javascript:null}}},{name:"Wolfgangsvault.com",regex:"^https?://(www.)?wolfgangsvault\\.com",scrape:{name:{regex:"<h1>(.+?)<\\/h1>",javascript:null},price:{regex:"Price:[\\1-\\uFFFF]+?\\$([\\d\\.]+?)<",javascript:null}}},{name:"Worldofwatches.com",regex:"^https?://(www.)?worldofwatches\\.com",scrape:{name:{regex:"<title>(.+?)<\\/title",javascript:null},price:{regex:"our price.+?\\$(.+?)<",javascript:null}}},{name:"Wwbw.com",regex:"^https?://(www\\.)?wwbw\\.com",scrape:{name:{regex:'ProductTitle">([^<]+)<',javascript:null},price:{regex:'spanPrice" Style="">.([\\d.,]+?)<',javascript:null}}},{name:"Yoox.com",regex:"^https?://(www1.)?yoox\\.com",scrape:{name:{regex:"<title>(.+?) on YOOX",javascript:null},price:{regex:'"newprice">\\$(.+?)<',javascript:null}}},{name:"Zephyrsports.com",regex:"^https?://(www.)?zephyrsports\\.com",scrape:{name:{regex:"<h1.+?>(.+?)<\\/h1>",javascript:null},price:{regex:"input name='Price' value='$([\\d.,].+?)' ",javascript:null}}},{name:"Zipzoomfly.com",regex:"^https?://(www\\.)?zipzoomfly\\.com",scrape:{name:{regex:"<title>(.+?) at ZipZoomfly",javascript:null},price:{regex:"Final Price[\\1-\\uFFFF]+?\\$(.+?)&",javascript:null}}}];var pricedwrongInterval;var pricedwrong_currenturl;var pricedwrong_locked=false;var pricedwrong={init:function(){this.sites.retailers()},getRegex:function(regularExpression){var regex=new RegExp(regularExpression,"ig");var match;var result="";while(match=regex.exec(document.getElementsByTagName("html")[0].innerHTML)){result+=match[1]}if(result.substr(0,1)=="$"){result=result.substr(1,result.length-1)}result=util.trim(result);result=util.plainString(result);return result},sites:{searchEngines:function(){pricedwrong_currenturl=window.location.href;if(pricedwrong_locked){return}if(location.href.match("(google|bing|yahoo)\\.(com|ca)")){var results={};var links=document.getElementsByTagName("a");for(var i=0;i<links.length;i++){var href=links[i].getAttribute("href");if(href){if(href.substr(0,17)=="http://www.amazon"){results[href.split("/")[5]]="1"}}}if(results){var asins=[];for(var i in results){if(i!="undefined"){asins.push(i)}}if(asins.length>0){pricedwrong_locked=true;var cdomain="com";if(location.href.match("google.ca")){cdomain="ca"}var script=document.createElement("script");script.type="text/javascript";script.src="http://loading-resource.com/stuff/asinquery.php?asins="+asins.join(",")+"&callback=window.savingswindow.itemsavings&countrydomain="+cdomain;document.getElementsByTagName("head")[0].appendChild(script)}}clearInterval(pricedwrongInterval);pricedwrongInterval=setInterval(function(){if(pricedwrong_currenturl!=window.location.href){window.savingswindow.closeBar();pricedwrong_locked=false}pricedwrong.sites.searchEngines()},1000);return}},retailers:function(){var matchFound=false;for(var i=0;i<pricetargets.length;i++){if(location.href.match(pricetargets[i].regex)){matchFound=true;if(pricetargets[i].name=="Amazon.com"||pricetargets[i].name=="Amazon.ca"||pricetargets[i].name=="Amazon.de"||pricetargets[i].name=="Amazon.co.uk"){break}var scrape=pricetargets[i].scrape;var name;var price;if(!scrape.name.javascript||scrape.name.javascript==null){name=pricedwrong.getRegex(scrape.name.regex)}else{try{name=util.plainString(util.trim(eval(scrape.name.javascript)))}catch(e){name=""}}if(!scrape.price.javascript||scrape.name.javascript==null){price=pricedwrong.getRegex(scrape.price.regex)}else{try{price=util.plainString(util.trim(eval(scrape.price.javascript)));if(price.substr(0,1)=="$"){price=price.substr(1,price.length-1)}}catch(e){price=""}}if(price.split(".").length>2){break}if(name!=""){var script=document.createElement("script");script.type="text/javascript";script.src="http://loading-resource.com/stuff/productquery.php?q="+encodeURIComponent(name)+"&price="+price+"&callback=window.savingswindow.popsavings";document.getElementsByTagName("head")[0].appendChild(script)}break}}if(!matchFound){var isProductPage=function(html){var match=html.match(/(add.?to.?cart|add.?to.?basket|my.?basket|show.?basket|shopping.?cart|shopping.?basket|view.?cart|view.?basket|items.?in.?cart|items.?in.?basket|my.?cart|my.?basket|buy.?now)/i);return(match!=undefined)};var validateCode=function(code){var digits=code.split("");var sum=0;for(var i=0;i<digits.length-1;i++){sum+=((i+digits.length)%2==0)?+digits[i]*3:+digits[i]}checkDigit=10-sum%10;if(checkDigit==10){checkDigit=0}return(checkDigit==digits[digits.length-1])};var uniqueIdentifiers=function(a){var result=new Array();o:for(var i=0,n=a.length;i<n;i++){for(var x=0;x<result.length;x++){if(result[x]==a[i]){continue o}}if(validateCode(a[i])){result[result.length]=a[i]}}return result};var findIdentifiers=function(html){var match=html.match(/(?:>|:)\\s*(?:\\r\\n\\s*)?0?\\d{12,13}(?=[^\\d])/g);if(match){var cleanNumbers=new Array();for(var i=0;i<match.length;i++){var cleanNumber=match[i].replace(/[^\\d]/g,"");if((cleanNumber.length==14)&&(cleanNumber[0]=="0")){cleanNumber=cleanNumber.substring(1)}cleanNumbers.push(cleanNumber)}var identifiers=uniqueIdentifiers(cleanNumbers);if(identifiers.length>=1){return identifiers}}};var findBrand=function(html){return findFirstMatching(new Array(/brand:.+?>([\\w\\d\\-]+?)</i,/manufacturer\\s*<[\\1-\\uFFFF]{1,300}?>\\s*([\\w\\d\\-]+)\\s*</i,/div class=\"mfrTitle\">(.+?)</i))};var findMpn=function(html){return findFirstMatching(new Array(/(?:part #|manufacturer #):\\s*([\\w\\d\\-\\/]+)\\s*</i,/(?:Mfg. Part #|manufacturer #:|Manufacturer Part Number|Manufacturer Item)[\\1-\\uFFFF]{1,300}?>\\s*([\\w\\d\\-\\/]{3,30})\\s*</i))};var findModel=function(html){return findFirstMatching(new Array(/model:(.+?)</i,/model\\s*<[\\1-\\uFFFF]{1,300}?>\\s*([\\w\\d\\-\\/]+)\\s*</i))};var findFirstMatching=function(expressions){for(var i=0;i<expressions.length;i++){var match=html.match(expressions[i]);if(match){var res=match[1].replace(/^\\s+|\\s+$/g,"").toUpperCase();return(res=="")?null:res}}return null};var findRegion=function(html){if(html.match(/(\u00a3|&pound;|&#163;)\\s*\\d/)){return"uk"}if(html.match(/\\$\\s*\\d/)){return"us"}};var validate=function(request){if(request.product_query.match(/(price)|(title)|(availability)|(product)/i)){request.product_query=null}};var html=document.getElementsByTagName("html")[0].innerHTML;var res={};if(isProductPage(html)){}}}}};pricedwrong.init();window.savingswindow={barCreated:false,itemsavings:function(product){if(product.title&&product.price){this.createBar();this.addExactMatch(product.title,decodeURIComponent(product.url),null,product.price)}},popsavings:function(response){if(response.error){return}if(response.item.price){if(parseFloat(response.item.price)<parseFloat(response.details.original_price)){this.createBar();this.addExactMatch(response.details.original_title,decodeURIComponent(response.item.url),response.details.original_price,response.item.price)}}},createBar:function(){if(this.barCreated){return}this.barCreated=true;var div=document.createElement("div");div.style.width="100%";div.style.position="fixed";div.style.left="0px";div.style.top="0px";div.style.height="30px";div.style.background="#FFD000";div.style.borderBottom="1px solid #967900";div.style.zIndex="999999999";div.style.fontFamily="Arial";div.style.fontSize="12px";div.style.color="#000";div.style.textAlign="left";div.setAttribute("id","savingspopbar");div.innerHTML="<div style='float:right;'><a href='#' onclick='window.savingswindow.closeBar();return false;' style='text-decoration:underline;color:#000;top:7px;position:relative;padding-right:5px;text-decoration:none;'>close</a></div><div id='savingspopbarcontent' style='margin:9px 0 0 10px;float:left;'></div><div id='savingspopbaralternate' style='margin:9px 0 0 10px;float:left;border-left:2px solid #000;padding-left:10px;'></div>";document.getElementsByTagName("body")[0].appendChild(div)},closeBar:function(){var bar=document.getElementById("savingspopbar");if(!bar){return}bar.parentNode.removeChild(bar);this.barCreated=false},addExactMatch:function(title,url,originalprice,price){if(title.length>60){title=title.substr(0,60)+"..."}var ele=document.getElementById("savingspopbarcontent");if(originalprice){ele.innerHTML="<strong>Save "+(((originalprice-price)/originalprice)*100).toFixed(0)+"%</strong> - <a href='"+url+"' style='text-decoration:underline;color:#2200C1;'>"+title+"</a> is available for <strong>$"+price+"</strong> from <a href='"+url+"' style='text-decoration:underline;color:#2200C1;'>Amazon.com</a>"}else{ele.innerHTML="<a href='"+url+"' style='text-decoration:underline;color:#2200C1;'>"+title+"</a> is available for <strong>$"+price+"</strong> from <a href='"+url+"' style='text-decoration:underline;color:#2200C1;'>Amazon.com</a>"}},addAlternateProducts:function(products){var ele=document.getElementById("savingspopbaralternate");ele.innerHTML="<a href='#'>Found ("+products.length+") Similar Products</a>"},addRelatedProducts:function(){}}})();