$(document).ready(function(){var a={id:"tas_number",id2:"dynamic_tas",value:{"sem:broadband":"1800 550 173","sem:bundles":"1800 780 184","sem:mobilephones":"1300 652 080","sem:telephony":"1800 509 010","sem:omb":"1800 120 867","sem:blackberry":"1300 652 080","sem:lg":"1300 652 080","sem:nokia":"1300 652 080","sem:motorola":"1300 652 080","sem:samsung":"1300 652 080","sem:sonyericcson":"1300 652 080","sem:garmin":"1300 652 080","sem:iphone":"1300 652 080"},exists:function(){this.id=a.id;this.result= false;if($("#"+this.id).length!=0)this.result=true;return this.result},homepageExists:function(){this.id=a.id2;this.result=false;if($("."+this.id).length!=0)this.result=true;return this.result},param:{ref:window.location.href.slice(window.location.href.indexOf("?")+1).split("&"),name:"tas",value:function(){this.result=null;for(var b=0;b<this.ref.length;b++){this.list=this.ref[b].split("=");if(this.list[0]==this.name)this.result=this.list[1]}return this.result}},swap:function(){this.number=a.value[a.param.value()]; this.exists=a.exists();this.id=a.id;if(typeof this.number!="undefined")if(this.exists==true)$("#"+this.id).html(this.number);else if(a.homepageExists()){oldentry=$("."+this.id).html();newentry=oldentry.slice(0,oldentry.length-12);$("."+this.id).html(newentry+" "+this.number)}}};a.swap()});
