/***********************
* Adobe Edge Composition Actions
*
* Edit this file with caution, being careful to preserve 
* function signatures and comments starting with 'Edge' to maintain the 
* ability to interact with these actions from within Adobe Edge
*
***********************/
(function($, Edge, compId){
var Composition = Edge.Composition, Symbol = Edge.Symbol; // aliases for commonly used Edge classes

//Edge symbol: 'stage'
(function(symbolName) {

Symbol.bindElementAction(compId, symbolName, "${_center_blobCopy}", "click", function(sym, e) {
// play the timeline from the current position
this.play("start");

});
//Edge binding end

Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 515, function(e) {
// stop the timeline at the current position
this.stop();

});
//Edge binding end

Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 1010, function(e) {
// play the timeline from the current position
this.play();

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_blog_blob2}", "click", function(sym, e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://www.james-harper.tumblr.com");
// insert code for mouse clicks here
});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_Text6}", "click", function(sym, e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://www.james-harper.tumblr.com");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_Text2}", "click", function(sym, e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://www.james-harper.com/cv.html");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_cv_blob2}", "click", function(sym, e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://www.james-harper.com/cv.html");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_jazzcakes_blob2}", "click", function(sym, e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://www.jazzcakes.com");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_Text4}", "click", function(sym, e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://www.jazzcakes.com");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_Text5}", "click", function(sym, e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://www.jazzcakes.com");

});
//Edge binding end

Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 6445, function(e) {
// stop the timeline at the current position
this.stop();

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_map_blob}", "click", function(sym, e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://www.james-harper.com/map", "_self");
// insert code for mouse clicks here

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_Text3}", "click", function(sym, e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://www.james-harper.com/map.html", "_self");
// insert code for mouse clicks here

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_Text7}", "click", function(sym, e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://www.james-harper.com/mystery.html", "_self");
// insert code for mouse clicks here

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_mystery_blob}", "click", function(sym, e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://www.james-harper.com/mystery.html", "_self");
// insert code for mouse clicks here

});
//Edge binding end




})("stage");
//Edge symbol end:'stage'

})(jQuery, AdobeEdge, "EDGE-51627565");
