// JavaScript Document

var comic_img_s="";
var comic_img_b="";
var anchortext= "";


function choosecarton(){


var randomnumber= Math.floor(Math.random()*77) 
//alert(randomnumber)
//if (randomnumber==0) {randomnumber = 1 }


var cartoonid = randomnumber ; 

//cartoonid = 53 ;

if (cartoonid==0) {
	comic_img_s="ct_sunscream_150.jpg";
	comic_img_b="ct_sunscream_600.jpg";
	anchortext="The Sunscreen Myth";
}
else if (cartoonid==1) {
	comic_img_s="ct_vita-man_150.jpg";
	comic_img_b="ct_vita-man_600.jpg";
	anchortext= "Adventures of Vita-Man";
}
else if (cartoonid==2) {
	comic_img_s="ct_you-call-this-terrorism_150.jpg";
	comic_img_b="ct_you-call-this-terrorism_600.jpg";
	anchortext="Pharmaceutical Terrorism";
}
else if (cartoonid==3) {
	comic_img_s="ct_old-new-warfare_150.jpg";
	comic_img_b="ct_old-new-warfare_600.jpg";
	anchortext="New Warfare";
}
else if (cartoonid==4) {
	comic_img_s="ct_mother-fish_150.jpg";
	comic_img_b="ct_mother-fish_600.jpg";
	anchortext="The Newborn Baby Fish";
}
else if (cartoonid==5) {
	comic_img_s="ct_earth-saved_150.jpg";
	comic_img_b="ct_earth-saved_600.jpg";
	anchortext="Bush Saves Earth!";
}
else if (cartoonid==6) {
	comic_img_s="ct_anti-aging-babies_150.jpg";
	comic_img_b="ct_anti-aging-babies_600.jpg";
	anchortext="Anti-aging medicine";
}
else if (cartoonid==7) {
	comic_img_s="ct_aids-titanic_150.jpg";
	comic_img_b="ct_aids-titanic_600.jpg";
	anchortext="Big Pharma vs. AIDS patients";
}
else if (cartoonid==8) {
	comic_img_s="ct_empiremodernmedicine_150.jpg";
	comic_img_b="ct_empiremodernmedicine_600.jpg";
	anchortext="The Empire of Modern Medicine";
}
else if (cartoonid==9) {
	comic_img_s="ct_greenboasting_150.jpg";
	comic_img_b="ct_greenboasting_600.jpg";
	anchortext="Greenboasting by the auto makers";
}
else if (cartoonid==10) {
	comic_img_s="ct_many_cides_150.jpg";
	comic_img_b="ct_many_cides_600.jpg";
	anchortext="Many cides of food";
}
else if (cartoonid==11) {
	comic_img_s="ct_fda_training_150.jpg";
	comic_img_b="ct_fda_training_600.jpg";
	anchortext="Training for FDA Raids";
}
else if (cartoonid==12) {
	comic_img_s="ct_big_pharma_church_150.jpg";
	comic_img_b="ct_big_pharma_church_600.jpg";
	anchortext="The Church of Big Pharma";
}
else if (cartoonid==13) {
	comic_img_s="ct_freedom_castle_150.jpg";
	comic_img_b="ct_freedom_castle_600.jpg";
	anchortext="Attack on Health Freedom";
}
else if (cartoonid==14) {
	comic_img_s="ct_speeding-doctor_150.jpg";
	comic_img_b="ct_speeding-doctor_600.jpg";
	anchortext="The Speeding Doctor";
}
else if (cartoonid==15) {
	comic_img_s="ct_chinese-cosmetic-surgery_150.jpg";
	comic_img_b="ct_chinese-cosmetic-surgery_600.jpg";
	anchortext="Chinese Cosmetic Surgery";
}
else if (cartoonid==16) {
	comic_img_s="ct_plastic_bags_150.jpg";
	comic_img_b="ct_plastic_bags_600.jpg";
	anchortext="The Plastic Bag Ban";
}
else if (cartoonid==17) {
	comic_img_s="ct_fda-vision-test_150.jpg";
	comic_img_b="ct_fda-vision-test_600.jpg";
	anchortext="FDA vision test";
}
else if (cartoonid==18) {
	comic_img_s="ct_birdsbees_150.jpg";
	comic_img_b="ct_birdsbees_600.jpg";
	anchortext="Feeding the young";
}
else if (cartoonid==19) {
	comic_img_s="ct_main_effects_150.jpg";
	comic_img_b="ct_main_effects_600.jpg";
	anchortext="When pharmacists tell the truth";
}
else if (cartoonid==20) {
	comic_img_s="ct_seafood-mercury-warning_150.jpg";
	comic_img_b="ct_seafood-mercury-warning_600.jpg";
	anchortext="Seafood Mecury Warning";
}
else if (cartoonid==21) {
	comic_img_s="ct_disease_mongers_inc_150.jpg";
	comic_img_b="ct_disease_mongers_inc_600.jpg";
	anchortext="Disease Mongers Inc.";
}
else if (cartoonid==22) {
	comic_img_s="ct_patented_pills_quack_150.jpg";
	comic_img_b="ct_patented_pills_quack_600.jpg";
	anchortext="Medical Quackery";
}
else if (cartoonid==23) {
	comic_img_s="ct_human_roundup_150.jpg";
	comic_img_b="ct_human_roundup_600.jpg";
	anchortext="Human Roundup";
}
else if (cartoonid==24) {
	comic_img_s="ct_cows_vegetarians_150.jpg";
	comic_img_b="ct_cows_vegetarians_600.jpg";
	anchortext="Cows for breakfast";
}
else if (cartoonid==25) {
	comic_img_s="ct_geological_dig_150.jpg";
	comic_img_b="ct_geological_dig_600.jpg";
	anchortext="The Age of Synthetic Chemicals";
}
else if (cartoonid==26) {
	comic_img_s="ct_pollution_point_150.jpg";
	comic_img_b="ct_pollution_point_600.jpg";
	anchortext="The Pollution Point of No Return";
}
else if (cartoonid==27) {
	comic_img_s="seedlesswatermelon_150.jpg";
	comic_img_b="seedlesswatermelon_600.jpg";
	anchortext="The Future of Food";
}
else if (cartoonid==28) {
	comic_img_s="ct_texas-vaccine-house_150.jpg";
	comic_img_b="ct_texas-vaccine-house_600.jpg";
	anchortext="HPV Vaccine Texas Tyranny";
}
else if (cartoonid==29) {
	comic_img_s="ct_siamese_twins_150.jpg";
	comic_img_b="ct_siamese_twins_600.jpg";
	anchortext="Psychiatry and Big Pharma";
}
else if (cartoonid==30) {
	comic_img_s="ct_global_warming_deniers_150.jpg";
	comic_img_b="ct_global_warming_deniers_600.jpg";
	anchortext="Global warming deniers";
}
else if (cartoonid==31) {
	comic_img_s="ct_starving_china_150.jpg";
	comic_img_b="ct_starving_china_600.jpg";
	anchortext="Diabetes in America";
}
else if (cartoonid==32) {
	comic_img_s="ct_chain_of_events_150.jpg";
	comic_img_b="ct_chain_of_events_600.jpg";
	anchortext="The Disease Economy";
}
else if (cartoonid==33) {
	comic_img_s="ct_chemo_dose_150.jpg";
	comic_img_b="ct_chemo_dose_600.jpg";
	anchortext="Chemotherapy Dose";
}
else if (cartoonid==34) {
	comic_img_s="ct_climate_change_150.jpg";
	comic_img_b="ct_climate_change_600.jpg";
	anchortext="Climate Change";
}
else if (cartoonid==35) {
	comic_img_s="ct_mental_treatment_150.jpg";
	comic_img_b="ct_mental_treatment_600.jpg";
	anchortext="Medical Treatment";
}
else if (cartoonid==36) {
	comic_img_s="ct_chinese_economy_150.jpg";
	comic_img_b="ct_chinese_economy_600.jpg";
	anchortext="China's Economy";
}
else if (cartoonid==37) {
	comic_img_s="ct_toxic_perfume_150.jpg";
	comic_img_b="ct_toxic_perfume_600.jpg";
	anchortext="Toxic Perfume Lady";
}
else if (cartoonid==38) {
	comic_img_s="ct_expensive_urine_150.jpg";
	comic_img_b="ct_expensive_urine_600.jpg";
	anchortext="Expensive Urine";
}
else if (cartoonid==39) {
	comic_img_s="ct_takemymeds_150.jpg";
	comic_img_b="ct_takemymeds_600.jpg";
	anchortext="Take Your Meds";
}
else if (cartoonid==40) {
	comic_img_s="ct_aliens_planet_150.jpg";
	comic_img_b="ct_aliens_planet_600.jpg";
	anchortext="Saving the Planet";
}
else if (cartoonid==41) {
	comic_img_s="ct_day_after_xmas_150.jpg";
	comic_img_b="ct_day_after_xmas_600.jpg";
	anchortext="The day after christmas";
}
else if (cartoonid==42) {
	comic_img_s="ct_bariatric_lamps_150.jpg";
	comic_img_b="ct_bariatric_lamps_600.jpg";
	anchortext="Bariatric Surgery";
}
else if (cartoonid==43) {
	comic_img_s="ct_big_pharma_150.jpg";
	comic_img_b="ct_big_pharma_600.jpg";
	anchortext="The FDA and Big Pharma";
}
else if (cartoonid==44) {
	comic_img_s="ct_birth_big_pharma_150.jpg";
	comic_img_b="ct_birth_big_pharma_600.jpg";
	anchortext="The Birth of Big Pharma";
}
else if (cartoonid==45) {
	comic_img_s="ct_business_booming_c_150.jpg";
	comic_img_b="ct_business_booming_c_600.jpg";
	anchortext="Business is Booming";
}
else if (cartoonid==46) {
	comic_img_s="ct_conflict_of_interest_150.jpg";
	comic_img_b="ct_conflict_of_interest_600.jpg";
	anchortext="Conflicts of Interest";
}
else if (cartoonid==47) {
	comic_img_s="ct_cows_milk_150.jpg";
	comic_img_b="ct_cows_milk_600.jpg";
	anchortext="Cow's Milk is For Baby Cows";
}
else if (cartoonid==48) {
	comic_img_s="ct_doctors_thinking_150.jpg";
	comic_img_b="ct_doctors_thinking_600.jpg";
	anchortext="What Doctors are Really Thinking";
}
else if (cartoonid==49) {
	comic_img_s="ct_fda_approved_150.jpg";
	comic_img_b="ct_fda_approved_600.jpg";
	anchortext="The FDA Drug Approval Process";
}
else if (cartoonid==50) {
	comic_img_s="ct_fluoride_water_main_150.jpg";
	comic_img_b="ct_fluoride_water_main_600.jpg";
	anchortext="Fluoridation";
}
else if (cartoonid==51) {
	comic_img_s="ct_food_terror_150.jpg";

	comic_img_b="ct_food_terror_600.jpg";
	anchortext="The Food Terrorists";
}
else if (cartoonid==52) {
	comic_img_s="ct_freedom_flakes_150.jpg";
	comic_img_b="ct_freedom_flakes_600.jpg";
	anchortext="Freedom Flakes";
}
else if (cartoonid==53) {
	comic_img_s="ct_health_freedom_150.jpg";
	comic_img_b="ct_health_freedom_600.jpg";
	anchortext="Health Freedom";
}
else if (cartoonid==54) {
	comic_img_s="ct_heavy_metals_c_150.jpg";
	comic_img_b="ct_heavy_metals_c_600.jpg";
	anchortext="Heavy Metals";
}
else if (cartoonid==55) {
	comic_img_s="ct_herceptin_150.jpg";
	comic_img_b="ct_herceptin_600.jpg";
	anchortext="Herceptin House of Mirrors";
}
else if (cartoonid==56) {
	comic_img_s="ct_halloween_sugar_150.jpg";
	comic_img_b="ct_halloween_sugar_600.jpg";
	anchortext="Halloween Sugar";
}
else if (cartoonid==57) {
	comic_img_s="ct_honest_labels_150.jpg";
	comic_img_b="ct_honest_labels_600.jpg";
	anchortext="Honest Food Labels";
}
else if (cartoonid==58) {
	comic_img_s="ct_miraclesmoderntechnology_c_150.jpg";
	comic_img_b="ct_miraclesmoderntechnology_c_600.jpg";
	anchortext="Miracles of Modern Technology";
}
else if (cartoonid==59) {
	comic_img_s="ct_pharmaceutical_hell_150.jpg";
	comic_img_b="ct_pharmaceutical_hell_600.jpg";
	anchortext="Pharmaceutical reps";
}
else if (cartoonid==60) {
	comic_img_s="ct_pharmaceutical_roulette_150.jpg";
	comic_img_b="ct_pharmaceutical_roulette_600.jpg";
	anchortext="Pharmaceutical Roulette";
}
else if (cartoonid==61) {
	comic_img_s="ct_pine_tree_revenge_150.jpg";
	comic_img_b="ct_pine_tree_revenge_600.jpg";
	anchortext="Forest Self Defense";
}
else if (cartoonid==62) {
	comic_img_s="ct_psychiatry_150.jpg";
	comic_img_b="ct_psychiatry_600.jpg";
	anchortext="Modern Psychiatry";
}
else if (cartoonid==63) {
	comic_img_s="ct_raceforthecure_150.jpg";
	comic_img_b="ct_raceforthecure_600.jpg";
	anchortext="Race for the Cure";
}
else if (cartoonid==64) {
	comic_img_s="ct_santa_diabetes_1_150.jpg";
	comic_img_b="ct_santa_diabetes_1_600.jpg";
	anchortext="Santa's Diabetes";
}
else if (cartoonid==65) {
	comic_img_s="ct_santa_diabetes_2_150.jpg";
	comic_img_b="ct_santa_diabetes_2_600.jpg";
	anchortext="Santa's Weight Limit";
}
else if (cartoonid== 66) {
	comic_img_s="ct_santa_exercise2_150.jpg";
	comic_img_b="ct_santa_exercise2_600.jpg";
	anchortext="Santa's Exercise Plan - Part 2";
}
else if (cartoonid== 67) {
	comic_img_s="ct_santa_exercise3_150.jpg";
	comic_img_b="ct_santa_exercise3_600.jpg";
	anchortext="Santa's Exercise Plan - Part 3";
}
else if (cartoonid== 68) {
	comic_img_s="ct_santa_exercise4_150.jpg";
	comic_img_b="ct_santa_exercise4_600.jpg";
	anchortext="Santa's Exercise Plan - Part 4";
}
else if (cartoonid== 69) {
	comic_img_s="ct_santa_exercise5_150.jpg";
	comic_img_b="ct_santa_exercise5_600.jpg";
	anchortext="Santa's Exercise Plan - Part 5";
}
else if (cartoonid== 70) {
	comic_img_s="ct_sugar_humans_150.jpg";
	comic_img_b="ct_sugar_humans_600.jpg";
	anchortext="Sugar Addicts";
}
else if (cartoonid== 71) {
	comic_img_s="ct_taco_bell_150.jpg";
	comic_img_b="ct_taco_bell_600.jpg";
	anchortext="The Taco Bell e. coli outbreak";
}
else if (cartoonid== 72) {
	comic_img_s="ct_thanksgiving_turkeys_150.jpg";
	comic_img_b="ct_thanksgiving_turkeys_600.jpg";
	anchortext="Thanksgiving turkeys";
}
else if (cartoonid==73 ) {
	comic_img_s="ct_vending_machine_150.jpg";
	comic_img_b="ct_vending_machine_600.jpg";
	anchortext="The Vending Machine";
}
else if (cartoonid== 74) {
	comic_img_s="ct_votagra_c_150.jpg";
	comic_img_b="ct_votagra_c_600.jpg";
	anchortext="Votagra for Electile Dysfunction";
}
else if (cartoonid== 75) {
	comic_img_s="ct_votazac_150.jpg";
	comic_img_b="ct_votazac_600.jpg";
	anchortext="Votazac";
}
else if (cartoonid== 76) {
	comic_img_s="ct_vote_like_sheep_150.jpg";
	comic_img_b="ct_vote_like_sheep_600.jpg";
	anchortext="The Voters";
}







}

choosecarton()


function openindex()
      {
OpenWindow=window.open("", "comicwin", "height:550, width:500,toolbar=no,scrollbars=yes,menubar=no");
OpenWindow.document.write("<HTML>")
OpenWindow.document.write("<TITLE>CounterThink - www.NewsTarget.com</TITLE>")
OpenWindow.document.write("<BODY bgcolor='#FFFFCC'>")
OpenWindow.document.write("<h1></h1>")

OpenWindow.document.write("<script language='javascript'> var parent_comic_img= window.opener.comic_img_b;" +  "</" + "script>")

OpenWindow.document.write("<div style='text-align:center'>")
OpenWindow.document.write("<script language='javascript'>" + "window.document.write('<img src=\"image-files/' + parent_comic_img + '\"')" + "</" + "script>")

OpenWindow.document.write("<br clear=\"all\" />")
OpenWindow.document.write("<br /><br /><br /><br /><strong>Carton Concept - Mike Adams</strong><br />")
OpenWindow.document.write("<a href=\"http://www.newstarget.com\" target=\"_blank\">www.NewsTarget.com</a>")
OpenWindow.document.write("</div>")
OpenWindow.document.write("</BODY>")
OpenWindow.document.write("</HTML>")

//OpenWindow.document.write("")

OpenWindow.document.close()
self.name="main"
     }
