function cableCalls(blockVar, block2, block3){
	if(typeof block2 == 'undefined') block2 = 0;
	if(typeof block3 == 'undefined') block3 = 0;
	var runLoop = true;
	var num_of_quotes = 17;
	while (runLoop==true) {
		quotes = Math.floor (num_of_quotes * Math.random() + 1);
		if (quotes!=blockVar && quotes!=block2 && quotes!=block3){
			runLoop = false;
			if (quotes==1) {
			txt="<a href='/cgi-bin/y?action=cable_tv_packages'><img src='/images/callout_dhw.gif' alt='Desperate Housewives' width='187' height='131' border='0' class='call' /></a>";
			}
			
			if (quotes==2) {
			txt="<a href='/cgi-bin/y?action=cable_tv_packages'><img src='/images/callout_the_closer.gif' alt='The Closer' width='187' height='131' border='0' class='call' /></a>";
			}
			
			if (quotes==3) {
			txt="<a href='/cgi-bin/y?action=cable_tv_packages'><img src='/images/callout_wwe.gif' alt='WWE Raw' width='187' height='131' border='0' class='call' /></a>";
			}
			
			if (quotes==4) {
			txt="<a href='/cgi-bin/y?action=cable_tv_dvr_tivo'><img src='/images/callout_tivo.gif' alt='Never miss a show with a TiVo from Ygnition' width='187' height='131' border='0' class='call' /></a>";
			}
			
			if (quotes==5) {
			txt="<a href='/cgi-bin/y?action=cable_tv_packages'><img src='/images/callout_the_office.gif' alt='The Office' width='187' height='131' border='0' class='call' /></a>";
			}
			
			if (quotes==6) {
			txt="<a href='/cgi-bin/y?action=digital_home_phone'><img src='/images/callout_phone.gif' alt='Stay In Touch with Ygnition Digital Home Phone' width='187' height='131' border='0' class='call' /></a>";
			}
			
			if (quotes==7) {
			txt="<a href='/cgi-bin/y?action=cable_tv_packages'><img src='/images/callout_packages.gif' alt='Check out our Double and Triple Play Packages' width='187' height='131' border='0' class='call' /></a>";
			}
			
			if (quotes==8) {
			txt="<a href='/cgi-bin/y?action=cable_tv_sport_listing'><img src='/images/callout_nhl.gif' alt='NHL Center Ice brings every goal into your living room' width='187' height='131' border='0' class='call' /></a>";
			}
			
			if (quotes==9) {
			txt="<a href='/cgi-bin/y?action=cable_tv_sport_listing'><img src='/images/callout_nba.gif' alt='NBA League Pass gets you front row seats' width='187' height='131' border='0' class='call' /></a>";
			}
			
			if (quotes==10) {
			txt="<a href='/cgi-bin/y?action=internet'><img src='/images/callout_internet.gif' alt='Ygnition High-Speed Internet, The Speed You Need' width='187' height='131' border='0' class='call' /></a>";
			}
			
			if (quotes==11) {
			txt="<a href='/cgi-bin/y?action=cable_tv_international_packages'><img src='/images/callout_international.gif' alt='The Best from Around the World' width='187' height='131' border='0' class='call' /></a>";
			}
			
			if (quotes==12) {
			txt="<a href='/cgi-bin/y?action=cable_tv_packages'><img src='/images/callout_ice_road.gif' alt='Ice Road Truckers' width='187' height='131' border='0' class='call' /></a>";
			}
			
			if (quotes==13) {
			txt="<a href='/cgi-bin/y?action=cable_tv_hd_packages'><img src='/images/callout_hd.gif' alt='Get Your Favorite Shows and Movies in HD' width='187' height='131' border='0' class='call' /></a>";
			}
			
			if (quotes==14) {
			txt="<a href='/cgi-bin/y?action=cable_tv_movie_packages'><img src='/images/callout_hbo.gif' alt='HBO and Showtime Free for 3 Months' width='187' height='131' border='0' class='call' /></a>";
			}
			
			if (quotes==15) {
			txt="<a href='/cgi-bin/y?action=cable_tv_full_season'><img src='/images/callout_full_court.gif' alt='ESPN Full Court: Every college hoop fan's dream' width='187' height='131' border='0' class='call' /></a>";
			}
			
			if (quotes==16) {
			txt="<a href='/cgi-bin/y?action=cable_tv_dvr_tivo'><img src='/images/callout_dvr.gif' alt='Ygnition DVR: Watch what you want, when you want' width='187' height='131' border='0' class='call' /></a>";
			}

			if (quotes==17) {
			txt="<a href='/cgi-bin/y?action=cable_tv_full_season'><img src='/images/callout_redzone.gif' alt='NFL RedZone - change your Sunday afternoons forever' width='187' height='131' border='0' class='call' /></a>";
			}
			
			if (txt!=null){
				document.write(''+ txt +'');
			}
		}
	}
}
