
var swp1 = ["_new","ChevronCars KidsShop",
	/*Quantity*/ "2",
	/*HREF*/ "http://shop.chevroncars.com",
	/*IMG*/ "images/122x80_smile.gif",
	/*HREF*/ "http://shop.chevroncars.com",
	/*IMG*/ "images/122x80_toycars_redcar.gif"];
var swp2 = ["_new","ChevronCars.com",
	/*Quantity*/ "3",
	/*HREF*/ "http://www.chevroncars.com",
	/*IMG*/ "images/122x230_manage.gif",
	/*HREF*/ "http://www.chevroncars.com",
	/*IMG*/  "images/122x80_play.gif",
	/*HREF*/ "http://www.chevroncars.com",
	/*IMG*/ "images/122x80_toycars_greentruck.gif"];
var swp3 = ["_self","Chevron Lubricants",
	/*Quantity*/ "3",
	/*HREF*/ "http://www.chevron.com/products/prodserv/nafl/auto/content/fueladd.shtm",
	/*IMG*/ "images/122x50_techron.gif",
	/*HREF*/ "http://www.chevron.com/products/prodserv/nafl/auto/content/motoroils.shtm#choose",
	/*IMG*/ "images/122x80_choose-oil.gif",
	/*HREF*/ "http://www.chevron.com/products/prodserv/nafl/auto/content/motoroils.shtm#choose",
	/*IMG*/ "images/122x80_choose-oil_mauve.gif"];
var swp4 = ["_new","Chevron Credit Card",
	/*Quantity*/ "3",
	/*HREF*/ "https://www.chevrontexacocards.com/cccard/en/Public_SSL/cce_ApplyforCC_splash.asp?ProdCode=R1,2191",
	/*IMG*/  "images/chevron_122x122.gif",
	/*HREF*/ "https://www.chevrontexacocards.com/cccard/en/Public_SSL/cce_ApplyforCC_splash.asp?ProdCode=R1,2191",
	/*IMG*/  "images/chevron_122x244.gif",
	/*HREF*/ "https://www.chevrontexacocards.com/cccard/en/Public_SSL/cce_ApplyforCC_splash.asp?ProdCode=R1,2191",
	/*IMG*/  "images/chevron_122x61.gif"];
var swp5 = ["_new","Chevron Travel Club",
	/*Quantity*/ "4",
	/*HREF*/ "http://www.chevrontravelclub.com",
	/*IMG*/ "images/travel_122x230v2.gif",
	/*HREF*/ "http://www.chevrontravelclub.com",
	/*IMG*/ "images/travel_122x50.gif",
	/*HREF*/ "http://www.chevrontravelclub.com",
	/*IMG*/ "images/travel_122x80.gif",
	/*HREF*/ "http://www.chevrontravelclub.com",
	/*IMG*/ "images/travel_122x230.gif"];

var swp6 = ["_new","Chevron Travel Club",
	/*Quantity*/ "4",
	/*HREF*/ "http://www.chevrontravelclub.com",
	/*IMG*/ "images/travel_122x230v2.gif",
	/*HREF*/ "http://www.chevrontravelclub.com",
	/*IMG*/ "images/travel_122x50.gif",
	/*HREF*/ "http://www.chevrontravelclub.com",
	/*IMG*/ "images/travel_122x80.gif",
	/*HREF*/ "http://www.chevrontravelclub.com",
	/*IMG*/ "images/travel_122x230.gif"];


function swpRandomImg(action) {
	var v1 =  Math.floor(Math.random() * 10);
	var whichone = v1-(Math.floor(v1/action[2])*action[2]);
//  if (getElementById('rtcolumn')) {
//    rcolumn = getElementById('rtcolumn');
//    var linkHref = createA (rcolumn, action[2*whichone+3], action[1]);
//    createImg (linkHref, action[2*whichone+4], "122", '', '', '', action[1])
//}

	document.write ("<a href=" + action[2*whichone+3] + " target=\"" + action[0] + "\">");
	document.write ("<img src=" + action[2*whichone+4] + " alt=\"" + action[1] + "\" width=\"122\"></a>");
}

