The Alex Jones Show airs Monday thru Friday 12pm - 3pm, and again at 10pm - 1am Eastern Standard Time. Listen on the internet through the GCN stream or find a local station.
Visit the Infowars Store for Alex Jones related books, videos and gear.
"The evils of government are directly proportional to the tolerance of the people." - Frank Kent
Below you'll find a variety of HTML codes you can use to link to this site. Just copy and paste them into your HTML and it should work. Feel free to drop me a line through the feedback link above if you have any problems or questions. Also, if you use one of these on your site, please let me know so I can keep you updated if any code changes to the core engine happens in the future. All of these codes should work ok in any modern browser. They've been tested with Microsoft Internet Exploiter 6+, and Mozilla Firefox 0.9+.
SEARCH STRINGS
Use these if you'd like to link words on your site which will search the engines. A good example of this method can be seen on the main page of this site where the "Quick Search" links are. Replace keywords here with one or more words about a topic or something. You can also use these strings if you already have a search box on your site and know how to incorporate other engines into it. In that case, you'd copy everything except the keywords here part since your search box should be able to tag whatever words entered in it at the end of these strings.
infowars.com http://www.searchinfowars.com/iw/index.php?action=search&s=keywords here
infowars.net http://www.searchinfowars.com/iwn/index.php?action=search&s=keywords here
prisonplanet.com http://www.searchinfowars.com/pp/index.php?action=search&s=keywords here
propagandamatrix.com http://www.searchinfowars.com/pm/index.php?action=search&s=keywords here
prisonplanet.tv http://www.searchinfowars.com/pptv/index.php?action=search&s=keywords here
martiallaw911.info http://www.searchinfowars.com/ml/index.php?action=search&s=keywords here
all sites at once http://www.searchinfowars.com/index.php?action=search&s=keywords here Note: There is a short 10-15 second lag sometimes (depending on what is being searched) on this all sites at once option. Literally thousands of words in the databases are being scanned at once before the engine script goes on to sort and display the best matches from all 3 sites. All things considered maybe 10-15 seconds isn't too bad for this, but I'm working on improving it anyway.
SEARCH BOXES
These codes will put a search box on your site. Things in bold text can be modified if you'd like. You can change the size of the box where keywords are typed by increasing or decreasing the number in the Size= segment. You can change the text on the button in the VALUE= segment. The target="_self" opens results in the same browser. Change self to blank if you'd like search results to open in a new window when someone hits the search button.
all sites at once <FORM METHOD="post" ACTION="http://www.searchinfowars.com/index.php" target ="_self">
<INPUT MAXLENGTH="100" NAME="s" SIZE="30">
<INPUT TYPE="submit" VALUE="search">
<INPUT TYPE="hidden" NAME="action" VALUE="search">
</FORM> Note: There is a short 10-15 second lag sometimes (depending on what is being searched) on this all sites at once option. Literally thousands of words in the databases are being scanned at once before the engine script goes on to sort and display the best matches from all 3 sites. All things considered maybe 10-15 seconds isn't too bad for this, but I'm working on improving it anyway.
JAVASCRIPT COMBO SEARCH BOX
This code allows a box similar to the one currently used on this site where you've got a search box and a drop down menu allowing someone to select which site to search. It requires 2 steps.
STEP 1: PLACE THE JAVASCRIPT CODE ABOVE THE </HEAD> TAG IN YOUR HTML
<script language="JavaScript">
function dosearch() {
var sf=document.searchform;
var submitto = sf.sengines.options[sf.sengines.selectedIndex].value + escape(sf.searchterms.value);
window.location.href = submitto;
return false;
}
</script>
STEP 2: PLACE THIS WHERE YOU WOULD LIKE THE SEARCH BOX TO APPEAR ON THE PAGE
Similar to the individual search boxes above, you can adjust the size of the box by changing the number in the size= segment of the code. Increase it for a longer box, decrease it for a shorter box. Also you can change the default search option in the drop downbox by using the selected tag. The default is infowars.com. However, if you'd like prisonplanet.com to be the default option in the pulldown, deleting selected from infowars.com and typing it in at the same spot next to the prisonplanet.com entry will do that.
A Search Engine For The Alex Jones Information Network