function f2f_Platform(){
var _1=this;
var _2=null;
var _3=null;
var _4=null;
var kb=null;
var _5=null;
var _6=null;
var _7=null;
var _8=null;
var _9=null;
var _a=null;
this.modules=function(){
return _4;
};
this.kb=function(){
return kb;
};
this.cookie=function(){
return _5;
};
this.cursor=function(){
return _9;
};
this.delegate=function(){
return _6;
};
this.popup=function(){
return _7;
};
this.slide=function(){
return _8;
};
this.utils=function(){
return _3;
};
this.components=function(){
return _a;
};
this.ta=function(_b,_c,_d){
var _e="";
if(_b){
_e+="&key="+f2f.utils().URLencode(_b);
}
if(_c){
_e+="&sid="+f2f.utils().URLencode(_c);
}else{
if(_2){
_e+="&sid="+f2f.utils().URLencode(_2);
}
}
if(_d){
_e+="&extra="+f2f.utils().URLencode(_d);
}
if(_e.length!=0){
_e="?"+_e.substring(1);
}
var _f=new Image();
_f.src=f2fconstants.CALLBACK_URI+"do/ta/t"+_e;
try{
pageTracker._trackPageview(_f.src);
}
catch(e){
}
return true;
};
this.setSID=function(sid){
_2=sid;
};
this.log=function(e){
try{
if(f2fconstants.IN_DEV){
if(typeof (e)!="object"){
console.log(e);
}else{
console.log(e);
console.log(JSON.stringify(e));
}
}
}
catch(e){
}
};
this.init2=function(e){
try{
kb=new f2f_Kb();
}
catch(e){
_1.log(e);
}
try{
_5=new f2f_Cookie();
}
catch(e){
_1.log(e);
}
try{
_9=new f2f_Cursor();
}
catch(e){
_1.log(e);
}
try{
_6=new f2f_Delegate();
}
catch(e){
_1.log(e);
}
try{
_7=new f2f_Popup();
}
catch(e){
_1.log(e);
}
try{
_8=new f2f_Slide();
}
catch(e){
_1.log(e);
}
try{
_4=new f2f_Modules();
}
catch(e){
_1.log(e);
}
try{
_a=new f2f_Components();
}
catch(e){
_1.log(e);
}
};
function _10(){
try{
_3=new f2f_Utils();
}
catch(e){
_1.log(e);
}
};
_10();
};
var f2f=new f2f_Platform();
f2f.init2();


