// abreviations for array 
//
// _ex exhibited work 
// _ed editorial work 
// _cn concept work 
// _ch character work 
// _pn paintings 
// _kn childrens material 
// _bw black&white work 
// _gn graphic novel suitable 
// _t t-shirt designs 
// _fs for sale ? 
// _cr caricature 
// _ all 
// _tm copyrighted samples 
// _pt portrait
// _1 suitable for random selection
// _tt tattoo
// _cv covers

function myArray()
{
	thisarray = new Array(
		"avril","_cr_i","",
		
		"cat","_kn_i","",
		"child1","_kn_i","",
		"child2","_kn_i","",
		"child3","_kn_i","",
		"child4","_kn_i","",
		"child5","_kn_i","",
		"child6","_kn_i","",
		"child7","_kn_i","",
		"cookie%20cutter%20tastic","_i_ed","",

		"the_orchard","_pn","In The Orchard",
		"the_slope","_pn","In The Slope",
		"the_garden","_pn","In The Garden",
		"the_meadow","_pn","In The Meadow",
		"the_ballroom","_pn","In The Ballroom",
		"the_river","_pn","In The River",

		"courtship_of_the_pheonix","_pn","",
		
		"dawg2","_t_i","",
		"DawgBiker","_t_i","",
		"doorway1","_pn_ex_ed","",
		"dragon%20rider","_bw_tt","",
		"Dredd","_bw_tm","",
		"elf%20chick","_ch_i","",
		"gregor","_cv_i_ch","",
		"group_portrait","_i","",
		"heads","_i","",
		"hobgoblin%201","_tm_bw_tt_i","",
		"hobgoblin%202","_tm_bw_tt_i","",
		"its%20alive","_i","",
		"james","_pn_pt","",
		"jonny","_cr_i","",
		"kafka","_i","",
		"Kahu","_tm_cn","",
		"living%20without%20mother","_ed","",
		"MangroveGod","_pn_ch_gn","",
		"monkey%20boy_web","_ch_kn_i","",
		"moomarjumping","_kn","",
		"moth","_tt","",
		"NarciscusFrake","_cn_ch","",
		"Necromunda","_ch_bw_tm","",
		"noel","_cr_i","",
		"OldHand","_cn_ch","",
		"osteo_boy_sq","_ed_i","",
		"Pheonix","_cn_tm","",
		"settling%20down%20sq","_ed_i","",
		"sewing","_i","",
		"siblings","_i","",
		"StrontiumPinup","_tm_gn_ch","",
		"swordsman","_pn","",
		"tickertapewoman%20scruffy%20sq","_ed_i","",
		"trudi","_pn","",
		"wayne","_cr_i","",
		"womens_studies_04","_cn_i","",
		"womens_studies_05","_cn_i","",
"AndChaosElves","_i_ch","",
"AKandViolet","_bw_i_gn","",
		"alan","_cr","",
		
		"ArmedBarbarian","_i_cn","",
		"AstralMischeif","_i_bw_ch","",
		
		"az1_1","_gn_bw","",
		"BattleChristVSuperman","_i_bw_gn","",
		"bichon","_i_t","",
		"BlindAlien","_cn_bw","",
		"boggart","_tt","",

		"0004s","_pn","",
		"0005s","_pn","",
		"0006s","_pn","",
		"0007s","_pn","",
		"0010s","_pn","",
		"0011s","_pn","",
		"0012s","_pn","",
		"013","_pn","",
		"0013s","_pn","",
		"014","_pn","",
		"0016s","_pn","",
		"027","_pn","",
		"eyes_of_my_mask","_pn","",
		"footsteps_of_giants","_pn","",
		"froggart_edge","_pn","",
		"proliferation_of_will","_pn","",
		"recliner","_pn","",
		"rootface","_pn","",
		"landscape_in_orange","_pn","",
		"leaf_green","_pn","",
		"burning_my_bridges","_pn","",
		"but_for_antlers","_pn","",
"dancers","_pn",""
		)

return thisarray;		
}