// JavaScript Document

//THE CODE IN THE WORK.JS FILE LINKS THE 
//BOOK PAGES WITH FANCYBOX SO
//WHEN THE USER CLICKS THE THUMBNAILS ON THE
//my_work.html PAGE, THE SYNOPSIS PAGES FLY OUT

//$(document).ready(function){

$("#edgen").attr("href", "k_edgen.html");
$("#edgen").fancybox({
		'overlayShow': true 
					});
//THIS IS FOR THE EDUCATION GENERATION HTML PAGE

$("#draft").attr("href", "j_draft.html");
$("#draft").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE eSpirituality Chats HTML PAGE

$("#spider").attr("href", "h_spiderwoman.html");
$("#spider").fancybox({
		'overlayShow': true 
					});
//THIS IS FOR THE SPIDERWOMAN HTML PAGE

$("#roxanne").attr("href", "g_roxanne.html");
$("#roxanne").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE ROXANNE HTML PAGE

$("#know").attr("href", "f_donotknow.html");
$("#know").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE DO NOT KNOW HTML PAGE

$("#journalism").attr("href", "e_journalism.html");
$("#journalism").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE JOURNALISM STORIES HTML PAGE

$("#afro").attr("href", "d_afro.html");
$("#afro").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE WHAT HAPPENED TO THE AFRO HTML PAGE

$("#transp").attr("href", "c_transp.html");
$("#transp").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE TRANSPORTATION STORIES HTML PAGE

$("#nonfiction").attr("href", "b_nonfiction.html");
$("#nonfiction").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE HOW TO WRITE CREATIVE NON-FICTION HTML PAGE

$("#healthy").attr("href", "a_being_healthy.html");
$("#healthy").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE BEING HEALTHY HTML PAGE

$("#digital").attr("href", "l_digital.html");
$("#digital").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE BEING DIGITAL JOURNALS AND NUMEROLOGY HTML PAGE

$("#pocket").attr("href", "m_in_my_pocket.html");
$("#pocket").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE IN MY POCKET HTML PAGE

$("#lessons").attr("href", "n_englishlessons.html");
$("#lessons").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE ENGLISH LESSONS HTML PAGE

$("#bio").attr("href", "o_whereIwas.html");
$("#bio").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE WHERE I WAS HTML PAGE

$("#nine").attr("href", "CD_nine.html");
$("#nine").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE NINE HTML PAGE

$("#swchurch").attr("href", "sw_church.html");
$("#swchurch").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE SPIDERWOMAN AUDIO STORIES CHURCH SUNDAY HTML PAGE

$("#swmatoke").attr("href", "sw_matoke.html");
$("#swmatoke").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE SPIDERWOMAN AUDIO STORIES MATOKE HTML PAGE

$("#rta").attr("href", "p_rta.html");
$("#rta").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE RADIO AND TELEVISION ANNOUNCING HTML PAGE

$("#draft2").attr("href", "q_draft2.html");
$("#draft2").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE DRAFT PART 2 HTML PAGE

$("#ugandan").attr("href", "r_ugandan.html");
$("#ugandan").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE UGANDAN HTML PAGE

$("#schoolworks").attr("href", "t_schoolworks.html");
$("#schoolworks").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE SCHOOL WORKS HTML PAGE

$("#yessw").attr("href", "u_yessw.html");
$("#yessw").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE YES, SCHOOL WORKS HTML PAGE

$("#swother").attr("href", "v_swother.html");
$("#swother").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE SCHOOL WORKS OTHER ESSAYS HTML PAGE

$("#psychicchats").attr("href", "w_psychic_chats.html");
$("#psychicchats").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE HONEST PSYCHIC CHATS HTML PAGE

$("#storyideas").attr("href", "x_story_ideas.html");
$("#storyideas").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE STORY IDEAS HTML PAGE

$("#music").attr("href", "y_listeningtomusic.html");
$("#music").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE LISTENING TO MUSIC HTML PAGE

$("#writeheart").attr("href", "z_write_heart.html");
$("#writeheart").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE WRITE HEART HTML PAGE

$("#egyptian").attr("href", "za_egyptian.html");
$("#egyptian").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE "This is How the Eyptians Fell" HTML PAGE

$("#beauty").attr("href", "zb_naturalbeauty.html");
$("#beauty").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE "Natural Beauty" HTML PAGE

$("#redyellow").attr("href", "zc_red&yellow.html");
$("#redyellow").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE "Stories in Red and Yellow" HTML PAGE

$("#mind").attr("href", "zd_mind_book.html");
$("#mind").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE "My Mind Book" HTML PAGE

$("#random").attr("href", "ze_random.html");
$("#random").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE "Random Bibliography of Media Books and Internet Resources" HTML PAGE

$("#magazine").attr("href", "zf_bestof_Donna_Mag.html");
$("#magazine").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE "The Best of Donna Magazine" HTML PAGE

$("#dropouts").attr("href", "zg_dropouts.html");
$("#dropouts").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE "Dropouts" HTML PAGE

$("#romance").attr("href", "zh_old_romance.html");
$("#romance").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE "Old Romance" HTML PAGE

$("#howto").attr("href", "zi_howto.html");
$("#howto").fancybox({
		'overlayShow': true
					});
//THIS IS FOR THE "How to Start Your Own Teaching and Writing Business" HTML PAGE



//});