/***********************
* 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.bindTimelineAction(compId, symbolName, "Default Timeline", "complete", function(e) {
// play the timeline from the given position (ms or label)
this.play(5500);

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_home_r14_c11}", "vclick", function(e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://www.reliablesport.com/mm5/merchant.mvc", "_self");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_home_r14_c7}", "vclick", function(e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://www.reliablesport.com/mm5/merchant.mvc", "_self");

});
//Edge binding end

Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 10000, function(e) {
// insert code here
});
//Edge binding end

Symbol.bindTriggerAction(compId, symbolName, "Default Timeline", 11000, function(e) {
});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_home_r14_c2}", "vclick", function(e) {

// play the timeline from the given position (ms or label)
this.play(18000);
});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_home_r14_c3}", "vclick", function(e) {
// play the timeline from the given position (ms or label)
this.play(10000);

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_home_r1_c2}", "vclick", function(e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://www.reliablesport.com/mm5/merchant.mvc", "_self");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_home_r1_c5}", "vclick", function(e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://www.reliablesport.com/mm5/merchant.mvc?Screen=CTGY&Store_Code=rs&Category_Code=Z1-StoreLocations", "_self");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_home_r1_c8}", "vclick", function(e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://www.reliablesport.com/mm5/merchant.mvc?Screen=CTGY&Store_Code=rs&Category_Code=Z2-AboutUs", "_self");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_home_r1_c10}", "vclick", function(e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://www.reliablesport.com/mm5/merchant.mvc?Screen=CTGY&Store_Code=rs&Category_Code=Z3-ContactUs", "_self");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_home_r1_c12}", "vclick", function(e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://www.reliablesport.com/mm5/merchant.mvc?Screen=SRCH&Store_Code=rs");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_home_r1_c14}", "vclick", function(e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://www.reliablesport.com/mm5/merchant.mvc?Screen=LOGN&Store_Code=rs", "_self");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_home_r1_c15}", "vclick", function(e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://www.reliablesport.com/mm5/merchant.mvc?Screen=BASK&Store_Code=rs", "_self");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_home_r1_c16}", "vclick", function(e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://www.reliablesport.com/mm5/merchant.mvc?Screen=OINF&Store_Code=rs", "_self");

});
//Edge binding end

Symbol.bindElementAction(compId, symbolName, "${_home_r6_c14}", "vclick", function(e) {
// Navigate to a new URL in the current window
// (replace "_self" with another name for a new window)
window.open("http://www.reliablesport.com/mm5/merchant.mvc?Screen=CTGY&Store_Code=rs&Category_Code=book01", "_self");
});
//Edge binding end

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

})(jQuery, jQuery.Edge, "EDGE-152861751");
