/***********************************************************************
 *
 * Copyright (c) 2009 ScanScout, Inc. All Rights Reserved.
 *
 * This software is the confidential and proprietary information of
 * ScanScout. ("Confidential Information"). You shall not disclose
 * such Confidential Information and shall use it only inaccordance
 * with the terms of the license agreement you entered into with
 * ScanScout.
 *
 ***********************************************************************/

// adstreamjscontroller.js
// This integration have been disabled as of 4/10/2009 - method signatures only
if (!self.ScanScout) ScanScout = {};

ScanScout.params = {};
ScanScout.fileName = 'adstreamjscontroller.js';
ScanScout.revisionString = "$Revision: 20215 $";	
ScanScout.fetchJSURL = function (theURL){}
ScanScout.getURLPrefix = function (){}

function ss_start(){}
function ss_stop(){}
function ss_restart(){}
function ss_workaround (funcName){};

self.ss_isLoaded = true; // necessary for backward compatibility
