/*
 * 3wayscash Dynamic Banner Widget - Lolly Badcock 300x250
 * http://www.3wayscash.com/
 *
 * Copyright (c) 2010 3wayscash
 *
 * PLEASE NOTE: Please make sure you have set the ccbillId variable before calling this
 * script, otherwise you will not be credited with the sale.
 *
 * Date: 2010-01-28 12:03:21 -0000 (Thu, 28 Jan 2010)
 * Revision: 0001
 */
var url;

if (typeof ccbillId != 'undefined')
	url = 'http://www.3wayscash.com/widget/lollybadcock/300x250?ccbill='+ccbillId;
else
	url = 'http://www.3wayscash.com/widget/lollybadcock/300x250';
	
document.write('<iframe src="'+url+'" width=300 height=250 scrolling="no" frameborder=0 style="width: 300px; height: 250px; border: 0px; margin: 0px; padding: 0px;"></iframe>');
