=== Plugin Name ===
Contributors: kegentile
Tags: javascript, shortcode
Requires at least: 2.8 
Tested up to: 2.8
Stable tag: 1.0
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Adds a shortcode to allow you to add javascript on any page, post, or customer post type in the editor

== Description ==

This is plugin uses a shortcode to add javascript to any page, post or custom post type through the editor.  It follows the same conventions as wp_register_script minus in $in_footer parameter.  

== Installation ==

1. Download and Upload the plugin to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Start Adding Shortcodes

If you want to use the [JavaScript Shortcode](http://www.komprihensiv.com/creating-a-wordpress-plugin-to-load-javascript-with-a-shortcode/), you can examples [here](http://www.komprihensiv.com/creating-a-wordpress-plugin-to-load-javascript-with-a-shortcode/#use)

== Frequently Asked Questions ==
)

== Screenshots ==

== Changelog ==

= 1.0 =
Launch 