/**
* pulloff_paste.js
*/

// VERSION: 4.00
// pulloff params
httpool_fbf = 'images/basic/pull_off_500x500_srpski.swf'; // filename (and location) of the swf
httpool_fbw = 500; // whole width
httpool_fbh = 500; // whole height
httpool_fbsw = 220; // small width
httpool_fbsh = 200; // small height
httpool_fbso = 1; // stay open

// delay
httpool_delay = 0; // opening delay in seconds; 0=no delay

// flash banner position
httpool_fbp = 1; // 1 - top-left(default), 2 - top right

httpool_fv = 6; // flash version needed
httpool_jsfile = 'jscript/httpool_pulloff.js'; //location of the pulloff banner code

//httpool_ct = "http://www.omnicom.rs";
httpool_ct = "javascript:popup_get('news/video.htm')";

// fallback banner filename... empty, false or null = no fallback,
// anything else invokes the fallback code which should silently fail if it cannot display what's requested
httpool_fallback_jsfile = 'http://aurelius.httpool.com/CRObanners/scripts/httpool_fallback.js'; // location of the fallback js code
// httpool_fallback_banner = 'Untitled-1.gif'; // must end in '.ext'
httpool_fallback_banner = ''; // must end in '.ext'
// httpool_fallback_banner = ''; // must end in '.ext'
httpool_fallback_w = '1'; // fallback width
httpool_fallback_h = '1'; // fallback height
httpool_fallback_trans = 1; // fallback transparency: 1 = true, 0 = no trans
httpool_fallback_ct = httpool_ct; // fallback click tracking link... can be the same as httpool_ct, or different
httpool_fallback_banner_alt = "$AltText$";

var httpool_js = 'sr'+'c="'+httpool_jsfile;
document.write('<scr'+'ipt type="text/javascript" ' + httpool_js + '"></scr'+'ipt>');
