/*
 * Babestation Cash Dynamic Banner Widget - Babestation.tv 728x90
 * http://www.babestationcash.com/
 *
 * Copyright (c) 2010 Babestation
 *
 * PLEASE NOTE: Please make sure you have set the ccbillId, epochId and epochClc variables before calling this
 * script, otherwise you will not be credited with the sale. For support email ash@cellcast.tv
 *
 * Date: 2010-06-17 15:39:21 -0000 (Thu, 17 Jun 2010)
 * Revision: 0001
 */
var url;

url = 'http://www.babestationcash.com/widget/babestationtv/728x90?ccbill='+ccbillId+'&epoch='+epochId+'&epochclc='+epochClc;
	
document.write('<iframe src="'+url+'" width=728 height=90 scrolling="no" frameborder=0 style="width: 728px; height: 90px; border: 0px; margin: 0px; padding: 0px;"></iframe>');
